Bug 157764

Summary: Installing gnome-applets, modemlights.schemas isn't installed.
Product: [Fedora] Fedora Reporter: sangu <sangu.fedora>
Component: gnome-appletsAssignee: Ray Strode [halfline] <rstrode>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
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: 2005-05-19 21:33:11 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: 136451    

Description sangu 2005-05-14 17:37:06 UTC
Description of problem:
 rpm -ql gnome-applets | more
/etc/gconf/schemas/battstat.schemas
/etc/gconf/schemas/charpick.schemas
/etc/gconf/schemas/cpufreq-applet.schemas
/etc/gconf/schemas/drivemount.schemas
/etc/gconf/schemas/geyes.schemas
/etc/gconf/schemas/gswitchit.schemas
/etc/gconf/schemas/gtik.schemas
/etc/gconf/schemas/gweather.schemas
/etc/gconf/schemas/mini-commander-global.schemas
/etc/gconf/schemas/mini-commander.schemas
/etc/gconf/schemas/mixer.schemas
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/etc/gconf/schemas/modemlights.schemas
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/etc/gconf/schemas/multiload.schemas
/etc/gconf/schemas/stickynotes.schemas
[...]


$rpm -q --scripts gnome-applets
postinstall scriptlet (using /bin/sh):
/sbin/ldconfig
scrollkeeper-update
touch --no-create /usr/share/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  gtk-update-icon-cache -q /usr/share/icons/hicolor
fi

export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
SCHEMAS="battstat.schemas charpick.schemas cpufreq-applet.schemas
drivemount.schemas geyes.schemas gswitchit.schemas gtik.schemas gweather.schemas
mini-commander-global.schemas mini-commander.schemas mixer.schemas
multiload.schemas stickynotes.schemas"
for S in $SCHEMAS; do
  gconftool-2 --makefile-install-rule /etc/gconf/schemas/$S > /dev/null
done
/usr/libexec/gnome-applets/mc-install-default-macros > /dev/null
postuninstall scriptlet (using /bin/sh):
/sbin/ldconfig
touch --no-create /usr/share/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  gtk-update-icon-cache -q /usr/share/icons/hicolor
fi


Version-Release number of selected component (if applicable):
gnome-applets-2.10.1-7

How reproducible:
always

Steps to Reproduce:
1. $rpm -ihv gnome-applets-2.10.1-7
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Ray Strode [halfline] 2005-05-19 21:33:11 UTC
should be fixed in tomorrow's rawhide.