Ok I just updated my scratchbox from the old version to the new and it *did* remove the link in /usr/bin/pianobar like it was supposed to and it's now in /usr/local/bin/pianobar which is where it normally *should* be. It didn't clean up /etc/pianobar though which is a little annoying.. since the config location moved to /usr/local/etc/pianobar.. So if you've upgraded you can remove /etc/pianobar directory completely. It still runs for me though.. after the upgrade: Code: [sbox-FREMANTLE_ARMEL: ~/pyPandora] > which pianobar /usr/local/bin/pianobar [sbox-FREMANTLE_ARMEL: ~/pyPandora] > pianobar Welcome to pianobar! [?] Username: So can someone run from the command line and see if it still works? Bratag - did you hard code /usr/bin/pianobar into qtPianobar? With python I was able to just "popen("pianobar")" and it pulled it out of the path instead of hard coding it. ETA: Oh, because /etc/pianobar is a "config" file it won't remove it unless you "purge" pianobar first.. I see. I might have to put that into a postrm or something.
[sbox-FREMANTLE_ARMEL: ~/pyPandora] > which pianobar /usr/local/bin/pianobar [sbox-FREMANTLE_ARMEL: ~/pyPandora] > pianobar Welcome to pianobar! [?] Username: