PDA

View Full Version : HowTo Nicotine+: An Improved Version of Nicotine



INMCM
June 15th, 2006, 02:05 AM
UPDATED: Edgy and Version 1.2.4.1 deb

Anyone who uses the Soulseek (http://www.slsknet.org/) P2P network and Linux is probbaly familar with Nicotine (http://nicotine.thegraveyard.org/). Sadly, the version in the repositories (Dapper and Older) is very old, has a number of nasty bugs remaining it, and will probbaly never be updated again.

Thankfully, due to the beauty of open source, a new fork has been created: Nicotine+ (http://nicotine-plus.sourceforge.net/).
This updated version fixes lots of bugs and adds new features as well.

There are two install methods: running the source code or installing from a deb. At the moment, running from source is probbably the preffered method, but for all you lazy/adventerous people, look below for the deb.

NOTE for Edgy Users:Nicotine+ has been merged into the repos as plain old Nicotine. Just install Nicotine as normal:


sudo apt-get install nicotine

It's a slightly old version (1.2.2), but that's far better than 1.0.8. If you want bleeding edge Nicotine+, follow the instructions below. You can always install regular Nicotine from the repos later on.

Install From Source (Dapper, Brezzy, etc):

Whether or not you have the old Nicotine from the repos installed (just make sure the old version isn't running!), just download the tarball here http://prdownloads.sourceforge.net/nicotine-plus/nicotine%2B-1.2.4.1.tar.bz2?download and:


sudo apt-get install python-gtk2 python-pyvorbis
tar xvjf nicotine+-1.2.4.1.tar.bz2
cd nicotine+-1.2.4.1/
./nicotine

The new version will automatically use your settings/shares/username/password if you had run the old Nicotine. Otherwise, you'll need to set up your usename, password, and shares before it'll let connect to the server. You must run the ./nicotine command from the extract directory everytime you wish to use the program. You can also make a shortcut and use /path/to/extracted/folder/./nicotine as the command. Also, there are some new preferences that may intrest you, so do take a look at those once you are up and running.

Tray Icon Support
If you are used to the the Windows Soulseek client, or just love tray icons, you might want to try your hand at compiling the tray icon. Here's the general procedure


sudo apt-get install build-essential python-dev python-gtk2-dev libgtk2.0-dev
cd nicotine+-1.2.4.1/trayicon
./autogen.py
make
sudo make install
cd ..
cp trayicon/trayicon.so pynicotine/


instructions found here: http://nicotine.le-vert.net/wiki/TrayIcon
and here: http://nicotine.le-vert.net/wiki/IssuesWithNicotinePlus

Install From a Deb (Dapper Only)

47th_Ronin has made a deb of 1.2.4.1 . This is a testing package and, while it works VERY well, there still might be issues. You MUST uninstall all previous nicotine+ deb package before installing this. You may do this in synaptic or just by doubling clicking on the old deb if you still have it around. It is also HIGHLY recommended that you back up your ~/.nicotine folder before installing this. If you don't feel comfortable, use the source instructions above. Just download here (http://www.osiris.codedchaos.com/osiris/e107_files/downloads/nicotine%2B-1.2.4.1-i386-dapper.deb) and double click on the .deb to install. Tray Icon is included. Please direct feedback for the deb package to 47th_Ronin

La muerte del DIos
June 17th, 2006, 07:18 PM
Nice work. Already using Nicotine+. Thanks man.

foofightrs777
June 19th, 2006, 02:53 AM
Worked great for me! Thanks!

Tray icon worked as well. If you don't have luck maybe try alltray?

bionnaki
June 19th, 2006, 07:14 AM
you rule.
thanks

prkfriryce
June 22nd, 2006, 12:56 AM
getting a python2.4 error.

Nicotine supports "psyco", an inline optimizer for python
code, you can get it at http://sourceforge.net/projects/psyco/
Warning: Trayicon Python module not found.
Traceback (most recent call last):
File "nicotine", line 149, in ?
app = frame.MainApp(config)
File "/home/cpage/software/nicotine+-1.2.2/pynicotine/gtkgui/frame.py", line 1189, in __init__
self.frame = testwin(config)
File "/home/cpage/software/nicotine+-1.2.2/pynicotine/gtkgui/frame.py", line 270, in __init__
if self.np.config.needConfig():
File "/home/cpage/software/nicotine+-1.2.2/pynicotine/config.py", line 86, in needConfig
if self.sections[i][j] is None or self.sections[i][j] == '' and i not in ("userinfo", "ui", "ticker", "players") and j not in ("incompletedir", "autoreply", 'afterfinish','afterfolder', 'geoblockcc'):
File "/usr/lib/python2.4/UserDict.py", line 168, in __cmp__
return cmp(dict(self.iteritems()), other)
File "/usr/lib/python2.4/UserDict.py", line 101, in iteritems
yield (k, self[k])
File "/usr/lib/python2.4/shelve.py", line 119, in __getitem__
value = Unpickler(f).load()
cPickle.UnpicklingError: pickle data was truncated


reinstalled python2.4 and reinstalled nicotine1.2.2 but still no luck...](*,)

INMCM
June 22nd, 2006, 01:08 AM
you have python-gtk2 installed?


sudo apt-get install python-gtk2

python 2.4 and python-gtk are the only dependecies.

prkfriryce
June 22nd, 2006, 01:54 AM
you have python-gtk2 installed?


sudo apt-get install python-gtk2

python 2.4 and python-gtk are the only dependecies.

i also have the latest python-gtk2 installed

INMCM
June 22nd, 2006, 02:53 AM
Try installing the regular nicotine out of the repos


sudo apt-get install nicotine

and see if it works if it doesn't work, then you have more serious issues than I can fix

prkfriryce
June 22nd, 2006, 03:19 AM
Try installing the regular nicotine out of the repos


sudo apt-get install nicotine

and see if it works if it doesn't work, then you have more serious issues than I can fix

I previously tried using 1.2.0 beofre 1.2.2 and received the same results. Likewise, after i configured 1.0.8, the debug print is the same. :(

INMCM
June 22nd, 2006, 03:34 AM
Try deleting ~/.nicotine. Maybe you have a corrupt config file somewhere.

prkfriryce
June 22nd, 2006, 03:38 AM
Try deleting ~/.nicotine. Maybe you have a corrupt config file somewhere.

rm'd all instances of pynicotine and nicotine, then reinstalled and still the same errors. I will try to first remove, then reinstall python2.4 and python-gtk2 tomorrow.

henriquemaia
June 22nd, 2006, 10:44 PM
Thanks for posting this. I was not aware of nicotine+ existence.

bionnaki
June 23rd, 2006, 08:27 AM
I like how you can play audio files now. very nice.

frank_b
June 26th, 2006, 02:28 AM
I installed nicotine+1.2.2 but, since it was not installed as a package, it didn't replace the old nicotine version and I still run the old version when I click the icon in the menu.

Should I now run nicotine only by executing "./nicotine" in the directory I got from the tar file?

Can I make an ubuntu package out of the tar file I downloaded and replace the old package?

Should I do this?

Should I remove the old nicotine package anyway?

INMCM
June 26th, 2006, 04:17 PM
I installed nicotine+1.2.2 but, since it was not installed as a package, it didn't replace the old nicotine version and I still run the old version when I click the icon in the menu.

Should I now run nicotine only by executing "./nicotine" in the directory I got from the tar file?

Yes, you should run the extracted ./nicotine from now on. You should be able to edit the old menu entry with the menu editor to point to the new 1.2.2. You could also create a new icon on you panel.


Can I make an ubuntu package out of the tar file I downloaded and replace the old package?

If you know how to do such magic, then please do so and feel free to post it up here. Before I made this How-to I thought about learning how to package and slapping one together, but, given the simple nature of extracting and running the the python code, I felt it would be overkill.

On the other hand, it would be very nice if this replaced the OLD nicotine in the repos. I'm going to post this on the MOTU wiki and hope it get's picked up. If any MOTU people are reading this, this is a real simple thing to package and would be greatly appreciated by many many many folks.



Should I remove the old nicotine package anyway?

If it's less confusing, go ahead. It'll leave all your configs behind.

maxol
June 26th, 2006, 09:08 PM
Thanks for this, if the repos are updated that would be fantastic.

frank_b
June 27th, 2006, 10:37 AM
Thanks for your explanation INMCM. :)

As for the package, seems that there is already one, although barely tested.

I'll post more information about it soon, after I confirm some things.

asplode
June 27th, 2006, 03:48 PM
I'm getting an error on the apt-get install line... I believe the correct metapackage is "build-essential"

INMCM
June 27th, 2006, 04:39 PM
I'm getting an error on the apt-get install line... I believe the correct metapackage is "build-essential"


This is correct, thank you much....*fixed*

47th_Ronin
June 27th, 2006, 06:27 PM
Hello all,

Good to be back on ubuntu forum and it's lovely users :)

I'm working on making Nicotine+ available for majoriy of Linux distro's
I have also written Nicotine Guide (http://nicotine.le-vert.net/wiki/NicotineGuide)

As far for packages: I made a .deb file for debian/ubuntu
Warning!! Package is not been released yet! it is for testing only... File name is not correct, according to debian/ubuntu packing guide...

After testing is finished, it will be released officially..

You can get it here: [Link removed, see next page for a new link]

Please post your questions and feedbacks here. It will help me and benefit others :)

Do not ask how to install this .deb file. If you don't know it, then wait for official release.. Don't forget I sad it's for TESTING ONLY.

You might want to remove v1.0.8 before you install this one :)
I haven't experince any problems with this .deb file

Greetz,

Nicotine+ homepage: http://nicotine.le-vert.net

INMCM
June 27th, 2006, 06:43 PM
As far for packages: I made a .deb file for debian/ubuntu
Warning!! Package is not been released yet! it is for testing only... File name is not correct, according to debian/ubuntu packing guide...

After testing is finished, it will be released officially..

You can get it here: http://www.speedyshare.com/599428432.html

Please post your questions and feedbacks here. It will help me and benefit others :)


Excellent!! Going to try this right after I back up my .nicotine directory.

henriquemaia
June 27th, 2006, 08:24 PM
Hello all,

Good to be back on ubuntu forum and it's lovely users :)

I'm working on making Nicotine+ available for majoriy of Linux distro's
I have also written Nicotine Guide (http://nicotine.le-vert.net/wiki/NicotineGuide)

As far for packages: I made a .deb file for debian/ubuntu
Warning!! Package is not been released yet! it is for testing only... File name is not correct, according to debian/ubuntu packing guide...

After testing is finished, it will be released officially..

You can get it here: http://www.speedyshare.com/599428432.html

Please post your questions and feedbacks here. It will help me and benefit others :)

Do not ask how to install this .deb file. If you don't know it, then wait for official release.. Don't forget I sad it's for TESTING ONLY.

You might want to remove v1.0.8 before you install this one :)
I haven't experince any problems with this .deb file

Greetz,

