Bug 146880
| Summary: | Wrong install scripts in gnome-applets-2.9.5-1 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | sangu <sangu.fedora> |
| Component: | gnome-applets | Assignee: | Mark McLoughlin <markmc> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | mclasen |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 2.9.5-2 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-02-04 16:06:59 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: | |||
|
Description
sangu
2005-02-02 14:23:28 UTC
mclasen: looks like $SCHEMAS needs to be changed after the upgrade needs to be removed: modemlights.schemas gkb.schemas mailcheck.schemas needs to be added: cpufreq-applet.schemas mini-commander-global.schemas This is a bug with a pretty long standing. See bug #122379. I proposed there a simple script modification which can be easily changed to run through all existing files in /etc/gconf/schemas/*.schemas and then it will not depend on somebody remembering to update that list or not. If some exceptions are needed they are surely easier to handle then a "normal" list. Yeah, it would be nice if we didn't have to keep the static list of schemas up to date. The problem is, this is in %post so I don't think you can easily figure out what .schema files we've just installed. Probably the only way you could do it is by generating a list of schemas at build time and including that list in a file in the package or somehow consulting the rpmdb during %post. With the former, we'd have a redundant file which would be ugly. And I'm pretty sure you're not supposed to do the latter. Should be fixed in 2.9.5-2 which is on its way |