When opening an appImage with double click, is there some way to automatically add command line arguments?
Why: on a fresh UBUNTU MATE 22.04 installation, I'm having problems with some appImages: most of them successfully open, others open and close immediately; I'm experiencing this in particular with
mendeley-reference-manager-2.77.0-x86_64.AppImage
If launched by double click, it opens and close. If launched from command line I get this error:
[21690:0908/111927.721030:FATAL:gpu_data_manager_impl_private.cc(445)] GPU process isn't usable. Goodbye.
I found here a working solution, which successfully opens the appImage, namely launch the appImage with the following arguments:
./mendeley-reference-manager-2.77.0-x86_64.AppImage --disable-gpu-sandbox
Then, I was wondering if I can make the double-click launch the appImage with these arguments.
Thanks, Valerio