Docky falha quando clica em marcadores - Ubuntu18.04

0

Eu comecei a usar docky e é incrível, exceto por duas coisas, Eu não posso usar o docklet de bookmarks, quando eu o instalei pela primeira vez, os bookmarks não serão mostrados, então eu copiei minha pasta de bookmarks do Nautilus de ~ / .config / gtk-3.0 / bookmarks para ~ / .gtk-bookmarks e ela começou mostrando os ícones, mas quando clico em uma das pastas de marcadores, o docky abre e depois trava. Estou usando o ubuntu 18.04 e aqui está o conteúdo do meu arquivo de favoritos:

file: /// home / user / Documentos
file: /// home / user / Música
arquivo: /// home / user / Pictures
file: /// home / user / Videos
file: /// home / user / Downloads

se eu abrir do terminal, posso ver alguns erros, como:

[Error 09:16:26.300] [SystemService] Could not initialize power manager dbus: 'Could not load type 'Docky.Services.SystemService\+IUPowerProxy' from assembly 'DBus.Proxies, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' because it is implements the inaccessible interface 'Docky.Services.SystemService+IUPower'.'
[Info  09:16:26.302] [SystemService]   at System.Reflection.Emit.TypeBuilder.CreateTypeInfo () [0x002dc] in <8f2c484307284b51944a1a13a14c0266>:0
  at System.Reflection.Emit.TypeBuilder.CreateType () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0
  at DBus.TypeImplementer.GetImplementation (System.Type declType) [0x000e3] in <91cfe10d2aa049c9af550645dbbec075>:0
  at DBus.BusObject.GetObject (DBus.Connection conn, System.String bus_name, DBus.ObjectPath object_path, System.Type declType) [0x00001] in <91cfe10d2aa049c9af550645dbbec075>:0
  at DBus.Connection.GetObject (System.Type type, System.String bus_name, DBus.ObjectPath path) [0x0002b] in <91cfe10d2aa049c9af550645dbbec075>:0
  at DBus.Connection.GetObject[T] (System.String bus_name, DBus.ObjectPath path) [0x00001] in <91cfe10d2aa049c9af550645dbbec075>:0
  at Docky.Services.SystemService.InitializeBattery () [0x00030] in <7cbfebdf01bd437fb1e0b3e770f0dbae>:0
[Error 09:16:26.305] [SystemService] Could not initialize Network Manager dbus: 'Could not load type 'Docky.Services.SystemService\+INetworkManagerProxy' from assembly 'DBus.Proxies, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' because it is implements the inaccessible interface 'Docky.Services.SystemService+INetworkManager'.'
[Info  09:16:26.305] [SystemService]   at System.Reflection.Emit.TypeBuilder.CreateTypeInfo () [0x002dc] in <8f2c484307284b51944a1a13a14c0266>:0
  at System.Reflection.Emit.TypeBuilder.CreateType () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0
  at DBus.TypeImplementer.GetImplementation (System.Type declType) [0x000e3] in <91cfe10d2aa049c9af550645dbbec075>:0
  at DBus.BusObject.GetObject (DBus.Connection conn, System.String bus_name, DBus.ObjectPath object_path, System.Type declType) [0x00001] in <91cfe10d2aa049c9af550645dbbec075>:0
  at DBus.Connection.GetObject (System.Type type, System.String bus_name, DBus.ObjectPath path) [0x0002b] in <91cfe10d2aa049c9af550645dbbec075>:0
  at DBus.Connection.GetObject[T] (System.String bus_name, DBus.ObjectPath path) [0x00001] in <91cfe10d2aa049c9af550645dbbec075>:0
  at Docky.Services.SystemService.InitializeNetworkManager () [0x0005c] in <7cbfebdf01bd437fb1e0b3e770f0dbae>:0
and
[Warn  09:16:26.320] [DesktopItemService] Could not find remap file '/home/ielson/.local/share/docky/remaps.ini'!
[Debug 09:16:26.529] [BookmarksItemProvider] Updating bookmarks.
[Info  09:16:26.534] [PluginManager] Loaded "Recent Documents".
[Info  09:16:26.653] [DrawingService] Could not find 'folder-recent', using fallback of 'document-open-recent'.
but as long as I clink in some of the bookmarks I get:

