Problems creating panel launcher for application.
Jasper Huijsmans
jasper at xfce.org
Fri Jul 9 14:59:10 CEST 2004
On Fri, Jul 09, 2004 at 07:29:38AM -0500, Christian Dysthe wrote:
> Hi,
>
> I have been using this command (without the quotes) to open the Streamtuner
> application and have the local plugin work:
>
> "STREAMTUNER_LOCAL_ROOT=/home/christian/Media/Music streamtuner"
>
> However, it does not work when I try to make a launcher with this command.
> It doesn't work in the custom right click Mandrake menu either (I'm on MDK
> 10) where I have created a menu item using this command to run Streamtuner.
> However, in Fluxbox, KDE and Gnome it works from the menu.
>
You could try
sh -c "STREAMTUNER_LOCAL_ROOT=/home/christian/Media/Music streamtuner"
The panel is not a shell, so it doesn't understand shell variables.
Jasper
More information about the Xfce
mailing list