Bug 21090 - Не запускается в локали, отличной от UTF
Summary: Не запускается в локали, отличной от UTF
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: gajim (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Ilya Mashkin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-16 19:41 MSD by Roman
Modified: 2009-08-19 01:30 MSD (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman 2009-08-16 19:41:44 MSD
gajim
Traceback (most recent call last):
  File "gajim.py", line 192, in <module>
    from common import gajim            
  File "/usr/share/gajim/src/common/gajim.py", line 189, in <module>
    HAVE_LATEX = latex.check_for_latex_support()                    
  File "/usr/share/gajim/src/common/latex.py", line 92, in check_for_latex_support
    filename = latex_to_image("test")                                             
  File "/usr/share/gajim/src/common/latex.py", line 140, in latex_to_image        
    '%s.png' % (latex_png_dpi, tmpfile, tmpfile), 'error': str(e)}                
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 10-12: invalid data
Comment 1 avm 2009-08-17 00:02:14 MSD
Для полной ясности вывод locale покажите, пожалуйста.
Comment 2 Roman 2009-08-17 08:19:29 MSD
LANG=ru_RU.KOI8-R
LC_CTYPE="ru_RU.KOI8-R"
LC_NUMERIC="ru_RU.KOI8-R"
LC_TIME="ru_RU.KOI8-R"
LC_COLLATE="ru_RU.KOI8-R"
LC_MONETARY="ru_RU.KOI8-R"
LC_MESSAGES="ru_RU.KOI8-R"
LC_PAPER="ru_RU.KOI8-R"
LC_NAME="ru_RU.KOI8-R"
LC_ADDRESS="ru_RU.KOI8-R"
LC_TELEPHONE="ru_RU.KOI8-R"
LC_MEASUREMENT="ru_RU.KOI8-R"
LC_IDENTIFICATION="ru_RU.KOI8-R
Comment 3 Repository Robot 2009-08-19 01:30:08 MSD
gajim-0.12.5-alt1 -> sisyphus:

* Tue Aug 18 2009 Alexander Myltsev <avm@altlinux> 0.12.5-alt1

- new version: bug fixes (history manager, dependencies).
- fix detection of LaTeX support (closes #21090).