Bug 381243

Summary: remove ":@" after http:// before linking to the web page of a printer.
Product: [Frameworks and Libraries] kio-extras Reporter: suse
Component: defaultAssignee: Plasma Bugs List <plasma-bugs-null>
Status: RESOLVED WORKSFORME    
Severity: normal CC: elvis.angelaccio, nate
Priority: NOR Keywords: junior-jobs, usability
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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.