PDA

View Full Version : [ubuntu] How do I get the Network Manager icon in Fluxbox?



stealth17
September 13th, 2008, 06:13 PM
How can I get the network manager icon to show up in Fluxbox? I really like the new network manager for the wireless, but I can't get it to show up in Fluxbox.

Anzan
September 15th, 2008, 04:45 PM
Just put

nm-applet &

in your startup file.

stealth17
September 16th, 2008, 05:41 PM
Just put

nm-applet &

in your startup file.

Works perfect. How about the power applet? Is there a list of applets somewhere because I tried finding it using tab tab in the terminal but cannot locate the command.

Thanks!

Anzan
September 18th, 2008, 12:01 AM
Look in /usr/bin for the real name of applications. For example OpenOffice Writer is oowriter.

I'm on my desktop box rather than a laptop right now so I don't have the battery applet in my startup file but I think it's called gnome-power-manager.

leef
September 18th, 2008, 01:30 AM
The power management tray icon is

gnome-power-manager &

another useful one is the update manager (for security etc);

update-notifier &

stealth17
September 19th, 2008, 12:27 AM
The power management tray icon is

gnome-power-manager &

another useful one is the update manager (for security etc);

update-notifier &

is seems the only way I can get gnome-power-manager to start is if I use sudo first.... Why would that be? I can't have sudo in my fluxbox startup file at least not that I can see....

Thanks

Xyem
November 12th, 2008, 06:54 PM
gnome-power-manager requiring sudo might have something to do with dbus permissions and the user not being in the right group ( plugdev/powerdev? )

I have a minimal install of 8.10 and I am also trying to get gnome-power-manager to work in Fluxbox. I'll post my findings!