Skip to content

Instantly share code, notes, and snippets.

@paolodina
Created June 7, 2014 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paolodina/d2ad9299f8cf0709bcdf to your computer and use it in GitHub Desktop.
Save paolodina/d2ad9299f8cf0709bcdf to your computer and use it in GitHub Desktop.
xfce4-indicator-plugin No indicators
xubuntu-14.04 - After the os upgrade the indicator plugin shows No indicators.
Solved renaming ~/.config/xfce4/xfconf/xfce-perchannel-xml to xfce4-panel.xml.broken and restarting.
Here follows the diff:
$ diff -u xfce4-panel.xml xfce4-panel.xml.broken
--- xfce4-panel.xml 2014-06-07 13:02:49.141148155 +0200
+++ xfce4-panel.xml.broken 2014-06-07 12:47:38.580857591 +0200
@@ -1,18 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xfce4-panel" version="1.0">
- <property name="panels" type="uint" value="1">
+ <property name="panels" type="array">
+ <value type="int" value="0"/>
<property name="panel-0" type="empty">
- <property name="position" type="string" value="p=6;x=0;y=0"/>
+ <property name="position" type="string" value="p=6;x=640;y=13"/>
<property name="length" type="uint" value="100"/>
<property name="position-locked" type="bool" value="true"/>
<property name="plugin-ids" type="array">
+ <value type="int" value="28"/>
<value type="int" value="1"/>
- <value type="int" value="2"/>
+ <value type="int" value="22"/>
+ <value type="int" value="26"/>
<value type="int" value="3"/>
<value type="int" value="4"/>
<value type="int" value="5"/>
- <value type="int" value="6"/>
<value type="int" value="7"/>
</property>
<property name="background-style" type="uint" value="0"/>
@@ -24,13 +26,12 @@
<property name="enter-opacity" type="uint" value="100"/>
<property name="leave-opacity" type="uint" value="100"/>
<property name="mode" type="uint" value="0"/>
+ <property name="disable-struts" type="bool" value="false"/>
+ <property name="nrows" type="uint" value="1"/>
</property>
</property>
<property name="plugins" type="empty">
<property name="plugin-1" type="string" value="whiskermenu"/>
- <property name="plugin-2" type="string" value="tasklist">
- <property name="flat-buttons" type="bool" value="true"/>
- </property>
<property name="plugin-3" type="string" value="separator">
<property name="style" type="uint" value="0"/>
<property name="expand" type="bool" value="true"/>
@@ -40,28 +41,32 @@
<property name="size-max" type="uint" value="22"/>
<property name="names-visible" type="array">
<value type="string" value="networkmanager applet"/>
+ <value type="string" value="task manager"/>
<value type="string" value="blueman-applet"/>
<value type="string" value="xchat"/>
</property>
</property>
<property name="plugin-5" type="string" value="indicator">
<property name="blacklist" type="array">
- <value type="string" value="libappmenu.so"/>
</property>
<property name="known-indicators" type="array">
- <value type="string" value="libapplication.so"/>
- <value type="string" value="com.canonical.indicator.power"/>
- <value type="string" value="com.canonical.indicator.messages"/>
- <value type="string" value="com.canonical.indicator.sound"/>
</property>
- </property>
- <property name="plugin-6" type="string" value="separator">
- <property name="style" type="uint" value="0"/>
- <property name="expand" type="bool" value="false"/>
+ <property name="single-row" type="bool" value="true"/>
+ <property name="align-left" type="bool" value="false"/>
+ <property name="mode-whitelist" type="bool" value="false"/>
+ <property name="whitelist" type="array">
+ </property>
</property>
<property name="plugin-7" type="string" value="clock">
<property name="digital-format" type="string" value="%d %b, %H:%M"/>
+ <property name="mode" type="uint" value="2"/>
+ </property>
+ <property name="plugin-22" type="string" value="pager">
+ <property name="rows" type="uint" value="1"/>
+ <property name="miniature-view" type="bool" value="false"/>
</property>
+ <property name="plugin-26" type="string" value="tasklist"/>
+ <property name="plugin-28" type="string" value="showdesktop"/>
</property>
<property name="configver" type="int" value="2"/>
</channel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment