Re: panel 1 launcher problem

Ralf Mardorf <[email protected]> Tue, 31 Dec 2024 07:18:53 +0100
Newsgroups gmane.comp.xfce.user
Message-ID <[email protected]>
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
_______________________________________________
Xfce mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce
http://www.xfce.org