http://bugs.winehq.org/show_bug.cgi?id=5382
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #22 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-11-15 14:18:51 ---
Closing
--
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=5382
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
--- Comment #21 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-11-15 14:18:37 ---
> The complexity of adding theming integration seems
Then what's holding you back from implementing it if it "seems" so simple?
Wine can not and will not use GTK/QT tool kits for it's GUI - it plain can not
work for windows apps. Wine does not and will not depend on something it has no
use for (the tool to import color data from GTK/QT). Wine does not have any c++
code and will not accept any without a really really good reasons.
Closing won't fix. There is nothing that can be done beyond of what Wine
already have. If some one wants to implement external tool to get theme data
from GTK/QT and import into Wine or create a Windows' .theme file for Wine to
use - they are welcome to make it an external app. It won't be included into
Wine.
--
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=5382
--- Comment #20 from Charles A. Landemaine <landemaine(a)gmail.com> 2009-11-15 13:10:18 ---
> configuration tool
It's not a configuration tool that we need, it's seamless, automatic theming
according to the user's current Gtk/Qt configuration, without user
intervention.
--
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=14755
Summary: AppDB should allow more customizable e-mail options
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
URL: http://appdb.winehq.org
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
AppDB currently allows only receiving all e-mails or none at all. It's not so
bad if you maintain a few apps, but when you've got admin rights, the global
e-mails flood my inbox. Something more like bugzilla, allowing to fine tune
which e-mails are/are not received would be helpful.
For instance, I'd like to receive e-mails just for apps I maintain, or for
private messages, but not for all other global e-mails.
--
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=20658
Summary: ZefToOsis cannot be started
Product: Wine
Version: 1.1.32
Platform: PC
URL: http://www.bgfdb.de/downloads/ZefToOsis.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: online(a)patrick-brueckner.de
This tool is a converter to produce OSIS XML files from Zefania XML files.
Unfortunately it would not start:
-------------------------------------------------------------------------------
err:ole:CoGetContextToken apartment not initialised
fixme:advapi:CheckTokenMembership (0x138 0x1b00d8 0x32d71c) stub!
Unhandled Exception: System.NullReferenceException: Object reference not set to
an instance of an object.
at System.Resources.ResourceManager.GetSatelliteAssembliesFromConfig()
at System.Resources.ResourceManager.TryLookingForSatellite(CultureInfo
lookForCulture)
at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo
culture, Boolean createIfNotExists, Boolean tryParents)
at System.Resources.ResourceManager.GetString(String name, CultureInfo
culture)
at System.Environment.ResourceHelper.GetResourceStringCode(Object
userDataIn)
at System.Environment.GetResourceFromDefault(String key)
at System.TypeInitializationException..ctor(String fullTypeName, Exception
innerException)
at System.Globalization.TextInfo.GetNativeTextInfo(Int32 cultureID)
at System.Globalization.TextInfo.get_InvariantNativeTextInfo()
at System.String.Compare(String strA, Int32 indexA, String strB, Int32
indexB, Int32 length, StringComparison comparisonType)
at System.Security.Util.URLString.PreProcessForExtendedPathRemoval(String
url, Boolean isFileUrl)
at System.AppDomainSetup.NormalizePath(String path, Boolean useAppBase)
at System.AppDomainSetup.SetupDefaultApplicationBase(String imageLocation)
at System.AppDomain.SetupFusionStore(AppDomainSetup info)
at System.AppDomain.SetupDomain(Boolean allowRedirects, String path, String
configFile)
wine: Unhandled page fault on read access to 0x00000000 at address 0x2fd297f
(thread 0029), starting debugger...
-------------------------------------------------------------------------------
--
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=5382
--- Comment #19 from loonyphoenix(a)gmail.com 2009-11-15 12:24:05 ---
> It only seems so easy. Wine shouldn't depend on GTK/Qt or anything else,
> controls should be drawn and work as much close to natives as possible.
I thought Wine was supposed to provide a seamless native layer for Windows
application in Unixes, but this philosophy of separation seems a lot like what
we get with virtual machines. Whereas Wine Myths
(http://wiki.winehq.org/Debunking_Wine_Myths) supposedly states: "Wine
integrates with the desktop ... and makes Windows applications first-class
citizens. Now you can ... place that application's window side by side with
native applications". The next logical step with the integration aspect is, in
my opinion, theme integration, so that placing Wine applications side by side
with native ones wouldn't make them look crippled in comparison.
> Complete native themes support is enough here to treat this bug fixed. I don't
> know if generating .theme file + some registry data from Qt/GTK theme data is
> possible, but it definitely should be an external tool.
As far as I know, those themes are unusable in Wine, because they are so slow
and CPU-hungry no one uses them. Besides, there is no external tool yet, so the
problem isn't solved. Plus, I think this tool should be part of the Wine
project. Who said Wine should only consist of the layer itself plus
applications that it can run? Who would object to an external, Linux-native
configurtion tool, I wonder?
--
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=5382
--- Comment #18 from loonyphoenix(a)gmail.com 2009-11-15 11:59:16 ---
Oh, by the way, I Googled around and found out that this is already implemented
in Qt4 by q4wine (http://q4wine.brezblock.org.ua/), a Qt4 GUI for Wine
configuration. I tried it, and the color exporting tool works great, at least,
but the rest of the project is still alpha quality, I think.
--
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=7067
--- Comment #21 from Ralf Jung <ralfjung-e(a)gmx.de> 2009-11-15 09:57:27 ---
I don't think I have the unlimited version, at least it doesn't say anything
like that on the CD. "Error 36" is supposed to tell me that the patch could not
find the game, but I tried it in a VM as well and got the same error.
After comparing the log files of the three possible ways to run SC (in a 24bit
X-Server, in a nested 16bit X-Server, in a full 16bit X-Server), I come to the
conclusion that the nested X-server does not properly support OpenGL - the
error about the wrong bitmap format is also present in a full 16bit session,
but doesn't harm then. That is confirmed by glxinfo saying "Direct rendering:
No" when run in the Xephyr session. The Xephyr homepage confirms: "no GLX
support now". Is there any nested X-Server which does support OpenGL, or a way
to change the depth of a running X-Server? Having to change xorg.conf and
restart the whole X-server whenever I want to play this game is kind of
annoying.
--
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=5382
--- Comment #17 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-11-15 09:07:40 ---
(In reply to comment #16)
> I'm also surprised...The complexity of adding theming integration seems like a
> piece of cake, compared to WINE's core function (which is truly complex).
It only seems so easy. Wine shouldn't depend on GTK/Qt or anything else,
controls should be drawn and work as much close to natives as possible.
Complete native themes support is enough here to treat this bug fixed. I don't
know if generating .theme file + some registry data from Qt/GTK theme data is
possible, but it definitely should be an external tool.
Personally I think such complexity isn't needed at all - there's a lot of
important bugs to fix for controls, and this one has a very low priority.
--
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=7067
--- Comment #20 from Tijl Coosemans <tijl(a)fastmail.fm> 2009-11-15 08:13:14 ---
Hmm, all I can think of is that you might have SimCity 3000 Unlimited. The
patch is only for the original SimCity 3000.
--
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.