Hello, As I have said before, this is a bug in the xfdesktop4 package. Let's take a look at "/etc/xdg/xfce4/desktop/menu.xml.tr" on a Xubuntu system:
=== 8< === <?xml version="1.0" encoding="UTF-8"?> <xfdesktop-menu> <app name="Kılavuz" cmd="xfbrowser4 /usr/share/xubuntu-docs/about/xubuntu-index.html" icon="gnome-help"/> <app name="Xfce Hakkında" cmd="xfce4-about" icon="info"/> <builtin name="Çık" cmd="quit" icon="gnome-logout"/> </xfdesktop-menu> === >8 === As you can see, there are only three menu items defined. Now, let's look at "http://svn.xfce.org/svn/xfce/xfdesktop/tags/xfce_4_4_2/menu.xml.tr" This is the "menu.xml.tr" file from upstream: === 8< === <?xml version="1.0" encoding="UTF-8"?> <xfdesktop-menu> <title name="Menü"/> <separator/> <app name="Çalıştır..." cmd="xfrun4" icon="gnome-fs-executable"/> <separator/> <app name="Kabuk" cmd="xfterm4" icon="terminal"/> <app name="Dosya Yöneticisi (thunar)" cmd="thunar" icon="file-manager"/> <app name="Web Tarayıcı" cmd="xfbrowser4" icon="gnome-globe"/> <separator/> <menu name="Ayarlar" icon="gnome-settings"> <app name="Xfce4 ayarları" cmd="xfce-setting-show" icon="gnome-settings"/> </menu> <separator/> <include type="system" style="simple" unique="true" legacy="true"/> <separator/> <app name="Kılavuz" cmd="xfhelp4" icon="gnome-help"/> <app name="Xfce Hakkında" cmd="xfce4-about" icon="gnome-info"/> <builtin name="Çık" cmd="quit" icon="gnome-logout"/> </xfdesktop-menu> === >8 === As you can see, the upstream menu.xml.tr file has an "<include>" line which includes the menu of system-wide applications. To confirm my hypothesis, I took the file I have quoted above, ("http://svn.xfce.org/svn/xfce/xfdesktop/tags/xfce_4_4_2/menu.xml.tr") and copied it to "/etc/xdg/xfce4/desktop/menu.xml.tr". And voila, after that the XFCE4 application menu was populated properly. Now, let's see in which package this file is: === 8< === $ dpkg -S /etc/xdg/xfce4/desktop/menu.xml.tr xfdesktop4: /etc/xdg/xfce4/desktop/menu.xml.tr === >8 === I am going to attach the upstream version of the "menu.xml.tr" file. I hope that this file will replace the file included in Hardy as well as Intrepid. Thank you, M. Vefa Bicakci ** Attachment added: "The upstream version of "/etc/xdg/xfce4/desktop/menu.xml.tr"" http://launchpadlibrarian.net/17350367/menu.xml.tr -- Turkish translation of XFCE4's menu in "/etc/xdg/xfce4/desktop/menu.xml.tr" is incomplete https://bugs.launchpad.net/bugs/210773 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs