Bug 507765 - Ctrl+clicking on detected paths to open them in the file manager does not work in Flatpak-packaged version
Summary: Ctrl+clicking on detected paths to open them in the file manager does not wor...
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (other bugs)
Version First Reported In: master
Platform: KDE Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-08-02 01:32 UTC by Nate Graham
Modified: 2025-09-09 14:10 UTC (History)
0 users

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 Nate Graham 2025-08-02 01:32:19 UTC
STEPS TO REPRODUCE
1. Install Konsole from Flathub (`flatpak install org.kde.konsole`)
2. Launch it
3. Hamburger menu > Edit current profile > Mouse > Miscellaneous > check the checkbox for "Underline files"
4. Close the window
5. `echo $HOME`
6. Ctrl+Click on the path that it displayed


OBSERVED RESULT
Nothing happens.


EXPECTED RESULT
Dolphin opens showing that path


SOFTWARE/OS VERSIONS
Operating System: KDE Linux 2025-08-01
KDE Plasma Version: 6.4.80
KDE Frameworks Version: 6.17.0
Qt Version: 6.9.1
Kernel Version: 6.15.8-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 8 × Intel® Core™ Ultra 5 226V
Memory: 16 GiB of RAM (15.1 GiB usable)
Graphics Processor: Intel® Graphics


ADDITIONAL INFORMATION
Right-clicking on it and choosing "Open File Manager" works

If the path is a relative path, then even that fails, displaying an error message saying "WorkingDirectory= expects an absolute path or '~'"

Both of these work in the non-Flatpak-packaged version of Konsole.
Comment 1 Nate Graham 2025-09-09 14:10:27 UTC
This appears to be fixed now. Possible fixed by the changes to fix Bug 507763 or Bug 508216.