Description of problem: The files /usr/share/applnk/.hidden/krita*.desktop included with koffice-krita are missing a line, presumably OnlyShowIn="KDE" which prevents these .desktop files showing up in the GNOME Panel menu. In their supplied state, they result in a strange submenu in the Applications menu called .hidden with Krita icons in it. Version-Release number of selected component (if applicable): koffice-krita-1.6.2-3.fc7 How reproducible: Always Steps to Reproduce: 1. Install Krita. 2. Restart gnome-panel. Actual results: A strange .hidden folder in the applications menu. Expected results: No strange menus. Additional info: Running # cd /usr/share/applnk/.hidden/ # for f in krita*.desktop ; do echo "OnlyShowIn=\"KDE\"" >> $f ; done fixes this.
* Wed Jun 20 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.6.2-4 - mark applnk/.hidden/*.desktop NoDisplay=True instead (#245061)
Hmm... I find that the entry is case-sensitive --- I need to append the line NoDisplay=true to prevent the folder from showing up. (A similar niggle affects K3B --- I'll file a separate report for that one, too.)
fyi, related to (possible) gnome-menus regression, bug #245190 (JH, see also k3b bug #244513)
koffice-1.6.3-6.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report.
koffice-1.6.3-6.fc7 has been pushed to the Fedora 7 stable repository. If problems still persist, please make note of it in this bug report.