Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 347769
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +24 lines)
Line  Link Here
++ b/plugins/housekeeping/gsd-disk-space.c
Lines 304-328 ldsm_mount_should_ignore (GUnixMountEntry *mount) Link Here
304
         * expose this in a way that allows it to be used for this
304
         * expose this in a way that allows it to be used for this
305
         * purpose
305
         * purpose
306
         */
306
         */
307
         
308
         /* We also ignore network filesystems */
307
                 
309
                 
308
        const gchar *ignore_fs[] = {
310
        const gchar *ignore_fs[] = {
311
                "adfs",
312
                "afs",
309
                "auto",
313
                "auto",
310
                "autofs",
314
                "autofs",
315
                "autofs4",
316
                "cifs",
317
                "cxfs",
311
                "devfs",
318
                "devfs",
312
                "devpts",
319
                "devpts",
313
                "ecryptfs",
320
                "ecryptfs",
321
                "gfs",
322
                "gfs2",
314
                "kernfs",
323
                "kernfs",
315
                "linprocfs",
324
                "linprocfs",
325
                "linsysfs",
326
                "lustre",
327
                "lustre_lite",
328
                "ncpfs",
329
                "nfs",
330
                "nfs4",
331
                "nfsd",
332
                "ocfs2",
316
                "proc",
333
                "proc",
317
                "procfs",
334
                "procfs",
318
                "ptyfs",
335
                "ptyfs",
336
                "rpc_pipefs",
319
                "selinuxfs",
337
                "selinuxfs",
320
                "linsysfs",
338
                "smbfs",
321
                "sysfs",
339
                "sysfs",
322
                "tmpfs",
340
                "tmpfs",
323
                "usbfs",
341
                "usbfs",
324
                "nfsd",
325
                "rpc_pipefs",
326
                "zfs",
342
                "zfs",
327
                NULL
343
                NULL
328
        };
344
        };
329
- 
345
++ b/plugins/xsettings/gsd-xsettings-manager.c
Lines 357-362 xft_settings_set_xsettings (GnomeXSettingsManager *manager, Link Here
357
                xsettings_manager_set_string (manager->priv->managers [i], "Xft/HintStyle", settings->hintstyle);
357
                xsettings_manager_set_string (manager->priv->managers [i], "Xft/HintStyle", settings->hintstyle);
358
                xsettings_manager_set_int (manager->priv->managers [i], "Xft/DPI", settings->dpi);
358
                xsettings_manager_set_int (manager->priv->managers [i], "Xft/DPI", settings->dpi);
359
                xsettings_manager_set_string (manager->priv->managers [i], "Xft/RGBA", settings->rgba);
359
                xsettings_manager_set_string (manager->priv->managers [i], "Xft/RGBA", settings->rgba);
360
                xsettings_manager_set_string (manager->priv->managers [i], "Xft/lcdfilter", g_str_equal(settings->rgba, "rgb") ? "lcddefault" : "none");
360
        }
361
        }
361
        gnome_settings_profile_end (NULL);
362
        gnome_settings_profile_end (NULL);
362
}
363
}
Lines 416-421 xft_settings_set_xresources (GnomeXftSettings *settings) Link Here
416
                                settings->hintstyle);
417
                                settings->hintstyle);
417
        update_property (add_string, "Xft.rgba",
418
        update_property (add_string, "Xft.rgba",
418
                                settings->rgba);
419
                                settings->rgba);
420
        update_property(add_string, "Xft.lcdfilter",
421
                                g_str_equal(settings->rgba, "rgb") ? "lcddefault" : "none");
419
422
420
        g_debug("xft_settings_set_xresources: new res '%s'", add_string->str);
423
        g_debug("xft_settings_set_xresources: new res '%s'", add_string->str);
421
424

Return to bug 347769