Hello Claude,

thanks for your hint, a
tail -f -n 30 /tmp/ksff20110607user.log
reveals the log file. There, one can see the error 

**
GLib-GObject:ERROR:/build/buildd/glib2.0-2.36.0/./gobject/gobject.c:4127:g_weak_ref_set:
 assertion failed: (weak_locations != NULL)

The embedded Firefox Browser has certain dependencies and as of ubuntu
13.04 the default version of some of the dependent libraries has
introduced incompatibilities.

Workaround - Build and install the required versions of the glib and
pango libraries.

Important Note: It's highly recommend that these are NOT installed in
the default location, as this could might cause general instabilities!

Get glib and pango source packages, and unpack them to a temporary directory.
http://ftp.gnome.org/pub/gnome/sources/glib/2.32/glib-2.32.3.tar.xz
http://ftp.gnome.org/pub/gnome/sources/pango/1.30/pango-1.30.0.tar.xz

Install the required build dependencies:
sudo apt-get build-dep glib2.0
sudo apt-get build-dep pango1.0

Configure, make and install glib:
cd glib-2.32.3
./autogen.sh --prefix=<INSTALL LOCATION>
make && make install 

Configure, make and install pango:
cd pango-1.30.0
./configure --prefix=<INSTALL LOCATION> --enable-introspection=no
make && make install 

ensure the following two environment variables are updated:
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:<INSTALL LOCATION>/lib/pkgconfig 
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<INSTALL LOCATION>/lib
finally start mbancnet:
/media/user/M-IDentity/Start_M-IDentity_Linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/573690

Title:
  Kobil M-IDentity usb dongle : no write access anymore since 10.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hal/+bug/573690/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to