Bug 487630 - doesn't respect configured default file manager application
Summary: doesn't respect configured default file manager application
Status: RESOLVED DUPLICATE of bug 397953
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 6.2.0
Platform: Arch Linux Linux
: NOR minor
Target Milestone: ---
Assignee: KIO Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-27 15:33 UTC by Javier Guerra G.
Modified: 2024-06-12 19:09 UTC (History)
4 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Javier Guerra G. 2024-05-27 15:33:38 UTC
SUMMARY

When a screenshot is saved, the "Open Containing Folder" button appears, but if I press it, the file is opened in a Dolphin window instead of Konqueror, which is the application configured as File Manager.


STEPS TO REPRODUCE
1. set System Settings => Default Applcations => File manager to Konqueror (or anything besides Dolphin) 
2. take a screenshot with Spectacle
3. press the "Open Containing Folder" button

OBSERVED RESULT

A Dolphin window is opened

EXPECTED RESULT

a Konqueror window should be opened

SOFTWARE/OS VERSIONS

Linux/KDE Plasma: kernel 6.9.1-arch1-1
(available in About System)
KDE Plasma Version: 6.0.4
KDE Frameworks Version:  6.2.0
Qt Version: 6.7.0

ADDITIONAL INFORMATION
Comment 1 Noah Davis 2024-05-30 04:14:37 UTC
Can confirm with git master Spectacle (24.07.70) and KIO (6.3.0). Spectacle uses KIO to do that, so I'm moving this to KIO.

Relevant code:

>void SpectacleWindow::openContainingFolder(const QUrl &url)
>{
>    KIO::highlightInFileManager({url});
>}
Comment 2 Nate Graham 2024-06-12 19:09:05 UTC
I expect this is Bug 397953.

*** This bug has been marked as a duplicate of bug 397953 ***