https://bugs.kde.org/show_bug.cgi?id=501398
ShwStone <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from ShwStone <[email protected]> --- I also encountered similar problem. If url contained a plus character, kde-open would wrongly parse the protocol. STEPS TO REPRODUCE 1. Ensure that vscode:// is registered as a valid x-scheme-handler 2. run xdg-open "vscode://abc+def" and also xdg-open "vscode://abcdef" OBSERVED RESULT When the url contained a '+', kde-open didn't launch vscode. Instead, the default browser was opened. When the url didn't contain a '+', vscode was lauched properly. EXPECTED RESULT Both should launch vscode. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Arch Linux KDE Plasma Version: 6.3.5 KDE Frameworks Version: 6.14.0 Qt Version: 6.9.0 ADDITIONAL INFORMATION Setting XDG_CURRENT_DESKTOP=GNOME makes xdg-open work correctly by using gio open. -- You are receiving this mail because: You are watching all bug changes.
