Comment 30 for bug 1014494

Revision history for this message
Hrotkó Gábor (roti-al) wrote :

It works nicely with the --trayicon switch.
I created a script to replace the original file with a script which will use the switch:

sudo mv /usr/bin/indicator-multiload /usr/bin/indicator-multiload.origi; echo 'indicator-multiload.origi --trayicon' | sudo tee /usr/bin/indicator-multiload; sudo chmod +x /usr/bin/indicator-multiload