You are not logged in.
Pages: 1
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
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
Thanks! That worked.
Offline
Pages: 1
[ Generated in 0.011 seconds, 8 queries executed - Memory usage: 519.16 KiB (Peak: 520.01 KiB) ]