
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Installing Printers with Firefox does not work any more
iPrint Client v6.20 iPrint on OES 2018 SP1
Some Windows systems can't install iPrint printers with Firefox. Windows 10 2004 and Windows 10 20H2. After installing iPrint Client this application setting for iPrint is missing in Firefox settings:
My guess (!) is that whether it works or not depends on when the system or Firefox or iPrint Client was installed. It does not work on recently installed systems, but it works on older systems, even when Windows, Firefox and iPrint Client are updated to the latest versions.
Any ideas what the reason for this problem is?
Thanks,
Mirko

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
If i have translated properly, the screenshot shows that the option selected is "always ask".
When i've got this option and try to install a printer, firefox comes with a popup to select the application and on the top it is the iprint install one. Selecting this option and marking the checkbox to remember, it added to the application list on firefox settings and i could install printers with no problems.
So what is exactly the problem? What happen when you try to install a printer? Do you have pops blocked on the printer page?
I'm using windows 10 2994 build 19041.572
Firefox 82.0.1

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
The setting showed in the screenshot is missing. It's just not there on systems where the problem occurs, and I can't add it manually because there is no entry for Micro Focus iPrint available in the drop down list.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
1. Can you post a screenshot from the system where it is missing?
2. What error do you get when trying to install a printer and is it the pop up appearing to select an application?
3. Which firefox version are you running?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
1.
2. Trying to install a printer looks like this:
If I enlarge the small popup window, it's just the printer selection page of iPrint:
3. Firefox 82.0.2 on Windows 10 20H2 in this case, but the same happened with Firefox 81.? on Windows 10 2004
Here is a screenshot from a system where iPrint printer installation works all right:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Did you try to reinstall the iprint client 6.20?
i'll try to duplicate in my lab

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thanks,
Mirko


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
I see two legacy Bugzilla bugs regarding this (1173609 & 1173551). Did me make any progress regarding these?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Mathias:
- bug 1173551:
This is a browser behavior, change it on latest versions to disable by default
the launch of a helper in non https pages. There is a policy to enable it again:
To allow http as well, you need to create a new windows registry or Group Policy
(ADMX). I've tested with a windows registry and it worked fine for both Edge and Chrome, no more pop ups. This is the entry for Edge:
https://docs.microsoft.com/en-us/deployedge/microsoft-edge-
policies#autolaunchprotocolsfromorigins
Path (Mandatory): SOFTWARE\Policies\Microsoft\Edge
Path (Recommended): N/A
Value Name: AutoLaunchProtocolsFromOrigins
Value Type: REG_SZ
Enter this data:
[{"allowed_origins": ["*"], "protocol": "iprint"}]
I've passed the info to Micro Focus support and they're writing some tids
about it. They will be released soon.
Thanks
Gonzalo

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
- bug 1173609:
Micro focus still working on it. There is a workaround to add the missing info manually in the handlers.json.
handlers.json working:
{"defaultHandlersVersion":{"en-US":4},"mimeTypes":{},"schemes":{"irc":
{"stubEntry":true,"handlers":[null,{"name":"Mibbit","uriTemplate":"https://
www.mibbit.com/?url=%s"}]},"ircs":{"stubEntry":true,"handlers":[null,{"name":
"Mibbit","uriTemplate":"https://www.mibbit.com/?url=%s"}]},"mailto":
{"stubEntry":true,"handlers":[null,{"name":"Yahoo!
Mail","uriTemplate":"https://compose.mail.yahoo.com/?To=%s"},{"name":"Gmail",
"uriTemplate":"https://mail.google.com/mail/?extsrc=mailto&url=%s"}]},
"iprint":{"action":4}}}