[Bug 31028] New: Showing the architecture for needed packages
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(a)winehq.org ReportedBy: sworddragon2(a)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. -- 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=31028 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source, win64 Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2012-06-26 13:02:07 CDT --- 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=31028 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek(a)codeweavers.com, | |nerv(a)dawncrow.de --- Comment #2 from André H. <nerv(a)dawncrow.de> 2013-09-23 16:06:14 CDT --- Adding Jacek, though i don't think he has time for this. me neither. -- 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=31028 --- Comment #3 from Jacek Caban <jacek(a)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 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=31028 --- Comment #4 from Austin English <austinenglish(a)gmail.com> --- Still unimplemented in wine-1.7.20-122-gd2d62cf -- 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.
https://bugs.winehq.org/show_bug.cgi?id=31028 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #5 from super_man(a)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) -- 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.
https://bugs.winehq.org/show_bug.cgi?id=31028 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest(a)luukku.com -- 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.
https://bugs.winehq.org/show_bug.cgi?id=31028 --- Comment #6 from winetest(a)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. -- 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