[Nautilus-list] Bugs



on 10/4/01 9:52 PM, Chris Heywood at psych primus com au wrote:

> haven't posted a bug on it as I was waiting for a reply to the mail I
> sent to the list (and I don't really have any more information about it
> than this and what I sent before).

You can check whether FAM is being opened by running Nautilus under the
debugger and setting a breakpoint just after the call to FAMOpen2 in
get_fam_connection (around line 74) or set a breakpoint on FAMOpen2 and then
use "finish" to see if the open succeeds.

You can check if directories are being monitored by setting a breakpoint in
nautilus_monitor_directory on the call to FAMMonitorDirectory or setting a
breakpoint on FAMMonitorDirectory.

You can check if any notifications are coming back from FAM by setting a
breakpoint in process_fam_notifications on after the call to FAMNextEvent
(around line 143).

Or you can add g_message statements in these places in your copy of
Nautilus, if you'd rather not use the debugger.

> I still have to edit eel-background.c to get font colors to match my
> background though.

Please clarify.

I recently did work in eel to make it handle the light vs. dark choice for
fonts, two rounds of fixes. The first fix made it choose white text in more
cases where it should -- it was choosing black text when there was a large
image, even if the image was dark. The second fix corrected a problem in my
first fix that made it choose white text any time if there was an image,
even if the image was light.

What problem are you seeing? What version of eel are you using?

    -- Darin





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]