Nicotine+ homepage: http://nicotine.le-vert.net

Hi,

First of all, a very big thank you for providing the package.

Ok, I'm running Dapper 64bit. I get this dependency error:

Error: Dependency is not satisfiable: python

I have python installed and can run nicotine+ through the cli.

frank_b
June 27th, 2006, 08:55 PM
To INMCM and all:

The package I was talking about is the one made by 47th_Ronin, which I met yesterday in SoulSeek.

I was unsure if it worked with ubuntu also, besides debian, and seem to be having a problem dowloading the package.

I was suposed to bring the news here, but, because of my doubts, I was afraid to give a bad tip.

Fortunatly, in the meantime, 47th_Ronin made the anouncement himself, clearing my main doubt, and now you can speak to him directly making things more simple.

47th_Ronin
June 27th, 2006, 09:53 PM
Hi,

First of all, a very big thank you for providing the package.


Ok, I'm running Dapper 64bit. I get this dependency error:

Error: Dependency is not satisfiable: python

I have python installed and can run nicotine+ through the cli.

Thanks for the feedback... I'm searching for the problem... stay tuned!!

maxol
June 27th, 2006, 10:21 PM
I have the same problem on 32bit dapper

"Error: Dependency is not satisfiable: python"

I have also have python installed and can run nicotine+.

I'm "6ecko" on slsk btw.

frank_b
June 27th, 2006, 10:28 PM
I still can't download the file from the site... For some unknowned reason it downloads a 2.8 K file instead that seems like a mixture of and html file and a script...

Nevertheless, 47th_Ronin was nice enough to provide me the file directly, but I get the same error as henriquemaia (olá! :) ): an error message in gdebi saying "Error: Dependency is not satisfiable: python".

Also, through gdebi I can see that it will try to install files in two directories that don't exist in ubuntu: "/share" (there's a "/usr/share" in ubuntu, supose that would be the one instead) and "/debian".

I was right to be cautious. Seems that it's only a package for debian for the moment. 47th_Ronin is working on the problem.

mrazster
June 28th, 2006, 09:57 AM
tried it lastnight....everything went perfect...trayicon compilation also. :)
Haven't decided yet if I'm gonna stick with this or not.....seemes good so far thou.

47th_Ronin
June 28th, 2006, 06:24 PM
Thank you all for your feedback.
I made a new better .deb file for Nicotine+
This one should install better and have no depency problems...

It is STILL a test module! and dapper only! so no breezy or even debian!

You can get it here: http://www.speedyshare.com/908491984.html

You can give also feedback through slsk network, you can find me in nicotine chat room under the name "47th_Ronin" or "ronin.soulseek"

Don't get mad at me if I don't answer immidiatelly :p

Again, thank you for your feedback :)

spockrock
June 28th, 2006, 08:23 PM
thanks got everything working and the tray icon.

henriquemaia
June 29th, 2006, 12:29 AM
Thank you all for your feedback.
I made a new better .deb file for Nicotine+
This one should install better and have no depency problems...

It is STILL a test module! and dapper only! so no breezy or even debian!

You can get it here: http://www.speedyshare.com/908491984.html

You can give also feedback through slsk network, you can find me in nicotine chat room under the name "47th_Ronin" or "ronin.soulseek"

Don't get mad at me if I don't answer immidiatelly :p

Again, thank you for your feedback :)

Great work, 47th_Ronin! Now the package installs flawlessly and nicotine runs smoothly.

Not even a complaint from my Dapper 64bit.

spockrock
June 29th, 2006, 01:29 AM
thanks worked perfectly.

INMCM
June 29th, 2006, 02:16 AM
I'm editing my original HOW-TO to include the deb.

47th_Ronin
June 29th, 2006, 04:13 AM
I'm editing my original HOW-TO to include the deb.

Thanks!! one thing: I see this in the edited HOW-TO:

henriquemaia has made a deb of 1.2.2. This is a testing package and, while it works VERY well, there still might be issues. If you don't feel comfortable, use the breezy instructions below. Just download here and double click on the .deb to install. Tray Icon is included.


Are you sure it is henriquemaia?? ;)

INMCM
June 29th, 2006, 04:23 AM
Ha, sorry about that. I was a bit too quick on the draw. Fixed.

47th_Ronin
June 29th, 2006, 04:35 AM
Ha, sorry about that. I was a bit too quick on the draw. Fixed.

np.. bro... I sad it incase people have problems they know who they should talk to instead of flaming other ubuntu user :)

one last thing for users who're REALLY paranoid... Nicotine+ will be soon available as valid debian package (whatever that means)
when it will be released and the respo line will be is still unknow... just keep checking this topic or nicotine chat room...

frank_b
June 29th, 2006, 01:27 PM
Can't download this one from the site also, but 47th_Ronin kindly gave it to me directly again, I installed it and everything seems OK.

The Waco Kidd
July 3rd, 2006, 06:36 PM
I'm on Kubuntu, Dapper. Having problems installing from the deb. Any help appreciated. Output below...


Password:
(Reading database ... 79299 files and directories currently installed.)
Preparing to replace nicotine+ 1.2.2 (using .../nicotine+_1.2.2_all_testing_v1.1.deb) ...
Package `nicotine' is not installed.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
Unpacking replacement nicotine+ ...
Setting up nicotine+ (1.2.2) ...
Can't list /usr/lib/site-python
Can't list /usr/lib/site-python

Press <enter> to exit...

VFiend
July 4th, 2006, 02:04 AM
I've installed the deb package and I'm getting the error:
Warning: Trayicon Python module not found.

Any ideas?

INMCM
July 4th, 2006, 02:24 AM
Try installing the tray icon by compiling from source.

47th_Ronin
July 7th, 2006, 03:57 PM
I'm on Kubuntu, Dapper. Having problems installing from the deb. Any help appreciated. Output below...

I assume you haven't remove 1.0.8 before installing 1.2.2
or
1.0.8 is running at the same time you're installing 1.2.2
maybe
python isn't installed properly... /usr/lib/site-packages is a dir that it's included in python 2.4 installation.. so if it's missing, then you have a corrupt installation of python...

Let me know how it went...

sorry for answering so late, was busy fixing Nicotine windows installer :)

47th_Ronin
July 7th, 2006, 04:01 PM
I've installed the deb package and I'm getting the error:
Warning: Trayicon Python module not found.

Any ideas?

while I was making this .deb, I didn't pay any attention to Trayicon... however it is included in .deb.

Official debian packages are source only.. so if you install the following: build-essential python-dev python-gtk2-dev libgtk2.0-dev

and re-run the .deb installation it will get compiled and installed :)

No garantee that it will work, but just an idea :)

INMCM
July 7th, 2006, 07:02 PM
How-to has been updated for version 1.2.3. Ronin, I hope we can see a deb soon.

OffHand
July 8th, 2006, 05:51 PM
I have been using nicotine+ for quite a while.
I have just installed the latest version but I cannot get the trayicon to work, eventhough I installed it.



admin@dapper:~$ cd ~/.nicotine+-1.2.3
admin@dapper:~/.nicotine+-1.2.3$ cd trayicon
admin@dapper:~/.nicotine+-1.2.3/trayicon$ ./autogen.py
Generating Makefile for python 2.4
Done.. Now run 'make install' as root
admin@dapper:~/.nicotine+-1.2.3/trayicon$ sudo make install
install -d /usr/lib/python2.4/site-packages/pynicotine
install -m 755 trayicon.so /usr/lib/python2.4/site-packages/pynicotine
admin@dapper:~/.nicotine+-1.2.3/trayicon$


I get this



cannot import name trayicon
Warning: Trayicon Python module not found.


EDIT:

Somehow I got it working with the cp command. I copied those files before and it didn't work. Weird... Anyways, version 1.2.3+ uses other icons. If you guys wanna know how to get back the old icons let me know and I'll post what to do.

The Waco Kidd
July 9th, 2006, 12:37 PM
...

Let me know how it went...

sorry for answering so late, was busy fixing Nicotine windows installer :)

Thanks for your reply. I'm actually away from my Kubuntu box for another 10 days, will try your suggestions when I get back and let you know how it goes.
Cheers :)

47th_Ronin
July 9th, 2006, 06:08 PM
How-to has been updated for version 1.2.3. Ronin, I hope we can see a deb soon.

sure, bro... stay tuned... 1 or 2 days...

since the .deb for 1.2.2 I have gained some more knowledge to make a .deb that follows debian guide-lines... so it will be much better than 1.2.2 deb...

greets :)

47th_Ronin
July 9th, 2006, 06:12 PM
I have been using nicotine+ for quite a while.
I have just installed the latest version but I cannot get the trayicon to work, eventhough I installed it.



admin@dapper:~$ cd ~/.nicotine+-1.2.3
admin@dapper:~/.nicotine+-1.2.3$ cd trayicon
admin@dapper:~/.nicotine+-1.2.3/trayicon$ ./autogen.py
Generating Makefile for python 2.4
Done.. Now run 'make install' as root
admin@dapper:~/.nicotine+-1.2.3/trayicon$ sudo make install
install -d /usr/lib/python2.4/site-packages/pynicotine
install -m 755 trayicon.so /usr/lib/python2.4/site-packages/pynicotine
admin@dapper:~/.nicotine+-1.2.3/trayicon$


I get this



cannot import name trayicon
Warning: Trayicon Python module not found.


EDIT:

Somehow I got it working with the cp command. I copied those files before and it didn't work. Weird... Anyways, version 1.2.3+ uses other icons. If you guys wanna know how to get back the old icons let me know and I'll post what to do.


Ehm... maybe I missed something, but on Nicotine Trac there's a page about TrayIcon issue in 1.2.3 :)

47th_Ronin
July 11th, 2006, 12:40 PM
@INMCM... you got PM :D

INMCM
July 12th, 2006, 05:09 PM
*BUMP* For Updated DEB package..See First post

47th_Ronin
July 13th, 2006, 10:44 AM
I got feedback from one of the .deb users:


beke feedback van n newbie: nieuw icoon in mn panel is ietske groter as de rest vd icons
Translation:

[babelfish says] a little feedback from a newbie: icon used in my panel is larger than the rest of the icons...

He also was kind enough to send me a screenshot to make clear what he ment...

what the hell does he mean?? well, read on!

Nicotine icon is the old one... the one daelstorm made for gentoo??.. but IMHO I wanted icon to be in line with the new logo as seen on nicotine pages...

The famous orange circle with a white N.... So I got my hands on .xcf of the logo and copy&paste the "N" en used it as icon... the icon is however on the edge.. so no empty spaces arround it...

That's the reason why the icon appears large.. even when you shrink the logo and replace it... The same you can see with XMMS logo...

So for all you gnome users, I fixed the issue by making one for my favorite ubuntu users :)

You can get the logo here (http://www.speedyshare.com/856620986.html)

HowTo use:
- download :p
- rename it to nicotine.png
- place it in /usr/local/share/pixmaps/
- restart x... (I'm not sure about this, but if I remember it should)
================================================== ==

@INMCM: check your PM... again?? yeah, man.. HUGE NEWS :p Oeps!!! I didn't see your reply PM :S... ohhh well, next time I just post here :)... sorry for the hussle..

loell
July 13th, 2006, 11:55 AM
hi i'm new to nicotine p2p
do i need to have a username and password?

INMCM
July 13th, 2006, 11:57 AM
loell, You can just make one up intially.

loell
July 13th, 2006, 12:54 PM
thanks :)

Kevf
July 13th, 2006, 01:11 PM
Thanks, lets see if I can get it working. 8)

th0mas
July 19th, 2006, 05:29 PM
hello,

thank you for this howto !

but this problem i had in nicotine didn't disappear with nicotine+ :
people can't browse my shared files (e.g. some friend using soulseek).
though i can download from others.

I configured my routeur like this :
port from 2234 to 2240 are TCP-redirected to my computer

any clue ?

47th_Ronin
July 20th, 2006, 10:58 AM
hello,

thank you for this howto !

but this problem i had in nicotine didn't disappear with nicotine+ :
people can't browse my shared files (e.g. some friend using soulseek).
though i can download from others.

I configured my routeur like this :
port from 2234 to 2240 are TCP-redirected to my computer

any clue ?

PM me at nicotine chatroom and I go trough all the steps I go with many users to fix this issue :)

47th_Ronin
July 20th, 2006, 11:01 AM
Nicotine+ 1.2.4 (beta) SVN is available for Ubuntu Dapper

you can get it here: http://osiris.codedchaos.com/

version 1.2.4 has very nice feature.. you can choose your own theme... at the moment there're almost no themes available... consider making one..
more info: http://osiris.codedchaos.com/

greets,

The Waco Kidd
July 20th, 2006, 10:33 PM
I assume you haven't remove 1.0.8 before installing 1.2.2
or
1.0.8 is running at the same time you're installing 1.2.2
maybe
python isn't installed properly... /usr/lib/site-packages is a dir that it's included in python 2.4 installation.. so if it's missing, then you have a corrupt installation of python...

Let me know how it went...


Finally got round to this...

Am now working with latest 1.24 beta deb

Removed previous Nicotine instalation and that's solved the first problem.

The second one has been more thorny. I've reinstalled python 2.4 and that dir still isn't there. There is, however, in /usr/lib a /python 2.4 directory which has a /site-packages directory within. Might this be the one the installer is looking for or am I on totally the wrong track?

New output below, not that it seems to be saying anything fresh. Any help is truly appreciated...


(Reading database ... 99101 files and directories currently installed.)
Preparing to replace nicotine+ 1.2.4 (using .../nicotine+-1.2.4beta-osiris.svn.deb) ...
Package `nicotine' is not installed.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
Unpacking replacement nicotine+ ...
Setting up nicotine+ (1.2.4) ...
Can't list /usr/lib/site-python
Can't list /usr/lib/site-python

