Xfce Forum

Sub domains
 

You are not logged in.

#1 2019-07-07 13:22:43

timbuck2
Member
Registered: 2018-12-30
Posts: 18

How to autostart a wine application with xfce4?

Hello, I want to run a wine application at login.  Could someone explain how to do this?

I did try the "Session and Startup->Application Autostart" from my distro (Linux Lite) but the command didn't start the program.

I tried the command like this WINEPREFIX=~/.wine64 WINEARCH="win64" wine ~/.wine64/drive_c/Program\ Files/myprogram/myprogram.exe

Offline

#2 2019-07-07 13:35:00

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,990

Re: How to autostart a wine application with xfce4?

Try instead:

bash -c "WINEPREFIX=~/.wine64 WINEARCH="win64" wine ~/.wine64/drive_c/Program\ Files/myprogram/myprogram.exe"

The built-in parser is very basic. This version will execute the command in a bash shell.


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#3 2019-07-07 14:17:01

timbuck2
Member
Registered: 2018-12-30
Posts: 18

Re: How to autostart a wine application with xfce4?

Thanks!  That worked.

Offline

Board footer

Powered by FluxBB