Spotify client for Tahrpup 6 & Slacko 5.7

Audio editors, music players, video players, burning software, etc.
Message
Author
ribblle
Posts: 41
Joined: Fri 14 Aug 2015, 16:46

#41 Post by ribblle »

I've got several gigs free, so that's not it. To clarify, i updated Slacko's Firefox so i could use flash, which may be why it doesn't work for me.

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#42 Post by Semme »

That's because..

What you wanna do now is rename the FF folder your using to reflect the directory these point to.
Attachments
these_point_to_your_17.0.11_folder.jpg
(28.16 KiB) Downloaded 287 times
>>> Living with the immediacy of death helps you sort out your priorities. It helps you live a life less trivial <<<

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#43 Post by Semme »

Stock Slacko_5.7.. Fresh save file.. NO programs updated.. These installed in order.. NO menu launch.

Terminal says:

Code: Select all

# spotify
spotify: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: 
No such file or directory
GConf-3.2.5 installed via PPM >> polkit skipped as I know it's already installed.

NO menu launch. Fires from the shell and logs in without issue.
>>> Living with the immediacy of death helps you sort out your priorities. It helps you live a life less trivial <<<

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#44 Post by tempestuous »

Semme wrote:NO menu launch
Can you please open /root/.jwmrc in Geany, and where you see "spotify %N"
delete the " %N" and save.
Now try to launch from the menu.

ribblle
Posts: 41
Joined: Fri 14 Aug 2015, 16:46

#45 Post by ribblle »

Changed the Firefox folder name to Firefox-17.0.11, still no joy.

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#46 Post by Semme »

Tempestuous, no such animal. In the meantime I'll look elsewhere..

PS - With a little folder renaming, Spotify continues to work with Slacko's FF 27 pet, sans menu launch.

It's gotta be an environment variable somewhere..
>>> Living with the immediacy of death helps you sort out your priorities. It helps you live a life less trivial <<<

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#47 Post by Semme »

:? Odd.. After a reboot she launches.

If I kill it after initial launch and login, the second round doesn't open full-screen.

When attempting to go to full-screen, its window simply shifts down.

I've gotta stretch everything open then exit from the taskbar while holding down Ctrl in order to open full screen again.

A truly *bizarre* program.
>>> Living with the immediacy of death helps you sort out your priorities. It helps you live a life less trivial <<<

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#48 Post by Semme »

I must have been delusional thinking I could question someone that's not here for a working solution.

:P Duh..
>>> Living with the immediacy of death helps you sort out your priorities. It helps you live a life less trivial <<<

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#49 Post by tempestuous »

What I didn't mention was that I don't have a Spotify account, so when I launch the application I only get as far as the login prompt. So I rely on Semme's information regarding necessary Firefox version, and requirement for GConf.
To this end I have updated the instructions in the first post, and modified my compatibility dotpet for Firefox libs in Slacko. (The symlinks now point to /usr/lib/firefox).

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#50 Post by Semme »

Big Guy, you may wanna make this #4. It's for anyone running the build Slacko shipped with.

Code: Select all

#!/bin/sh
mv /usr/lib/firefox-17.0.11 /usr/lib/firefox
rm -f /usr/bin/firefox
ln -s /usr/lib/firefox/firefox /usr/bin/firefox
exit
Furthermore, a reboot's not only a good idea, it's *absolutely* essential for a menu launch.
>>> Living with the immediacy of death helps you sort out your priorities. It helps you live a life less trivial <<<

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#51 Post by tempestuous »

... but didn't you say (or suggest) that the version of Firefox included in Slacko 5.7 is no good for Spotify?

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#52 Post by Semme »

I had to be thorough and perform a second test. This one found the 17 libs suitable.
>>> Living with the immediacy of death helps you sort out your priorities. It helps you live a life less trivial <<<

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#53 Post by tempestuous »

There's just one problem with renaming the directory of Slacko's original Firefox installation - if the user has already installed a more recent Firefox, it's likely this installation will be overwritten by the old Firefox!

So my spotify-fix-Slacko5.7-Firefox.pet now contains this post-install script -

Code: Select all

#!/bin/sh
if [ ! -f /usr/lib/firefox/firefox ];then
mv /usr/lib/firefox-17.0.11 /usr/lib/firefox
rm -f /usr/bin/firefox
ln -s /usr/lib/firefox/firefox /usr/bin/firefox
fi
You will see that this script renames the original firefox installation directory only if a new installation of Firefox is not found.

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#54 Post by Semme »

As you're the packager, that should work for most folks.
>>> Living with the immediacy of death helps you sort out your priorities. It helps you live a life less trivial <<<

ribblle
Posts: 41
Joined: Fri 14 Aug 2015, 16:46

#55 Post by ribblle »

I renamed my firefox folder firefox again, installed the fix pet successfully and ran the 183 spotify pet. No joy.

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#56 Post by tempestuous »

To be able to help, we need more information. Way more information.
It's essential that you launch spotify from a terminal, and report any error messages you see.

ribblle
Posts: 41
Joined: Fri 14 Aug 2015, 16:46

#57 Post by ribblle »

There's no spotify to run. Soon after I launched the i386 pet it said that it failed to install, and the yellow "please wait, processing" thing stays on my desktop indefinitely and slows things down.

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#58 Post by Semme »

What was the MD5 on your download?
>>> Living with the immediacy of death helps you sort out your priorities. It helps you live a life less trivial <<<

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#59 Post by tempestuous »

Semme is on the right track - the download of the spotify dotpet is probably corrupt.
The correct md5sum is 35975189837e01cc32f22fc5bcf4ebca
but I have revised the dotpet once or twice since it was first posted, so it's hard to know if this applies to ribblle's download.

The safe thing to do is download again, and for complete confidence perform the download with the commandline utility wget
So open a console and do this -

Code: Select all

wget http://www.smokey01.com/tempestuous/spotify-client-i386-0.9.4.183.pet
Now use ROX to install the dotpet, which will be found in /root

I just did a clean boot to the Slacko 5.7.0 CD now, downloaded the dotpet (with Firefox 17.0.11)
and as you can see, the installation was successful -
Attachments
spotify-dotpet-success.jpg
(19.71 KiB) Downloaded 334 times

ribblle
Posts: 41
Joined: Fri 14 Aug 2015, 16:46

#60 Post by ribblle »

It successfully installed, but puppy wouldn't reboot or shutdown (might have been lag) so I forced it to turn off. Spotify isn't in multimedia, but the pet says it's already installed and when i rrun it in the terminal i get: "spotify: error while loading shared libraries: libnss3.so.1d: cannot open shared object file: No such file or directory"

Post Reply