Changes

Jump to: navigation, search

Talk:GEPS 029: GTK3-GObject introspection Conversion

1,569 bytes added, 23:50, 6 December 2013
Make sure all dialogs can be copied with the mouse please: new section
This one seems to be a problem on launch (setting encoding) but related to the compiled translation file!
If I modify the 'msgid' (config.py), I get next error errors (not the next with non-ASCII characters on translation strings sequence...!):
<pre>1349: ERROR: gramps.py: line 163: Unhandled exception
Traceback (most recent call last):
return unicode(pgettext.gettext(msgid))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 19:
ordinal not in range(128)</pre>
<pre>1546: ERROR: gramps.py: line 163: Unhandled exception
Traceback (most recent call last):
File "share/gramps/gramps.py", line 421, in <module>
errors = run()
File "share/gramps/gramps.py", line 354, in run
from cli.argparser import ArgParser
File "geps029/share/gramps/cli/argparser.py", line 78, in <module>
""")
File "geps029/share/gramps/gen/ggettext.py", line 48, in gettext
return unicode(pgettext.gettext(msgid))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 12:
ordinal not in range(128)</pre>
 
====fr.po====
 
...
"Content-Type: text/plain; charset=UTF-8\n"
...
 
# L'espace finale est pour précéder le « : » codé en dur.
#: ../src/gui/configure.py
msgid "Missing given name"
msgstr "Prénom manquant "
 
# L'espace finale est pour précéder le « : » codé en dur.
#: ../src/gui/configure.py
msgid "Private record"
msgstr "Enregistrement privé "
 
:--[[User:Romjerome|Romjerome]] ([[User talk:Romjerome|talk]]) 08:46, 14 July 2012 (MST)
 
== spell check install ==
 
Today I found that the instructions for 12.10 don't work, i.e. that I can't build the code downloaded with hg on Mint 14. When I use the GtkSpell tarball, it builds OK, but for that .autogen.sh needs to be replace by .configure to build right.
 
Can I change the page accordingly?
 
--[[User:Ennoborg|Ennoborg]] ([[User talk:Ennoborg|talk]]) 09:22, 5 March 2013 (MST)
 
== Make sure all dialogs can be copied with the mouse please ==
 
I got a dialog (GExiv2 module not loaded) that I cannot copy with the mouse! [[User:Jidanni|Jidanni]] ([[User talk:Jidanni|talk]]) 16:50, 6 December 2013 (MST)
6
edits

Navigation menu