Murmur
A PyGTK2 client created by daelstorm for Museek. Code chunks were taken liberally from musetup-gtk, Nicotine, and mucous.
Current Features
- Chat Rooms
- Private Chat
- Transfers
- Search
- User Info
- Browsing Shares
- A TrayIcon
Screen Shots
DEPENDENCIES
Murmur requires:
- GTK2 >= 2.4
- PyGTK2 >= 2.4
- Python >= 2.4
- either PyMucipher? (encryption Python module that comes with Museek)
- or PyCrypto?
- messages.py and driver.py from museek+
INSTALLATION
To run from source:
./murmur
To install, run as root:
python setup.py install
TRAYICON
To build trayicon, you must have:
- Python's development headers
- gcc (or another suitable compiler)
- pkg-config
- GTK2's development headers
To compile:
cd trayicon/ ./autogen.py make make install
Or, run:
./trayicon-install
Checkout from Subversion
svn co http://www.museek-plus.org/svn/murmur/trunk/sources murmur cd murmur ./murmur
Checkout from NewNet Branch in Subversion
svn co http://www.museek-plus.org/svn/branches/newnet/murmur murmur cd murmur ./murmur
