After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 323837 - gnome-panel fails adding file monitor for .gtk-bookmarks
gnome-panel fails adding file monitor for .gtk-bookmarks
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: general
2.12.x
Other Linux
: Normal blocker
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-12-12 01:54 UTC by Colton Provias
Modified: 2005-12-14 21:39 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description Colton Provias 2005-12-12 01:54:36 UTC
Version details: 2.12.1
Distribution/Version: Custom (Likos) - Based on Linux From Scratch

Built Linux base using LinuxFromScratch.org's LFS and BLFS guides (development
versions)
 
Followed BLFS's guide on setting up GNOME.  When gnome-panel starts after the
startx command for, it crashes and displays:

** (gnome-panel:3240): WARNING **: Failed to add file monitor for
file:///home/cjpro/.gtk-bookmarks: Unsupported operation

Note, KDE 3.5 was running sucessfully but was removed prior to installation of
GNOME.
Comment 1 Colton Provias 2005-12-12 01:58:04 UTC
Warning: Process of setting up LFS/BLFS system may take several weeks on a
Pentium 4 (2.5 GHz)
Comment 2 Vincent Untz 2005-12-14 21:39:04 UTC
You probably didn't compile gnome-vfs with fam/gamin support. The operation is
supported.

I changed the error message in this case:

2005-12-14  Vincent Untz  <vuntz@gnome.org>

	* panel-menu-items.c: (panel_place_menu_item_instance_init): don't
	report useless warning when file monitoring is not supported. Just
	print something so the user knows he needs another library.
	Fix bug #323837.