47th_Ronin
July 21st, 2006, 01:06 AM
@ The Waco Kidd:

You downloaded 1.2.4 beta svn .deb package... now tell me the command you use to install it?


dpkg -i nicotine+-x.x.x.deb

or something else?

The Waco Kidd
July 21st, 2006, 08:50 AM
@ The Waco Kidd:

You downloaded 1.2.4 beta svn .deb package... now tell me the command you use to install it?


dpkg -i nicotine+-x.x.x.deb

or something else?

No, I was right clicking on the deb, then selecting 'Kubuntu Package Menu/Install Package'. I tried using the code you suggested and got very similar output.


sudo dpkg -i nicotine+-1.2.4beta-osiris.svn.deb
Password:
(Reading database ... 99221 files and directories currently installed.)
Preparing to replace nicotine+ 1.2.4 (using nicotine+-1.2.4beta-osiris.svn.deb) ...
Package `nicotine' is not installed.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
Unpacking replacement nicotine+ ...
Setting up nicotine+ (1.2.4) ...
Can't list /usr/lib/site-python
Can't list /usr/lib/site-python

47th_Ronin
July 21st, 2006, 04:01 PM
@ The Waco Kidd

I installed a fresh dapper last night... for you I'm gonna test to see what exacly is wrong... stay tuned!

I have installed nicotine 1.2.4..

The Waco Kidd
July 21st, 2006, 08:27 PM
Oh. Thankyou. You managed to install on Kubuntu Dapper, right?

47th_Ronin
July 23rd, 2006, 06:30 AM
Oh. Thankyou. You managed to install on Kubuntu Dapper, right?

I don't think it has anything to do with KDE or Gnome.... before I go any deeper... can you please copy & paste your sources.list??

use this service if you like: http://pastebin.ca
and post the link here or PM it..

greets,

bionnaki
July 24th, 2006, 09:31 AM
the latest version (123) is great. now only if nicotine could fix it's display of user speeds.

The Waco Kidd
July 24th, 2006, 11:10 PM
can you please copy & paste your sources.list??

use this service if you like: http://pastebin.ca
and post the link here or PM it..

greets,

Okay, here it is. Thanks for sticking with me on this!

http://pastebin.ca/98920

RavenOfOdin
July 25th, 2006, 02:01 AM
how to Nicotine+ . . .

Easy. . .

Chain smoke. :D
smoke == Nicotine where chain smoking == Nicotine+.

I just feel like joking around, don't mind me.

Anywho, I might start using some sort of p2p again if I can get a USB hard drive set up to hold it all.

47th_Ronin
July 25th, 2006, 03:06 AM
how to Nicotine+ . . .

Easy. . .

Chain smoke. :D
smoke == Nicotine where chain smoking == Nicotine+.

I just feel like joking around, don't mind me.

Anywho, I might start using some sort of p2p again if I can get a USB hard drive set up to hold it all.

:p ](*,)

jbaskr
July 27th, 2006, 03:45 AM
I'm having a similar problem to prkfriryce on the first two pages--

<code>Nicotine supports "psyco", an inline optimizer for python
code, you can get it at http://sourceforge.net/projects/psyco/
cannot import name trayicon
Warning: Trayicon Python module not found.
Traceback (most recent call last):
File "/usr/bin/nicotine", line 149, in ?
app = frame.MainApp(config)
File "/usr/lib/python2.4/site-packages/pynicotine/gtkgui/frame.py", line 1249, in __init__
self.frame = testwin(config)
File "/usr/lib/python2.4/site-packages/pynicotine/gtkgui/frame.py", line 260, in __init__
if self.np.config.needConfig():
File "/usr/lib/python2.4/site-packages/pynicotine/config.py", line 86, in needConfig
if self.sections[i][j] is None or self.sections[i][j] == '' and i not in ("userinfo", "ui", "ticker", "players") and j not in ("incompletedir", "autoreply", 'afterfinish','afterfolder', 'geoblockcc'):
File "/usr/lib/python2.4/UserDict.py", line 168, in __cmp__
return cmp(dict(self.iteritems()), other)
File "/usr/lib/python2.4/UserDict.py", line 101, in iteritems
yield (k, self[k])
File "/usr/lib/python2.4/shelve.py", line 119, in __getitem__
value = Unpickler(f).load()
cPickle.UnpicklingError: invalid load key, '/'.</code>

I installed the original Nicotine on my Dapper machine, and it worked fine -- it stopped working a few days ago, and I uninstalled it via symantec, & installed Nicotine+. I've tried deleting config files, uninstalling nicotine & the various python files suggested. Any ideas?

jbaskr
July 27th, 2006, 04:52 AM
aha --
I just created a new "blank" user in ubuntu & tried to launch nicotine from there - it worked perfectly. I can use this as a workaround (the program is great!) but if anyone knows what's going on, that would be deeply cool.

47th_Ronin
July 27th, 2006, 05:45 PM
Okay, here it is. Thanks for sticking with me on this!

http://pastebin.ca/98920

Sorry for my LATE answer.. I have trying every possible way to figurout why you have "Can't list /usr/lib/site-python" error..
Before I go and start type some huge story of what I have done, can you please tell me what you get when you typ following command in terminal?

apt-get -f install

Don't be scared it continues doing stuff.. it won't break your system. It suppose to fix broken packages :)

Thanks... I go now finding some wall to ](*,) (I feel so stupid, not being able to help you faster :()

For the rest of you:

* new SVN is in make... includes:
- nicotine+ icon fixed for gnome
- menu is fixed (Nicotine+ instead of P2P)
- man pages
- huge .png in user-info bug-fix?? (I assume)

* TrayIcon .deb is in make :D
* Docs .deb is in make for those who need it :)

Wanted!
I want a nicotine+ ubuntu icon-theme. more info & template can be find at http://osiris.codedchaos.com. if anybody wants to help me out, please do!

47th_Ronin
July 27th, 2006, 05:58 PM
@jbaskr
never, ever remove files manually!! specially if there're installed.. it's like removing files in system32 on *******..

even I make mistakes.. anyway... try this in your profile that has the broken nicotine:


apt-get -f install

say what it says.. then we will see what happens :)

greetz,
PS. running from source?? does that work?? try it and tell me the results also :)

The Waco Kidd
July 27th, 2006, 06:03 PM
Output as requested...


:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

47th_Ronin
July 27th, 2006, 07:57 PM
Output as requested...

thanks, now some more questions :p

- have you ever been able to run nicotine?? (no matter which version)
- running from source, have you tried that??

jbaskr
July 27th, 2006, 08:28 PM
Thanks for the help!
but... same output after apt-get -f install:


Reading package lists... Done
Building dependency tree... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

not sure how I'd run from source in this situation... apologies.

47th_Ronin
July 28th, 2006, 10:27 AM
Nicotine+ 1.2.4beta July 24, 2006 SVN available for download.

see http://osiris.codedchaos.com

vision
July 29th, 2006, 09:02 AM
I have a problem with Nicotine+ - I was using v1.2.3 when without a reason my PC restarted. After that when I opened Nicotine+ it showed the Settings window as if this is the first time I run the program even tho my login name and password, shared download directory etc. were still the same as always. I clicked OK but it still shows the message "You need to finish configuring your settings (Server, Username, Password, Download Directory) before connecting...". I uninstalled it and downloaded v1.2.4 but nothing changes. Am I doing something wrong? Could be since basically im still a Ubuntu newbie.. Can anyone help? Also you probably noticed - my english isn't that good, im from Bulgaria.

47th_Ronin
July 30th, 2006, 11:20 AM
I have a problem with Nicotine+ - I was using v1.2.3 when without a reason my PC restarted. After that when I opened Nicotine+ it showed the Settings window as if this is the first time I run the program even tho my login name and password, shared download directory etc. were still the same as always. I clicked OK but it still shows the message "You need to finish configuring your settings (Server, Username, Password, Download Directory) before connecting...". I uninstalled it and downloaded v1.2.4 but nothing changes. Am I doing something wrong? Could be since basically im still a Ubuntu newbie.. Can anyone help? Also you probably noticed - my english isn't that good, im from Bulgaria.

- uninstall 1.2.4 or any version you have...
- remove .nicotine from your home directory
- install 1.2.4
- configure settings and connect...

should work :)

vision
July 30th, 2006, 08:25 PM
Yes, it did! I was thinking of deleting the whole Nicotine folder but as I said in my other post - I still have much to learn about Ubuntu and I didnt know that the folder was hidden. Anyway thanks for answering. :)

47th_Ronin
July 31st, 2006, 06:24 PM
@ The Waco Kidd

a shame you didn't answer my last questions... now you never know the answer and also wasted my time :)

good luck...

The Waco Kidd
July 31st, 2006, 07:13 PM
Huh! Well I'm sorry if I was too busy with all the other stuff in my life to answer your question immediately. Much as I'd like to I don't have much time as I'd like to work on non-essential fun stuff like Nicotine.

If you're still up for helping me then great, if not then...not much I can say, really, is there? That's a bummer, I was really hoping I'd be able to get this to work.

47th_Ronin
August 1st, 2006, 04:13 PM
Huh! Well I'm sorry if I was too busy with all the other stuff in my life to answer your question immediately. Much as I'd like to I don't have much time as I'd like to work on non-essential fun stuff like Nicotine.

If you're still up for helping me then great, if not then...not much I can say, really, is there? That's a bummer, I was really hoping I'd be able to get this to work.

hahahah... bro, sorry... man... Offcourse I want to help you... I had this odd feeling you might not wanting me to help you since people useally stop when someone says "have you triend running from source?" which is useally already a sign of people not being able to help... anyway.. I'm still here :D

But in this case I might know more if you tell me if you can or can't run from source... So looking forward to know... take your time :)

looking forward to solve this issue of yours, so people in the future get helped faster after we finally find out what the problem was...

Greets from a shames idiot.. :p

The Waco Kidd
August 1st, 2006, 04:36 PM
hahahah... bro, sorry... man... Offcourse I want to help you... I had this odd feeling you might not wanting me to help you since people useally stop when someone says "have you triend running from source?" which is useally already a sign of people not being able to help... anyway.. I'm still here :D

But in this case I might know more if you tell me if you can or can't run from source... So looking forward to know... take your time :)

looking forward to solve this issue of yours, so people in the future get helped faster after we finally find out what the problem was...

Greets from a shames idiot.. :p

LOL. No worries, you're cool. And thanks again for all your help so far.

Background, I suppose...I'm fairly green w/Linux and these forums so don't know so much of convention. I have no idea what 'running from source' means, so when I read your message I just thought 'okay, that's going to take a few hours, I'm going to have to RTFM so I'll wait until I've got the time...' and got on with my work.

But getting this to run does mean a lot to me. This is my second serious attempt to switch to Linux, and the first time out the lack of a decent SLSK client was a dealbreaker. Since then my problems with Windows and addiction to KDE has grown to the point where I'd decided to just live without SLSK. But it'd still be great to not have to!

I'm mad busy this week, but I WILL make time to get my head round this at the weekend.

47th_Ronin
August 4th, 2006, 11:19 AM
LOL. No worries, you're cool. And thanks again for all your help so far.

Background, I suppose...I'm fairly green w/Linux and these forums so don't know so much of convention. I have no idea what 'running from source' means, so when I read your message I just thought 'okay, that's going to take a few hours, I'm going to have to RTFM so I'll wait until I've got the time...' and got on with my work.

But getting this to run does mean a lot to me. This is my second serious attempt to switch to Linux, and the first time out the lack of a decent SLSK client was a dealbreaker. Since then my problems with Windows and addiction to KDE has grown to the point where I'd decided to just live without SLSK. But it'd still be great to not have to!

I'm mad busy this week, but I WILL make time to get my head round this at the weekend.

Runnin from source: useally it means downloading source of a software and compile it yourself.. BUT Nicotine doesn't need to be compiled nor installed to run.

So when you have time, download nicotine+-1.2.3.tar.bz2 from sf.net pages and do the following:

- unpack it on your desktop, so you get directory nicotine+-1.2.3
- start Terminal
- do this command: cd /usr/home/username/Desktop/nicotine+-1.2.3
- then this command: ./nicotine

link: Nicotine+ sf.net page (http://nicotine-plus.sourceforge.net/)

I just wait see what the results are... goodluck and next time, just keep asking when you even don't get the smallest thing :)

47th_Ronin
August 4th, 2006, 11:23 AM
NNPScript is now available for download. It allows you to display current listen song in Nicotine+

more info: Chapter 6.1.1 of Nicotine+ Guide (http://osiris.codedchaos.com/nicotine.guide/NicotineGuide/Extra/AddOn/NNPScript.htm)

The Waco Kidd
August 6th, 2006, 10:25 PM
First thing first - yes, I had the old version in the repositries working but I found it useless compared to the Windows client.

Oddly enough, I checked synaptic before I tried to run from source, and nicotine+ is showing as installed. But I still wasn't able to run it until I followed your instructions and now it's running, sort of. I can't seem to make any download connections, but that's a whole other issue which I have a few hunches on...

The Waco Kidd
August 6th, 2006, 11:10 PM
Okay, I got the download problem sorted out - a simple matter of playing with the settings on my router and now I'm connected. Thankyou for your help!

Is there any way I could set it up to launch automatically from an icon rather than via the command line every time?...

OffHand
August 8th, 2006, 05:02 PM
Okay, I got the download problem sorted out - a simple matter of playing with the settings on my router and now I'm connected. Thankyou for your help!

Is there any way I could set it up to launch automatically from an icon rather than via the command line every time?...

There is. I have added a link to my top panel.
Right click on the panel, pick 'add to panel', pick 'custom launcher'.
Name it and give it an icon.
The link would be something like:

/home/admin/.nicotine+-1.2.3/nicotine

Just change the path to match your setup.
Now you can start Nivotine+ by clicking the icon.

47th_Ronin
August 9th, 2006, 12:41 AM
Funkey Waco!! :p

finally you're online! which confuses me even more... the reason is if you were not able to run nicotine+ from source you probly didn't have pygtk.. that happens when you uninstall (k)ubuntu-desktop... which removes pygtk but you keep gnome/kde

so now you can run from source I wonder what the hell the problem is... as I cannot check what you have done with your setup I can only guess... BUT, now I sleep better...

anyway... have fun with Nicotine+

All the other users:

there're 2 new /alias available: nMyLCTime and nCPUinfo
more info: Chapter 6.1 (http://osiris.codedchaos.com/nicotine.guide/NicotineGuide/Extra/AddOn.htm)of Nicotine+ Guide

adds2one
August 10th, 2006, 12:03 AM
Hi there,

I installed Nicotine+-1.2.3 and the tray icon a few days ago and everything worked great. Then I did a complete reinstall of my system, wiped my hard drive clean and started fresh. No I just installed Nicotine+-1.2.3 again which is working great! :) Sadly though this time around the trayicon doesn't seem to work. I followed the instructions at the top of this thread exactly and got no errrors at all.

Can anyone help me in my quest to get my trayicon to work again?

OffHand
August 10th, 2006, 08:04 AM
Hi there,

I installed Nicotine+-1.2.3 and the tray icon a few days ago and everything worked great. Then I did a complete reinstall of my system, wiped my hard drive clean and started fresh. No I just installed Nicotine+-1.2.3 again which is working great! :) Sadly though this time around the trayicon doesn't seem to work. I followed the instructions at the top of this thread exactly and got no errrors at all.

Can anyone help me in my quest to get my trayicon to work again?

Ask in the Nicotine room. The devs are chatting there too.

The Waco Kidd
August 10th, 2006, 04:32 PM
so now you can run from source I wonder what the hell the problem is... as I cannot check what you have done with your setup I can only guess... BUT, now I sleep better...

anyway... have fun with Nicotine+

Thankyou! Maybe one day I'll understand what went wrong. Now I'm just relieved I've got it working.

And it's way, way better than 1.08.

47th_Ronin
August 12th, 2006, 02:24 AM
Hi there,

I installed Nicotine+-1.2.3 and the tray icon a few days ago and everything worked great. Then I did a complete reinstall of my system, wiped my hard drive clean and started fresh. No I just installed Nicotine+-1.2.3 again which is working great! :) Sadly though this time around the trayicon doesn't seem to work. I followed the instructions at the top of this thread exactly and got no errrors at all.

Can anyone help me in my quest to get my trayicon to work again?

can you cut& paste errors you get here?? or use http://pastebin.ca

adds2one
August 12th, 2006, 06:48 AM
Unfortunately I got no errors at all so I have nothing to cut and paste. I followed the instructions exactly as per the original post of this thread.

Any ideas on what to check for? Any methods for troubleshooting?

I really miss the tray icon. :(

47th_Ronin
August 13th, 2006, 08:19 PM
Unfortunately I got no errors at all so I have nothing to cut and paste. I followed the instructions exactly as per the original post of this thread.

Any ideas on what to check for? Any methods for troubleshooting?

I really miss the tray icon. :(

maybe a stupid question.. did you install pygtk?

adds2one
August 15th, 2006, 05:23 AM
not a stupid question, but yes I did install pygtk.

47th_Ronin
August 15th, 2006, 11:58 PM
not a stupid question, but yes I did install pygtk.

before we go on trying the suggestion, I assume you run dapper... if you run breezy, forget about installing my nicotine debian-package as it will not work...

if you run breezy:
download & unpack nicotine+ 1.2.3 from sf.net pages
install it:


cd nicotine+-1.2.3
python setup.py install
nicotine #command to run
you will not have a menu entry as you can make it yourself.

my suggestions:

-suggestion 1:
1. first start Nicotine+ via Terminal
open Terminal and typ nicotine
that should give you what's wrong.. maybe something is missing and you will be able to cut&paste the output

-suggestion 2: (do every step as you can see)
1. remove every nicotine related stuff.. so nicotine-1.0.8, python-gtk2 and python-pyvorbis

apt-get remove nicotine python-gtk2 python-pyvorbis
2. remove .nicotine dir in your /home (maybe back it up)
3. install nicotine-1.0.8, python-gtk2 and python-pyvorbis

apt-get install nicotine python-gtk2 python-pyvorbis
4. start Nicotine+ via Terminal

username@ubuntu:~# nicotine
5. cut&paste the output... (for later)
6. if nicotine 1.0.8 starts correct we can move to follwing steps:
7. remove nicotine-1.0.8

apt-get remove nicotine
8. download nicotine+ 1.2.3 and save it on your desktop
9. double click it and wait till you see "depencies satisfied"
10. install!!
11. see step 4&5...

I just wait to see what happens. if Nicotine+ is still not running use this service http://pastebin.ca to pass the output...

good luck!

adds2one
August 17th, 2006, 04:22 AM
I am running Dapper. Just to clarify, the only thing not working for me is the tray icon.

47th_Ronin
August 18th, 2006, 04:05 AM
I am running Dapper. Just to clarify, the only thing not working for me is the tray icon.

ohh god... oke, if you install 1.2.3 deb then indeed TrayIcon is not included. You need to install that from source... http://nicotine.le-vert.net/wiki/TrayIcon

Note: This page (http://nicotine.le-vert.net/wiki/IssuesWithNicotinePlus) is NOT what you should do, It counts only when you run from source.

1.2.3 source download (http://prdownloads.sourceforge.net/nicotine-plus/nicotine%2B-1.2.3.tar.bz2?download) (as trayicon is included)

stokedfish
August 18th, 2006, 03:22 PM
Nicotine+ 1.2.4 (August 17 2006) 432 KB (bz2)

http://nicotine-plus.sourceforge.net/

Will there be a new deb? That would be awesome! ;)

OffHand
August 18th, 2006, 10:23 PM
Nicotine+ 1.2.4 (August 17 2006) 432 KB (bz2)

http://nicotine-plus.sourceforge.net/

Will there be a new deb? That would be awesome! ;)

It is really easy to compile it yourself. I am sure another deb will be online soon though.

INMCM
August 19th, 2006, 01:28 AM
*BUMP* Updated for 1.2.4.1

TOPPEL
August 22nd, 2006, 12:03 PM
i need a deb for 1.2.4.1

please someone help.. osirus.codedchaos.com is down. i can provide mirrored hosting for the .deb if someone please do the honors.

thanks

:-k

INMCM
August 22nd, 2006, 01:20 PM
i need a deb for 1.2.4.1

please someone help.. osirus.codedchaos.com is down. i can provide mirrored hosting for the .deb if someone please do the honors.

thanks

Do you really NEED a .deb? The source instructions on the first page are very simple (no compiling) and the only thing you aren't automatically given is an icon which is also a piece of cake to add using the menu editor. These are VERY fresh releases here, and .debs take time and effort to make and test. You could already be using the program right now, instead of waiting for a .deb.

47th_Ronin
August 24th, 2006, 12:23 AM
i need a deb for 1.2.4.1

please someone help.. osirus.codedchaos.com is down. i can provide mirrored hosting for the .deb if someone please do the honors.

thanks

:-k

I'm so sorry for the problems with my host... it has been down for a while now because of host switch with probly means a faster server...

1.2.4.1 deb and extra TrayIcon deb are ready... but I have no other options to distribute them since my files are uploaded and don't have them... and can't download it either... if everything goes well, it should be back in 2 days...

again, sorry for the problems...

UPDATE: I found it :D... Nicotine+ 1.2.4.1Ubuntu Dapper package (http://www.osiris.codedchaos.com/osiris/request.php?23)

th0mas
August 24th, 2006, 10:29 AM
noob question someone ?

i have Nicotine+ 1.2.3 installed by hand one month ago.
i also have the Nicotine ubuntu package

How do I upgrade to the last version ?
Do I have to remove the 1.2.3 before ? How ?
Do you like tomatoes ?

thx !

isolationist
August 24th, 2006, 01:29 PM
can someone re-upload that .deb to another sharing service please? speedyshare doesn't let me to grab one...

INMCM
August 24th, 2006, 04:17 PM
noob question someone ?

i have Nicotine+ 1.2.3 installed by hand one month ago.
i also have the Nicotine ubuntu package

How do I upgrade to the last version ?
Do I have to remove the 1.2.3 before ? How ?
Do you like tomatoes ?

thx !

When you say "by hand" did you use the deb or source?

47th_Ronin
August 25th, 2006, 12:50 AM
can someone re-upload that .deb to another sharing service please? speedyshare doesn't let me to grab one...

Nicotine+ 1.2.4.1 Dapper Package (http://www.osiris.codedchaos.com/osiris/request.php?23)

isolationist
August 25th, 2006, 06:54 AM
big thanks

shunthemask
August 25th, 2006, 11:57 PM
Hi,

I have a question regarding the trayicon in version 1.2.4.1 (and yes, I am running Dapper). I installed nicotine from source and it now runs fine, but I can't get the trayicon to work. I made the makefile, but when I run the makefile:

sudo make install
Password:
cc `pkg-config --cflags gtk+-2.0 pygtk-2.0` -I/usr/include/python2.4/ -I. -fPIC -c -o trayicon.o trayicon.c
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
Package pygtk-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `pygtk-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pygtk-2.0' found
/bin/sh: cc: command not found
make: *** [trayicon.o] Error 127

