[Bug 23378] New: Desktop launchers generated by new Steam UI are broken
http://bugs.winehq.org/show_bug.cgi?id=23378 Summary: Desktop launchers generated by new Steam UI are broken Product: Wine Version: 1.2-rc4 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: shell32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: jkohen(a)users.sourceforge.net After upgrading Steam to the new UI, the application icons Steam generates on the desktop are broken. They don't have an icon attached, the icon is not written to $HOME/.local/share/icons, and the launch command doesn't work with Wine, because the steam URL handler isn't registered (at least in GNOME): [Desktop Entry] Name=Uplink Exec=env WINEPREFIX="/home/user/.wine" wine winebrowser steam://rungameid/6910 Type=Application StartupNotify=true $ wine winebrowser steam://rungameid/1510 fixme:ntoskrnl:KeInitializeTimerEx stub: 0x110f60 0 gvfs-open: steam://rungameid/1510: error opening location: La ubicación especificada no está soportada (That translates to "unsupported location.") A desktop file generated with the older UI looks like this, has the correct icon, and launches the game fine: #!/usr/bin/env xdg-open [Desktop Entry] Name=Deus Ex Game of the Year Edition Exec=env WINEPREFIX="/home/user/.wine" wine "C:\\Archivos de programa\\Steam\\steam.exe" -applaunch 6910 Type=Application StartupNotify=true Path=/home/user/.wine/dosdevices/c:/Archivos de programa/Steam Icon=/home/user/.local/share/icons/b45c_hdtp.png -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23378 Ed Clarke <webmobster(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |webmobster(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23378 Daniel Harvison <sirbubbles01(a)yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sirbubbles01(a)yahoo.com.au --- Comment #1 from Daniel Harvison <sirbubbles01(a)yahoo.com.au> 2010-09-16 05:15:35 CDT --- I get the same thing with steam as well. Any time a desktop icon is created, it uses the rungame id thing, which causes an error message about an incorrect url. Most definitely confirming. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23378 --- Comment #2 from Javier Kohen <jkohen(a)users.sourceforge.net> 2010-09-16 12:03:40 CDT --- (In reply to comment #1)
I get the same thing with steam as well. Any time a desktop icon is created, it uses the rungame id thing, which causes an error message about an incorrect url. Most definitely confirming.
Daniel, there's a workaround for that part of the problem. Add an URL handler for the steam protocol to your desktop environment and have it run: wine "c:\\Archivos de Programa\\steam\\steam.exe" %s -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23378 zorvalt(a)bluewin.ch changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #3 from zorvalt(a)bluewin.ch 2010-11-24 10:40:18 CST --- *** This bug has been confirmed by popular vote. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23378 Andrew <Andrew(a)CodeWeavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Andrew(a)CodeWeavers.com --- Comment #4 from Andrew <Andrew(a)CodeWeavers.com> 2010-12-10 19:04:47 CST --- Creation of .url icons should now work correctly. I expect that the URL handler registration is a separate issue, and should perhaps have its own bug. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23378 --- Comment #5 from Javier Kohen <jkohen(a)users.sourceforge.net> 2010-12-11 01:12:39 CST --- Opened 25481 to track the URL handler issue. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23378 Javier Kohen <jkohen(a)users.sourceforge.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #6 from Javier Kohen <jkohen(a)users.sourceforge.net> 2010-12-11 01:36:23 CST --- I can confirm that Steam running under Wine 1.3.9 creates the icons properly. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23378 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> 2010-12-24 13:13:19 CST --- Closing bugs fixed in 1.3.10. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org