https://bugs.kde.org/show_bug.cgi?id=381243
Bug ID: 381243 Summary: remove ":@" after http:// before linking to the web page of a printer. Product: dolphin Version: 17.04.2 Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: dolphin-bugs-n...@kde.org Reporter: s...@kabelfunk.de Target Milestone: --- 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. -- You are receiving this mail because: You are watching all bug changes.