http://qa.mandrakesoft.com/show_bug.cgi?id=2270
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|program |program
Product|kdebase |menudrake
Version|3.1-82mdk |0.7.3-4mdk
------- Additional Comments From [EMAIL PROTECTED] 2003-03-23 19:43 -------
i checked with 9.2rc2 and the bug is still present. it seems that menudrake
ignores Name[cs] and/or Name[sk] labels (also Comment[..]) while loading and
uses only Name and Comment. when creating a new menu folder/item it creates Name
value s correctly but Name[..] values are chopped (as described above). the way
i reproduce the bug:
1. run menudrake as root
2. choose system menu
3. create a new item under Zabava (amusement) with non-englisch character in the
name, program = xmms (e. g.)
4. click on save changes
5. go and check /usr/share/applnk-mdk
6. you could get something like this:
[Desktop Entry]
Name=Nie�.o na hranie
Comment=Nie�.o na hranie
Exec=xmms
Terminal=true
Icon=windowmanager_section.png
Type=Application
Name[cs]=Nie
Name[sk]=Nie
compare Name= and Name[cs]=. can you see the difference?
cheers,
-- joe
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date:
description:
menudrake in mdk 9 with czech localization causes the following:
when you create record or folder with nonEnglish character it creates
file_xyz.desktop which is fine. the problem is that it writes something like
this in it:
Comment=the whole title in UTF-8
Comment[cs]=comment stripped after a non-english character
example:
Comment=Z�bava
Comment[cs]=Z
and you can see only the letter Z in the menu :(
the only resolution is to edit the .desktop file (in ~/.kde..) manually.