Bug 356697 - Copy/move progress window not visible under GNOME.
Summary: Copy/move progress window not visible under GNOME.
Status: RESOLVED WORKSFORME
Alias: None
Product: krusader
Classification: Applications
Component: general (show other bugs)
Version: 2.4.0-beta3 "Single Step"
Platform: Other Linux
: NOR major
Target Milestone: ---
Assignee: Krusader Bugs Distribution List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-14 20:40 UTC by Krzysztof
Modified: 2019-02-14 18:19 UTC (History)
4 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 Krzysztof 2015-12-14 20:40:09 UTC
When performing copy, progress window not visible under GNOME Fedora 23.
Krusader freshly installed with dependencies by means of the "dnf install krusader" command.

On another laptop, where i have both desktop environments (gnome and kde) installed, window is shown properly.

So i presume, this is a matter of some missing components.

I required, i can send a list of rpms grepped with kde.

Reproducible: Always

Steps to Reproduce:
1. Install Fedora 23 with GNOME using live CD.
2. Install Krusader application.
3.Copy file big enough for the window to appear.

Actual Results:  
Copy progress not shown.

Expected Results:  
Copy progress to be visible.

N/A.
Comment 1 Davide Gianforte 2016-01-10 15:56:28 UTC
File operations are handled with KIO, and the progress tracking is shown with KNotify by default; in a non-KDE environments, there is no notify icon.

I haven't found any way to configure it outside KDE environment (right-click on Notifier->Settings->Uncheck file operations box). I've seen that this add a line in ~/.config/plasma-org.kde.plasma.desktop-appletsrc (this is my configuration file):

[Containments][1][Applets][5][Configuration][Containments][8][Applets][13]
immutability=1
plugin=org.kde.plasma.notifications

[Containments][1][Applets][5][Configuration][Containments][8][Applets][13][Configuration][ConfigDialog]
DialogHeight=360
DialogWidth=480

[Containments][1][Applets][5][Configuration][Containments][8][Applets][13][Configuration][General]
showJobs=false

where the number between brackets are plasmoid indexes; try to find the first block (containing org.kde.plasma.notifications) and add the latest block (showJobs=false), logout and you should have indipendent progress windows. Elsewhere, you have to install full Plasma DE.
Comment 2 Krzysztof 2016-01-14 16:00:00 UTC
Hi.

Thanks for reply. Unfortunately, the described workaround did not work. Perhaps i did something wrong. Nonetheless, in my opinion, if there is a possibility to install and launch KDE applications under GNOME, for instance, they should behave as expected. Perhaps, insufficient depending packages installed. This is clearly a bug and a good candidate for further investigation :-)

Regards.
Comment 3 kaptoxic 2016-03-14 03:18:44 UTC
Just to comment that I also think I noticed this issue few months back but it seems it was solved in the meantime, i.e. the copy window is now normally appearing (now, I am running Arch, 4.4.1-2-ARCH and Gnome 3.18.3).
Comment 4 Alex Bikadorov 2016-10-24 19:27:11 UTC
Anyone can confirm that this is solved with newer versions of Gnome?

But anyway this is not a Krusader issue. We are only using the libraries and services KF5 and the desktop environment gives us.
Comment 5 kaptoxic 2016-11-14 01:09:29 UTC
Looks good to me now
Comment 6 Alex Bikadorov 2019-02-14 18:19:18 UTC
Addition: The process
>kuiserver5
must be running. See Bug 379887