diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +- panel: fix mousepad launcher (mousepad.desktop -> org.xfce.mousepad.desktop) + Version 4.16.9.0 - 2021-08-05 - menu: don't hide Security gategory from menus (mga#29332) diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml index 3688774..526a7c7 100644 --- a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml @@ -56,7 +56,7 @@ </property> <property name="plugin-5" type="string" value="launcher"> <property name="items" type="array"> - <value type="string" value="mousepad.desktop"/> + <value type="string" value="org.xfce.mousepad.desktop"/> </property> </property> <property name="plugin-6" type="string" value="launcher"> |