Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 256362 Details for
Bug 347769
gnome-base/gnome-settings-daemon-2.32.1::gentoo: emerge Cannot find $EPATCH_SOURCE!
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patches
files.tar (text/plain), 10.00 KB, created by
fkhp
on 2010-12-05 00:26:41 UTC
(
hide
)
Description:
patches
Filename:
MIME Type:
Creator:
fkhp
Created:
2010-12-05 00:26:41 UTC
Size:
10.00 KB
patch
obsolete
>files/0000755000000000000000000000000011476555500010666 5ustar rootrootfiles/gnome-settings-daemon-2.32.1-netfs-monitor.patch0000644000000000000000000000251511476555345021450 0ustar rootroot--- a/plugins/housekeeping/gsd-disk-space.c >+++ b/plugins/housekeeping/gsd-disk-space.c >@@ -304,25 +304,41 @@ ldsm_mount_should_ignore (GUnixMountEntry *mount) > * expose this in a way that allows it to be used for this > * purpose > */ >+ >+ /* We also ignore network filesystems */ > > const gchar *ignore_fs[] = { >+ "adfs", >+ "afs", > "auto", > "autofs", >+ "autofs4", >+ "cifs", >+ "cxfs", > "devfs", > "devpts", > "ecryptfs", >+ "gfs", >+ "gfs2", > "kernfs", > "linprocfs", >+ "linsysfs", >+ "lustre", >+ "lustre_lite", >+ "ncpfs", >+ "nfs", >+ "nfs4", >+ "nfsd", >+ "ocfs2", > "proc", > "procfs", > "ptyfs", >+ "rpc_pipefs", > "selinuxfs", >- "linsysfs", >+ "smbfs", > "sysfs", > "tmpfs", > "usbfs", >- "nfsd", >- "rpc_pipefs", > "zfs", > NULL > }; >-- >1.7.1 >files/gnome-settings-daemon-2.32.1-lcdfilter.patch0000644000000000000000000000222411476555540020606 0ustar rootroot--- a/plugins/xsettings/gsd-xsettings-manager.c >+++ b/plugins/xsettings/gsd-xsettings-manager.c >@@ -357,6 +357,7 @@ xft_settings_set_xsettings (GnomeXSettingsManager *manager, > xsettings_manager_set_string (manager->priv->managers [i], "Xft/HintStyle", settings->hintstyle); > xsettings_manager_set_int (manager->priv->managers [i], "Xft/DPI", settings->dpi); > xsettings_manager_set_string (manager->priv->managers [i], "Xft/RGBA", settings->rgba); >+ xsettings_manager_set_string (manager->priv->managers [i], "Xft/lcdfilter", g_str_equal(settings->rgba, "rgb") ? "lcddefault" : "none"); > } > gnome_settings_profile_end (NULL); > } >@@ -416,6 +417,8 @@ xft_settings_set_xresources (GnomeXftSettings *settings) > settings->hintstyle); > update_property (add_string, "Xft.rgba", > settings->rgba); >+ update_property(add_string, "Xft.lcdfilter", >+ g_str_equal(settings->rgba, "rgb") ? "lcddefault" : "none"); > > g_debug("xft_settings_set_xresources: new res '%s'", add_string->str); > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 347769
: 256362