← Back to team overview

cairo-dock-team team mailing list archive

[Bug 1382796] Re: Shortcuts applet causing continous restarts of Dock

 

Hello,

This bug should now be fixed thanks to this commit: https://github.com
/Cairo-Dock/cairo-dock-plug-
ins/commit/d26cf94a2475a081b6a6c6ad678e5f4825a9246a

But it can be interesting to use GVFS as most as possible and to remove
some specific hacks created for KDE (if KDE has now a better support of
GVFS).

Is it maybe possible to list on a new bug report all problems that you
have when using the dock without the KDE integration plugin:

    $ cairo-dock -e gnome

With this option, the dock should use GVFS without "hacks". GVFS is used to get informations about files and default applications: list files in the Trash, open your default files manager to see the content of the trash, list all disks which are mounted and unmounted, list files in a directory, etc.
In other words, do you have some problem with Shortcuts, Dustbin, Folder and Quick-Browsers applets when using this option? :-)

** Changed in: cairo-dock-plug-ins
       Status: Triaged => Fix Committed

-- 
You received this bug notification because you are a member of Cairo-
Dock Devs, which is subscribed to Cairo-Dock Plug-ins.
https://bugs.launchpad.net/bugs/1382796

Title:
  Shortcuts applet causing continous restarts of Dock

Status in Cairo-Dock: Plug-ins:
  Fix Committed

Bug description:
  ============================================================================
          Cairo-Dock version : 3.4.0
          Compiled date      : Oct 17 2014 09:05:35
          Built with GTK     : 3.14
          Running with OpenGL: 1
   ============================================================================

  This is an ssue with the Shortcuts applet (bzr plugins).

  STEPS TO REPRODUCE:
  1. Load Cairo dock with default Panel
  2. Delete one of the folders / files referenced by the Shortcuts plugin.
  3. Restart cairo-dock

  It will seg fault and continue trying to restart. Seems impossible to
  change the theme and get the dock working again. Attempting to run the
  current theme will revert to default dock and so will not fix the
  problem.

  Issue occurs in applet-bookmarks.c -> cd_shortcuts_list_bookmarks
  (specifically it is reading .gtk-bookmarks and falling over when it
  cannot find the file referenced by the bookmarks).

  Emptying .gtk-bookmarks is a workaround to resolve the issue.

  STACK TRACE OF WHERE THE EVENT HAPPENSj:
  (gdb) backtrace
  #0  cd_shortcuts_list_bookmarks (cBookmarkFilePath=cBookmarkFilePath@entry=0x7fffc00199d0 "/home/nick/.gtk-bookmarks", myApplet=0xec48c0)
      at /var/abs/local/yaourtbuild/cairo-dock-plugins-bzr/src/cairo-dock-plug-ins/shortcuts/src/applet-bookmarks.c:415
  #1  0x00007fffd121b2e1 in _load_icons (pSharedMemory=0xed5460)
      at /var/abs/local/yaourtbuild/cairo-dock-plugins-bzr/src/cairo-dock-plug-ins/shortcuts/src/applet-load-icons.c:266
  #2  cd_shortcuts_get_shortcuts_data (pSharedMemory=0xed5460)
      at /var/abs/local/yaourtbuild/cairo-dock-plugins-bzr/src/cairo-dock-plug-ins/shortcuts/src/applet-load-icons.c:277
  #3  0x00007ffff6311710 in _get_data_threaded (pTask=0xe93340) at /var/abs/local/yaourtbuild/cairo-dock-bzr/src/cairo-dock-core/src/gldit/cairo-dock-task.c:136
  #4  0x00007ffff74a0585 in ?? () from /usr/lib/libglib-2.0.so.0
  #5  0x00007ffff521c314 in start_thread () from /usr/lib/libpthread.so.0
  #6  0x00007ffff5fcf3ed in clone () from /usr/lib/libc.so.6
  (gdb)

To manage notifications about this bug go to:
https://bugs.launchpad.net/cairo-dock-plug-ins/+bug/1382796/+subscriptions


References