losywee / debianpackagemaker

Automatically exported from code.google.com/p/debianpackagemaker
0 stars 0 forks source link

Doesn't depend on gtk-sharp2 #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Get a clean Ubuntu Hardy System
2. Download and install debianpackagemaker
3. Attempt to run and notice it crashes as Mono doesn't find gtk-sharp2
(this is assuming mono was installed!)

What version of the product are you using? On what operating system?
This was tested with the current version available from this website

Original issue reported on code.google.com by philip.p...@gmail.com on 17 Jun 2008 at 1:37

GoogleCodeExporter commented 8 years ago
Here's what I will do, I will try to recreate the issue, find the problem and 
fix it.
About gtk-sharp2 package I'm not so sure though, because I'm not using it on my
system. As far as I can remember it's just a .Net language binding meta package 
for
for Gtk ( I could be wrong ). I will look in to this issue and try to fix.

Thank you for bringing this issue.

Original comment by adobongk...@gmail.com on 26 Jun 2008 at 4:37

GoogleCodeExporter commented 8 years ago
I can confirm this on Kubuntu Hardy.

I had to find out from running the system from the command prompt that i needed 
mono.
then i figured out i needed mono 2.0
then i figured out i needed gtk-sharp2: WARNING **: Could not load file or 
assembly
'gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' 
or
one of its dependencies.

Please note that mono is not a dependency of gtk-sharp2, so I think the best 
way to
go forward is to add both packages as dependencies.

Original comment by rein...@simama.net on 21 Oct 2008 at 1:01

GoogleCodeExporter commented 8 years ago
Sorry, i forgot that gnome-sharp2 is also required.

after that, the software seems to run. 

Thanx!

Original comment by rein...@simama.net on 21 Oct 2008 at 1:06