-
Greetings.
Here's a patch that updates the toolbar methods to handle unicode.
It was authored by Toshio Kuratomi for the fedora driconf package.
See: https://bugzilla.redhat.com/show_bug.cgi?id=450083
for more info.
2008-06-09 00:01:08 UTC by nirik
-
Greetings.
Here's a patch that allows driconf to handle when gxlinfo output is in unicode.
It was authored by Toshio Kuratomi for the fedora driconf package.
See: https://bugzilla.redhat.com/show_bug.cgi?id=450083
for more info.
2008-06-08 23:59:56 UTC by nirik
-
Thanks for catching this problem. Your solution would work, but I still found it difficult to wrap my head around the logic of this function, even though I wrote it. ;-) Can you try the patch below, making the whole thing a bit more robust? I'll apply that if it works for you.
--- driconf_simpleui.py (Revision 284)
+++ driconf_simpleui.py (Arbeitskopie)
@@ -266,8 +266,8 @@.
2007-02-18 17:17:00 UTC by fxkuehl
-
An uninitialized variable in a driconf-0.9.1 file causes python to complain.
I start driconf from a terminal without a pre-existing ~/.drirc configuration file.
I open the "Application settings" dropdown at the bottom of the page.
I select "Add", and put in doom3-demo and doom.x86 in the dialog fields, and select "OK".
At this point driconf spews forth it's displeasure upon stderr:
2007-02-10 19:23:29 UTC by jgeorgas
-
lakostis committed revision 284 to the DRI Configuration Applet SVN repository, changing 1 files.
2007-01-08 11:20:36 UTC by lakostis
-
Logged In: YES
user_id=546104
Fixed in Subversion (driconf-0-9-branch) for the next stable
release.
2006-11-09 03:51:26 UTC by fxkuehl
-
fxkuehl committed revision 283 to the DRI Configuration Applet SVN repository, changing 1 files.
2006-11-09 03:44:34 UTC by fxkuehl
-
Logged In: YES
user_id=546104
Thank you for your patch. Though ... your patch doesn't work
as is. It assumes that "Yes" is longer than "No". That's
true in English. But in German for example "Ja" is shorter
than "Nein". I'll apply a modified version of your patch
that takes the maximum of the two widths. :)
2006-11-09 03:24:40 UTC by fxkuehl
-
The "Modifications have been made" dialog on close
doesn't resemble other dialogs in other common
applications. The "yes" "no" can be easily misread for
"save: yes or no" and "close: yes or no".
2006-11-08 08:28:26 UTC by prgm_guy
-
The gtk.ToggleButton's that are created for boolean
options have a strange resize when changing from "Yes"
and "No".
2006-11-08 07:06:14 UTC by prgm_guy