I always have the symbol left of the text.

Asked by Alexander Sell

There is somewhere a image set wich is missing in the .deb package.
Which one is it, and how can I remove this?
See the screenshot: http://s2.postimg.org/9z555s9op/sysmonitor_symbol_in_panel.jpg

Thanks Alex

Question information

Language:
English Edit question
Status:
Solved
For:
Indicator Sysmonitor Edit question
Assignee:
No assignee Edit question
Solved by:
Alexander Sell
Solved:
Last query:
Last reply:
Revision history for this message
nerd (wu-nerd) said :
#1

I have the same question here,seems an icon missing
http://s4.postimg.org/qiwbx4zcr/Selection_106.png

Ubuntu 14.04 3.13.0-29-generic gnome-session-flashback 1:3.8.0-1ubuntu12

It's OK on Ubuntu 12.04

Revision history for this message
Alexander Sell (ubuntu.alex) said :
#2

I found a work around.

sudo vi /usr/bin/indicator-sysmonitor
line 724 cahnge it to: "gnome-system-monitor"
(or instead of vi editor, you can also use nano)

        self.ind = appindicator.Indicator("indicator-sysmonitor",
           "gnome-system-monitor",
            appindicator.CATEGORY_SYSTEM_SERVICES)

Then it looks like this:
http://s10.postimg.org/cnnt9wqa1/sysmonitor_symbol_in_panel_new.jpg

Revision history for this message
Bernmeister (thebernmeister) said :
#3

This bug has been fixed by another developer who has taken up the maintenance of this indicator at https://github.com/fossfreedom/indicator-sysmonitor.