Hi!
I'm using VOXCALL running under Linux Mint using WINE and PulseAudio. Kinda a Linux newbie.
When I issue these commands in a terminal window, VOXCALL works perfectly:
cd /home/mitch/voxcall/
wine voxcall.exe
I'd like for VOXCALL to start automatically upon system boot. I created a script on my desktop, start-voxcall.sh, and gave it execute permission:
#!/bin/sh
cd /home/mitch/voxcall/
wine voxcall.exe
I can run that script in a terminal window and it works perfectly. I add that script to the "Startup Applications" GUI with a 30-second delay. When I click "Run Now" in the GUI, it runs perfectly. But it doesn't run when the system actually boots. I feel like I'm missing something simple. Any direction would be appreciated!
Thanks!
I'm using VOXCALL running under Linux Mint using WINE and PulseAudio. Kinda a Linux newbie.
When I issue these commands in a terminal window, VOXCALL works perfectly:
cd /home/mitch/voxcall/
wine voxcall.exe
I'd like for VOXCALL to start automatically upon system boot. I created a script on my desktop, start-voxcall.sh, and gave it execute permission:
#!/bin/sh
cd /home/mitch/voxcall/
wine voxcall.exe
I can run that script in a terminal window and it works perfectly. I add that script to the "Startup Applications" GUI with a 30-second delay. When I click "Run Now" in the GUI, it runs perfectly. But it doesn't run when the system actually boots. I feel like I'm missing something simple. Any direction would be appreciated!
Thanks!