Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 322963 - pkg_postinst elog message of media-sound/lastfmplayer is outdated
Summary: pkg_postinst elog message of media-sound/lastfmplayer is outdated
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Markos Chandras (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-06 10:08 UTC by Matthias Langer
Modified: 2010-06-07 20:24 UTC (History)
1 user (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 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