Uni Timetable Manager

Linux Tutorial

Here's a quick guide for how to run the program on Linux using mono, the .NET project for Unix-based systems. It's not perfect: the drag-drop cursor disappears and something causes it to render the wrong size. I'll try and work out what causes this! The screenshot below was taking running mono version 2.4.2.3 on Ubuntu 9.10.

$ sudo apt-get install mono-runtime
$ mono UniTimetable.exe

Running on Ubuntu using mono.