forked from pool/gnome-control-center
bdec9b7c5a
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
13 lines
723 B
Diff
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 ),
|