Bug 169627
Summary: | Menus need a Documentation group | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Paul W. Frields <stickster> | ||||
Component: | redhat-menus | Assignee: | Ray Strode [halfline] <rstrode> | ||||
Status: | CLOSED NOTABUG | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 4 | CC: | kwade | ||||
Target Milestone: | --- | Keywords: | FutureFeature | ||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Enhancement | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2005-10-12 15:04:49 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: | |||||||
Attachments: |
|
Description
Paul W. Frields
2005-09-30 12:59:09 UTC
Created attachment 119462 [details]
Patch to add Documentation menu to Main Menu (Applications)
Whoops, somehow this didn't end up in the original entry.
What you probably want is for the documentation RPM to install a .menu file in /etc/xdg/menus/applications-merged ... it would look something like <Menu> <Name>Documentation</Name> <Directory>Documentation.directory</Directory> <Include> <Category>X-Fedora-Documentation</Category> </Include> </Menu> and install a Documentation.directory in /usr/share/desktop-directories and install a .desktop file with Category=X-Fedora-Documentation; for each doc in /usr/share/applications Thanks for the tip. I did, in fact, try this before, but failed miserably. I think it was because I had an <And> inside the <Include> that was superfluous, but also I had a <MergeFile> in the <Menu> container as well. Why I thought this was necessary I don't know. But I'll simply plead ignorance and revise our packaging! Thanks so much for the help! |