Table of Contents
- Conventions Used in This Guide
- Frequently Asked Questions
- Installation
- Settings
- Getting Around
- Aliases
- Now Playing (use the NowPlaying dialog for versions >= 1.2.6)
- Customization
Grey background with dark-grey border and black font-color (Used for commands, command output, and switches)
./nicotine
tar jxvf nicotine+-X.X.X.tar.bz2or
tar zxvf nicotine+-X.X.X.tar.gz
cd nicotine+-X.X.X
./nicotine
To get Nicotine working under windows you need to download and install:
sudo port install py-gtk2
sudo port install subversionThen, download the latest source code.
svn checkout http://nicotine-plus.org/svn/trunk/nicotine+ nicotine+
cd nicotine+/
./nicotine
User info doesn't have menus, instead you can use buttons
Icon themes refer only to the 16x16 pixel .png and images that display in the trayicon, the user status column in user lists, and the notebook tabs.
The files in the img/ subdirectory are stored in the imagedata.py file as data strings and loaded at runtime.
To update imagedata.py, edit the .png files and then, from the root nicotine+ source directory run:
./encode_bitmaps.pyThe images will be stored in the pynicotine/gtkgui/imagedata.py file.