You are not logged in.
Did anyone succeed to listen to the Last.fm radio using 1.1.4 version of the player from http://last.fm site? When I run player file I get "Segmenation fault"
Any idea how to fix it?
Offline
Which version did you download? I got the static version working fine, it has all the deps built in so it should run fine without any setup at all.
Offline
works fine for me, I think you need qt installed for it to work.
Offline
here is how I installed it:
1.) extract http://static.last.fm/player/LastfmLinux-1.1.4.tar.bz2 to /opt/
2.) put this into a text file named /usr/bin/lastfm-player (you need to be root!)
#/bin/bash
cd /opt/Last.fm-1.1.4/
./player
3.) Make the file executable
chmod +x /usr/bin/lastfm-player
4.)type in lastfm-player in console and it should run it (alt+f2 in kde).
Note: configuration file is located in /home/$USER/.config/last.fm/player.ini
If I knew how to make packages with pacman I'd probably make one.
Offline
There is already a package in AUR. It compiles the source though, I'd just as happily use the prebuilt version.
Offline