Bug 245061
| Summary: | koffice: Krita /usr/share/applnk/.hidden/*.desktop files | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | James <james> |
| Component: | koffice | Assignee: | Rex Dieter <rdieter> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 7 | CC: | andreas.bierfert, rdieter |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 1.6.3-6.fc7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-07-02 16:09:39 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 245190 | ||
| Bug Blocks: | |||
* 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. |
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.