Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 111648
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux Gnome Desktop Team <gnome@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Mike Gardiner (RETIRED) <obz@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 111648 depends on: Show dependency tree
Bug 111648 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-11-05 18:53 0000
The gnome-panel pkg_postinst()

pkg_postinst() {

	local entries="/etc/gconf/schemas/panel-default-setup.entries"
	if [ -e "$entries" ]; then
		einfo "setting panel gconf defaults..."
		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'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 >= 2.10)

------- Comment #1 From Mike Gardiner (RETIRED) 2005-11-05 19:30:30 0000 -------
Committed now.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug