Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 140154 - media-sound/last-exit ebuild broken / gconf schemas not installed
Summary: media-sound/last-exit ebuild broken / gconf schemas not installed
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
: 141201 142006 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-07-12 13:39 UTC by Fabian Neumann
Modified: 2006-07-28 07:08 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***