lastfm / lastfm-desktop

The official Last.fm desktop application suite
http://www.last.fm
GNU General Public License v3.0
461 stars 94 forks source link

Scrobbler will only start when specified stylesheet has relative path #40

Open ifschleife opened 10 years ago

ifschleife commented 10 years ago

The scrobbler will not load a css file when it is specified like this: lastfm-scrobbler -stylesheet /usr/share/lastfm.css But when I do

cd /usr/share
lastfm-scrobbler -stylesheet lastfm.css

it works.

This makes packaging lastfm a hassle or is this a feature somehow?