https://bugzilla.novell.com/show_bug.cgi?id=812529 https://bugzilla.novell.com/show_bug.cgi?id=812529#c0 Summary: Missing libraries error after trying to launch giver Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: x86-64 OS/Version: Other Status: NEW Severity: Critical Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: ciro.iriarte@gmail.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22 After a clean 12.3 install, giver start fails with: [Debug]: Exception is: System.DllNotFoundException: libgnomeui-2.so.0 at (wrapper managed-to-native) Gnome.Modules:libgnomeui_module_info_get () at Gnome.Modules.get_UI () [0x00000] in <filename unknown>:0 at Giver.Application.Init (System.String[] args) [0x00000] in <filename unknown>:0 at Giver.Application..ctor (System.String[] args) [0x00000] in <filename unknown>:0 at Giver.Application.GetApplicationWithArgs (System.String[] args) [0x00000] in <filename unknown>:0 at Giver.Application.Main (System.String[] args) [0x00000] in <filename unknown>:0 First error solved with: zypper in libgnomeui Second error solved with: --- /usr/bin/giver 2013-02-01 13:13:09.000000000 -0300 +++ /home/ciro/bin/giver 2013-03-29 15:04:28.000000000 -0400 @@ -6,4 +6,4 @@ libdir="/usr/lib/giver" cd ${libdir} -exec -a "Giver" mono "Giver.exe" "$@" +exec -a "Giver" mono --runtime=v4.0 "Giver.exe" "$@" ------------------------------ Reproducible: Always Steps to Reproduce: 1.Install giver (zypper in giver) 2.Launch giver (giver) 3. Actual Results: giver fails to execute Expected Results: giver should be visible ciro@roamer:~> cat /etc/SuSE-release openSUSE 12.3 (x86_64) VERSION = 12.3 CODENAME = Dartmouth ciro@roamer:~> rpm -qf /usr/lib/mono/2.0/mscorlib.dll mono-core-3.0.4-1.4.1.x86_64 ciro@roamer:~> rpm -qf /usr/lib/mono/4.0/mscorlib.dll mono-core-3.0.4-1.4.1.x86_64 ciro@roamer:~> rpm -q giver giver-0.1.8-227.1.2.noarch -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.