Bug 423294 - Dolphin opens up a special dialog when copying/moving files, but should use notification dialog instead
Summary: Dolphin opens up a special dialog when copying/moving files, but should use n...
Status: RESOLVED NOT A BUG
Alias: None
Product: plasmashell
Classification: Plasma
Component: Notifications (show other bugs)
Version: 5.19.1
Platform: Other Other
: NOR normal
Target Milestone: 1.0
Assignee: Kai Uwe Broulik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-20 21:34 UTC by Nico Dorn
Modified: 2020-07-02 13:08 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nico Dorn 2020-06-20 21:34:43 UTC
SUMMARY
Instead of using a notification dialog, Dolphin pops up a special dialog to show the progress, when I'm copying/moving files. It should use the notification dialog instead as it is the default behavior, I assume.

Is there some kind of conifguration that needs to be changed? (I can't figure out where.) Could it be a package that triggers this behavior? Earlier this week, when my system installation was fresh, everything was fine. Now I'm getting this nasty window.

SOFTWARE/OS VERSIONS
Operating System: KDE neon 5.19
KDE Plasma Version: 5.19.1
KDE Frameworks Version: 5.71.0
Qt Version: 5.14.2
Kernel Version: 5.3.0-59-generic
OS Type: 64-bit
Processors: 16 × Intel® Core™ i7-10875H CPU @ 2.30GHz
Memory: 62,6 GiB of RAM
Graphics Processor: Mesa DRI Intel® UHD Graphics
Comment 1 Nate Graham 2020-06-22 18:03:43 UTC
maybe kjobserver died?
Comment 2 Nico Dorn 2020-06-28 17:47:50 UTC
Thank for your reply, Nate. But I'm lost. What is the kjobserver? What can I do to find the cause?

It's not as if the notification dialog is used from time to time until something dies. It's always that way. I've this problem for, let's say, since about a year, and I'm quite convinced that it must be some configurational issue or some package that interferes the process as everything was fine for the first hours after setting up a new system installation. Dunno...
Comment 3 Nate Graham 2020-06-30 16:07:22 UTC
Heh yeah I was kind of thinking out loud. :)

Can you check something for me? System Settings > Notifications > Application progress > make sure that "Show in Task Manager" and "Show in notifications" are checked
Comment 4 Nico Dorn 2020-06-30 22:05:45 UTC
All of them are checked. I don't think I ever disabeled those.

A wild guess: As I want to use kstart from time to time, I installed kde-runtime. A lot of dependencies as I remember. Could that have caused the issue?
Comment 5 Nate Graham 2020-07-01 03:19:17 UTC
> As I want to use kstart from time to time, I installed kde-runtime.
Can you clarify? KDE Neon should already have everything you need for a full Plasma environment. What prompted you to install additional things?
Comment 6 Nico Dorn 2020-07-01 07:21:35 UTC
When I want to restart Plasma without restarting the whole system I do

kquitapp5 plasmashell
kstart plasmashell

kstart isn't installed by default.

What I tried now: uninstall kde-runtime then

sudo apt-get --purge autoremove

Then I copied a large folder, no change.
Comment 7 Nico Dorn 2020-07-01 07:28:23 UTC
Next test: I created a new user on the same machine, started a huge copy task and got the progress notification right where it belongs. So I guess it's not a package or something.
Comment 8 Nate Graham 2020-07-01 13:23:04 UTC
> kstart isn't installed by default
The correct command is `kstart5`.

However if plasmashell is already running you can just do `plasmashell --replace`.
Comment 9 Nico Dorn 2020-07-01 18:09:03 UTC
> The correct command is `kstart5`.
> 
> However if plasmashell is already running you can just do `plasmashell
> --replace`.

Ah thanks, didn't know that!

If you need more infos regarding the issue, please let me know!
Comment 10 Nate Graham 2020-07-01 18:17:01 UTC
The fact that it works in a new user account makes me feel like there's some config issue with your user to trigger this. However I don't know what it is.
Comment 11 Nico Dorn 2020-07-02 11:56:17 UTC
So, I've been playing around. I disabled some options in System Settings > Notifications, renabled them, startetd copying a huge folder––and it worked. Yeah!

As I wasn't sure what exactly made the difference, I've been fiddeling around a while and also reinstalled the (as I know now, unneeded) kde-runtime package. And bam, the dialog was broken again. I purged kde-runtime and all of it's dependencies. Then I *restarted* my machine (I guess that's what I've been missing out yesterday) and everything was fine again.

TL;DR: A classical PBCAK, I'd say… :-) But thanks again, Nate! Finally nice progress dialogs also for me.
Comment 12 Nate Graham 2020-07-02 13:08:27 UTC
Glad you got it working! :)