so I tried to install it via the .deb instead:

sudo dpkg -i nicotine+-1.2.4.1-i386-dapper.deb
(Reading database ... 83655 files and directories currently installed.)
Preparing to replace nicotine+ 1.2.4.1 (using nicotine+-1.2.4.1-i386-dapper.deb) ...
Unpacking replacement nicotine+ ...
Setting up nicotine+ (1.2.4.1) ...
Can't list /usr/lib/site-python
Can't list /usr/lib/site-python

Nicotine itself runs fine, so I figured that all of the dependencies are installed.

thanks

INMCM
August 26th, 2006, 01:56 AM
See Next.... :mad:

INMCM
August 26th, 2006, 01:58 AM
Hi,

I have a question regarding the trayicon in version 1.2.4.1 (and yes, I am running Dapper). I installed nicotine from source and it now runs fine, but I can't get the trayicon to work. I made the makefile, but when I run the makefile:

sudo make install
Password:
cc `pkg-config --cflags gtk+-2.0 pygtk-2.0` -I/usr/include/python2.4/ -I. -fPIC -c -o trayicon.o trayicon.c
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
Package pygtk-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `pygtk-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pygtk-2.0' found
/bin/sh: cc: command not found
make: *** [trayicon.o] Error 127

so I tried to install it via the .deb instead:

sudo dpkg -i nicotine+-1.2.4.1-i386-dapper.deb
(Reading database ... 83655 files and directories currently installed.)
Preparing to replace nicotine+ 1.2.4.1 (using nicotine+-1.2.4.1-i386-dapper.deb) ...
Unpacking replacement nicotine+ ...
Setting up nicotine+ (1.2.4.1) ...
Can't list /usr/lib/site-python
Can't list /usr/lib/site-python

Nicotine itself runs fine, so I figured that all of the dependencies are installed.

thanks


Ok, sounds like you didn't do the first line of the instructions


sudo apt-get install build-essential python-dev python-gtk2-dev libgtk2.0-dev

Do that then, the ./autogen.py...make...sudo make install...etc....it should work then.

shunthemask
August 26th, 2006, 02:37 AM
Ok, sounds like you didn't do the first line of the instructions


sudo apt-get install build-essential python-dev python-gtk2-dev libgtk2.0-dev

Do that then, the ./autogen.py...make...sudo make install...etc....it should work then.

You're right, I installed all of the packages from synaptic before I saw this how-to. But of course, now I am having trouble with the dependencies: build-essential and python-dev came through fine, but python-gtk2-dev won't install because libgtk2.0-dev depends upon broken packages, as far as I can tell:


$ sudo apt-get install libgtk2.0-dev
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
libgtk2.0-dev: Depends: libpango1.0-dev (>= 1.10.0-2) but it is not going to be installed
Depends: libcairo2-dev but it is not going to be installed
E: Broken packages


I take it this means that I should wait for the packages to be fixed? I tried to install these two in synaptic, but I got more broken package errors.

Just in case:

$ sudo apt-get update
Reading package lists... Done
$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


If you can't tell, I'm a bit of a noob. So what should I do now?

thanks.

th0mas
August 26th, 2006, 11:46 AM
When you say "by hand" did you use the deb or source?

i had installed nicotine using the howto on the first page of this topic, which requires just to untar the nicotine folder.
I assume i can install the 1.2.4 version next to the 1.2.3, and even delete the nicotine+-1.2.3/ folder if i want. Am I right ?

btw, i just installed the 1.2.4.1 version, and compiled the trayicon successfully. And now, I'd like to be able to launch nicotine+1.2.4.1 just by typing nicotine+ in a terminal, wherever i am in the folder tree (i already know how to create a gnome launcher), how do i create this bin shortcut ?

thx

INMCM
August 26th, 2006, 07:00 PM
try


sudo ln -s /path/to/program /usr/bin

th0mas
August 26th, 2006, 09:29 PM
try


sudo ln -s /path/to/program /usr/bin

thanx, i did this, it works perfectly !


sudo ln -s /home/myusername/nicotine+-1.2.4.1/./nicotine /usr/bin/nicotine+

shunthemask
August 26th, 2006, 11:15 PM
I found another thread with the same problem that I am having, so I moved my question over here:

http://ubuntuforums.org/showthread.php?t=234089

INMCM
August 27th, 2006, 10:18 PM
$ sudo apt-get install libgtk2.0-dev
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
libgtk2.0-dev: Depends: libpango1.0-dev (>= 1.10.0-2) but it is not going to be installed
Depends: libcairo2-dev but it is not going to be installed
E: Broken packages




The packages shouldn't be broken, more likely your systems is screwed up. Open /etc/apt/source.list and post the contents.

shunthemask
August 28th, 2006, 12:30 AM
INMCM, thanks, but I just got her fixed over here:
http://www.ubuntuforums.org/showthread.php?p=1430613#post1430613

now I just have to figure out how to get the trayicon to work.

I ran the autogen.py, did the make install and copied the trayicon.so to the pynicotine directory, but when i run nicotine, I get the following error:

/pynicotine/trayicon.so: undefined symbol: trayicon_functions
Warning: Trayicon Python module not found.


Anybody have any ideas?

Thanks.

INMCM
August 28th, 2006, 01:50 AM
INMCM, thanks, but I just got her fixed over here:
http://www.ubuntuforums.org/showthread.php?p=1430613#post1430613

now I just have to figure out how to get the trayicon to work.

I ran the autogen.py, did the make install and copied the trayicon.so to the pynicotine directory, but when i run nicotine, I get the following error:

/pynicotine/trayicon.so: undefined symbol: trayicon_functions
Warning: Trayicon Python module not found.


Anybody have any ideas?

Thanks.

did you do SUDO make install?

shunthemask
August 28th, 2006, 03:57 AM
did you do SUDO make install?

yessir, I did:



stm@stm-desktop:/usr/share/nicotine+/src/trayicon$ sudo ./autogen.py
Generating Makefile for python 2.4
Done.. Now run 'make install' as root
stm@stm-desktop:/usr/share/nicotine+/src/trayicon$ sudo make install
install -d /usr/lib/python2.4/site-packages/pynicotine
install -m 755 trayicon.so /usr/lib/python2.4/site-packages/pynicotine
stm@stm-desktop:/usr/share/nicotine+/src/trayicon$ sudo cp ./trayicon.so ../pynicotine/
stm@stm-desktop:/usr/share/nicotine+/src/trayicon$ cd ..
stm@stm-desktop:/usr/share/nicotine+/src$ ls pynicotine/
ConfigParser.py __init__.py pynicotine.pyc transfers.py
ConfigParser.pyc __init__.pyc slskmessages.py transfers.pyc
config.py mp3.py slskmessages.pyc trayicon.so
config.pyc mp3.pyc slskproto.py utils.py
gtkgui pynicotine.py slskproto.pyc utils.pyc
stm@stm-desktop:/usr/share/nicotine+/src$ ./nicotine
/usr/share/nicotine+/src/pynicotine/trayicon.so: undefined symbol: trayicon_functions
Warning: Trayicon Python module not found.

INMCM
August 29th, 2006, 03:58 AM
yessir, I did:



stm@stm-desktop:/usr/share/nicotine+/src/trayicon$ sudo ./autogen.py
Generating Makefile for python 2.4
Done.. Now run 'make install' as root
stm@stm-desktop:/usr/share/nicotine+/src/trayicon$ sudo make install
install -d /usr/lib/python2.4/site-packages/pynicotine
install -m 755 trayicon.so /usr/lib/python2.4/site-packages/pynicotine
stm@stm-desktop:/usr/share/nicotine+/src/trayicon$ sudo cp ./trayicon.so ../pynicotine/
stm@stm-desktop:/usr/share/nicotine+/src/trayicon$ cd ..
stm@stm-desktop:/usr/share/nicotine+/src$ ls pynicotine/
ConfigParser.py __init__.py pynicotine.pyc transfers.py
ConfigParser.pyc __init__.pyc slskmessages.py transfers.pyc
config.py mp3.py slskmessages.pyc trayicon.so
config.pyc mp3.pyc slskproto.py utils.py
gtkgui pynicotine.py slskproto.pyc utils.pyc
stm@stm-desktop:/usr/share/nicotine+/src$ ./nicotine
/usr/share/nicotine+/src/pynicotine/trayicon.so: undefined symbol: trayicon_functions
Warning: Trayicon Python module not found.


Don't try installing nicotine anywhere where you need root access to write anything. It makes all the "sudo" stuff very complex. Extract the source to somewhere in your home directory and follow my instructions on the first page. You only need sudo on the make install part.

shunthemask
August 29th, 2006, 05:11 AM
Sir, you are a genius! Thanks much for the help.

p0pnfresh
September 1st, 2006, 12:18 AM
Hi nice thread, I've been running nicotine 1.8 but found out about 2.4 so I downloaded the source and compiled it successfully, however when running "python ./nicotine" from the /bin folder it gives me the following error:

Can not find Nicotine modules.
Perhaps they're installed in a directory which is not
in an interpreter's module search path.
(there could be a version mismatch between
what version of python was used to build the Nicotine
binary package and what you try to run Nicotine with.)

What could be the problem here? I've got only one version of python installed.

OffHand
September 1st, 2006, 09:44 AM
Hi nice thread, I've been running nicotine 1.8 but found out about 2.4 so I downloaded the source and compiled it successfully, however when running "python ./nicotine" from the /bin folder it gives me the following error:

Can not find Nicotine modules.
Perhaps they're installed in a directory which is not
in an interpreter's module search path.
(there could be a version mismatch between
what version of python was used to build the Nicotine
binary package and what you try to run Nicotine with.)

What could be the problem here? I've got only one version of python installed.

Try downloading the latest Nicotine+, navigate to the folder and run:


./nicotine

Mike_Bhoy
September 4th, 2006, 11:43 AM
I downloaded Nicotine from the Package Manager... but I don't know where to find it..lol I got linux installed last night so I'm still trying to get used to it. Any ideas where it installed to?

SlugO
September 4th, 2006, 03:07 PM
I downloaded Nicotine from the Package Manager... but I don't know where to find it..lol I got linux installed last night so I'm still trying to get used to it. Any ideas where it installed to?
Press ALT+F2 and type nicotine. You can also add it to program menu, just make a new entry there with Alacarte that has the command: nicotine.


Well I installed Ronin's deb but I'm getting the same errors as with the source:
cannot import name trayicon
Warning: Trayicon Python module not found.
/home/janne/.themes/Clearlooks_Cairo-Serenity/gtk-2.0/gtkrc:48: error: unexpected identifier `scrollbar_color', expected character `}'
Traceback (most recent call last):
File "/usr/bin/nicotine", line 149, in ?
app = frame.MainApp(config)
File "/usr/lib/python2.4/site-packages/pynicotine/gtkgui/frame.py", line 1383, in __init__
self.frame = testwin(config)
File "/usr/lib/python2.4/site-packages/pynicotine/gtkgui/frame.py", line 338, in __init__
if self.np.config.needConfig():
File "/usr/lib/python2.4/site-packages/pynicotine/config.py", line 86, in needConfig
if self.sections[i][j] is None or self.sections[i][j] == '' and i not in ("userinfo", "ui", "ticker", "players") and j not in ("incompletedir", "autoreply", 'afterfinish','afterfolder', 'geoblockcc'):
File "/usr/lib/python2.4/UserDict.py", line 168, in __cmp__
return cmp(dict(self.iteritems()), other)
File "/usr/lib/python2.4/UserDict.py", line 101, in iteritems
yield (k, self[k])
File "/usr/lib/python2.4/shelve.py", line 119, in __getitem__
value = Unpickler(f).load()
cPickle.UnpicklingError: could not find MARK
What's the problem? I have Python and all the other dependencies.

