Bug 184562

Summary: gnome-applets postinstall script typos cause installation errors
Product: [Fedora] Fedora Reporter: Michal Jaegermann <michal>
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: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-03-09 22:30:57 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 Michal Jaegermann 2006-03-09 21:12:29 UTC
Description of problem:

There are two troubles with a %post script in gnome-applets-2.13.90-6.

One that it uses "/etc/gconf/schemas/divemount.schemas" while this
should be "drivemount".

The other is that there is a bunch of trailing blanks after '\' and
this is trying to pass to gconftool-2 a schema with a name " ", not
very succesfully, followed by an attempt to execute the next line
(which, not that surprisingly, also fails).

In that respect writing that part of %post in such style:

slist="
/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
"
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`

gconftool-2 --makefile-install-rule $slist >/dev/null

is "safer" as it is not sensitive with respect to trailing whitespace.

Version-Release number of selected component (if applicable):
gnome-applets-2.13.90-6

Comment 1 Ray Strode [halfline] 2006-03-09 22:30:57 UTC
Hi,

This was fixed this morning.  It should be in tomorrow's rawhide.