The desktop entry created for the last.fm player did not support
passing arguments, but this is needed when attempting to launch the last.fm player from a browser via the uri handler (last.fm radio links). Fix it by replacing the "Exec=last.fm" line with "Exec=last.fm %U". From gentoo linux
This commit is contained in:
parent
8b542603f6
commit
e48584d7b6
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2012/04/12 09:15:40 dcoppa Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2012/09/18 20:39:25 dcoppa Exp $
|
||||
|
||||
COMMENT = official Last.fm client
|
||||
|
||||
VER = 1.5.4.27091
|
||||
DISTNAME = lastfm-${VER}+dfsg
|
||||
PKGNAME = last.fm-${VER}
|
||||
REVISION = 6
|
||||
REVISION = 7
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
Encoding=UTF-8
|
||||
Name=Last.fm
|
||||
Comment=Official Last.fm radio player
|
||||
Exec=${TRUEPREFIX}/bin/last.fm
|
||||
Exec=${TRUEPREFIX}/bin/last.fm %U
|
||||
Icon=${TRUEPREFIX}/share/last.fm/icons/as.png
|
||||
Type=Application
|
||||
Terminal=false
|
||||
|
Loading…
x
Reference in New Issue
Block a user