written on 30-04-2009, at 10:30:18 | categories: Incollector, Projects
Many users write me that Incollector doesn’t work on Ubuntu Jaunty Jackalope. I really have no time to check this now. I hope I’ll find some after the weekend.
Navy (from comments) suggested a solution that works.
1. Open terminal and write command:
sudo gedit /usr/bin/incollector
2. Find line similar to:
mono /usr/lib/incollector.exe
3. Change it to:
mono –-runtime=v2.0.50727 /usr/lib/incollector/incollector.exe
4. Save the file.
5. Start Incollector
Unfortunately, it does not work
(see bellow)
Cannot open assembly ‘–runtime=v2.0.50727/usr/lib/incollector/incollector.exe’: No file or folder of this type.
written by bob_28 — May 1, 2009 @ 8:11 am
Yep. You have got no space between runtime number and /usr/lib…
written by admin — May 1, 2009 @ 8:17 am
Yea! It’s work, I’m happy!
But not minus, two minus require before “runtime”. Editor of this site broke formating.
written by Paul — May 3, 2009 @ 2:24 am
Yay, it works, I love you! ;)
written by Maria — May 8, 2009 @ 9:23 am
Fine, I just had the idea to make a bug report. ;)
written by Maxi — May 9, 2009 @ 6:38 pm
Nice one.
This worked.
And yes, that should be two minus signs — before the runtime…
Thanks.
By the way… in my /usr/bin/incollector file it had:
#!/bin/sh
exec /usr/bin/mono /usr/lib/incollector/incollector.exe $MONO_EXTRA_ARGS “$@”
Which I changed to:
#!/bin/sh
exec /usr/bin/mono –runtime=v2.0.50727 /usr/lib/incollector/incollector.exe $MONO_EXTRA_ARGS “$@”
written by Jonathan — May 15, 2009 @ 3:04 pm
Thanks to Marcin for pointing me here.
The fix works \o/ :)
written by naesk — July 8, 2009 @ 7:54 pm
Hi,
Any new major updates to Incollector soon? Thanks.
Regards,
Rem.
written by Rem — July 27, 2009 @ 6:49 pm
Rem: after I finish IC 2.0. Recently I don’t have much time… I hope it will change soon.
written by admin — July 27, 2009 @ 7:17 pm
Would it be easy to make InCollector save its data file in the application folder or to be able to choose where to put the data file.
My idea is to make it work on a usb key.
Thank you for this nice work !
written by marcel — October 9, 2009 @ 3:50 pm
Chcemy wiecej :D
written by zajefajnyx — November 23, 2009 @ 7:18 pm
[...] [Tip, Tweak] How to fix Incollector so it works with Ubuntu 9.04 and 9.10 December 27, 2009 kernel_script Leave a comment Go to comments Solution by Navy, and posted on Marcin K. Krzywonos (Incollector developer) Blog, at http://www.blog.devnull.pl/archives/20 [...]
Pingback written by [Tip, Tweak] How to fix Incollector so it works with Ubuntu 9.04 and 9.10 « Open Mind Lifestyle — December 27, 2009 @ 8:19 pm
The same method works for me in Ubuntu 10.04.
I love this program!
written by Mariusz — May 19, 2010 @ 9:19 am
I changed the file in Ubuntu 10.04 with this entry
#!/bin/sh
exec /usr/bin/mono –runtime=v2.0.50727 /usr/lib/incollector/incollector.exe $MONO_EXTRA_ARGS “$@”
But I had no success. What’s the mistake?
written by Steve — May 21, 2010 @ 8:52 pm
I believe there are two dashes before runtime (–runtime=v2.0.50727)..
In 10.04 it starts fine by the hack above, but import/export function doesn’t work! Any ideas? :))
written by Uros — July 4, 2010 @ 1:05 pm