Bug 169108
| Summary: | avoid duplicate screensaver preferences | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Matthias Clasen <mclasen> |
| Component: | redhat-menus | Assignee: | Ray Strode [halfline] <rstrode> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | markmc |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-09-26 20:28:06 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: | |||
| Bug Blocks: | 150221 | ||
|
Description
Matthias Clasen
2005-09-23 03:06:40 UTC
*** Bug 169109 has been marked as a duplicate of this bug. *** Discussed briefly on irc, decided to add a
<MergeDir>/etc/xdg/menus/screensaver-properties-hack/</MergeDir> after the
<Include> in preferences.menu
gnome-screensaver would then install a .menu file in that dir containing
something like:
<Menu>
<Name>Preferences</Name>
<Exclude>
<Filename>xscreensaver-properties.desktop</Filename>
</Exclude>
</Menu>
Should be fixed in tomorrow's rawhide. Ray: I wouldn't use the preferences-merged dir - that already gets merged in at a different point, so any .menu files will get merged in twice from there at different points and could really confuse things. okay this should be fixed tomorrow. I ended up with the name preferences-post-merged. In retrospect it's not the best choice because we would run into a similiar problem if we ever introduced to a file called preferences-post.menu, but we can change it later if we need to. |