H.E. Pennypacker
September 4th, 2006, 05:36 PM
How do we go about asking the repository people to replace Nicotine with Nicotine+?

INMCM
September 7th, 2006, 09:52 PM
How do we go about asking the repository people to replace Nicotine with Nicotine+?

That's a very good question. I'd imagine here (https://wiki.ubuntu.com/MOTU/Packages/New?action=show&redirect=MOTUNewSoftware) would be a good place to look. But I also wonder how it works to get the old Nicotine out. It's easy to make the case that the old Nicotine 1.0.8 is busted, but hard to prove this new version (Nicotine+ 1.2.4.1 as of this writing) is stable and worth packaging. 47th_Ronin has been doing a bang up job making packages; perhapes those could be used after a little MotU love and extensive testing.

INMCM
September 7th, 2006, 09:59 PM
Well, it looks like someone up there in MotU land likes us!!!!! Nicotine+ is in Edgy!!!!
http://packages.ubuntu.com/cgi-bin/search_packages.pl?keywords=nicotine&searchon=names&subword=1&version=all&release=all

http://packages.ubuntu.com/edgy/net/nicotine

I wonder why they didn't change the name to Nicotine+ and decpreceate Nicotine.

OffHand
September 18th, 2006, 08:59 PM
daelstorm just released version 1.2.5.1

http://www.nicotine-plus.org/

Zhen-Xlogic
September 19th, 2006, 09:44 PM
Hello can i ask you somethink
I install Nicotine+ 1.2.4 via deb file and i cant find where is save her settings can any one help me?
BTW is very good program! :D

OffHand
September 19th, 2006, 10:05 PM
Hello can i ask you somethink
I install Nicotine+ 1.2.4 via deb file and i cant find where is save her settings can any one help me?
BTW is very good program! :D

It is stored in .nicotine in your /home

mrgnash
September 20th, 2006, 02:55 AM
The link to the deb is broken.

And is the Soulseek network actually any good? Having to talk to people in order to get files seems a bit sucky :P

Zhen-Xlogic
September 20th, 2006, 09:36 AM
The link to the deb is broken.

And is the Soulseek network actually any good? Having to talk to people in order to get files seems a bit sucky :P

The link for deb is broken its true the correct link is this: Nicotine+ for Ubuntu Dapper Version: 1.2.4.1 deb (http://www.osiris.codedchaos.com/osiris/request.php?23)

:cool:

bionnaki
September 20th, 2006, 02:00 PM
The link to the deb is broken.

And is the Soulseek network actually any good? Having to talk to people in order to get files seems a bit sucky :P

nicotine uses the same network as soulseek. nicotine is just as good as the windows soulseek client, in my opinion. actually, you have more options with nicotine.

why do you have to "talk to peopl in order to get files"? you dont.

47th_Ronin
September 21st, 2006, 07:37 PM
Nicotine+ 1.2.5.1 (k)Ubuntu dapper package available for download

This time 2 packages:

[LINK REMOVED]nicotine+-1.2.5.1-x86-dapper[/URL]
Trayicon included and nothing is know about it's behavier on 64-bit systems.

[LINK REMOVED]nicotine+-1.2.5.1-noarch-dapper
Trayicon NOT included. Useable on 64-bit systems.

SEE THIS POST (http://ubuntuforums.org/showpost.php?p=1557098&postcount=141)

http://ubuntuforums.org/images/icons/icon4.gif NOTE:
1.2.5.1 you can download at sf.net requires GTK 2.8, which means you have to update.
The package as I made them is 1.2.5.1 SVN rev.87, where that problem is solved, no need for updating anything.

1.2.5.1 has a nice "Sound notification" feature. In order to use it you need vorbis-tools installed. I made the 1.2.5.1 package DEPENDING on vorbis-tools.. as you can always turn it off it you don't like it. (Settings/UI/Userinterface/Icon and Sound Themes)

spockrock
September 21st, 2006, 08:54 PM
the 1.2.5.1 works great thanks.

raintheory
September 24th, 2006, 04:32 PM
Nicotine+ 1.2.5.1 (k)Ubuntu dapper package available for download

This time 2 packages:

nicotine+-1.2.5.1-x86-dapper (http://www.osiris.codedchaos.com/osiris/download.php?view.32)
Trayicon included and nothing is know about it's behavier on 64-bit systems.

nicotine+-1.2.5.1-noarch-dapper (http://www.osiris.codedchaos.com/osiris/download.php?view.33)
Trayicon NOT included. Useable on 64-bit systems.



Can anyone post alternate links to those?

47th_Ronin
September 24th, 2006, 09:39 PM
Can anyone post alternate links to those?

As always, second time my host is down :(

anyway... alternate link:

LINK REMOVED. See previous post.

raintheory
September 24th, 2006, 10:37 PM
Great thanks!

47th_Ronin
September 29th, 2006, 12:28 AM
Nicotine+ has now an official repository (http://nicotine-plus.org/wiki/NicotineOnDebian) @ Nicotine+ Trac (http://www.nicotine-plus.org)

I want to thank you, who used my Ubuntu packages and gave feedback. It has been quite an experince and had lot's of joy helping you fixing issues.

My ubuntu packages will no longer be available for download. This, in case you have issues, is to prevent confusion about which packages you have installed.

A Special thank to:

INMCM for starting this topic and putting up with me. You saved me loads of time. Thanks man! :)
henriquemaia for giving the first feedback after trying to install on 64-bit
frank_b for giving an exellent feedback.
??? for giving feedback to fix the icon issue.

OffHand
September 29th, 2006, 09:48 PM
Nicotine+ has now an official repository (http://nicotine-plus.org/wiki/NicotineOnDebian) @ Nicotine+ Trac (http://www.nicotine-plus.org)

I want to thank you, who used my Ubuntu packages and gave feedback. It has been quite an experince and had lot's of joy helping you fixing issues.

My ubuntu packages will no longer be available for download. This, in case you have issues, is to prevent confusion about which packages you have installed.

A Special thank to:

INMCM for starting this topic and putting up with me. You saved me loads of time. Thanks man! :)
henriquemaia for giving the first feedback after trying to install on 64-bit
frank_b for giving an exellent feedback.
??? for giving feedback to fix the icon issue.

More time for you to troll the nicotine room :mrgreen:

sktfeelsdapper
October 10th, 2006, 11:42 PM
Soooooooooooooooooooooo much easier than trying to compile it myself I might add.

Hurray for Trac!:-D

bionnaki
October 27th, 2006, 07:16 PM
not sure if this has been covered in the thread yet or not.

but installing the trayicon works if you do this instead:



sudo apt-get install build-essential python-dev python-gtk2-dev libgtk2.0-dev
cd nicotine+-1.2.4.1/trayicon
./autogen.py
sudo make install
cd ..
cp trayicon/trayicon.so pynicotine/

s6dalane
November 1st, 2006, 12:46 PM
Is there a deb file for the version 1.2.6? If not, could anyone please build one?
Thanks in advance!

OffHand
November 1st, 2006, 01:31 PM
Is there a deb file for the version 1.2.6? If not, could anyone please build one?
Thanks in advance!

1) Download Nicotine+ from here:

http://www.nicotine-plus.org/

2) Extract it to your home folder

3) Open your terminal

4)
sudo apt-get install python-gtk2 python-mutagen python-psyco python-geoip

5) cd nicotine+-1.2.12 (or wherever you have extracted it)

6) ./nicotine

