Sunday, August 14, 2011

mog-mm for Windows

My interest in porting mog-mm to Windows increased significantly, since the dev environment at work is on XP. Turns out it was not very hard to port it to XP.

There was no easy equivalent to jacking into the dbus interface as in mog-mm for Linux. Fortunately AutoHotkey can take care of this. I modified the python script to take commands passed in as arguments, so the ahk script simply runs mog-mm with the desired action passed into it.

Python on Windows isn't too bad either - it's just a matter of running an installer and then adding the python dir to the PATH.

No comments:

Post a Comment