Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#46247 - Problem running menulibre

Attached to Project: Arch Linux
Opened by Serge (Viterzgir) - Thursday, 10 September 2015, 15:00 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 10 September 2015, 15:21 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: After update can't run menulibre in xfce


Additional info:
* menulibre 2.0.7-1
* terminal output
serge@archlinux:[~]$ menulibre
(process:1628): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Traceback (most recent call last):
File "/usr/bin/menulibre", line 34, in <module>
import menulibre
File "/usr/lib/python3.4/site-packages/menulibre/__init__.py", line 23, in <module>
from menulibre import MenulibreApplication
File "/usr/lib/python3.4/site-packages/menulibre/MenulibreApplication.py", line 26, in <module>
from . import MenuEditor, MenulibreXdg, XmlMenuElementTree, util
File "/usr/lib/python3.4/site-packages/menulibre/MenulibreXdg.py", line 31, in <module>
default_locale = locale.getdefaultlocale()[0]
File "/usr/lib/python3.4/locale.py", line 556, in getdefaultlocale
return _parse_localename(localename)
File "/usr/lib/python3.4/locale.py", line 484, in _parse_localename
raise ValueError('unknown locale: %s' % localename)
ValueError: unknown locale: en_US UTF-8


Steps to reproduce:
This task depends upon

Closed by  Doug Newgard (Scimmia)
Thursday, 10 September 2015, 15:21 GMT
Reason for closing:  Not a bug
Additional comments about closing:  menulibre is unsupported.

Fix your locale and it will probably work.

Loading...