http://bugs.winehq.org/show_bug.cgi?id=31028
Bug #: 31028 Summary: Showing the architecture for needed packages Product: Wine Version: 1.5.7 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: sworddragon2@aol.com Classification: Unclassified
As already sayed in bug #31027 Wine could show the architecture for which a package is needed. For example if Wine says that the Gecko package is missing it could show if this message is related to a 32 bit or 64 bit package. This would avoid duplicated messages which are confusing.
http://bugs.winehq.org/show_bug.cgi?id=31028
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source, win64 Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #1 from Austin English austinenglish@gmail.com 2012-06-26 13:02:07 CDT --- Confirming.
http://bugs.winehq.org/show_bug.cgi?id=31028
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com, | |nerv@dawncrow.de
--- Comment #2 from André H. nerv@dawncrow.de 2013-09-23 16:06:14 CDT --- Adding Jacek, though i don't think he has time for this. me neither.
http://bugs.winehq.org/show_bug.cgi?id=31028
--- Comment #3 from Jacek Caban jacek@codeweavers.com 2013-09-27 09:20:19 CDT --- Actually, I had enough requests and questions about this to find the time... Patch sent:
http://source.winehq.org/patches/data/99195
https://bugs.winehq.org/show_bug.cgi?id=31028
--- Comment #4 from Austin English austinenglish@gmail.com --- Still unimplemented in wine-1.7.20-122-gd2d62cf
https://bugs.winehq.org/show_bug.cgi?id=31028
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #5 from super_man@post.com --- This part of the patch is rejected
--- dlls/appwiz.cpl/res.h +++ dlls/appwiz.cpl/res.h @@ -71,5 +71,6 @@ #define IDS_DOWNLOADING 14 #define IDS_INSTALLING 15 #define IDS_INVALID_SHA 16 -#define IDS_GECKO_DWL 17 -#define IDS_MONO_DWL 18 +#define IDS_GECKO32_DWL 17 +#define IDS_GECKO64_DWL 18 +#define IDS_MONO_DWL 19
from .rej file)
against 1.7.51(git)
https://bugs.winehq.org/show_bug.cgi?id=31028
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
https://bugs.winehq.org/show_bug.cgi?id=31028
--- Comment #6 from winetest@luukku.com --- The patch would add
--- dlls/appwiz.cpl/res.h +++ dlls/appwiz.cpl/res.h +#define IDS_GECKO32_DWL 17 +#define IDS_GECKO64_DWL 18 +#define IDS_MONO_DWL 19
Current wine has
58 /* Strings */ 59 #define IDS_CPL_TITLE 1 60 #define IDS_CPL_DESC 2 61 #define IDS_TAB1_TITLE 3 62 #define IDS_UNINSTALL_FAILED 4 63 #define IDS_NOT_SPECIFIED 5 64 #define IDS_COLUMN_NAME 6 65 #define IDS_COLUMN_PUBLISHER 7 66 #define IDS_COLUMN_VERSION 8 67 #define IDS_FILTER_INSTALLS 9 68 #define IDS_FILTER_PROGRAMS 10 69 #define IDS_FILTER_ALL 11 70 #define IDS_REMOVE 12 71 #define IDS_MODIFY_REMOVE 13 72 #define IDS_DOWNLOADING 14 73 #define IDS_INSTALLING 15 74 #define IDS_INVALID_SHA 16
Still valid wine 1.9.23.