LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   fluxbox taskbar applet for managing sound in ubuntu 8.10 (https://www.linuxquestions.org/questions/linux-desktop-74/fluxbox-taskbar-applet-for-managing-sound-in-ubuntu-8-10-a-711842/)

Mechfly 03-15-2009 09:15 PM

fluxbox taskbar applet for managing sound in ubuntu 8.10
 
hi folks!

in fluxbox startup file, to start the networkmanager you would create a line like "nm-applet &". this create a icon in the taskbar in which you can access the network manager via right and left click of the mouse.

i need sound access the same way, using gnome-volume-control.
how would you start the gnome-volume-manager as a taskbar applet?

ciotog 03-17-2009 10:14 PM

I think all the applets are usually located in /usr/libexec (you could run "which nm-applet" to see where it is). I think the one you want is mixer_applet2, although I've heard there are problems with some icon themes where the applet is only about 2 pixels wide.

Mechfly 03-20-2009 01:24 AM

ok, so nm-applet lives in /usr/bin for me, i dont seem to have a libexec folder at all, and i dont see mixer_applet2 in the repositories. i will keep looking and keep trying, and thanks :)

ciotog 03-20-2009 01:53 AM

Try running "locate mixer_applet2" from a terminal, maybe it's located somewhere else on your system. Sometimes gnome lives in /opt/gnome so some binaries might be under there.

Is there a "gnome-applets" package available?

Mechfly 03-20-2009 11:25 PM

ok, so that produced some results. i have a gnome-applets folder in which mixer_applet2 resides, specifically /usr/share/omf
i see that omf is open media files, and within this paticular directory are xml and image files.

so, is this a java applet that i need to access in a different fashion than a normal binary? or is it something that i need to compile from source?

also the gnome-applets package has been installed.

thanks again for the assistance.

edit: also there is a mixer_applet2 in /usr/lib/gnome-applets but i am guessing thats a library for the program.

ciotog 03-22-2009 07:52 PM

I would guess that /usr/lib/gnome-applets/mixer_applet2 is the executable binary you're looking for - on my system it's in /usr/libexec so this somewhat matches up. You could always try running it to see, I can't see the harm.

I wonder if /usr/bin/nm-applet is a symlink to /usr/lib/gnome-applets/nm-applet.


All times are GMT -5. The time now is 11:20 AM.