** Changed in: ubuntu-power-consumption
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1266873
Title:
gnome-settings-daemon is poll
** Branch linked: lp:ubuntu/fontconfig
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1266873
Title:
gnome-settings-daemon is polling for seemingly no good reason at
This bug was fixed in the package fontconfig - 2.11.0-0ubuntu4
---
fontconfig (2.11.0-0ubuntu4) trusty; urgency=medium
* debian/rules:
- don't add /usr/X11R6/lib/X11/fonts to the fonts path, that's a
deprecated location and it leads to polling on the directory,
which
** Branch linked: lp:ubuntu/trusty-proposed/fontconfig
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1266873
Title:
gnome-settings-daemon is polling for seemingly no
There is probably a deeper issue here in that 'monitor_files' should
only get called when the Fontconfig config changes (Based on the return
value of 'FcConfigUptoDate'). That should not be happening every 4
seconds.
--
You received this bug notification because you are a member of Ubuntu
Desktop
@Tim: I'm not sure I agree with that, while it's probably fine to drop
that directory from fontconfig, we should probably not have g-s-d
pooling endlessly on non existing directories anyway, the same issue
might be happening with other ones depending of your configuration and
what you have installe
** Also affects: fontconfig (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1266873
Title:
gnome-settings-daemon i
The list comes from fontconfig, we should probably just remove
'/usr/X11R6/lib/X11/fonts' from there. Its pretty unlikely that folder
will ever exist these days.
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in
The issue is coming from the xsettings code, it has a loop doing
"while ((str = (const char *) FcStrListNext (list))) {
...
file = g_file_new_for_path (str);
monitor = g_file_monitor (file, G_FILE_MONITOR_NONE, NULL,
NULL);
"
That lists includes /usr/X11R6
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command, as it will
automatically gather debugging information, in a terminal:
apport-collect 1266873
When reporting bugs in the future please use apport by using 'ubuntu-
bug' and t
10 matches
Mail list logo