[konsole] [Bug 420791] "%"-symbol in bookmark address appears like "%25"

Yaroslav Sidlovsky bugzilla_noreply at kde.org
Thu Apr 30 10:40:52 BST 2020


https://bugs.kde.org/show_bug.cgi?id=420791

Yaroslav Sidlovsky <zawertun at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zawertun at gmail.com

--- Comment #1 from Yaroslav Sidlovsky <zawertun at gmail.com> ---
How to reproduce this bug, in details:
1. Open konsole;
2. In the menu open: "Bookmarks" -> "Edit bookmarks...";
3. Add new bookmark with following properties:
Name: "Test date command"
Location: "date +%m-%d-%Y"

4. Close bookmark window;
5. Select new bookmark in the menu: "Bookmarks" -> "Test date command" (on the
bottom);

You will see this output:
$ date +%25m-%25d-%25Y
0000000000000000000000004-0000000000000000000000030-0000000000000000000002020

Instead of this (correct behaviour):
$ date +%m-%d-%Y
04-30-2020

Notice that every '%' symbol got replaced with '%25'.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list