Ubuntu 22.10
The text of the script file (gamma.sh) I wish to invoke at boot/reboot is as follows:
xgamma -gamma 0.6
In terminal, the script can be invoked without difficulties by command: ./gamma.sh
The .sh file properties are set to execute as program.
PROBLEM...
I opened Startup Applications.
Added ./gamma.sh
Result... Upon boot/reboot, the gamma.sh will not start.
QUESTION:
How to invoke the gamma.sh
on boot/reboot?
thank you.