Most Windows users prefer the graphics editor Paint.net - an alternative to GIMP, which is too hard to use for some people. Linux users complained it is only available as Windows binaries, but there is a solution: It was ported (unofficially) from .NET to Mono.
http://paint-mono.googlecode.comAbout Mono:
Mono
An open source, cross-platform, implementation of C# and the CLR that is binary compatible with Microsoft.NET
So Installing should be pretty easy: Just install the Mono development packages and get the latest subversion of Paint.mono
Easiest way for Ubuntu users:
$ sudo apt-get install mono-devel monodevelop mono-tools-gui mono-tools-devel subversion
Switch to the directory where you want to save the program.
$ svn co http://paint-mono.googlecode.com/svn/trunk/src paint-mono
$ cd paint-mono
$ ./configure
$ make
$ sudo make install
You can now simply start the program with
$ paintdotnet
Have fun :excited: