Bug 447719

Summary: In Dolphin, trying to create, move or copy files and folders in/to a root-owned folder fails
Product: [Frameworks and Libraries] frameworks-kio Reporter: Kyle Devir <kyle.devir>
Component: generalAssignee: KIO Bugs <kio-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: normal CC: kdelibs-bugs-null, kyle.devir, yerrey
Priority: NOR    
Version First Reported In: git master   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
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

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 :/