http://bugs.winehq.org/show_bug.cgi?id=9262
Summary: Adobe Photoshop CS filter gallery preview doesn't work
Product: Wine
Version: CVS
Platform: All
URL: http://download.adobe.com/pub/adobe/magic/photoshop/win/
8.x/AdobePhotoshopCS.zip
OS/Version: All
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Run Adobe Photoshop CS.
Open an image. Go to Filter / Filter Gallery.
Open up each of the filter groups in turn.
The gallery is supposed to show a sample
of each filter applied to a sample image,
but the filtered sample images are really
hard to make out, they don't seem to be displayed
properly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10567
Summary: Return value mistake in msiexec.c
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: patrick.a.moran(a)gmail.com
Created an attachment (id=9334)
--> (http://bugs.winehq.org/attachment.cgi?id=9334)
A patch that corrects the return value
I was just looking at the git source for msiexec.c, and noticed that in the
msi_atou() function, it calculates the DWORD, then returns 0 instead of the
calculated value. The file attached is a patch that simply returns the
calculated return value instead of 0.
Please be gentle, this is a lot of firsts for me. It's the first time I've ever
used git, generated a patch, used a bugzilla, or really submitted anything but
a human-language translation to an open-source project. If my patch is not of
the correct format, just let me know and I'll fix it. Also I wasn't sure if
this is the correct venue for submitting this patch.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25669
Summary: Add a "bisected" keyword, please
Product: WineHQ Bugzilla
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
A lot of regressions have the problem identified and pinpointed to an exact
commit.
I suppose such a keyword could be very useful for developers.
--
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=24411
Summary: Unused fields/values in bugzilla
Product: WineHQ Bugzilla
Version: 3.2.3
Platform: x86
OS/Version: All
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
The following fields are completely unused in wine bugzilla:
- Priority
- Difficulty
- Whiteboard
In addition to that, many OSes are unused (and realistically unnecessary), eg
windows 3.1, aix and what not. If there's really bugs for those, they could go
in Other.
Also, WORKSFORME is unused here, as INVALID is the correct resolution.
Are there any plans to fix all this? Bugzilla can be pretty confusing even when
you're familiar with it; removing all this would go a long way to avoid new
users using wrong values etc.
--
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=10324
Summary: Running Wine as root should generate warning
Product: Wine
Version: 0.9.48.
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Since running Wine as root can cause so many problems/damage, there should be
some way to either warn/prevent users from doing so. Looking at gedit
(http://www.gnome.org/projects/gedit/) while editing some files in Ubuntu got
me thinking that a small popup warning that running Wine as root can cause
severe damage/etc and/or refusing to run as root would be a good idea.
Shouldn't be too terribly hard to implement, and could hopefully prevent some
users from damaging their systems/losing data.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14509
Summary: RegGetValue sometimes doesn't work properly
Product: Wine
Version: 1.1.1
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)mkosch.de
Created an attachment (id=14835)
--> (http://bugs.winehq.org/attachment.cgi?id=14835)
Solution for wrong behaviour of RegGetValue
While configuration "The Bat!" for Wine I found out a problem with
"RegGetValueA" and "RegGetValueA".
In case dwFlags contains the Bits (RRF_RT_REG_EXPAND_SZ | RRF_RT_REG_SZ) and
not the bit RRF_NOEXPAND the function will return ERROR_INVALID_PARAMETER. This
is wrong behaviour, because expansion will transform a result of type
RRF_RT_REG_EXPAND_SZ into RRF_RT_REG_SZ which satisfies the request.
This behaviour causes "The Bat!" to be unable to access some of its registry
settings, including the registration code. So it refuses to work after the
trial period expired and the code need to be entered manually every time the
program starts up.
Other programs may be affected ass well, especially because the flag RRF_RT_ANY
won't work.
I built a patch for wine 1.1.1 wich solves this issue. This patch applies to
advapi32.
--
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=9917
Summary: Add X11 child window for client area
Product: Wine
Version: 0.9.46.
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P1
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thunderbird2k(a)gmx.net
The number of pixel formats which can be used in OpenGL is limited due to
constraints of the Wine X11 Driver. At Wine startup an X visual is selected
which is used for creating an X11 Window. This Window is in general reused for
OpenGL. In Windows OpenGL the pixel format is set when you want to use OpenGL.
(So in case of Wine we select a pixel format before actually setting up OpenGL;
second Windows OpenGL doesn't allow changing the pixel format).
Now thanks to the xcomposite/pixmap backends for child window rendering we can
enable multiple pixel formats. The use of those backends has performance
limitations, so far that reason only 1 pixel format is still offered.
We need to readd an X11 child window for the client area of the toplevel
window. This will help fullscreen OpenGL/D3D programs. For apps that use child
windows we use the xcomposite/pixmap backend.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12471
Summary: Daily wine GIT snapshot request
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Most Linux users do not have GIT installed and it's a major difficulty for most
of them to install and use GIT to fetch the latest snapshot of Wine.
At the same time there are many bugs which might have been fixed in a current
GIT snapshot.
What I propose is a daily current GIT snapshot of Wine as a full .tar.bz2
archive and/or a binary xdelta/deltup patch against the latest released version
of Wine (diff is not sufficient as it cannot cope with binary data).
--
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=11618
Summary: Wineinstall blocks midway through
Product: Wine
Version: 0.9.55.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P5
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juhos(a)mbnet.fi
When installing wine with tools/wineinstall, it first runs configure, then asks
if you want to install system-wide, then runs make. This is wrong, because it
forces the user to stick around until configure is finished.
Instead, the question should be asked as a first thing when wineinstall runs.
This way, local (non-systemwide) installs could run to finish without further
user input, and even system-wide ones would only block just before actual
install.
Of course it would be even better to also ask root password (if needed) at the
beginning, but that might have security risks, based on how it is implemented.
--
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=10965
Summary: DInput wiki entry says status of Joystick support in
wine is unknown
Product: WineHQ.com
Version: unspecified
Platform: All
URL: http://http://wiki.winehq.org/DInput
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: misc-web
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: remailer(a)gmail.com
A few moments ago when looking for the status of joystick support in wine, I
googled site:wiki.winehq.org joystick, the third hit was this
http://wiki.winehq.org/DInput which is a year old and says:
Joystick status
No idea :-)
It would probably be a good idea if someone updated this with confirmation of
support status in wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13561
Summary: wine fails to build with openssl-0.9.8h
Product: Wine
Version: unspecified
Platform: All
URL: http://bugs.gentoo.org/show_bug.cgi?id=224049
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vapier(a)gentoo.org
starting with openssl-0.9.8h, it has introduced a typedef named
"X509_EXTENSIONS" into openssl/x509.h. unfortunately, wine uses a define of
the same name in include/wincrypt.h.
this triggers an obvious build failure when the typedef is preprocessed into:
typedef STACK ((LPCSTR)5);
instead of the expected:
typedef STACK X509_EXTENSIONS;
the full error looks like:
x86_64-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include
-D__WINESRC__ -D_WINX32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith
-O2 -march=k8 -pipe -g -Wimplicit-function-declaration -o http.o http.c
In file included from /usr/include/openssl/ssl.h:183,
from internet.h:48,
from http.c:60:
/usr/include/openssl/x509.h:207: error: expected ‘)’ before numeric
constant
In file included from /usr/include/openssl/ssl.h:183,
from internet.h:48,
from http.c:60:
/usr/include/openssl/x509.h:929: error: expected identifier or ‘(’ before
‘LPCSTR’
/usr/include/openssl/x509.h:929: error: expected ‘)’ before numeric
constant
/usr/include/openssl/x509.h:929: error: expected declaration specifiers or
‘...’ before ‘(’ token
/usr/include/openssl/x509.h:929: error: expected ‘)’ before numeric
constant
In file included from /usr/include/openssl/ssl.h:183,
from internet.h:48,
from http.c:60:
/usr/include/openssl/x509.h:929:1: error: pasting ")" and "_it" does not give a
valid preprocessing token
In file included from internet.h:48,
from http.c:60:
/usr/include/openssl/ssl.h:1023: error: expected specifier-qualifier-list
before ‘(’ token
http.c: In function ‘HTTP_ReadChunked’:
http.c:1658: warning: comparison is always false due to limited range of data
type
http.c:1697: warning: large integer implicitly truncated to unsigned type
make: *** [http.o] Error 1
--
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=12364
Summary: Overlapping of windows within Photoshop CS2
Product: Wine
Version: 0.9.58.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: erappleman(a)gmail.com
When you maximize an in Photoshop CS2, it blows up to fill the entire screen
instead of just inside the Photoshop application window. All Photoshop
interfaces as well as other opened images are overlapped.
--
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=14739
Summary: Cutter URL on the pages
Product: WineHQ Apps Database
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P5
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Zenitur(a)yandex.ru
It works some time ago, but now you can see cutted URL's of applications! You
can see this on your adress bar after clicking.
--
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=14264
Summary: broken 1.1.0 download links
Product: WineHQ.org
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rich(a)hq.vsaa.lv
download links at http://www.winehq.org/?announce=1.1.0 point to 1.0 archives.
--
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=9284
Summary: Some pages are freely editable
Product: WineHQ.com
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: misc-web
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mverga(a)freemail.it
Sections "Development - To Do List" and "Development - Janitorial" are freely
editable by anonymous user. I think that is dangerous, is that wished or is it
a bug?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16472
Summary: Dead link to 'Winelib User's Guide'
Product: WineHQ.org
Version: unspecified
Platform: All
URL: http://www.winehq.org/winelib
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: newsletter(a)Schiermeier-Software.de
There is a dead link in the paragraph 'Introduction' and 'Why' named 'Winelib
User's Guide' to the URL <http://www.winehq.org/site/docs/winelib-guide/>.
--
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=12181
Summary: SHELL32.dll.SHGetFolderPathAndSubDirA not supported
Product: Wine
Version: 0.9.58.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P1
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: collinstocks(a)gmail.com
The program Adobe Premiere Pro requires a certain function in order to run that
is not implemented in wine yet.
Call from 0x102d2818 to unimplemented function
SHELL32.dll.SHGetFolderPathAndSubDirA
>From the name, it looks like it should be a pretty simple api to implement or
at least fake temporarily, although programming in C is not my strong point.
--
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=14479
Summary: Steam in-game community does not work
Product: Wine
Version: 1.1.1
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: moose.g1(a)googlemail.com
Steam in-game community does not work
--
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=13661
Summary: Edit Control Missing CUA Behavior for Ctrl-Home & Ctrl-
End
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bsmith(a)sudleyplace.com
The CUA behavior for Ctrl-Home and Ctrl-End is to move the cursor to the
start/end of the buffer -- this fix implements that behavior in edit.c.
Please someone create a patch to edit.c from the following code:
* In the declarations section, insert the text
--------------------------------------------------
static void EDIT_MoveBufferHome_ML(EDITSTATE *es);
static void EDIT_MoveBufferEnd_ML(EDITSTATE *es);
--------------------------------------------------
After the definition of (say) EDIT_MoveUp_ML, insert the text
--------------------------------------------------
/*********************************************************************
*
* EDIT_MoveBufferHome_ML
*
* Only for multi line controls
* Move the caret to the beginning of the buffer.
*
*/
static void EDIT_MoveBufferHome_ML(EDITSTATE *es)
{
EDIT_EM_SetSel(es, 0, 0, FALSE);
EDIT_EM_ScrollCaret(es);
}
/*********************************************************************
*
* EDIT_MoveBufferEnd_ML
*
* Only for multi line controls
* Move the caret to the end of the buffer.
*
*/
static void EDIT_MoveBufferEnd_ML(EDITSTATE *es)
{
INT e = get_text_length(es);
EDIT_EM_SetSel(es, e, e, TRUE);
EDIT_EM_ScrollCaret(es);
}
--------------------------------------------------
* After the line
--------------------------------------------------
case VK_HOME:
--------------------------------------------------
insert the text
--------------------------------------------------
if ((es->style & ES_MULTILINE) && control)
EDIT_MoveBufferHome_ML(es);
else
--------------------------------------------------
* After the line
--------------------------------------------------
case VK_END:
--------------------------------------------------
insert the text
--------------------------------------------------
if ((es->style & ES_MULTILINE) && control)
EDIT_MoveBufferEnd_ML(es);
else
--------------------------------------------------
--
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=13761
Summary: Age of Empires 2 (Age of Kings) runs abnormally slowly
Product: Wine
Version: 1.0-rc4
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris(a)chrobis.com
Created an attachment (id=13796)
--> (http://bugs.winehq.org/attachment.cgi?id=13796)
Console output whilst running Age of Empires 2
Age of Empires 2: Age of Kings runs considerably slower than it should on a
machine which, running Windows, runs it perfectly. Despite the game being
released 1999, a computer purchased new in 2005 is incapable of running it
without serious slowdown and constant pauses in movement of items around the
map.
I've attached the console output but there doesn't appear to be anything that
seems to be indicative of the slowdown; I will try to find out if the same
behaviour occurs in a demo of the game
--
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=13354
Summary: Thanks for work in wine
Product: Wine
Version: 1.0-rc1
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: obelich(a)gmail.com
hiyas this is not a bug this message is for say thanks for all programers are
working in wine proyect we like to say thanks in name of all people use this
program for play games or work with office software and others software are
working in windows plataform we dont have money buth like to say thanks for all
people make this is posible sorry my english is to bad i speak spanish :),
thanks for you help, thanks for you time, this message is onli for say thanks,
thanks y gracias. gracias :)
--
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=25967
Summary: Typo on wine configuration documentation page
Product: WineHQ.org
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: christopherkitching(a)hotmail.com
http://www.winehq.org/docs/wineusr-guide/config-wine-main
This page, in the final section entitled "Desktop Integration" appears the
phrase:
"Wine supports the newer MSStyles typ of themese"
Seemingly the author sneezed. Might be worth a correction when someone gets a
moment.
--
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=11086
Summary: Noiseware needs a real GdipCreateHBITMAPFromBitmap
implementation
Product: Wine
Version: 0.9.52.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ba(a)cykian.net
Created an attachment (id=10109)
--> (http://bugs.winehq.org/attachment.cgi?id=10109)
Crash log and backtrace
Hello,
Imagenomic Noiseware Community Edition 5.2 needs a real implementation of
GdipCreateHBITMAPFromBitmap to work. The stub present in Wine 0.9.52 is not
enough and causes a crash.
With the stub, the application crashes when the user tries to open a file to
work on.
I attached a log.
For your information, adding gdiplus.dll in Wine c:\windows directory corrects
the problem and seems to make the application working just fine.
It seems that this application is not the first one to need
GdipCreateHBITMAPFromBitmap so it might be a good idea to implement this
function for real, unfortunately I have no idea of the way to do so.
Thanks
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26033
Summary: Please, enable gzip compression for www.winehq.org
website
Product: WineHQ.org
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Enough said.
--
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=17575
Summary: 'Maintainer Rating Definitions' isn't up to date
Product: WineHQ.org
Version: unspecified
Platform: All
URL: http://appdb.winehq.org//help/?sTopic=maintainer_ratings
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P5
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: newsletter(a)Schiermeier-Software.de
Created an attachment (id=19728)
--> (http://bugs.winehq.org/attachment.cgi?id=19728)
Screenshot
Hello!
In the 'Platinum' description you will find this:
'An application can be rated as Platinum if it installs and runs flawlessly
‘out of the box’. No changes required in winecfg.'
winecfg?
This doesn't exist since a lot of version ago. Please replace by 'wines
registry' or so.
--
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.