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 585455 - Allow disabling font monitoring
Allow disabling font monitoring
Status: RESOLVED OBSOLETE
Product: gnome-settings-daemon
Classification: Core
Component: xsettings
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
3.10
Depends on:
Blocks:
 
 
Reported: 2009-06-11 17:34 UTC by Behdad Esfahbod
Modified: 2015-11-04 08:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Behdad Esfahbod 2009-06-11 17:34:29 UTC
By checking FcConfigGetRescanInterval().  If rescanning is not requested, we wouldn't send notifications.  To be able to start monitoring again, we have to keep monitoring the config files still.  So this may not fully fix bug 559168.  Another option is to also add a gconf key.
Comment 1 Ghee Teo 2009-06-11 19:54:35 UTC
For this to be effective, one would just not monitor any font directory. gconf key would be more effective. Though ultimately some sort of cache for /etc/mnttab if can be address by 559168 is the proper solution.
Comment 2 Ghee Teo 2009-06-17 10:21:50 UTC
Behdad, with the fix to http://bugzilla.gnome.org/show_bug.cgi?id=585360
I don't think this bug is necessary.
Comment 3 Behdad Esfahbod 2009-06-17 15:36:01 UTC
This is a separate issue and I like to fix it eventually.
Comment 4 Bastien Nocera 2015-11-03 16:20:13 UTC
I don't understand in which cases this would be useful. We override the fontconfig configuration for a number of things already (though we wouldn't if the fontconfig default were sane for those use cases). What's the harm here? In which cases would you want to disable the font scanning?
Comment 5 Bastien Nocera 2015-11-03 16:20:48 UTC
I've added a debug program for that issue.

commit d3e38c43834058cb95a6e5dcd5882816b3ab293c (HEAD -> master)
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 3 16:38:52 2015 +0100

    xsettings: Build the fontconfig monitor debug tool
    
    https://bugzilla.gnome.org/show_bug.cgi?id=585455
Comment 6 Behdad Esfahbod 2015-11-03 19:05:26 UTC
I think we can close this bug.
Comment 7 Bastien Nocera 2015-11-04 08:58:47 UTC
OK, thanks.