Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 140154

Summary: media-sound/last-exit ebuild broken / gconf schemas not installed
Product: Gentoo Linux Reporter: Fabian Neumann <bugz07>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED WORKSFORME    
Severity: normal CC: pacho, plaes
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Fabian Neumann 2006-07-12 13:39:28 UTC
If you emerge last-exit and try to start it, you get the following error message:

Unhandled Exception: GConf.NoSuchKeyException: Key '/apps/lastexit/first_run' not found in GConf
in <0x000e1> GConf.Client:Get (System.String key)
in <0x0001a> LastExit.Config:get_FirstRun ()
in <0x000a8> LastExit.Driver:Main (System.String[] args)

I appears that the GConf schemas are not being installed by the ebuild (I'm not familiar with gconf...). I found a solution (http://www.ubuntuforums.org/showpost.php?p=856518&postcount=6) that worked for me, just run:

$ gconftool-2 --install-schema-file /etc/gconf/schemas/last-exit.schemas

Can someone update the ebuild?
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-07-12 13:41:51 UTC
<snip>
pkg_postinst() {
        gnome2_pkg_postinst
        einfo "You will unfortunately, need to restart X for this to work properly."
}
</snip>
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-07-20 12:37:45 UTC
*** Bug 141201 has been marked as a duplicate of this bug. ***
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-07-28 07:08:55 UTC
*** Bug 142006 has been marked as a duplicate of this bug. ***