nvbn / everpad

Evernote client well integrated with linux desktop
1.17k stars 143 forks source link

Cant't start Everpad on Debian 8 #472

Closed UM-Li closed 3 years ago

UM-Li commented 9 years ago

Hi,

I can't start the latest version of Everpad on Debian 8.

OS: Debian testing stretch Kernel: x86_64 Linux 3.16.0-4-amd64 WM: GNOME Shell Everpad version: 2.5 API version: 6 Schema version: 5

This is what I get when I try to execute "everpad" from terminal:

$ everpad Gtk-Message: Failed to load module "canberra-gtk-module" Traceback (most recent call last): File "/usr/local/bin/everpad", line 9, in load_entry_point('everpad===2.5dev-r0', 'gui_scripts', 'everpad')() File "build/bdist.linux-x86_64/egg/everpad/pad/indicator.py", line 331, in main File "build/bdist.linux-x86_64/egg/everpad/tools.py", line 39, in wrapper File "build/bdist.linux-x86_64/egg/everpad/tools.py", line 15, in init File "build/bdist.linux-x86_64/egg/everpad/tools.py", line 18, in load File "build/bdist.linux-x86_64/egg/everpad/tools.py", line 47, in get_provider File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 241, in get_object follow_name_owner_changes=follow_name_owner_changes) File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 248, in __init self._named_service = conn.activate_name_owner(bus_name) File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 180, in activate_name_owner self.start_service_by_name(bus_name) File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 278, in start_service_by_name 'su', (bus_name, flags))) File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking message, timeout) dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name com.everpad.Provider was not provided by any .service files

This is what I get when I try to execute "everpad-lens" from terminal:

$ everpad-lens Traceback (most recent call last): File "/usr/local/bin/everpad-lens", line 9, in load_entry_point('everpad===2.5dev-r0', 'console_scripts', 'everpad-lens')() File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 552, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2672, in load_entry_point return ep.load() File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2345, in load return self.resolve() File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2351, in resolve module = import(self.module_name, fromlist=['name'], level=0) File "build/bdist.linux-x86_64/egg/everpad/specific/unity/lens.py", line 3, in ImportError: No module named singlet.lens

"Everpad-provider" is started after I execute it from terminal.

What could be the issue? How can I fix this?

Thanks.