panel 1 launcher problem

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


On Mon, 2024-12-30 at 19:04 -0800, ToddAndMargo wrote:
> bash -c "cd /home/tony/.wine/drive_c/lotus/123; wine explorer 
> /desktop=$(date +%H:%M:%S)_wine_virtual_desktop_1680x1050,1680x1050 
> 123w.exe"

Hi,

I wrap similar things in scripts and then just call the script from the
command line or the launcher.

In your case, you could call a bash script wine-explorer or similar.

That's what I do to run different versions of the same program using
different wine paths:

$ cat /usr/local/bin/gr-55_floorboard_2018-4_wine 
#!/bin/dash
wine '/home/rocketmouse/.wine/drive_c/Program Files (x86)/GR-55FloorBoard/GR-55FloorBoard.exe' &
exit

$ cat /usr/local/bin/gr-55_floorboard_2020-4_wine 
#!/bin/dash
wine '/home/rocketmouse/.wine-gr-55-20200413/drive_c/Program Files (x86)/GR-55FloorBoard/GR-55FloorBoard.exe' &
exit

Regards,
Ralf


More information about the Xfce mailing list