http://bugs.winehq.org/show_bug.cgi?id=2825
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #6 from Dan Kegel <dank(a)kegel.com> 2008-02-12 00:05:34 ---
All bugs in state FIXED should be closed each time we do a release
to mark the fact that the fix is now released.
If the bug is somehow not really fixed, the individual bug should be reopened.
--
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=2687
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #6 from Dan Kegel <dank(a)kegel.com> 2008-02-12 00:05:33 ---
All bugs in state FIXED should be closed each time we do a release
to mark the fact that the fix is now released.
If the bug is somehow not really fixed, the individual bug should be reopened.
--
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=2290
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #7 from Dan Kegel <dank(a)kegel.com> 2008-02-12 00:05:33 ---
All bugs in state FIXED should be closed each time we do a release
to mark the fact that the fix is now released.
If the bug is somehow not really fixed, the individual bug should be reopened.
--
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=1266
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #8 from Dan Kegel <dank(a)kegel.com> 2008-02-12 00:05:32 ---
All bugs in state FIXED should be closed each time we do a release
to mark the fact that the fix is now released.
If the bug is somehow not really fixed, the individual bug should be reopened.
--
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=765
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #16 from Dan Kegel <dank(a)kegel.com> 2008-02-12 00:05:31 ---
All bugs in state FIXED should be closed each time we do a release
to mark the fact that the fix is now released.
If the bug is somehow not really fixed, the individual bug should be reopened.
--
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=5114
--- Comment #7 from Christian Authmann <christian(a)authmann.de> 2008-02-11 21:54:32 ---
Created an attachment (id=10722)
--> (http://bugs.winehq.org/attachment.cgi?id=10722)
a better patch to add requested functionality
This should do the trick. I've been careful to check for error codes and buffer
lengths and do provide a fallback when the desktop name isn't known.
This is my first wine patch, reviews/comments are appreciated.
--
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=11551
Summary: Wine should support Console Configuration
Product: Wine
Version: 0.9.55.
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
Console Configuration is needed by a variety of other projects to make Wine
much more usable and well-integrated into the desktop.
See http://wiki.winehq.org/ConsoleConfiguration
--
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=5114
Jeff Zaroyko <jeffzaroyko(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeffzaroyko(a)gmail.com
--- Comment #6 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-02-11 17:57:43 ---
(In reply to comment #5)
> (In reply to comment #4)
> > Created an attachment (id=10710)
--> (http://bugs.winehq.org/attachment.cgi?id=10710) [details] [details]
> > Patch to add requested functionality
>
> You got the basic idea right, but the code needs some additional work, i.e.
> don't mix WCHARs and chars.
>
additional to the above
+ char windowname[strlen(desktop_nameW) + strlen(desktopname)];
variable length arrays are a C99 feature wine uses C89, and I don't think you
have allocated enough space to store the two strings, dynamically allocate the
storage and include space for the nul terminator.
--
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=5114
--- Comment #5 from Lei Zhang <thestig(a)google.com> 2008-02-11 17:41:28 ---
(In reply to comment #4)
> Created an attachment (id=10710)
--> (http://bugs.winehq.org/attachment.cgi?id=10710) [details]
> Patch to add requested functionality
You got the basic idea right, but the code needs some additional work, i.e.
don't mix WCHARs and chars.
--
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.