http://bugs.winehq.org/show_bug.cgi?id=15467
Summary: Tray icons are shown on wrong WM tray
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lich(a)math.spbu.ru
Created an attachment (id=16362)
--> (http://bugs.winehq.org/attachment.cgi?id=16362)
screenshot
I have two different X of the same user. All tray icons are shown on the same
WM tray regardless the server they are run from.
Test case:
0) Be sure wine is not loaded:
wineserver -k
1) start any app on the first X
winecfg
2) start tray-using app in the second X
wine taskmgr
3) The tray icon in shown on the traybar of the first X instead of second (see
attach)
--
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=15483
Summary: Window close delay and
"fixme:event:wait_for_withdrawn_state ... wait timed
out" messages
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rustamabd(a)gmail.com
Every Wine window I try to close lingers for about 1 to 1.5 seconds before
disappearing, and finally when it does, a fixme error is being printed that
looks like this:
fixme:event:wait_for_withdrawn_state window 0x1002a/1200005 wait timed out
I'm using wine-1.1.5 running on FreeBSD 7.0, with a SSH/X11 forwarding to a X11
server running under Cygwin (However, all other X11 programs don't exhibit this
behavior).
X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 7.0-STABLE i386
Current Operating System: FreeBSD toyodiy.com 7.0-RELEASE FreeBSD 7.0-RELEASE
#0: Sun Feb 24 19:59:52 UTC 2008
root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
Build Date: 02 September 2008 12:35:52PM
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
XWin X Server
Vendor: The Cygwin/X Project
Release: 6.8.99.901-4
--
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=15341
Summary: Artrage 2.5 Starter and Full editions: Precice tablet
mode has inverted Y axis.
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wintab32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: azathothgr(a)gmail.com
When using 'precise tablet mode' in ArtRage 2.5 starter or full
[http://www.artrage.com/artragedown.html] the Y axis is inverted.
Adding the following after line 204 in wintab32/context.c fixes it, but I don't
know if it's a proper solution, breaks other programs, or understand what the
code is actually supposed to do (besides flipping y).
context.c:line 204:
/* flip the Y axis */
if (ptr->context.lcOutExtY > 0)
packet->pkY = ptr->context.lcOutExtY - packet->pkY;
changed to :
/* flip the Y axis */
if (ptr->context.lcOutExtY > 0)
packet->pkY = ptr->context.lcOutExtY - packet->pkY;
if (ptr->context.lcOutExtY < 0)
packet->pkY = abs(ptr->context.lcOutExtY) - packet->pkY;
--
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=15474
Summary: Adobe Premiere Pro crashes in treeview
Product: Wine
Version: 1.1.5
Platform: Other
URL: http://download.adobe.com/pub/adobe/magic/premiere/win/7
.x/premierepro_english_tryout.exe
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To run, you need "winetricks gdiplus" to get past a crash in gdiplus,
and "winetricks vcrun6" to get past a heap corruption,
and finally "winetricks cc580" to get past a crash in treeview.
This bug is about the treeview crash.
--
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=12670
Summary: Flash 8: tablet pressure sensitive did not work in flash
Product: Wine
Version: 0.9.59.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: buzzilo(a)gmail.com
Tablet pressure sensitive did not work in flash although in Photoshop CS all
works fine.
Tablet: Wacom Bamboo fun
--
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=7316
John Klehm <xixsimplicityxix(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |buzzilo(a)gmail.com
--- Comment #35 from John Klehm <xixsimplicityxix(a)gmail.com> 2008-09-30 11:00:04 ---
*** Bug 12670 has been marked as a duplicate of this bug. ***
--
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=7316
John Klehm <xixsimplicityxix(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|xixsimplicityxix(a)gmail.com |
--
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=7316
John Klehm <xixsimplicityxix(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
Status|NEW |ASSIGNED
--- Comment #34 from John Klehm <xixsimplicityxix(a)gmail.com> 2008-09-30 10:52:54 ---
Hrmm not sure why I can't change assignee and have it set to assigned all in
one go.
--
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=7316
John Klehm <xixsimplicityxix(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |xixsimplicityxix(a)gmail.com
Status|REOPENED |NEW
--- Comment #33 from John Klehm <xixsimplicityxix(a)gmail.com> 2008-09-30 10:50:17 ---
Got the flash 8 trial and am taking a crack at getting this fixed.
--
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=5424
--- Comment #17 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-09-30 09:25:19 ---
(In reply to comment #15)
Both points are incorrect. This will brake lots of applications.
--
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.