Bug 184562 - gnome-applets postinstall script typos cause installation errors
Summary: gnome-applets postinstall script typos cause installation errors
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-applets
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Ray Strode [halfline]
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-03-09 21:12 UTC by Michal Jaegermann
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-03-09 22:30:57 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.