Bug 507765

Summary: Ctrl+clicking on detected paths to open them in the file manager does not work in Flatpak-packaged version
Product: [Applications] konsole Reporter: Nate Graham <nate>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: master   
Target Milestone: ---   
Platform: KDE Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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.