Archive

Tag Archives: software

As many of you probably already know, emesene 2 is under heavy development by the whole of the emesene team. Currently they have come a long way and the client works very well. However they still have lots of features to add and code to polish.

Anyway to the point, it works well on OSX.

Screenshots:

emesene 2 menu bar

emesene 2 contact list

emesene 2 login window

emesene 2 chat window

If you want to try it, download the Snow Leopard installer from the emesene page here and the replace the emesene app in the applications folder with this.

To update to the latest revisions, pull them from GitHub. Instructions can be found on the emesene website.

REMEMBER: This software is still in the alpha/beta stage and it may damage your system.

Three months ago, i successfully got emesene running on my Snow Leopard install. Since then i have learnt a lot and managed to improve emesene for mac users.

Since February i have:

  • Created both a Leopard and Snow Leopard Installer for emesene
  • Added a much more native theme
  • Removed the need for Python site-packages
  • Removed the need for a .plist file in Snow Leopard
  • Improved the unistaller (uses platypus)
  • DMG now has a background
  • Fixed an annoying .config permissons problem
  • Created a README
  • Can now close emesene by clicking the icon and selecting quit

Screenshots:

emesene about update

emesene login window update

emesene contact list update

emesene chat window update

emesene full update

All of the builds can be found here.

Note: This guide is pretty outdated, use at your own risk

Over the last few days i became interested in emesene, a WLM client for Windows and Linux. But soon i noticed it was written in Python, meaning it probably could be run on OSX. After searching around several forums and by using some trial and error i came up with this guide.

These instructions assume you are using Snow Leopard

Hint: use command shift and g in finder and then copy the files path to get there quickly

  1. Download http://www.daimi.au.dk/%7Emadsk/files/MacPyGTK_SnowLeopard_091809.dmg, this is PyGTK which is needed for the GUI
  2. Once downloaded, copy the contents of the dmg to /Developer, if the folder does not exist create it
  3. Copy the contents of /Developer/MacPyGTK/inst/lib/python2.6/site-packages/ to /Library/Python/2.6/site-packages/
  4. Open up terminal and run this command:
    defaults write com.apple.versioner.python Prefer-32-Bit -bool yes
  5. Download emesene from http://www.emesene.org/download.html (you want source tarball) and extract it. Then run either controller.py or emesene script

Currently emesene does not have any entries in the menu bar (file, edit etc) and currently the windows name is Python, but a more native version is in the works by a emesene forum member.

Update:

To save the hassle, i have created installers for Leopard and Snow Leopard, just run it and emesene will be installed.

Grab them here.

Installer:

emesene installer

Login Window:

emesene login window

Contact List:

emesene contact list

Chat Window:

emesene chat window

If you use Spotify and you have made the leap to Snow Leopard, you would have probably noticed if you use the play/pause keys iTunes will open. Well not any more

An Apple Discussion member (andrew pz) put together the following script:

Open up a terminal window and paste each line separately after each other.

cd /Applications/iTunes.app/Contents/MacOS
sudo mv iTunes iTunesX
sudo curl -O iTunes http://www.ast.cam.ac.uk/~app26/itunes/iTunes
sudo chmod uog+x iTunes

You’ll have to type your password after the second step. Hope this helps some people. I will not be held responsible for any damage caused to your system.

Spotify

Hopefully Apple will fix this annoyance with an update, but until then this should work nicely.

The full support thread can be read here.

Update: Spotify now supports the play and pause keys natively!