aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml7
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5a052e8..38631d0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- Panel: Add Xfce settings manager launcher
+
Version 4.120.7.3 - 2018-12-10
- Applications menu: don't show applications in both Sciences and Education/Sciences (mga#23968)
diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
index f368f01..7233db4 100644
--- a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
+++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
@@ -43,7 +43,12 @@
</property>
<property name="plugins" type="empty">
<property name="plugin-1" type="string" value="whiskermenu"/>
- <property name="plugin-3" type="string" value="separator"/>
+ <property name="plugin-2" type="string" value="separator"/>
+ <property name="plugin-3" type="string" value="launcher">
+ <property name="items" type="array">
+ <value type="string" value="xfce-settings-manager.desktop"/>
+ </property>
+ </property>
<property name="plugin-4" type="string" value="launcher">
<property name="items" type="array">
<value type="string" value="terminal-emulator.desktop"/>