7) You can make a launcher using this path: /home/username/nicotine+ folder/nicotine.py

That's all there is to it.

knoxy5000
November 7th, 2006, 11:43 PM
When trying to install nicotine using terminal command "sudo apt-get install nicotine". It states this;

sudo apt-get install nicotine
Reading packaging lists...done
E: Couldn't find package nicotine

OffHand
November 8th, 2006, 12:17 AM
When trying to install nicotine using terminal command "sudo apt-get install nicotine". It states this;

sudo apt-get install nicotine
Reading packaging lists...done
E: Couldn't find package nicotine

Install it in a few easy steps:

http://www.ubuntuforums.org/showpost.php?p=1698178&postcount=146

Also check the Nicotine+ Guide:

http://nicotine-plus.sourceforge.net/NicotinePlusGuide/

Tamacracker
November 11th, 2006, 06:39 AM
1) Download Nicotine+ from here:

http://www.nicotine-plus.org/

2) Extract it to your home folder

3) Open your terminal

4)
sudo apt-get install python-gtk2 python-pyvorbis python-psyco

5) cd nicotine+-1.2.6

6) ./nicotine

7) You can make a launcher using this path: /home/username/nicotine+ folder/nicotine

That's all there is to it. To get the tray icon working read the post above yours.

It's not letting me extract to my home folder, and I forget how to edit my options so that it'll give me access at all times.

