Hi!
Just did a upgrade from Debian 10 to Debian 12. I added my usual startup scripts to KDE Autostart. They all work fine except one. Have tried all the different methods (as a program and as a startup script) to add the script in systemsettins/autostart, but none of them work
The script that fails to autostart is a script that uses xcalib:
#!/bin/sh
xcalib -s 0 /home/eazy/asus_monitor/ASUS_VG248QE_Nvidia.icm
exit 0
The script works fine if I manually run it in Console or just click on it, so the script works. I have used this script since Debian 9 without problem, but not In Debian 12.
Anyone have any idea?
Edit:
Just solved it. It was one of the other autostart script I use that interfered. I use a script that disable Vsync on my Nvidia graphic card. Seems it is not needed anymore as it respects the settings I make in (nvidia-settings) even after a reboot.