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

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