https://bugs.kde.org/show_bug.cgi?id=423756

--- Comment #4 from David Edmundson <k...@davidedmundson.co.uk> ---
At a ubuntu level if you can patch startplasma.cpp

startkde/startplasma.cpp
342:    qputenv("KDE_APPLICATIONS_AS_SCOPE", "1");

to 
342:    qputenv("KDE_APPLICATIONS_AS_SERVICE", "1");

and land https://invent.kde.org/frameworks/kio/-/merge_requests/1019 so we
don't regress something important.

I apparently haven't followed up on the latter, so I'll do so now and get it in
the next frameworks. The env var guard existed because we couldn't rely on new
system which had the new exit type at the time.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to