Yaroslav

Results 12 comments of Yaroslav

There was small problem with PanelMenu initialization, https://github.com/gpouilloux/gnome-shell-extension-docker/pull/43 should fix it.

You may take [dockerMenu.js](https://github.com/SlavikZ/gnome-shell-extension-docker/raw/patch-1/src/dockerMenu.js) from https://github.com/gpouilloux/gnome-shell-extension-docker/pull/43 - this should resolve the issue

@ccverak - please check that both **data/everpad-app.service** and **data/everpad-provider.service** files are in the **/usr/share/dbus-1/services** directory. Please also check path to the everpad binaries in these files. If everything is OK...

My previous comment was for @ccverak erorr. Solution for lens is use my unity scope instead (link to my scope repository is 6 comments above this comment).

I don't push my scope to the main repo as a pull request for the several reasons: 1. The scope is valid only for ubuntu version 13.10+. In order to...

Try to stop **everpad-provider** with `killall everpad-provider`, run it from terminal with `everpad-provider --verbose`, then try to sync. What is your terminal output?

**gorrie** - This should fix your segfault: Open file `/usr/share/pyshared/everpad/provider/daemon.py` file in editor with `sudo` and near the file end after line `dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)` add the following line: `dbus.mainloop.glib.threads_init()` Be careful...

If after the fix everything runs fine, then there is no need for any additional info.