Quote:
Originally Posted by kernelsandirs
on another fun note; I may try to port the LogScrobbler over to Linux/Mono as well(as long as I can figure out the namespace differences/quirks), just to be more of a geek, and to make my life more difficult 
|
Yup, seems like it will need a bit of tweaking
Code:
$ mono LogScrobbler.exe
Mono System.Windows.Forms Assembly [$auto_build_revision$]
KDE colorscheme read
** (LogScrobbler.exe:20826): WARNING **: Missing method System.Windows.Forms.ColumnHeader::set_DisplayIndex(int) in assembly /usr/lib/mono/gac/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll, referenced in assembly /tmp/LogScrobbler/LogScrobbler.exe
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object
at LogScrobbler.Form1..ctor () [0x00000]
at (wrapper remoting-invoke-with-check) LogScrobbler.Form1:.ctor ()
at LogScrobbler.SysTrayIcon..ctor () [0x00000]
at LogScrobbler.SysTrayIcon.Main (System.String[] args) [0x00000]