http://bugs.winehq.org/show_bug.cgi?id=27706
Summary: [integration] Menu entries generated by wine when installing apps are not compatible with Linux Mint menu Product: Wine Version: 1.3.23 Platform: All OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: wine@rodrigosilva.com
The command wine generates for menu entries are like this (example):
env WINEPREFIX="/home/rodrigo/.wine" wine C:\windows\command\start.exe /Unix /home/sb/.wine/dosdevices/c:/users/sb/Start\ Menu/Programs/Microsoft\ Office/Microsoft\ Office\ Word\ 2007.lnk
For some reason they dont work in Linux Mint's main menu (bad parser in mintmenu?). While this can be considered Mint's fault, its MUCH easier for wine to solve this, but just double-quoting the last parameter (the path to .lnk file) and removing escaping-backslashes from it:
So the abve example would turn into this:
env WINEPREFIX="/home/sb/.wine" wine C:\windows\command\start.exe /Unix "/home/sb/.wine/dosdevices/c:/users/sb/Start Menu/Programs/Microsoft Office/Microsoft Office Word 2007.lnk"
Its an easy fix that wouldnt break anything for other distros, and would make Mint work out-of-the-box, So I would be glad to see this "fixed"
References: http://bugs.launchpad.net/mintmenu/+bug/714848 http://forums.linuxmint.com/viewtopic.php?f=47&t=57536
http://bugs.winehq.org/show_bug.cgi?id=27706
--- Comment #1 from MestreLion wine@rodrigosilva.com 2011-07-05 17:40:17 CDT --- Created an attachment (id=35456) --> (http://bugs.winehq.org/attachment.cgi?id=35456) .desktop generated by wine for meny entry
http://bugs.winehq.org/show_bug.cgi?id=27706
MestreLion wine@rodrigosilva.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine@rodrigosilva.com Difficulty|--- |Minutes
http://bugs.winehq.org/show_bug.cgi?id=27706
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |integration Summary|[integration] Menu entries |Menu entries generated by |generated by wine when |wine when installing apps |installing apps are not |are not compatible with |compatible with Linux Mint |Linux Mint menu |menu | Difficulty|Minutes |---
http://bugs.winehq.org/show_bug.cgi?id=27706
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh@gmail.com, | |damjan.jov@gmail.com
--- Comment #2 from Jerome Leclanche adys.wh@gmail.com 2011-10-28 06:54:50 CDT --- This is a bug in linux mint's menu then. CC Damjan anyway, but if another menu app doesn't support quoting and only supports backslashes, you end up in a cat & mouse game.
This needs to be fixed outside of wine.
http://bugs.winehq.org/show_bug.cgi?id=27706
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |djrpublic@cfl.rr.com
--- Comment #3 from Jerome Leclanche adys.wh@gmail.com 2011-11-10 10:38:21 CST --- *** Bug 29053 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=27706
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://launchpad.net/bugs/ | |714848
http://bugs.winehq.org/show_bug.cgi?id=27706
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Platform|All |Other
--- Comment #4 from Austin English austinenglish@gmail.com 2012-02-23 15:27:09 CST --- Removing deprecated 'All' Platform.
http://bugs.winehq.org/show_bug.cgi?id=27706
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |UPSTREAM
--- Comment #5 from Rosanne DiMesio dimesio@earthlink.net 2012-05-28 10:16:22 CDT --- Marking upstream per comment 2.
http://bugs.winehq.org/show_bug.cgi?id=27706
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jmichae3@yahoo.com
--- Comment #6 from Rosanne DiMesio dimesio@earthlink.net --- *** Bug 30227 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=27706
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Mint
https://bugs.winehq.org/show_bug.cgi?id=27706
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Austin English austinenglish@gmail.com --- Closing.
https://bugs.winehq.org/show_bug.cgi?id=27706
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |RESOLVED
--- Comment #8 from Austin English austinenglish@gmail.com --- This was inadvertently caught up in my unclosed bugs filter. NOTOURBUG should only be closed when fixed upstream.
Setting back to RESOLVED NOTOURBUG.
Sorry for the spam.