[Bug 170500] KDE menu has many duplicates

Fred Wells fred_wells at charter.net
Mon Sep 8 00:37:54 BST 2008


http://bugs.kde.org/show_bug.cgi?id=170500





--- Comment #2 from Fred Wells <fred_wells charter net>  2008-09-08 01:37:53 ---
Doesn't appear to be a distro problem.  For example, KRDC is one example of a
duplicated menu item.  However, I can only find one corresponding .desktop file
from which I understand the menu is populated.  Am I missing something?

for dir in ~/.kde/share $(echo $XDG_DATA_DIRS|sed 's/:/ /g')
do
  echo "# Searching $dir ..."
  find $dir -name \*.desktop -exec grep -l Name=KRDC {} \;
done
# Searching /home/fred/.kde/share ...
# Searching /usr/share/kde-settings/kde-profile/default/share ...
# Searching /usr/local/share ...
# Searching /usr/share ...
/usr/share/applications/kde4/krdc.desktop


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list