(In reply to Nick Dordea from comment #34) > sleep 20s && /path/bash-shell.sh worked on 15.4 > it fails on 15.5 . > Why ? KDE's own, traditional autostart (Leap 15.4 or sysetemdBoot=false) does run such a script against the specification of desktop files. And the new implementation of XDG autostart provided by systemd is strict, and it does not accept invalid desktop files anymore. > It seems that the testing/QA did not include a [successful] regression phase > to make sure that the existing code is not broken . > > i.e. regression testing is important because it helps reduce the risk of > breaking existing functionality when making changes to the software/system. I think so too. And even some valid desktop files does not work on Leap 15.5, which is the main topic of this report. > Question : > the upgrade 15.4 to 15.5 changed/"upgraded" a lot of existing Boot15.4 > desktop / autostart settings/definitions to accommodate the new 15.5 > methods. > > Does sysetemdBoot=false accept the new-15.5-type settings/definitions > OR > we have to change 15.5 settings/definitions back to 15.4 rules ? Sorry, I cannot catch the point.