Bug 410451 - Missing totem-mythtv.schemas in rpm scripts
Summary: Missing totem-mythtv.schemas in rpm scripts
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: totem
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Bastien Nocera
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-12-04 14:47 UTC by sangu
Modified: 2007-12-10 11:06 UTC (History)
0 users

Fixed In Version: 2.21.5-3
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-12-10 11:06:05 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description sangu 2007-12-04 14:47:43 UTC
Description of problem:
$ rpm -ql totem | grep schemas
/etc/gconf/schemas/totem-handlers.schemas
/etc/gconf/schemas/totem-mythtv.schemas
/etc/gconf/schemas/totem-video-thumbnail.schemas
/etc/gconf/schemas/totem.schemas

$ rpm -q --scripts totem
preinstall scriptlet (using /bin/sh):
if [ "$1" -gt 1 ]; then
    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
    gconftool-2 --makefile-uninstall-rule                               \
        /etc/gconf/schemas/totem.schemas                        \
        /etc/gconf/schemas/totem-handlers.schemas               \
        /etc/gconf/schemas/totem-video-thumbnail.schemas        \
        >& /dev/null || :
fi
postinstall scriptlet (using /bin/sh):
/sbin/ldconfig
scrollkeeper-update -q
update-desktop-database -q
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule \
        /etc/gconf/schemas/totem.schemas                        \
        /etc/gconf/schemas/totem-handlers.schemas               \
        /etc/gconf/schemas/totem-video-thumbnail.schemas        \
        >& /dev/null || :
touch /usr/share/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  /usr/bin/gtk-update-icon-cache --quiet /usr/share/icons/hicolor
fi
preuninstall scriptlet (using /bin/sh):
if [ "$1" -eq 0 ]; then
    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
    gconftool-2 --makefile-uninstall-rule                               \
        /etc/gconf/schemas/totem.schemas                        \
        /etc/gconf/schemas/totem-handlers.schemas               \
        /etc/gconf/schemas/totem-video-thumbnail.schemas        \
        >& /dev/null || :
fi


Version-Release number of selected component (if applicable):
2.21.2-1.fc9

How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Bastien Nocera 2007-12-10 11:06:05 UTC
Should be fixed in totem 2.21.5-3


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