PDA

View Full Version : [ubuntu] How to close stalonetray?



PeterTaps
October 18th, 2012, 09:06 AM
Folks,

I am running Minimal Ubuntu + Openbox. To bring up the network manager UI, I created the following script as suggested at https://wiki.archlinux.org/index.php/NetworkManager#Openbox.

#!/bin/sh
nm-applet > /dev/null 2>/dev/null &
stalonetray > /dev/null 2>/dev/null
killall nm-applet

The idea is to release nm-applet memory after done with it.

When I run this script, stalonetray comes up as expected. However, there is no option to close the tray.

Is there something that I am missing?

Thank you in advance for your help.

Regards,
Peter