Blame SOURCES/0004-thunderbolt-move-to-the-Devices-page.patch

02512f
From 2d1da22e17f703e27ff1b3177e35a54aa0c3aecc Mon Sep 17 00:00:00 2001
02512f
From: Christian Kellner <christian@kellner.me>
02512f
Date: Fri, 13 Apr 2018 16:03:21 +0200
02512f
Subject: [PATCH 4/4] thunderbolt: move to the 'Devices' page
02512f
02512f
The 'Devices' page is a fitting place for the thunderbolt, being
02512f
an IO technology. It is expected that people that need to go to
02512f
that page will be sent there via a gnome-shell notification, so
02512f
there is no need for it to be on the main page.
02512f
Ok'ed by the design team (jimmac).
02512f
---
02512f
 panels/thunderbolt/gnome-thunderbolt-panel.desktop.in.in | 2 +-
02512f
 shell/cc-panel-list.c                                    | 2 +-
02512f
 2 files changed, 2 insertions(+), 2 deletions(-)
02512f
02512f
diff --git a/panels/thunderbolt/gnome-thunderbolt-panel.desktop.in.in b/panels/thunderbolt/gnome-thunderbolt-panel.desktop.in.in
02512f
index db2477e45a74..abd317341bfd 100644
02512f
--- a/panels/thunderbolt/gnome-thunderbolt-panel.desktop.in.in
02512f
+++ b/panels/thunderbolt/gnome-thunderbolt-panel.desktop.in.in
02512f
@@ -7,7 +7,7 @@ Terminal=false
02512f
 Type=Application
02512f
 NoDisplay=true
02512f
 StartupNotify=true
02512f
-Categories=GNOME;GTK;Settings;X-GNOME-Settings-Panel;HardwareSettings;X-GNOME-DevicesSettings;X-GNOME-ConnectivitySettings;
02512f
+Categories=GNOME;GTK;Settings;X-GNOME-Settings-Panel;HardwareSettings;X-GNOME-DevicesSettings;
02512f
 OnlyShowIn=GNOME;Unity;
02512f
 X-GNOME-Bugzilla-Bugzilla=GNOME
02512f
 X-GNOME-Bugzilla-Product=gnome-control-center
02512f
diff --git a/shell/cc-panel-list.c b/shell/cc-panel-list.c
02512f
index 99d8a91144ad..f5b83509d646 100644
02512f
--- a/shell/cc-panel-list.c
02512f
+++ b/shell/cc-panel-list.c
02512f
@@ -276,7 +276,6 @@ static const gchar * const panel_order[] = {
02512f
   "wifi",
02512f
   "mobile-broadband",
02512f
   "bluetooth",
02512f
-  "thunderbolt",
02512f
   "background",
02512f
   "notifications",
02512f
   "search",
02512f
@@ -295,6 +294,7 @@ static const gchar * const panel_order[] = {
02512f
   "mouse",
02512f
   "printers",
02512f
   "removable-media",
02512f
+  "thunderbolt",
02512f
   "wacom",
02512f
   "color",
02512f
 
02512f
-- 
02512f
2.17.0
02512f