[Portland-bugs] [Bug 70742] xdg-desktop-menu improperly check for vendor prefix on Estonian locale
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Oct 24 14:36:40 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=70742
--- Comment #3 from Rex Dieter <rdieter at math.unl.edu> ---
Considering this code, (re)setting LC_ vars doesn't seem viable without
rewriting.
Replacing
[a-zA-Z]*-*)
with
[[:alpha:]]*-*)
seems to work.
Re-reading
http://standards.freedesktop.org/menu-spec/menu-spec-latest.html#merge-algorithm
where it mentions vendor prefix, I see no mention of locale either. :(
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/portland-bugs/attachments/20131024/103a388d/attachment.html>
More information about the Portland-bugs
mailing list