I'm trying to run an .appimage in Pop OS 22.04 that requires the command --disable-gpu-sandbox.
It works fine when launching from terminal, but when I create a .desktop file with the below:
Encoding=UTF-8
Version=1.0
Type=Application
Terminal=false
Path=/home/evan/installs
Exec=zoho64.AppImage --disable-gpu-sandbox
Name=ZohoMail
Icon=home/evan/installs/icon-zoho.png
I get the following error:
./zoho.desktop: line 6: --disable-gpu-sandbox: command not found
Sorry if this is a no-brainer, I'm a newbie just trying to leave Windows behind.