Menu

#3 alligator thinks libgtkembedmoz.so is missing

open
None
5
2006-08-08
2006-07-31
No

I installed the alligator_0.5.0-1.deb (found on
gnome-files.org) file on Ubuntu Dapper, when I try to
start alligator, I get the message that's
/usr/lib/firefox/libgtkembedmoz.so is missing

# alligator
GTK Accessibility Module initialized
Library is missing:
/usr/lib/firefox/libgtkembedmoz.so. Please install it.

But Firefox and therefor this file is installed

# ls -al /usr/lib/firefox/libgtkembedmoz.so
-rw-r--r-- 1 username username 76852 2006-07-27 17:00
/usr/lib/firefox/libgtkembedmoz.so

Do I need another some other package or is this a bug?

Discussion

  • Piotr Wolny

    Piotr Wolny - 2006-08-08
    • assigned_to: nobody --> gildur
     
  • NinjitsuStylee

    NinjitsuStylee - 2006-08-15

    Logged In: YES
    user_id=1573953

    I can confirm this as a possible bug. So far I haven't been
    able to figure out why this happens.

     
  • Piotr Wolny

    Piotr Wolny - 2006-08-19

    Logged In: YES
    user_id=1130983

    You could take a look at support request #1409018 for a
    workaround.

     
  • Christoph Langner

    Logged In: YES
    user_id=600212

    Ah, thanks. that workaround helped :)

     
  • Christoph Langner

    Logged In: YES
    user_id=600212

    Well, it starts. But as soon as i open an artikle (with a
    doubleclick. Alligator crashes. I used the libgtkembedmoz.so
    from Firefox

    # cat /etc/ld.so.conf
    /usr/local/lib
    /usr/lib/firefox/

    Because i've got no Mozilla on my system. Here's the output
    on the terminal when alligator crashes.

    --
    Unhandled Exception: System.IO.DirectoryNotFoundException:
    Directory not found
    in <0x0026f> System.IO.StreamWriter:.ctor (System.String
    path, Boolean append, System.Text.Encoding encoding, Int32
    bufferSize)
    in <0x0002c> System.IO.StreamWriter:.ctor (System.String
    path, Boolean append)
    in (wrapper remoting-invoke-with-check)
    System.IO.StreamWriter:.ctor (string,bool)
    in <0x0001d> System.IO.File:CreateText (System.String path)
    in <0x00057>
    Aggregator.GtkClient.Controller.FeedsController:WriteCache
    (Aggregator.GtkClient.Model.FeedNode feed)
    in <0x0002b>
    Aggregator.GtkClient.Controller.FeedsController:NodeItemsChangedHandler
    (System.Object sender, System.EventArgs args)
    in (wrapper delegate-invoke)
    System.MulticastDelegate:invoke_void_object_EventArgs
    (object,System.EventArgs)
    in <0x0001f>
    Aggregator.GtkClient.Model.FeedNode:FireItemsChangedEvent ()
    in <0x0000a>
    Aggregator.GtkClient.Model.FeedNode:ItemsChangedHandler
    (System.Object sender, System.EventArgs args)
    in (wrapper delegate-invoke)
    System.MulticastDelegate:invoke_void_object_EventArgs
    (object,System.EventArgs)
    in <0x0001f>
    Aggregator.GtkClient.Model.ItemsList:FireChangedEvent ()
    in <0x00268>
    Aggregator.GtkClient.Model.ItemsList:NodeChangedHandler
    (System.Object sender, System.EventArgs args)
    in (wrapper delegate-invoke)
    System.MulticastDelegate:invoke_void_object_EventArgs
    (object,System.EventArgs)
    in <0x0001f>
    Aggregator.GtkClient.Model.ItemNode:FireChangedEvent ()
    in <0x0002e> Aggregator.GtkClient.Model.ItemNode:set_Readed
    (Boolean value)
    in <0x000cc>
    Aggregator.GtkClient.Controller.ItemsController:ItemSelectedHandler
    (System.Object sender, Gtk.RowActivatedArgs args)
    in (wrapper delegate-invoke)
    System.MulticastDelegate:invoke_void_object_RowActivatedArgs
    (object,Gtk.RowActivatedArgs)
    in <0x001a1> Gtk.TreeView:RowActivatedSignalCallback (IntPtr
    arg0, IntPtr arg1, IntPtr arg2, IntPtr gch)
    in (wrapper native-to-managed)
    Gtk.TreeView:RowActivatedSignalCallback
    (intptr,intptr,intptr,intptr)
    in <0x00000> <unknown method>
    in (wrapper managed-to-native)
    GLib.Object:g_signal_chain_from_overridden (intptr,GLib.Value&)
    in <0x0016c> Gtk.Widget:OnButtonPressEvent (Gdk.EventButton
    evnt)
    in <0x000e2>
    Aggregator.GtkClient.View.TreeViewWithPopup:OnButtonPressEvent
    (Gdk.EventButton evnt)
    in <0x00054> Gtk.Widget:buttonpressevent_cb (IntPtr widget,
    IntPtr evnt)
    in (wrapper native-to-managed)
    Gtk.Widget:buttonpressevent_cb (intptr,intptr)
    in <0x00000> <unknown method>
    in (wrapper managed-to-native) Gtk.Application:gtk_main ()
    in <0x00007> Gtk.Application:Run ()
    in <0x00039> Aggregator.GtkClient.GtkAggregator:Main
    (System.String[] args)
    --

     
  • Piotr Wolny

    Piotr Wolny - 2006-08-19

    Logged In: YES
    user_id=1130983

    This is not connected with the mozilla/firefox problem. This
    is an ugly bug in buggy 0.5.0 release (also reported in
    other bug report) which is already fixed in SVN. Please use
    version from SVN or apply another workaround:
    $ mkdir ~/.alligator/cache

     

Log in to post a comment.