Fix bookmark command being percent encoded
ClosedPublic

Authored by ZaWertun on May 1 2020, 10:39 AM.

Details

Summary
Test Plan
  1. Create bookmark with symbol % in it, for example: date +%m-%d-%Y;
  2. Click on this bookmark;
  3. All % symbols must be inserted as is to the command line and you will see this output:
$ date +%m-%d-%Y
04-30-2020

Diff Detail

Repository
R319 Konsole
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ZaWertun created this revision.May 1 2020, 10:39 AM
Restricted Application added a project: Konsole. · View Herald TranscriptMay 1 2020, 10:39 AM
Restricted Application added a subscriber: konsole-devel. · View Herald Transcript
ZaWertun requested review of this revision.May 1 2020, 10:39 AM

Thanks, it appears at one time I looked at converting this to use " QUrl::fromPercentEncoding(bm_url.url().toUtf8());" since that is in the autotests. But it appears I didn't put that in the main code.

This revision was not accepted when it landed; it landed in state Needs Review.May 3 2020, 2:00 AM
This revision was automatically updated to reflect the committed changes.