Bug 181853 - Please add /etc/gconf/schemas/deskbar-applet.schemas to spec scripts
Summary: Please add /etc/gconf/schemas/deskbar-applet.schemas to spec scripts
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: deskbar-applet
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Ignacio Vazquez-Abrams
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-02-17 06:33 UTC by sangu
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-02-17 08:17:33 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description sangu 2006-02-17 06:33:56 UTC
Description of problem:
$rpm -q --script deskbar-applet
no message

Please add below to deskbar-applet.spec
[...]
%post 
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
SCHEMAS="desktop-applet.schemas"
for S in $SCHEMAS; do
  gconftool-2 --makefile-install-rule /etc/gconf/schemas/$S > /dev/null
done
[...]



Version-Release number of selected component (if applicable):
2.13.91-1.fc5

How reproducible:
always

Steps to Reproduce:
1.
2.
3.
  
Actual results:
deskbar.schemas doesn't be applied

Expected results:


Additional info:

Comment 1 Ignacio Vazquez-Abrams 2006-02-17 08:17:33 UTC
Thanks for catching that.


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