1
0
gnome-control-center/gnome-control-center-add-alacarte-for-sle.patch
Bjørn Lie bdec9b7c5a Accepting request 349178 from home:badshah400:boo956879
Corrected bug number in changelog.

- Remove alacarte from the g-c-c shell for openSUSE while still keeping it for SLE (they use classic gnome, where it still works)
- Rebase tz patch and re-enable it to allow tz changing without admin privileges.

OBS-URL: https://build.opensuse.org/request/show/349178
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=301
2015-12-16 14:09:51 +00:00

13 lines
723 B
Diff

Index: gnome-control-center-3.18.2/shell/cc-panel-loader.c
===================================================================
--- gnome-control-center-3.18.2.orig/shell/cc-panel-loader.c
+++ gnome-control-center-3.18.2/shell/cc-panel-loader.c
@@ -103,6 +103,7 @@ static struct {
PANEL_TYPE("wacom", cc_wacom_panel_get_type ),
#endif
PANEL_TYPE("ca.desrt.dconf-editor", NULL ),
+ PANEL_TYPE("alacarte", NULL ),
PANEL_TYPE("gpk-prefs", NULL ),
PANEL_TYPE("tracker-preferences", NULL ),
PANEL_TYPE("itweb-settings", NULL ),