I wanted to extract it onto my desktop and go from there... but whatever's clever...

OffHand
November 11th, 2006, 10:28 AM
It's not letting me extract to my home folder, and I forget how to edit my options so that it'll give me access at all times.

I wanted to extract it onto my desktop and go from there... but whatever's clever...

You should be able to extract it to your home folder. To your desktop too for that matter. What method did you use to extract it?

adas
November 12th, 2006, 08:26 PM
Is there a deb file for the version 1.2.6? If not, could anyone please build one?
Thanks in advance!
see http://www.nicotine-plus.org/wiki/NicotineOnDebian

or add a new repository:

deb http://www.nicotine-plus.org/ubuntu edgy main

marx2k
January 22nd, 2007, 05:21 AM
Is anyone else experiencing a slow memory leak with Nicotiune 1.2.6+?

It seems like if I download stuff, the memory will begin to leak, but Im not sure if that is what it is directly related to.

10 hours I started the program at 65M resident for memory, now it's at 81M

2 days ago it startet at 65M and 8 hoiurs later I had to restart it because it was at 351M!!

Im also using the Python Optimizer install that was recommended by Nicotine when you start the program (if you dont have it installed)

I just downloaded SVN revision 170 and will see if that does the trick.. I hope so! :(

(10:20PM ...)
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
13638 marx2k 15 0 140m 66m 11m S 0.7 6.5 0:19.25 python

Let's see what happens in a few hours...

marx2k
January 22nd, 2007, 07:45 AM
12:44 PM --


PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
13638 marx2k 15 0 201m 120m 12m S 2.0 12.0 8:28.04 python


The program seems to grow when I view someone else's shared files. but it doesnt shrink when I close their file list.

OffHand
January 22nd, 2007, 04:16 PM
12:44 PM --


PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
13638 marx2k 15 0 201m 120m 12m S 2.0 12.0 8:28.04 python


The program seems to grow when I view someone else's shared files. but it doesnt shrink when I close their file list.

The only way to let the developer of Nicotine+ know is to file a ticket:

http://www.nicotine-plus.org/newticket

But before you file it check the open tickets:

http://www.nicotine-plus.org/report/1

marx2k
January 22nd, 2007, 05:33 PM
Done and Done!

I hope this gets fixed but it's like I am the only person who seems to be having this problem.

I checked in the Nicotine chat room on the slsk server, I checked the slsk forums, I checked in here, I googled it....

...I downloaded the latest SVN build, I recompiled PyGTK to ensure threading is used...

I'm not sure what else CAN be done... So yes, I did open up a ticket. Let's see what happens.

I wonder if it could be the Psyco package doing it...

OffHand
February 25th, 2007, 10:31 PM
Version 1.2.7, with many great improvements, has been released today! :guitar:

http://www.nicotine-plus.org/

headphase
February 26th, 2007, 06:27 AM
Where is the best place to install nicotine so I can add it on Alacarte?

OffHand
February 28th, 2007, 09:01 AM
Where is the best place to install nicotine so I can add it on Alacarte?
I'm running it from my /home folder. You don't have to install it. You can add a manual menu entry in Alacarte. You can also make a launcher on your panel. Just point it to /home/username/nicotine+/nicotine (or wherever your N+ folder is)

http://www.ubuntuforums.org/showpost.php?p=1698178&postcount=146

OffHand
March 7th, 2007, 02:17 PM
Yet another release with even more bug fixes and enhancements.

http://www.nicotine-plus.org/

1.2.7.1

You can check the changes here:

http://www.nicotine-plus.org/browser/trunk/nicotine%2B/doc/CHANGELOG

:guitar:

czmiel
March 24th, 2007, 02:25 PM
Unfortunately I couldn't have found the newest version of Nicotine for Ubuntu ;/
But it seems that Debian's deb works quite fine (apt displays warnings)
Just copy & run following lines:


sudo apt-get remove nicotine
wget http://ftp.pl.debian.org/debian/pool/main/n/nicotine/nicotine_1.2.7.1+dfsg-1_i386.deb
sudo dpkg --ignore-depends=libfontconfig1,libpango1.0-0 -i nicotine_1.2.7.1+dfsg-1_i386.deb
rm nicotine_1.2.7.1+dfsg-1_i386.deb

Added:
Deb for Ubuntu is here (http://www.getdeb.net/download.php?release=542&fpos=0).
Thanks João!

zwervertje
March 29th, 2007, 04:48 PM
Hey!

I just installed nicotine+ (1.2.7.1) on my pc, but it can't login... i used soulseek before and tried that username and pw, but in the logbar, it says it is connected to server and logging in, and it stays that way
when i use another (non existent) username, still the same problem

any suggestions?
Tnx!

logoodnix
March 30th, 2007, 07:23 AM
Howdy, I tried the above code (deb for both Debian and Ubuntu) and I got this error message;
Error: Dependency is not satisfiable: libatk1.0-0

I checked and libatk IS installed. Anyone know how to fix this or what the problem might be?
I'm using dapper and am quite the newbie.
thanx

czmiel
March 30th, 2007, 07:00 PM
@zwervertje

What is showing in log scrollbox while connecting?
Maybe your ISP has blocked Soulseek ports...

@logoodnix

Nicotine package from GetDeb is prepared for Edgy - not for Dapper. Egdy has newer version of libatk1.0-0 library.

You can just ignore this dependency but it is not safe and apt may show annoying warnings while updating...
sudo dpkg -i --force-depends-version <name_of_package>.deb

Another idea is to ask people from GetDeb to prepare *.deb for Dapper.

Regards

zwervertje
March 31st, 2007, 08:13 PM
@zwervertje

What is showing in log scrollbox while connecting?
Maybe your ISP has blocked Soulseek ports...

Regards

nothing actually... but in the bar underneath, it states "connected to server server.slsknet.org:2240, logging in...

czmiel
March 31st, 2007, 09:13 PM
nothing actually... but in the bar underneath, it states "connected to server server.slsknet.org:2240, logging in...

Did you try to install older version of Nicotine and/or create new slsk account?

Best idea to have your problem solved quickly is to describe it here: http://www.nicotine-plus.org/newticket
Before you create "New Ticket" browse existing problems: http://www.nicotine-plus.org/report

Regards

oobe
April 24th, 2007, 09:54 AM
anyone installed 1.2.7.1 on the feisty final?

n2j3
April 24th, 2007, 10:46 AM
anyone installed 1.2.7.1 on the feisty final?

Just installed a few mins ago [from http://www.getdeb.net/app.php?name=Nicotine%20Plus ]
Everything's working fine.

oobe
April 24th, 2007, 11:03 AM
Just installed a few mins ago [from http://www.getdeb.net/app.php?name=Nicotine%20Plus ]
Everything's working fine.

thanks! :-) , working also

stokedfish
April 25th, 2007, 02:03 PM
I much prefer museek...

http://museek-plus.org/

You guys should give it a try...it's fantastic! :)

stylofone
June 2nd, 2007, 07:22 AM
I love the soulseek network! When you're looking for some rare gem, you will find it there. Soulseek users with their marvellously diverse, strange, rare, adventurous tastes should be on the cover of Time Magazine! It is all about the passion, the love, the obsession for music. You are all stars and I salute you.

I've only switched to Ubuntu recently, and while there have been annoyances, the healthy state of P2P apps has not been one of them. Nicotine+ rocks! Amule has been flawless, and Ktorrent has been ...pretty good. Vive la Revolution!

OffHand
June 2nd, 2007, 10:23 AM
Nicotine+ 1.2.8 has been released and is ready for download here: http://www.nicotine-plus.org/

:guitar::guitar::guitar:

New features: http://www.nicotine-plus.org/wiki/NicotinePlusNewFeatures

OffHand
September 22nd, 2007, 10:53 AM
Version 1.2.9 has been released: http://www.nicotine-plus.org/wiki/NicotinePlusNewFeatures

Download from: http://www.nicotine-plus.org

loell
September 22nd, 2007, 11:59 AM
thanks for the heads up on the new developer :)

OffHand
September 22nd, 2007, 12:13 PM
thanks for the heads up on the new developer :)

Well - "new" - daelstorm has been the developer of N+ for over 2 years... maybe even more ;)
Hyriand quit developing at version 1.0.9 iirc.

