我已经在Ubuntu17.10上安装了Kazam (版本1.4.5),我无法启动它。当我试图从命令行运行时,我会收到以下消息:
gonczor@wiktor-papu:~$ kazam
/usr/bin/kazam:32: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
from gi.repository import Gtk
/usr/lib/python3/dist-packages/kazam/frontend/window_area.py:30: PyGIWarning: Wnck was imported without specifying a version first. Use gi.require_version('Wnck', '3.0') before import to ensure that the right version gets loaded.
from gi.repository import Gtk, GObject, Gdk, Wnck, GdkX11
/usr/lib/python3/dist-packages/kazam/backend/gstreamer.py:35: PyGIWarning: Gst was imported without specifying a version first. Use gi.require_version('Gst', '1.0') before import to ensure that the right version gets loaded.
from gi.repository import GObject, Gst
/usr/lib/python3/dist-packages/kazam/frontend/indicator.py:148: PyGIWarning: AppIndicator3 was imported without specifying a version first. Use gi.require_version('AppIndicator3', '0.1') before import to ensure that the right version gets loaded.
from gi.repository import AppIndicator3
/usr/lib/python3/dist-packages/kazam/frontend/indicator.py:97: PyGIWarning: Keybinder was imported without specifying a version first. Use gi.require_version('Keybinder', '3.0') before import to ensure that the right version gets loaded.
from gi.repository import Keybinder
Segmentation fault (core dumped)系统日志:
Jan 2 15:12:01 wiktor-papu kernel: [19123.519166] kazam[27887]: segfault at 42 ip 00007f637f4bbad4 sp 00007ffe8cfb3ea0 error 6 in libX11.so.6.3.0[7f637f429000+134000]发布于 2018-03-04 18:35:25
我也有同样的问题。
好像是Wayland的问题。
如果您启动会话并在Xorg上选择Ubuntu,那么它可以正常工作。
https://askubuntu.com/questions/991525
复制相似问题