Bug 416135

Summary: Incorrect bookmark manager behavior
Product: [Applications] keditbookmarks Reporter: Peter <ergonomic.code>
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Neon   
OS: Linux   
Latest Commit: Version Fixed In:

Description Peter 2020-01-11 19:21:35 UTC
SUMMARY
Keditbookmarks is not only used as a standalone package. But also used by other KDE packages.
The logic of saving the address field is strictly limited, since url encode is used. In the context of using Konsole + Keditbookmarks, I want to add any data format there.


STEPS TO REPRODUCE
1. Open Konsole. 
2. Select in global menu "bookmarks edit".
3. Add new bookmark with adress
  watch -n 1 "grep 'cpu MHz' /proc/cpuinfo"
4. Save.
5. Receive
  watch -n 1 %22grep 'cpu MHz' /proc/cpuinfo%22


OBSERVED RESULT
The entered text is encoded.


EXPECTED RESULT
Encoding must be disabled.


SOFTWARE/OS VERSIONS
Windows: -
macOS: -
Linux/KDE Plasma: KDE neon 5.17
(available in About System)
KDE Plasma Version: 5.17.5
KDE Frameworks Version: 5.65.0
Qt Version: 5.13.2


ADDITIONAL INFORMATION