guake 安装后不能启动
Tofloor
poster avatar
xxz
deepin
2020-09-12 20:53
Author
之前有安装pycharm,由于是英文版,点了里面的升级,pypip更新了guake,然后就一直打不开,卸载pycharm,后还是打不开,


  1. ➜  Desktop guake
  2. /usr/lib/python3/dist-packages/gi/overrides/Gdk.py:461: Warning: g_value_set_boxed: assertion 'G_VALUE_HOLDS_BOXED (value)' failed
  3.   initialized, argv = Gdk.init_check(sys.argv)
  4. Guake not running, starting it
  5. Traceback (most recent call last):
  6.   File "/usr/lib/python3/dist-packages/dbus/bus.py", line 175, in activate_name_owner
  7.     return self.get_name_owner(bus_name)
  8.   File "/usr/lib/python3/dist-packages/dbus/bus.py", line 361, in get_name_owner
  9.     's', (bus_name,), **keywords)
  10.   File "/usr/lib/python3/dist-packages/dbus/connection.py", line 651, in call_blocking
  11.     message, timeout)
  12. dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.guake3.RemoteControl': no such name

  13. During handling of the above exception, another exception occurred:

  14. Traceback (most recent call last):
  15.   File "/usr/local/lib/python3.7/dist-packages/guake/main.py", line 452, in main
  16.     remote_object = bus.get_object(DBUS_NAME, DBUS_PATH)
  17.   File "/usr/lib/python3/dist-packages/dbus/bus.py", line 241, in get_object
  18.     follow_name_owner_changes=follow_name_owner_changes)
  19.   File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 248, in __init__
  20.     self._named_service = conn.activate_name_owner(bus_name)
  21.   File "/usr/lib/python3/dist-packages/dbus/bus.py", line 180, in activate_name_owner
  22.     self.start_service_by_name(bus_name)
  23.   File "/usr/lib/python3/dist-packages/dbus/bus.py", line 278, in start_service_by_name
  24.     'su', (bus_name, flags)))
  25.   File "/usr/lib/python3/dist-packages/dbus/connection.py", line 651, in call_blocking
  26.     message, timeout)
  27. dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.guake3.RemoteControl was not provided by any .service files

  28. During handling of the above exception, another exception occurred:

  29. Traceback (most recent call last):
  30.   File "/usr/bin/guake", line 10, in
  31.     sys.exit(exec_main())
  32.   File "/usr/local/lib/python3.7/dist-packages/guake/main.py", line 614, in exec_main
  33.     if not main():
  34.   File "/usr/local/lib/python3.7/dist-packages/guake/main.py", line 466, in main
  35.     from guake.guake_app import Guake
  36.   File "/usr/local/lib/python3.7/dist-packages/guake/guake_app.py", line 72, in
  37.     from guake.notebook import NotebookManager
  38.   File "/usr/local/lib/python3.7/dist-packages/guake/notebook.py", line 37, in
  39.     gi.require_version('Wnck', '3.0')
  40.   File "/usr/lib/python3/dist-packages/gi/__init__.py", line 129, in require_version
  41.     raise ValueError('Namespace %s not available' % namespace)
  42. ValueError: Namespace Wnck not available
Copy the Code



Reply Favorite View the author
All Replies

No replies yet