Xfce: fix duplicated launcher in xfce4-panel (fixes #139)
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Kill xfconf to force reading the modified configuration
|
||||
pkill -9 xfconf
|
||||
|
||||
|
||||
sed -i -zE 's|(\s+<value[^\n]+)\1|<value type="string" value="xfce4-terminal-emulator.desktop"/>\1|' \
|
||||
~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
|
||||
|
||||
# Remove autorun file after first run
|
||||
rm -f ~/.config/autostart/fix-duplicated-xfce-panel-launcher.desktop
|
||||
Reference in New Issue
Block a user