Re: nautilus does not start anymore after trying to connect to smb
- From: Alexander Larsson <alexl redhat com>
- To: Fabian Sturm <f rtfs org>
- Cc: nautilus-list gnome org
- Subject: Re: nautilus does not start anymore after trying to connect to smb
- Date: Thu, 13 Jan 2005 14:48:05 +0100
On Thu, 2005-01-13 at 13:12 +0100, Fabian Sturm wrote:
> Hi!
>
> I debugged my nautilus problem a little bit further and now I am sure
> the problem is within libeel. But unfortunately I don't understand what
> it actually does.
>
> In eel/eel-self-checks.c we have eel_before_check_function and
> eel_after_check_function. I modified eel_after_check_function to also
> print a string (finished) when it is called and if I start nautilus -c I
> get:
>
> running nautilus_self_check_search_uri
> finished
> running nautilus_self_check_file_utilities
> finished
> running nautilus_self_check_file_operations
> finished
> running nautilus_self_check_directory
>
> So that means there is definitively something going wrong during the
> nautilus_self_check_directory.
> But unfortunately I can't figure out what code is executed for this.
> The macro calling eel_before_check_function and eel_after_check_function
> looks like this:
>
> #define EEL_CALL_SELF_CHECK_FUNCTION(function) \
> eel_before_check_function (#function); \
> function (); \
> eel_after_check_function ();
>
> #endif /* EEL_SELF_CHECKS_H */
>
> And here I am puzzled #function seems to be
> nautilus_self_check_directory but what is called for function()????
#function is the string "nautilus_self_check_directory", and function()
calls the function nautilus_self_check_directory.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Alexander Larsson Red Hat, Inc
alexl redhat com alla lysator liu se
He's a war-weary chivalrous gangster with a winning smile and a way with the
ladies. She's a psychotic Buddhist nun prone to fits of savage, blood-crazed
rage. They fight crime!
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]