UnicodeDecodeError: 'utf-8' codec can't decode bytes in position 34-35: unexpected end of data
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| MenuLibre |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
$ menulibre
(menulibre:32528): Gtk-WARNING **: 02:04:53.869: gtk_menu_
(menulibre:32528): Gtk-WARNING **: 02:04:53.936: gtk_menu_
Traceback (most recent call last):
File "/usr/lib/
self.win = MenulibreWindow
File "/usr/lib/
self.
File "/usr/lib/
self.treeview = MenulibreTreevi
File "/usr/lib/
self.
File "/usr/lib/
treestore = MenuEditor.
File "/usr/lib/
return menu_to_
File "/usr/lib/
treestore = menu_to_
File "/usr/lib/
tooltip = escapeText(
File "/usr/lib/
return GLib.markup_
File "/usr/lib/
return GLib.markup_
UnicodeDecodeError: 'utf-8' codec can't decode bytes in position 34-35: unexpected end of data
이야기 (iyagicom) wrote : | #1 |
Timon (the-senate) wrote : | #2 |
Martin Dauskardt (md001) wrote : | #3 |
similar problem here
(menulibre:10876): Gtk-WARNING **: 11:31:43.437: gtk_menu_
(menulibre:10876): Gtk-WARNING **: 11:31:43.501: gtk_menu_
Traceback (most recent call last):
File "/usr/lib/
self.win = MenulibreWindow
File "/usr/lib/
self.
File "/usr/lib/
self.treeview = MenulibreTreevi
File "/usr/lib/
self.
File "/usr/lib/
treestore = MenuEditor.
File "/usr/lib/
return menu_to_
File "/usr/lib/
treestore = menu_to_
File "/usr/lib/
tooltip = escapeText(
File "/usr/lib/
return GLib.markup_
File "/usr/lib/
return GLib.markup_
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc3 in position 77: unexpected end of data
^C
switching system language from german to english is no option for me.
tags: | added: disco |
eugeneyale (eugeneyale) wrote : | #4 |
Hi
The solution for me :
Edit the file menulibre util.py: sudo nano /usr/lib/
found on :
https:/
Sean Davis (bluesabre) wrote : | #5 |
I've applied the suggested fix. Please confirm with git master and I'll get a release out soon.
https:/
Changed in menulibre: | |
status: | New → Fix Committed |
Changed in menulibre: | |
milestone: | none → 2.2.1 |
status: | Fix Committed → Fix Released |
이야기 (iyagicom) wrote : | #6 |
Good work.
Thank you very much.
Ubuntu QA Website (ubuntuqa) wrote : | #7 |
This bug has been reported on the Ubuntu ISO testing tracker.
A list of all reports related to this bug can be found here:
http://
tags: | added: iso-testing |
Hello, i had kinda the same problem and for me changing the system language to English worked.