diff options
author | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-02-27 14:37:59 +0800 |
---|---|---|
committer | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-02-27 14:37:59 +0800 |
commit | 4e06ab86f35b10071c4ba1995ef6f067d97cc9c2 (patch) | |
tree | 1d9d0d3c3ed8c1831c3cc82522dd5217e992bc69 /ports-mgmt/gnome-packagekit/files | |
parent | e4cf91b9d81e89a76a6c45ad60f7aefdf0e34ddd (diff) | |
download | marcuscom-ports-4e06ab86f35b10071c4ba1995ef6f067d97cc9c2.tar marcuscom-ports-4e06ab86f35b10071c4ba1995ef6f067d97cc9c2.tar.gz marcuscom-ports-4e06ab86f35b10071c4ba1995ef6f067d97cc9c2.tar.bz2 marcuscom-ports-4e06ab86f35b10071c4ba1995ef6f067d97cc9c2.tar.lz marcuscom-ports-4e06ab86f35b10071c4ba1995ef6f067d97cc9c2.tar.xz marcuscom-ports-4e06ab86f35b10071c4ba1995ef6f067d97cc9c2.tar.zst marcuscom-ports-4e06ab86f35b10071c4ba1995ef6f067d97cc9c2.zip |
Disable pk-gtk-module for gnome-settings-daemon because we don't
have libpk-gtk-module.so. This fixes massive warnings like this:
Gtk-Message: Failed to load module "pk-gtk-module":
Shared object "libpk-gtk-module.so" not found, required by "totem"
Use @dirrmtry for %%PYTHON_SITELIBDIR%%/packagekit.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13733 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'ports-mgmt/gnome-packagekit/files')
-rw-r--r-- | ports-mgmt/gnome-packagekit/files/patch-data_gnome-packagekit.schemas.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ports-mgmt/gnome-packagekit/files/patch-data_gnome-packagekit.schemas.in b/ports-mgmt/gnome-packagekit/files/patch-data_gnome-packagekit.schemas.in new file mode 100644 index 000000000..fc8e606d8 --- /dev/null +++ b/ports-mgmt/gnome-packagekit/files/patch-data_gnome-packagekit.schemas.in @@ -0,0 +1,11 @@ +--- data/gnome-packagekit.schemas.in.orig 2010-02-27 14:22:29.000000000 +0800 ++++ data/gnome-packagekit.schemas.in 2010-02-27 14:22:45.000000000 +0800 +@@ -540,7 +540,7 @@ + <applyto>/apps/gnome_settings_daemon/gtk-modules/pk-gtk-module</applyto> + <owner>gnome-packagekit</owner> + <type>bool</type> +- <default>true</default> ++ <default>false</default> + <locale name="C"> + <short>GTK+ module for font installation</short> + <long>This key determines if applications should be able to prompt for fonts</long> |