From kde-core-devel Mon Jul 25 22:19:42 2011 From: Mark Date: Mon, 25 Jul 2011 22:19:42 +0000 To: kde-core-devel Subject: Re: Formal complaint concerning the use of the name "System Settings" Message-Id: X-MARC-Message: https://marc.info/?l=kde-core-devel&m=131163244821465 On Mon, Jul 25, 2011 at 9:51 PM, Ambroz Bizjak wrote: > Hi Mark, > I've done some small research on what components would have to be > updated for the desktop-specific-names solution. I think that would > be: > > - The Desktop Entry Specification, > http://standards.freedesktop.org/desktop-entry-spec/latest/ > - KDE's KDesktopFile, > https://projects.kde.org/projects/kde/kdelibs/repository/revisions/master/changes/kdecore/config/kdesktopfile.cpp > - Xfce's libxfce4menu, in particular > http://git.xfce.org/xfce/libxfce4menu/tree/libxfce4menu/xfce-menu-item.c > - Gnome's libgnome-menu, in particular > http://svn.gnome.org/viewvc/gnome-menus/trunk/libmenu/desktop-entries.c > > Regards, > Ambroz > Hi, Thanx for the list. I already found the spec and kde file. One thing i can't find though is the part that makes multilanguage stuff for desktop files working.. Those 3 source files all just grab the Name value but where does it do the magic that happens when i set my language to dutch.. then it grabs Name[nl] but where does it do that? Asking that since the properties i proposed should have multi language suppert as well.. And besides that.. I do want to implement it, but i'm getting the feeling there isn't that much support for it thus wasting my time if i implement it since it won't get accepted anyway. (which i rather avoid). It's just a feeling and i hope i'm wrong... Regards, Mark