SUMMARY Konsole and Yakuake only accept Ctrl + click for urls (https://) and x-scheme-handlers (file://). It should be possible to use Ctrl + click for absolute paths too. As a workaround, it's possible to just make all file paths directly clickable by going to Edit Current Profile -> Mouse -> Miscellaneous -> Underline files, but that's not ideal. The reason for reporting this is that I want to make this tip here better: https://develop.kde.org/docs/getting-started/building/kdesrc-build-tips/ , the idea being that the user doesn't need to set anything by default and can just Ctrl+click. kdesrc-build used to use file:// URLs so they were clickable with Ctrl, but now it uses absolute paths instead.
Created attachment 167630 [details] attachment-880802-0.html its possible to fix this in kdesrc-build too, by sending a url escape code to the file. still, i believe thats possible. On Fri, 22 Mar 2024 at 22:34 Thiago Sueto <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=484276 > > Bug ID: 484276 > Summary: Impossible to Ctrl + click on absolute file paths > Classification: Applications > Product: konsole > Version: unspecified > Platform: Other > OS: Linux > Status: REPORTED > Severity: normal > Priority: NOR > Component: general > Assignee: konsole-devel@kde.org > Reporter: herzenschein@gmail.com > Target Milestone: --- > > SUMMARY > Konsole and Yakuake only accept Ctrl + click for urls (https://) and > x-scheme-handlers (file://). > It should be possible to use Ctrl + click for absolute paths too. > > As a workaround, it's possible to just make all file paths directly > clickable > by going to Edit Current Profile -> Mouse -> Miscellaneous -> Underline > files, > but that's not ideal. > > The reason for reporting this is that I want to make this tip here better: > https://develop.kde.org/docs/getting-started/building/kdesrc-build-tips/ > , the > idea being that the user doesn't need to set anything by default and can > just > Ctrl+click. > > kdesrc-build used to use file:// URLs so they were clickable with Ctrl, > but now > it uses absolute paths instead. > > -- > You are receiving this mail because: > You are the assignee for the bug.