Main | March 2005 »

February 24, 2005

MonoDevelop on Debian

I upgraded mono to the latest Debian package (1.0.5-2), and it went and broke MonoDevelop.

$ /usr/bin/cli --debug /usr/share/dotnet/monodevelop/bin/MonoDevelop.exe
Creating DefaultWorkbench

(MonoDevelop:9543): Gtk-WARNING **: Error loading icon: Failed to open file 
'/home/data/resources/icons/Icons.SharpDevelopIcon': No such file or 
directory

I tried using the Ubuntu package (monodevelop_0.5.1-3_i386, one revision higher than the monodevelop_0.5.1-2_i386 provided by Debian), but it does the exact same thing (except the executable is placed in a different structure under /usr/lib/monodevelop, and the /usr/bin/monodevelop script uses mono instead of cli). Doing something silly like copying the /usr/share/dotnet/monodevelop/data directory to /home makes the icon error go away, but MonoDevelop still does not start. I even tried rebuilding the monodevelop package with the new mono install, but it does the same thing. I suspect it's related to this bug.

Update: It has randomly decided to start working again.

Posted by ryanfb at 01:49 PM | Comments (0)

February 19, 2005

Woohoo

$ uptime
Uptime:  00:24:36 up 400 days, 5 min,  9 users,  load average: 0.02, 0.05, 0.00

I'm amazed at how much abuse that system takes.

Posted by ryanfb at 12:24 AM | Comments (0)

February 15, 2005

Welcome to cryptosystem.org

This site will be my blog, as well as more permanent hosting for personal projects. Thanks for visiting, and look for some more interesting developments soon.

Posted by ryanfb at 02:14 AM | Comments (0)