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

Bug 322963

Summary: pkg_postinst elog message of media-sound/lastfmplayer is outdated
Product: Gentoo Linux Reporter: Matthias Langer <m.langer798>
Component: Current packagesAssignee: Markos Chandras (RETIRED) <hwoarang>
Status: RESOLVED FIXED    
Severity: enhancement CC: sound
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Matthias Langer 2010-06-06 10:08:56 UTC
The instructions given to the user via elog in pkg_postinstall in the lastfmplayer ebuilds do not work with mozilla-firefox-3.6* (I think not even with firefox-3*). Gnome users can do the following instead:

"
$ gconftool-2 -t string -s /desktop/gnome/url-handlers/lastfm/command "/usr/bin/lastfm %s"

$ gconftool-2 -s /desktop/gnome/url-handlers/lastfm/needs_terminal false -t bool
$ gconftool-2 -t bool -s /desktop/gnome/url-handlers/lastfm/enabled true
"

This also works for chromium by the way. I don't know how to do this for other desktop environments, but the message displayed by the ebuild is definitely no longer appropriate.
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2010-06-07 20:24:31 UTC
Fixed

Thanks for reporting