Bug 436521 - Closing System Settings while GHNS window is open causes a zombie systemsettings5 process that prevents the app's GUI from being shown again because it is a single-instance app
Summary: Closing System Settings while GHNS window is open causes a zombie systemsetti...
Status: REPORTED
Alias: None
Product: frameworks-knewstuff
Classification: Frameworks and Libraries
Component: general (other bugs)
Version First Reported In: 5.81.0
Platform: Other Linux
: HI major
Target Milestone: ---
Assignee: Dan Leinir Turthra Jensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-03 06:46 UTC by Lua
Modified: 2025-03-15 07:14 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
bug (1.52 MB, video/mp4)
2021-05-03 06:46 UTC, Lua
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lua 2021-05-03 06:46:33 UTC
Created attachment 138109 [details]
bug

SUMMARY


STEPS TO REPRODUCE
1. Install a SDDM theme;
2. In the middle of the installation prompt, close the System Settings window (don't close the password prompt dialog)

OBSERVED RESULT
System Settings doesn't open anymore unless systemsettings5 process is ended in KSysGuard.

EXPECTED RESULT


SOFTWARE/OS VERSIONS
Operating System: Kubuntu 21.04
KDE Plasma Version: 5.21.4
KDE Frameworks Version: 5.80.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
This problem also happens when installing icon packs from the repositories such as pocillo-icon-theme and papirus-icon-theme. I don't know if this is related.
Comment 1 Nate Graham 2021-05-03 20:09:39 UTC
Can confirm, yikes.
Comment 2 Nicolas Fella 2021-05-03 20:43:47 UTC
My guess is that there is a running KJob somewhere that prevents the app from closing completely
Comment 3 Lua 2021-05-18 00:28:49 UTC
I just had this bug when installing an iconpack package via terminal. After killing the systemsettings5 process, I was able to relaunch System Settings with no problems.