Summary: | Copying files to Dolphin run as root is slow | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | igor.zuk |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | fanzhuyifan, igor.zuk, kdedev, kfm-devel |
Priority: | NOR | ||
Version First Reported In: | 24.12.1 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
igor.zuk
2025-01-22 21:03:02 UTC
Do you observe the same slow down for non-root owned directories on the same filesystem and physical drive? I haven't experienced this problem during regular non-root usage. I've managed to boil the problem down a little bit more. It doesn't matter who owns the directory, it's only about copying a file from a non-root Dolphin instance to a root instance. I did a few more experiments: 1. I tried copying a file from a non-root owned directory opened as non-root to another non-root owned directory opened as root. It was slow. 2. I tried copying it back. It was fast. 3. I tried the same, but with both directories opened as root. It was fast. 4. I tried copying a file using a single instance of Dolphin opened as root. It was fast. (In reply to fanzhuyifan from comment #1) > Do you observe the same slow down for non-root owned directories on the same > filesystem and physical drive? Hi fanzhuyifan@gmail.com, are your questions answered? Do you have more? Should we remove the "NEEDSINFO WAITINGFORINFO" status? Note: "Open as Admin" requires that kio-admin be installed I am able to reproduce this on git-master using the original testing steps I chose a 400MiB file Copying the file from ~/ to /root/temp : 4-5 MiB/s. This was taking a while Copying the same file from ~/ to ~/temp was completed immediately |