loell
September 22nd, 2007, 12:47 PM
The main developer now is daelstorm.:)

so i guess this is not correct?

OffHand
September 22nd, 2007, 12:54 PM
so i guess this is not correct?

It's correct. It's just that I wouldn't consider over 2 years "new", so it isn't news either ;)

loell
September 22nd, 2007, 01:19 PM
It's correct. It's just that I wouldn't consider over 2 years "new", so it isn't news either ;)

it seems that you know the nicotine development well..

so.. care to sprinkle a development news? since you are nitpicking on what i said over there :)

which was my impression on what raliegh said .

OffHand
September 22nd, 2007, 01:32 PM
it seems that you know the nicotine development well..

so.. care to sprinkle a development news? since you are nitpicking on what i said over there :)

which was my impression on what raliegh said .

I do testing and come up with new ideas for N+ but I do not code myself.

The news was that a new version (1.2.9) has been released.

http://ubuntuforums.org/showpost.php?p=3407186&postcount=172

loell
September 22nd, 2007, 01:41 PM
ohh, the changes are quite huge!!! :)

gmaniac
October 27th, 2007, 10:02 AM
I like this program and I'm using version 1.2.8 and because it feels kind of slow
i was hoping to test this new version.
Is there an ubuntu package of version 1.2.9 anywhere?
Or how soon we will be getting this in the repositories?
Thnx

OffHand
October 27th, 2007, 05:58 PM
I like this program and I'm using version 1.2.8 and because it feels kind of slow
i was hoping to test this new version.
Is there an ubuntu package of version 1.2.9 anywhere?
Or how soon we will be getting this in the repositories?
Thnx

http://ubuntuforums.org/showpost.php?p=1698178&postcount=146

1.2.9 probably hits the repositories in the new release....

gmaniac
October 28th, 2007, 08:31 AM
I know it isn't difficult to run this/any program and even like the idea of compiling from source sometimes, but i like more the feature of auto updating whenever there is a new release automatically.
I don't know how anyone can live without it ;).
I was hoping for an unofficial repository.
Thnx anyway

OffHand
October 28th, 2007, 09:56 AM
I know it isn't difficult to run this/any program and even like the idea of compiling from source sometimes, but i like more the feature of auto updating whenever there is a new release automatically.
I don't know how anyone can live without it ;).
I was hoping for an unofficial repository.
Thnx anyway

You do not actually compile it... you just run it from the source. There is no unofficial repository I know of. I couldn't live without automatic updating although I do not consider it a big problem to do a few applications manually. Either way.... it's up to you.

rolheika
October 31st, 2007, 03:20 AM
I have a question about using nicotine - I have selected a few songs to download, but under the status it has been showing "getting status" for a long time, showing no sign of downloading (the percentage shows 0% for them all). This is unusual as I have used SoulSeek on Windows for a long time, and usually things get started. There doesn't seem to be any problem with my server connection, what else could be the problem? Or is it simply a bug?

NEVER MIND - IT SEEMS TO HAVE FIXED ITSELF

Kanji_Man
November 18th, 2007, 01:54 PM
The gutsy repositories still only have 1.2.8 packages and the latest avalable deb packages according to the official site (http://nicotine-plus.org/wiki/NicotineOnDebian) are also still at 1.2.8. However there are many new features in 1.2.9 that I would like to use without breaking the apt upgrade path. So this is what I do:

- Search google for "nicotine 1.2.9 rpm x86_64' (I use 64bit gutsy)
- Download the RPM package
- Convert the RPM to DEB with alien:

sudo alien -k nicotine-1.2.9-1plf2008.0.x86_64.rpm

I then have a nice deb package that I can install and if a higher version ever rolls out on the ubuntu repositories it should upgrade as normal.

Hope this helps someone.

sojusnik
December 12th, 2007, 08:57 PM
Hi,

Is there somebody who has "ported" nicotine+ 1.2.9. to a .deb File for Ubuntu Gutsy 32bit?

OffHand
December 12th, 2007, 09:35 PM
Hi,

Is there somebody who has "ported" nicotine+ 1.2.9. to a .deb File for Ubuntu Gutsy 32bit?

You really don't need a deb file. Recommended method is to just run it.

http://ubuntuforums.org/showpost.php?p=1698178&postcount=146

sojusnik
December 12th, 2007, 10:12 PM
Hi,

Thank you for your advice.

What do I have to do when I want to install nicotine+ to another place, for example:

/usr/nicotine+-1.2.9 and not

/home/username/nicotine+-1.2.9

What about ./nicotine then, will it be created automatically in my home directory?

Thx

OffHand
December 12th, 2007, 10:24 PM
Hi,

Thank you for your advice.

What do I have to do when I want to install nicotine+ to another place, for example:

/usr/nicotine+-1.2.9 and not

/home/username/nicotine+-1.2.9

What about ./nicotine then, will it be created automatically in my home directory?

Thx
./nicotine will launch it. you do not need to install or compile it in order to use it. It's made in python.

sojusnik
December 12th, 2007, 10:30 PM
Got it :)

sojusnik
December 13th, 2007, 07:52 PM
Hi,

I have extracted it to

/root/nicotine+-1.2.9

and made a shortcut

/root/nicotine+-1.2.9/nicotine

Everything seems to work well, I've granted via nautilus all rights to this folder, because I'm not "root" at default, so file changes can be made, but discovered that some files are read-only. They all are in this folder:

/root/nicotine+-1.2.9/pynicotine

Here is a screenshot of the whole folder: http://www.box.net/shared/ntpxt18777

Is this normal?

Thx for helping.

OffHand
December 14th, 2007, 08:15 AM
There should not be any locked files in the N+ folder. And why run it from root? Do you have a multi user system?

You might have forgotten to give the rights recursively?

sojusnik
December 14th, 2007, 10:59 AM
Hi,

I copied it there, because I don't want to have programs in my

/home

folder.


You might have forgotten to give the rights recursively?

How can I do this?

OffHand
December 14th, 2007, 12:08 PM
Hi,

I copied it there, because I don't want to have programs in my

/home

folder.



How can I do this?

Home still is the best place bro if you have a single user machine. I run a few applications from source in my home folder. They are subfolders of a folder named Applications so home will not be messy. but if you want to keep it in root open a root nautilus session with gksudo nautilus, go to the folder, right-click and select propertis. Then check the screenshot.

sojusnik
December 14th, 2007, 02:43 PM
Thank you very much, it works now like a charm!

sojusnik
December 16th, 2007, 06:37 PM
Hi,

After some time of using nicotne+, sporadically the program crashs.
I've launched it via console to log the event:

xxxx@xxxx:~$ /root/nicotine+-1.2.9/nicotine
Nicotine supports a country code blocker but that
requires a (GPL'ed) library called GeoIP. You can find it here:
C library: http://www.maxmind.com/app/c
Python bindings: http://www.maxmind.com/app/python
(the python bindings require the C library)

Warning: unknown object type <type 'bool'> in message pynicotine.slskmessages.UserInfoReply
/root/nicotine+-1.2.9/pynicotine/gtkgui/frame.py:2716: PangoWarning: Invalid UTF-8 string passed to pango_layout_set_text()
gtk.main()
Segmentation fault (core dumped)


How can I solve my dilemma?

Thx in advance!

OffHand
December 16th, 2007, 11:57 PM
Hi,

After some time of using nicotne+, sporadically the program crashs.
I've launched it via console to log the event:


How can I solve my dilemma?

Thx in advance!

Search for excisting bug reports: http://www.nicotine-plus.org/report

If you can't find a similar bug report create a new one: http://www.nicotine-plus.org/newticket

Kanji_Man
February 6th, 2008, 05:39 AM
For those who are interested, nicotine+ 1.2.9 packages are available over on deiban sid (unstable) here (http://packages.debian.org/sid/nicotine). Although I did have to upgrade the package "python-support" beforehand (available at that same link) this version runs a bit better than previous builds I had converted from rpm with alien.

EDIT: 1.2.9 is also available in the Hardy repository here (http://packages.ubuntu.com/hardy/net/nicotine).

ahorriblemess
February 29th, 2008, 10:17 PM
Don't know if this belongs here... but I've been trying to find a solution to this problem... I can't browse users files. Is it because he's on windows using Soulseek and I'm on ubuntu? Or am I just not setting something correctly? I can chat with him... just can't get his files. I've tried it on other users at random and it never works.

OffHand
March 1st, 2008, 04:35 PM
Don't know if this belongs here... but I've been trying to find a solution to this problem... I can't browse users files. Is it because he's on windows using Soulseek and I'm on ubuntu? Or am I just not setting something correctly? I can chat with him... just can't get his files. I've tried it on other users at random and it never works.

You will probably have to open a port in your firewall.

Check if your port is open (use link).

http://daelstorm.thegraveyard.org/scripts/slsktest.php

atombomb
March 14th, 2008, 10:32 AM
I'm trying to install Nicotine+ but I am absolutely illiterate in Linux. I have no idea what the codes are, where to put them, and what to do with them. They're just a bunch letters and characters to me. lol. Can anyone kindly give me step-by-step instructions on how to install and run Nicotine in my notebook? :)

OffHand
March 14th, 2008, 03:18 PM
I'm trying to install Nicotine+ but I am absolutely illiterate in Linux. I have no idea what the codes are, where to put them, and what to do with them. They're just a bunch letters and characters to me. lol. Can anyone kindly give me step-by-step instructions on how to install and run Nicotine in my notebook? :)

http://ubuntuforums.org/showpost.php?p=1698178&postcount=146

Capt_Zaphod
August 14th, 2008, 01:55 AM
Thank you!

OffHand
November 1st, 2008, 12:30 AM
N+ is under active development again. The new dev is Quinox. You can check out the svn version for the latest bug fixes and enhancements.

http://www.nicotine-plus.org/wiki/NicotineFromSubversion

hbbk
December 20th, 2009, 01:43 PM
hi

I'm using nicotine+ 1.2.14. Just would like to know how to do to save banned users list between sessions ? the banned users list seems to be reset between nicotine sesssions, not saved in any file

thanks in advance

OffHand
December 27th, 2009, 12:30 PM
hi

I'm using nicotine+ 1.2.14. Just would like to know how to do to save banned users list between sessions ? the banned users list seems to be reset between nicotine sesssions, not saved in any file

thanks in advance

This is a bug. Please open a new ticket at www.nicotine-plus.org and we will look into it.

Cheers!

Lockheed
February 21st, 2010, 10:44 AM
I start Nicotine+ with nicotine -s to minimize it at startup.

However, it still opens a fullscreen window for few seconds before it is being minimized, while it starts. Is there any way to prevent it?