| Summary: | .desktop in wrong category | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> | ||||||
| Component: | firewalld | Assignee: | Thomas Woerner <twoerner> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 19 | CC: | bugzilla, jpopelka, twoerner | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | firewalld-0.3.5-1.fc20 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-10-02 06:47:06 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Attachments: |
|
||||||||
Created attachment 791322 [details]
Patch for spec
Patch for spec to apply previously attached patch.
Also removed F17 conditions form spec, as F17 is end of life.
(In reply to Miro Hrončok from comment #0) > All system-wide related settings, such as system-config-* or authconfig are > located in System;Settings; categories. Both 'System' and 'Settings' are main categories. http://standards.freedesktop.org/menu-spec/menu-spec-1.0.html#category-registry > I consider firewall settings system-wide. The app asks for root password and > the changes affect all users. Therefore is belongs to System;Settings;. The 'System;' category was removed with https://git.fedorahosted.org/cgit/firewalld.git/commit/?id=fb2a3039ff47620bb221fbaced62528783730677 When I add it back, desktop-file-validate warns that: value "System;Settings;Security;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu What about ? Categories=System;Security; I believe that moves it to System submenu in the Apps menu. If System; and Settings; are both main and shouldn't coexist, how should an app appear in Administration submenu after all? Thanks. https://git.fedorahosted.org/cgit/firewalld.git/commit/?id=bfa1b4f443ec66018a8aafa9653ee99226386d83 Thanks :) *** Bug 1008116 has been marked as a duplicate of this bug. *** firewalld-0.3.5-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/firewalld-0.3.5-1.fc20 firewalld-0.3.5-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/firewalld-0.3.5-1.fc19 Package firewalld-0.3.5-1.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing firewalld-0.3.5-1.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-17984/firewalld-0.3.5-1.fc20 then log in and leave karma (feedback). firewalld-0.3.5-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. firewalld-0.3.5-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 791321 [details] Patch for sources Description of problem: All system-wide related settings, such as system-config-* or authconfig are located in System;Settings; categories. On the other hand, user related settings, such as Xfce settings, or userinfo are located in Settings; (without System;). I consider firewall settings system-wide. The app asks for root password and the changes affect all users. Therefore is belongs to System;Settings;. Version-Release number of selected component (if applicable): 0.3.3-2.fc19 How reproducible: Always Steps to Reproduce: 0. Install firewall-config 2. Search it in Administration apps menu category Actual results: It is not there, instead it is in Settings category Expected results: See Firewall config in Administration apps menu category Additional info: Patch attached