On Thu, 2009-07-30 at 19:45 +0200, Hadmut Danisch wrote: > Dan Williams wrote: > > Ok, this is odd, and it indicates a problem either with glib or with > > inotify. What glib version are you using? Are any of the files you're > > changing hardlinked to something else? > > > > > > Using current version of Ubuntu 9.04, libc6 is > 2.9-4ubuntu6 > > No hardlinked files. > > > And, btw. the files exist before the system configuration > manager is started. As far as I know programs are not > triggered by notify about files that already exist.
They are if the files change and a watch has been placed on the directory that contains the files. Is the keyfile plugin definitely getting loaded via /etc/NetworkManager/nm-system-settings.conf? > Question is why nm does not even find files that > already exist. Well, it certainly should if the keyfile plugin gets loaded by nm-system-settings. The function system-settings/plugins/keyfile/plugin.c :: read_connections() does this for you when the plugin gets initialized. Can you check to see whether read_connections() ever gets called? Dan _______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
