-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QThread: Destroyed while thread is still running #1
Labels
Comments
Как следствие - не запускается ) |
Костыли 0716b75 |
Собрал 0.5.1 с ланчпада. Проблема осталась. |
Если не трудно, можете сейчас проверить?) |
Closed
Is this issue still happening with the current version 2.5? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ubuntu 12.04
$ everpad
Traceback (most recent call last):
File "/usr/bin/everpad", line 9, in
load_entry_point('everpad==0.4.1dev', 'gui_scripts', 'everpad')()
File "/usr/lib/pymodules/python2.7/everpad/pad.py", line 342, in main
app = App(sys.argv)
File "/usr/lib/pymodules/python2.7/everpad/pad.py", line 198, in init
self.provider_obj = dbus.SessionBus().get_object("com.everpad.Provider", '/EverpadProvider')
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.Spawn.ChildExited: Process /usr/bin/everpad-provider exited with status 1
QThread: Destroyed while thread is still running
The text was updated successfully, but these errors were encountered: