Bug 102710
| Summary: | gnome-applets rpm doesn't install gconf schema for stickynotes | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux Beta | Reporter: | George Karabin <gkarabin> |
| Component: | gnome-applets | Assignee: | Mark McLoughlin <markmc> |
| Status: | CLOSED RAWHIDE | QA Contact: | Mike McLean <mikem> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | beta1 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2003-08-27 10:56:14 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: | 100643 | ||
For that matter, it looks like mailcheck.schemas and mixer.schemas are missing as well. I'd presume those have been around a while, and maybe were intentionally skipped, but I thought I'd mention it. Fixed in gnome-applets 2.3.7-1 |
Description of problem: The stickynotes applet from rawhide (gnome-applets-2.3.6-1) doesn't run when I try to add it to the panel. Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1. Try to add sticknotes to panel. 2. Note that it isn't added. 3. Note that CPU usage goes to near 100%. Actual results: rpm -q --scripts gnome-applets postinstall scriptlet (using /bin/sh): /sbin/ldconfig scrollkeeper-update export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` SCHEMAS="modemlights.schemas cdplayer.schemas drivemount.schemas charpick.schemas geyes.schemas mini-commander.schemas gkb.schemas multiload.schemas gtik.schemas gweather.schemas battstat.schemas" for S in $SCHEMAS; do gconftool-2 --makefile-install-rule /etc/gconf/schemas/$S > /dev/null done postuninstall program: /sbin/ldconfig Expected results: stickynotes.schemas ought to be added to the SCHEMAS list. Works OK at that point.