Sample Header Ad - 728x90

Launch bottles application from command line

1 vote
1 answer
6316 views
I have installed bottles for Windows application emulation. I am trying to start an application via command line but have not been able to start the application automatically. It opens up the bottle but the application does not start and it requires a manual start. I would like to get this to work so I can create a systemd service which launches this app on system boot. OS is AlmaLinux 8. Here's the variation of commands I have tried.
flatpak run com.usebottles.bottles -b NetSync -e 'C:\windows\system32\start.exe /wait C:\Program Files (x86)\BigNet\NetSync\NetSync.exe'
flatpak run com.usebottles.bottles -b NetSync -e 'C:\Program Files (x86)\BigNet\NetSync\NetSync.exe'
flatpak run com.usebottles.bottles -b NetSync -e '/home/rlee/.var/app/com.usebottles.bottles/data/bottles/bottles/NetSync/drive_c/Program Files (x86)/BigNet/NetSync/NetSync.exe'
flatpak run com.usebottles.bottles -b NetSync -e /home/rlee/.var/app/com.usebottles.bottles/data/bottles/bottles/NetSync/drive_c/Program\ Files\ \(x86\)/BigNet/NetSync/NetSync.exe
Asked by supmethods (561 rep)
Jul 6, 2023, 08:36 AM
Last activity: Jul 6, 2023, 10:59 AM