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@winehq.org ReportedBy: jkohen@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
http://bugs.winehq.org/show_bug.cgi?id=23378
Ed Clarke webmobster@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |webmobster@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=23378
Daniel Harvison sirbubbles01@yahoo.com.au changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sirbubbles01@yahoo.com.au
--- Comment #1 from Daniel Harvison sirbubbles01@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.
http://bugs.winehq.org/show_bug.cgi?id=23378
--- Comment #2 from Javier Kohen jkohen@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
http://bugs.winehq.org/show_bug.cgi?id=23378
zorvalt@bluewin.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #3 from zorvalt@bluewin.ch 2010-11-24 10:40:18 CST --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=23378
Andrew Andrew@CodeWeavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Andrew@CodeWeavers.com
--- Comment #4 from Andrew Andrew@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.
http://bugs.winehq.org/show_bug.cgi?id=23378
--- Comment #5 from Javier Kohen jkohen@users.sourceforge.net 2010-12-11 01:12:39 CST --- Opened 25481 to track the URL handler issue.
http://bugs.winehq.org/show_bug.cgi?id=23378
Javier Kohen jkohen@users.sourceforge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #6 from Javier Kohen jkohen@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.
http://bugs.winehq.org/show_bug.cgi?id=23378
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org 2010-12-24 13:13:19 CST --- Closing bugs fixed in 1.3.10.