https://bugs.kde.org/show_bug.cgi?id=522687
Bug ID: 522687
Summary: First hyperlink escape sequence in a new terminal
(tab/window) never works
Classification: Applications
Product: konsole
Version First 26.04.3
Reported In:
Platform: Gentoo Packages
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
DESCRIPTION
When trying to use a hyperlink escape sequence, the first one never works.
STEPS TO REPRODUCE
1. Run the following:
lA='\e]8;;'
lE='\e\\'
l0="$lA$lE"
ls -t | head -n 10 | while read name; do echo -e "${lA}file://$PWD$name$lE«
$name »$l0"; done
2.
3.
OBSERVED RESULT
EXPECTED RESULT
SOFTWARE/OS VERSIONS
Operating System (available in the Info Center app, or by running `kinfo` in a
terminal window):
KDE Plasma Version:
KDE Frameworks Version:
Qt Version:
ADDITIONAL INFORMATION
--
You are receiving this mail because:
You are watching all bug changes.