panel 1 launcher problem

Ralf Mardorf ralf.mardorf at alice-dsl.net
Tue Dec 31 07:32:44 CET 2024


On Mon, 2024-12-30 at 22:10 -0800, ToddAndMargo wrote:
> But how do I also get the $(...) to work?

Don't make it that complicated, put the original one-line-script that
use to work from command line into a script file in /usr/local/bin and 
from the launcher run the script, e.g. wine-explorer.

/usr/local/bin/wine-explorer:

   #!/bin/bash
   cd /home/tony/.wine/drive_c/lotus/123
   wine explorer /desktop=$(date +%H:%M:%S)_wine_virtual_desktop_1680x1050,1680x1050 123w.exe
   exit

Regards,
Ralf


More information about the Xfce mailing list