Bug 381243 - remove ":@" after http:// before linking to the web page of a printer.
Summary: remove ":@" after http:// before linking to the web page of a printer.
Status: RESOLVED WORKSFORME
Alias: None
Product: kio-extras
Classification: Frameworks and Libraries
Component: default (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords: junior-jobs, usability
Depends on:
Blocks:
 
Reported: 2017-06-15 18:34 UTC by suse
Modified: 2021-02-14 20:09 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description suse 2017-06-15 18:34:43 UTC
I used the network in the places panel to find all my network printers. (URL: "network:/")

Dolphin is able to find them and show several icons/services to access the printer inclusive the http management site.

However, a click opens firefox with the default (search) page instead of the printers page.

ps -auxx reveals the argument:
- /usr/lib64/firefox/firefox http://:@epson402b02.local:80

If I manually enter these slightly different commands in a terminal then it works:
- /usr/lib64/firefox/firefox http://@epson402b02.local:80
- /usr/lib64/firefox/firefox http://epson402b02.local:80

Conclusion:
Dolphin should remove the ":" or ":@" after "http://" when calling the web browser.


PS: the web browser konqueror can handle all three variants. So it's "only" an issue if the default web browser is firefox. I haven't made tests with chrome.
Comment 1 suse 2021-02-14 20:09:00 UTC
Tested and it works for me.
The ":" has been removed.