Bug 181853

Summary: Please add /etc/gconf/schemas/deskbar-applet.schemas to spec scripts
Product: [Fedora] Fedora Reporter: sangu <sangu.fedora>
Component: deskbar-appletAssignee: Ignacio Vazquez-Abrams <ivazqueznet>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: extras-qa
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-02-17 08:17:33 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 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.