https://bugs.kde.org/show_bug.cgi?id=420085
--- Comment #4 from Francis T <frther...@gmail.com> --- Odd, I thought I had replied previously. Anyways, I had a look at startplasma.cpp here: https://phabricator.kde.org/source/plasma-workspace/browse/master/startkde/startplasma.cpp$193 I don't think anything in the function in question sorts the scripts before sourcing. entryInfoList has an optional argument for sorting (which is not used, and the default is NoSort), but even if we used it, we'd be sorting each directory separately, which is not very useful. Adding a sort call before sourcefiles appears to be a 1-line fix. However, I personally agree with Nate that user scripts should be sourced after system scripts. I can try and put together a patch. However, C++ (and qt) is really not my forte, so if anyone wants to take a stab, please have at it. -- You are receiving this mail because: You are watching all bug changes.