https://bugs.kde.org/show_bug.cgi?id=433987
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |CONFIRMED Ever confirmed|0 |1 --- Comment #1 from David Edmundson <k...@davidedmundson.co.uk> --- Urgh, we have two sets of login script. We do call runEnvironmentScripts() but I don't have an equivalent of StartupPhase2::runUserAutostart --- We have a few options: We could make a tiny binary that executes those scripts, then provide a .desktop file that runs this in autostart phase 2. then we can remove the specific code from the legacy boot, and both can share this and have it "just work" for both. ---- We could make a custom generator, somewhat like the apps autostart ---- Maybe the KCM should create .desktop files with the Exec line porting to the script, rather than copying things into a specific dir. Then we get to attach metadata to the script and we reduce our code paths here. -- You are receiving this mail because: You are watching all bug changes.