Bug 447719 - In Dolphin, trying to create, move or copy files and folders in/to a root-owned folder fails
Summary: In Dolphin, trying to create, move or copy files and folders in/to a root-own...
Status: RESOLVED NOT A BUG
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: git master
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KIO Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-31 05:28 UTC by Kyle Devir
Modified: 2022-01-01 14:10 UTC (History)
3 users (show)

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


Attachments
Dolphin and terminal output with error for trying to create a folder in a root-owned folder (300.84 KB, image/png)
2021-12-31 05:29 UTC, Kyle Devir
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kyle Devir 2021-12-31 05:28:42 UTC
Am running kdesrc-build-compiled KDE Git master.

The common error displayed in terminal is 
    
    kf.auth: Tried to start an invalid action:  "org.kde.kio.file.exec"
Comment 1 Kyle Devir 2021-12-31 05:29:49 UTC
Created attachment 144982 [details]
Dolphin and terminal output with error for trying to create a folder in a root-owned folder
Comment 2 Yerrey Dev 2021-12-31 07:18:55 UTC
Builds and works on my end, make sure you're building with dependencies, you can try the commands here for sourcing the prefixes: https://community.kde.org/Get_Involved/development
Comment 3 Kyle Devir 2021-12-31 07:46:21 UTC
This is what I use to run my KDE build:

https://invent.kde.org/-/snippets/2026

I don't think I'm missing anything...
Comment 4 Kyle Devir 2021-12-31 08:01:23 UTC
Running "source ./prefix.sh" and then "bin/kauth_tester" in the kio kdesrc-build build directory yields this output:

https://invent.kde.org/-/snippets/2027

And this backtrace:

https://invent.kde.org/-/snippets/2028
Comment 5 Kyle Devir 2022-01-01 14:10:12 UTC
Nevermind... I just forgot to follow the instructions in https://invent.kde.org/frameworks/kio/-/merge_requests/143

I'll just close this pointless bug report now :/