http://bugs.winehq.org/show_bug.cgi?id=22904
Summary: Register URL protocol handlers under Linux Product: Wine Version: unspecified Platform: All OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: kempe.marcus@gmail.com
winemenubuilder is able to automatically register file type associations and build menus under Linux, when triggered by an application under wine.
It would be great if the same thing were true for protocol handlers, so that these would become registered in much the same way as when using gconftool in gnome:
gconftool -s /desktop/gnome/url-handlers/spotify/command 'wine c:\spotify\spotify.exe %s' --type String gconftool-2 -s /desktop/gnome/url-handlers/spotify/enabled --type Boolean true
Would this be possible, hard, or maybe not a good idea?
http://bugs.winehq.org/show_bug.cgi?id=22904
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Platform|All |Other
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2010-05-27 23:28:58 --- Please specify Wine version you are using.
http://bugs.winehq.org/show_bug.cgi?id=22904
Marcus Kempe kempe.marcus@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.2-rc1
http://bugs.winehq.org/show_bug.cgi?id=22904
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |integration Status|UNCONFIRMED |NEW CC| |damjan.jov@gmail.com Ever Confirmed|0 |1
--- Comment #2 from Damjan Jovanovic damjan.jov@gmail.com 2011-03-30 14:12:12 CDT --- It's possible, but Wine avoids doing desktop-specific things and http://www.freedesktop.org/wiki/Specifications doesn't list any cross-desktop way to do protocol handlers.
http://bugs.winehq.org/show_bug.cgi?id=22904
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh@gmail.com
--- Comment #3 from Jerome Leclanche adys.wh@gmail.com 2011-11-07 08:08:38 CST --- Damjan, what about implementing x-scheme-handler mime types?
http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec...
http://bugs.winehq.org/show_bug.cgi?id=22904
--- Comment #4 from Jerome Leclanche adys.wh@gmail.com 2013-04-09 01:34:47 CDT --- Quick update: Registering the x-scheme-handler/<protocol> mime type has since become the standard way of registering protocol handlers.
https://bugs.winehq.org/show_bug.cgi?id=22904
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Hardware|Other |x86
https://bugs.winehq.org/show_bug.cgi?id=22904
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alexhenrie24@gmail.com, | |leslie_alistair@hotmail.com
--- Comment #5 from Alex Henrie alexhenrie24@gmail.com --- Staging maintainers: Could you please include the patches from https://gitlab.winehq.org/wine/wine/-/merge_requests/2740 in the next version of Wine Staging?
https://bugs.winehq.org/show_bug.cgi?id=22904
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Staged patchset| |https://gitlab.winehq.org/w | |ine/wine-staging/-/tree/mas | |ter/patches/winemenubuilder | |-associations Status|NEW |STAGED
--- Comment #6 from Alex Henrie alexhenrie24@gmail.com --- The patches were added to Wine Staging 8.11.
https://bugs.winehq.org/show_bug.cgi?id=22904
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|STAGED |RESOLVED Resolution|--- |FIXED
--- Comment #7 from Alex Henrie alexhenrie24@gmail.com --- Fixed by https://gitlab.winehq.org/wine/wine/-/commit/c4f4fb7f4478f21480f0d7d8046ed0d... :-D
https://bugs.winehq.org/show_bug.cgi?id=22904
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |c4f4fb7f4478f21480f0d7d8046 | |ed0d3bea94141
https://bugs.winehq.org/show_bug.cgi?id=22904
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.20.
https://bugs.winehq.org/show_bug.cgi?id=22904
--- Comment #9 from Marcus Kempe kempe.marcus@gmail.com --- Awesome, thanks for the fix! :)