Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20116 - wxGTK-2.4.0 without unicode for lmule-1.2.x
Summary: wxGTK-2.4.0 without unicode for lmule-1.2.x
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-28 13:08 UTC by Montag
Modified: 2003-11-12 13:10 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
wxGTK-2.4.0 without unicode (wxGTK-2.4.0-r1.ebuild,2.17 KB, text/plain)
2003-04-28 13:10 UTC, Montag
Details
wxGTK-2.4.0 without unicode (wxGTK-2.4.0-r1.ebuild,2.17 KB, text/plain)
2003-04-28 13:10 UTC, Montag
Details
wxGTK-2.4.0 without unicode (wxGTK-2.4.0-r1.ebuild,2.17 KB, text/plain)
2003-04-28 13:11 UTC, Montag
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Montag 2003-04-28 13:08:08 UTC
This ebuild disables unicode support in wxGTK-2.4.0 so that lmule-1.2.x can be
compiled with GTK2.
Ebuild found on www.lmule.org

Reproducible: Always
Steps to Reproduce:
Comment 1 Montag 2003-04-28 13:10:36 UTC
Created attachment 11259 [details]
wxGTK-2.4.0 without unicode

This ebuild install wxGTK-2.4.0 without (the buggy) unicode support to let
lmule 1.2.x install in a GTK2 environment (as GNOME2).
Comment 2 Montag 2003-04-28 13:10:43 UTC
Created attachment 11260 [details]
wxGTK-2.4.0 without unicode

This ebuild install wxGTK-2.4.0 without (the buggy) unicode support to let
lmule 1.2.x install in a GTK2 environment (as GNOME2).
Comment 3 Montag 2003-04-28 13:11:03 UTC
Created attachment 11261 [details]
wxGTK-2.4.0 without unicode

This ebuild install wxGTK-2.4.0 without (the buggy) unicode support to let
lmule 1.2.x install in a GTK2 environment (as GNOME2).
Ebuild found on www.lmule.org
Comment 4 Montag 2003-04-28 13:14:49 UTC
Sorry for the triple post.
Comment 5 Alastair Tse (RETIRED) gentoo-dev 2003-04-29 04:49:41 UTC
i'm pondering whether this is a good thing or not. 

gtk2 natively uses utf-8, which is unicode. so if we disable unicode support, then some other things might break like accented characters or cjk.
Comment 6 Montag 2003-04-29 15:10:37 UTC
This is a good point. 
The problem is that at this moment lmule gives an error in compilation if there is GTK2 installed, and the only solution is to disable unicode support in wxGTK.
I would leave this ebuild here for everyone who wants to use lmule with GNOME2, hoping that next releases of either lmule and wxGTK will address this incompatibility.
Comment 7 Alastair Tse (RETIRED) gentoo-dev 2003-05-07 11:03:53 UTC
alright. i've finally caved in to disabling unicode on wxGTK. the ebuild in portage now has it disabled. i've also fixed up the lmule ebuild to actually not barf on gtk2 .. 
Comment 8 Sascha Silbe 2003-08-21 16:03:45 UTC
Is the broken Unicode support in lmule still an issue? www.lmule.org redirects to http://www.bit-torrent.org/ and the Portage tree does not contain an lmule ebuild either.
On the other hand, wxPython breaks in a UTF-8 locale if wxWindows is compiled without unicode support.
Comment 9 Montag 2003-08-22 01:11:52 UTC
lmule has changed name and it's in the portage tree as xMule:
http:///www.xmule.org
And yes, the UTF-8 issue isn't resolved yet.
You can add UTF-8 support in wxWindows passing a local configure option when emerging it.
Comment 10 Derk-Jan Hartman 2003-11-12 12:08:33 UTC
Is this serious ?????
Come on. this is a problem with the programs not with wxWindows. Some people actually like to use unicode. It's the future. If apps don't support it than either they should support it, or they have to go.

It's developers not spending the effort to fix their application. As a developer i know you don't always have time to do stuff like that, but that's their problem hardly gentoo's. I like unicode. I use it in my apps. and it should be standard troughout gentoo.
Comment 11 Montag 2003-11-12 12:51:25 UTC
If you need unicode support in wxGTK you can simply pass --enable-unicode to "emerge wxGTK" (or edit the ebuild and uncomment the line where the option is enabled).
This option is disabled by default because there are too many wxWindows apps that don't support unicode and don't work with it. 
I like unicode too and you are perfectly right when you say that the problem is in the programs, but I suppose that, as users, we prefer more working applications than a GUI toolkit with all its functions enabled by default.
Comment 12 Alastair Tse (RETIRED) gentoo-dev 2003-11-12 13:10:17 UTC
the unicode useflag is available as an option on the wxGTK ebuild. it works well with poedit and vlc, and also allegedly with audacity. but there are still many packages that don't have the support for unicode.

nevertheless, it is up to users to enable/disable unicode support. by default, it is off.