<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>111648</bug_id>
          
          <creation_ts>2005-11-05 18:53 0000</creation_ts>
          <short_desc>Removing gnome-panel default .entries causes binary problems.</short_desc>
          <delta_ts>2005-11-05 19:30:30 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>GNOME</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>obz@gentoo.org</reporter>
          <assigned_to>gnome@gentoo.org</assigned_to>
          <cc>agaffney@gentoo.org</cc>
    
    <cc>wolf31o2@gentoo.org</cc>

      

      
          <long_desc isprivate="0">
            <who>obz@gentoo.org</who>
            <bug_when>2005-11-05 18:53:32 0000</bug_when>
            <thetext>The gnome-panel pkg_postinst()

pkg_postinst() {

	local entries=&quot;/etc/gconf/schemas/panel-default-setup.entries&quot;
	if [ -e &quot;$entries&quot; ]; then
		einfo &quot;setting panel gconf defaults...&quot;
		GCONF_CONFIG_SOURCE=`${ROOT}/usr/bin/gconftool-2 --get-default-source`
		${ROOT}/usr/bin/gconftool-2 --direct --config-source \
			${GCONF_CONFIG_SOURCE} --load=${entries}
		rm -f ${entries}
	fi

	# Calling this late so it doesn&apos;t process the GConf schemas file we already
	# took care of.
	gnome2_pkg_postinst

}

Removing the entries file here causes binary problems. For an example, see the
output of equery f gnome-panel | grep entries with ls /etc/gconf/schemas/*entries.

The rm -rf should be removed from the ebuilds (probably &gt;= 2.10)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>obz@gentoo.org</who>
            <bug_when>2005-11-05 19:30:30 0000</bug_when>
            <thetext>Committed now.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>