Cairo.Surface is leaking, programmer is missing a call to Dispose
Set MONO_CAIRO_DEBUG_DISPOSE to track allocation traces
Cairo.Surface is leaking, programmer is missing a call to Dispose
Set MONO_CAIRO_DEBUG_DISPOSE to track allocation traces
Cairo.Surface is leaking, programmer is missing a call to Dispose
Set MONO_CAIRO_DEBUG_DISPOSE to track allocation traces
Cairo.Surface is leaking, programmer is missing a call to Dispose
Set MONO_CAIRO_DEBUG_DISPOSE to track allocation traces
Cairo.Surface is leaking, programmer is missing a call to Dispose
Set MONO_CAIRO_DEBUG_DISPOSE to track allocation traces
free(): invalid pointer
Stacktrace:

  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) GLib.List.g_free (intptr) <0x0005f>
  at GLib.ListBase.Empty () <0x0013c>
  at GLib.ListBase.Dispose (bool) <0x0000f>
  at GLib.ListBase.Dispose () <0x00018>
  at Docky.Services.SystemService.LaunchWithFiles (GLib.File,System.Collections.Generic.IEnumerable'1<GLib.File>) <0x005eb>
  at Docky.Services.SystemService.Launch (GLib.File,System.Collections.Generic.IEnumerable'1<GLib.File>) <0x00703>
  at Docky.Services.SystemService.Open (System.Collections.Generic.IEnumerable'1<GLib.File>) <0x0001b>
  at Docky.Services.SystemService.Open (GLib.File) <0x00053>
  at Docky.Items.FileDockItem.Open () <0x0002b>
  at Docky.Items.FileDockItem.OnClicked (uint,Gdk.ModifierType,double,double) <0x00027>
  at Docky.Items.AbstractDockItem.Clicked (uint,Gdk.ModifierType,double,double) <0x0004a>
  at Docky.Interface.DockWindow.OnButtonReleaseEvent (Gdk.EventButton) <0x005a6>
  at Gtk.Widget.buttonreleaseevent_cb (intptr,intptr) <0x0008e>
  at (wrapper native-to-managed) Gtk.Widget.buttonreleaseevent_cb (intptr,intptr) <0x000b3>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) Gtk.Application.gtk_main () <0x00059>
  at Gtk.Application.Run () <0x0000b>
  at Docky.Docky.Main (string[]) <0x005eb>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) <0x000d1>

Native stacktrace:

        mono(+0xc8514) [0x56280f949514]
        /lib/x86_64-linux-gnu/libpthread.so.0(+0x12890) [0x7f3e6fb68890]
        /lib/x86_64-linux-gnu/libc.so.6(gsignal+0xc7) [0x7f3e6f58be97]
        /lib/x86_64-linux-gnu/libc.so.6(abort+0x141) [0x7f3e6f58d801]
        /lib/x86_64-linux-gnu/libc.so.6(+0x89897) [0x7f3e6f5d6897]
        /lib/x86_64-linux-gnu/libc.so.6(+0x9090a) [0x7f3e6f5dd90a]
        /lib/x86_64-linux-gnu/libc.so.6(cfree+0x4cc) [0x7f3e6f5e4e1c]
        [0x41e24590]

Debug info from gdb:

[New LWP 6200]
[New LWP 6201]
[New LWP 6202]
[New LWP 6203]
[New LWP 6205]
[New LWP 6238]
[New LWP 6239]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Nautilus-Share-Message: 09:19:47.276: Called "net usershare info" but it failed: Failed to execute child process “net” (No such file or directory)
0x00007f3e6fb6823a in __waitpid (pid=6240, stat_loc=0x7fff9bb9166c, options=0) at ../sysdeps/unix/sysv/linux/waitpid.c:30
30      ../sysdeps/unix/sysv/linux/waitpid.c: No such file or directory.
  Id   Target Id         Frame
* 1    Thread 0x7f3e70727780 (LWP 6197) "docky" 0x00007f3e6fb6823a in __waitpid (pid=6240, stat_loc=0x7fff9bb9166c, options=0) at ../sysdeps/unix/sysv/linux/waitpid.c:30
  2    Thread 0x7f3e6e3ff700 (LWP 6200) "SGen worker" 0x00007f3e6fb639f3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x56280fe3ca08) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  3    Thread 0x7f3e6eb7d700 (LWP 6201) "Finalizer" 0x00007f3e6fb666d6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x56280fe2d640) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
  4    Thread 0x7f3e5cb94700 (LWP 6202) "gmain" 0x00007f3e6f661bf9 in __GI___poll (fds=0x562810509120, nfds=2, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  5    Thread 0x7f3e57fff700 (LWP 6203) "gdbus" 0x00007f3e6f661bf9 in __GI___poll (fds=0x7f3e50012420, nfds=4, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  6    Thread 0x7f3e5422e700 (LWP 6205) "docky" 0x00007f3e6fb63f85 in futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e5422d640, expected=0, futex_word=0x56280fe3d6c8) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
  7    Thread 0x7f3e4f43f700 (LWP 6238) "pool" syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  8    Thread 0x7f3e4ea2b700 (LWP 6239) "pool" syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38

Thread 8 (Thread 0x7f3e4ea2b700 (LWP 6239)):
#0  0x00007f3e6f668839 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f3e66de3f2a in g_cond_wait_until () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f3e66d714f1 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f3e66dc67a4 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f3e66dc5e05 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f3e6fb5d6db in start_thread (arg=0x7f3e4ea2b700) at pthread_create.c:463
#6  0x00007f3e6f66e88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 7 (Thread 0x7f3e4f43f700 (LWP 6238)):
#0  0x00007f3e6f668839 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f3e66de3f2a in g_cond_wait_until () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f3e66d714f1 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f3e66dc67a4 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f3e66dc5e05 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f3e6fb5d6db in start_thread (arg=0x7f3e4f43f700) at pthread_create.c:463
#6  0x00007f3e6f66e88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 6 (Thread 0x7f3e5422e700 (LWP 6205)):
#0  0x00007f3e6fb63f85 in futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f3e5422d640, expected=0, futex_word=0x56280fe3d6c8) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
#1  0x00007f3e6fb63f85 in __pthread_cond_wait_common (abstime=0x7f3e5422d640, mutex=0x56280fe3d6e0, cond=0x56280fe3d6a0) at pthread_cond_wait.c:539
#2  0x00007f3e6fb63f85 in __pthread_cond_timedwait (cond=0x56280fe3d6a0, mutex=0x56280fe3d6e0, abstime=0x7f3e5422d640) at pthread_cond_wait.c:667
#3  0x000056280fb01e7f in  ()
#4  0x000056280fa449a2 in  ()
#5  0x0000000041dbc8f9 in  ()
#6  0x00007f3e6e4aa7c8 in  ()
#7  0x00007f3e6e4aa8c0 in  ()
#8  0x00007f3e6e4aa758 in  ()
#9  0x00007f3e6e4aa828 in  ()
#10 0x00007f3e6e4a89f0 in  ()
#11 0x00007f3e480024f0 in  ()
#12 0x00007f3e6c2303a0 in System_Threading_Thread_Join_System_TimeSpan () at /usr/lib/mono/aot-cache/amd64/mscorlib.dll.so
#13 0x00007f3e5422d800 in  ()
#14 0x0000000041dbaf0a in  ()
#15 0x00007f3e6e4aa758 in  ()
#16 0x0000000041d8e7d6 in  ()
#17 0x00005628109e0f58 in  ()
#18 0xf759845732101c00 in  ()
#19 0x00007f3e6e4aa6d0 in  ()
#20 0x00007f3e6e4aa740 in  ()
#21 0x0000000000000000 in  ()

Thread 5 (Thread 0x7f3e57fff700 (LWP 6203)):
#0  0x00007f3e6f661bf9 in __GI___poll (fds=0x7f3e50012420, nfds=4, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x00007f3e66d9e439 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f3e66d9e7d2 in g_main_loop_run () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f3e6738ae76 in  () at /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#4  0x00007f3e66dc5e05 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f3e6fb5d6db in start_thread (arg=0x7f3e57fff700) at pthread_create.c:463
#6  0x00007f3e6f66e88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 4 (Thread 0x7f3e5cb94700 (LWP 6202)):
#0  0x00007f3e6f661bf9 in __GI___poll (fds=0x562810509120, nfds=2, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x00007f3e66d9e439 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f3e66d9e54c in g_main_context_iteration () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f3e66d9e591 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f3e66dc5e05 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f3e6fb5d6db in start_thread (arg=0x7f3e5cb94700) at pthread_create.c:463
#6  0x00007f3e6f66e88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 3 (Thread 0x7f3e6eb7d700 (LWP 6201)):
#0  0x00007f3e6fb666d6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x56280fe2d640) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
#1  0x00007f3e6fb666d6 in do_futex_wait (sem=sem@entry=0x56280fe2d640, abstime=0x0) at sem_waitcommon.c:111
#2  0x00007f3e6fb667c8 in __new_sem_wait_slow (sem=0x56280fe2d640, abstime=0x0) at sem_waitcommon.c:181
#3  0x000056280fa65dc9 in  ()
#4  0x000056280fa43be1 in  ()
#5  0x000056280fb0314a in  ()
#6  0x00007f3e6fb5d6db in start_thread (arg=0x7f3e6eb7d700) at pthread_create.c:463
#7  0x00007f3e6f66e88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 2 (Thread 0x7f3e6e3ff700 (LWP 6200)):
#0  0x00007f3e6fb639f3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x56280fe3ca08) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  0x00007f3e6fb639f3 in __pthread_cond_wait_common (abstime=0x0, mutex=0x56280fe3ca20, cond=0x56280fe3c9e0) at pthread_cond_wait.c:502
#2  0x00007f3e6fb639f3 in __pthread_cond_wait (cond=0x56280fe3c9e0, mutex=0x56280fe3ca20) at pthread_cond_wait.c:655
#3  0x000056280fad1863 in  ()
#4  0x00007f3e6fb5d6db in start_thread (arg=0x7f3e6e3ff700) at pthread_create.c:463
#5  0x00007f3e6f66e88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 1 (Thread 0x7f3e70727780 (LWP 6197)):
#0  0x00007f3e6fb6823a in __waitpid (pid=6240, stat_loc=0x7fff9bb9166c, options=0) at ../sysdeps/unix/sysv/linux/waitpid.c:30
#1  0x000056280f9495f0 in  ()
#2  0x00007f3e6fb68890 in <signal handler called> () at /lib/x86_64-linux-gnu/libpthread.so.0
#3  0x00007f3e6f58be97 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
#4  0x00007f3e6f58d801 in __GI_abort () at abort.c:79
#5  0x00007f3e6f5d6897 in __libc_message (action=action@entry=do_abort, fmt=fmt@entry=0x7f3e6f703b9a "%s\n") at ../sysdeps/posix/libc_fatal.c:181
#6  0x00007f3e6f5dd90a in malloc_printerr (str=str@entry=0x7f3e6f701d88 "free(): invalid pointer") at malloc.c:5350
#7  0x00007f3e6f5e4e1c in _int_free (have_lock=0, p=0x5628107e9350, av=0x7f3e6f938c40 <main_arena>) at malloc.c:4157
#8  0x00007f3e6f5e4e1c in __GI___libc_free (mem=0x5628107e9360) at malloc.c:3124
#9  0x0000000041e24590 in  ()
#10 0x00005628107e9360 in  ()
#11 0x0000000000000000 in  ()

=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================

Aborted (core dumped)

e docky fecha. Este é o problema mais importante, o outro é que os documentos recentes nunca mostram nada. Alguém sabe o que poderia ser o problema?

    
por Daniel Andrade 29.04.2018 / 15:18

0 respostas