Created attachment 176808 [details] showcase SUMMARY "Not authorized to perform operation" error message is displayed when user cancels the authentication popup when opening a drive that requires a password STEPS TO REPRODUCE 1. Click on some drive in the Places panel that requires a password 2. Click Cancel on the Authorization window or close by clicking on the X or ESC key OBSERVED RESULT "Not authorized to perform operation" error message is displayed EXPECTED RESULT Message shouldn't be displayed because user canceled the operation SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 6.2.4 KDE Frameworks Version: 6.9.0 Qt Version: 6.8.1 Kernel Version: 6.12.4-arch1-1 (64-bit) Graphics Platform: Wayland
Can confirm the error is a bit weird. It seems to come from `/kio-extras/sftp/kio_sftp.cpp:979`. kio_sftp is not handling closing the passphrase dialog (spawned by kded6) properly and instead treats it as generic connection error.
Er, nevermind my previous comment. I was testing completely different thing. Sorry for the noise.