Bug 416333 - Send signal for newly-installed packages while the dialog is still open, not when it closes
Summary: Send signal for newly-installed packages while the dialog is still open, not ...
Status: CONFIRMED
Alias: None
Product: frameworks-knewstuff
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.66.0
Platform: Other Linux
: NOR minor
Target Milestone: ---
Assignee: Jeremy Whiting
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-16 12:00 UTC by postix
Modified: 2020-01-20 10:27 UTC (History)
7 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description postix 2020-01-16 12:00:55 UTC
If you have downloaded and installed a theme from the "get new themes" window it will first show up in the KCM window once your closed the "get new themes" window again. However, it would be convenient if the KCM gets updated in real time.


SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux 
KDE Plasma Version: 5.17.4
KDE Frameworks Version: 5.66.0
Qt Version: 5.14.0
Comment 1 Nate Graham 2020-01-16 17:01:34 UTC
Is it just the lookandfeel KCM, or does this happen with all other KCMs too?
Comment 2 postix 2020-01-17 18:06:21 UTC
(In reply to Nate Graham from comment #1)
> Is it just the lookandfeel KCM, or does this happen with all other KCMs too?

Probably for all where the main window becomes deactivated while the sub window ("Download new stuff") is opened.
For example the wallpaper window shows the same issue. 

Surely, it's not really a big deal, but I think it would be fancy. :)
Comment 3 Nate Graham 2020-01-17 18:21:18 UTC
Thanks.
Comment 4 David Edmundson 2020-01-17 18:28:50 UTC
or we just make the dialog modal.
Comment 5 Dan Leinir Turthra Jensen 2020-01-20 10:08:31 UTC
iirc the original dialog is modal, so it'd probably make sense for the new one to be as well (since, also, that particular method is supposed to be a kind of stop-gap porting aid more than anything else, and KNSQuick's Page is what /should/ be used, rather than the button/dialog).