运行 touchegg 时出错

运行 touchegg 时出错

touchegg我第一次尝试跑步。错误

me@pc:~$ touchegg
Gtk-Message: Failed to load module "pantheon-filechooser-module"

(touchegg:22338): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",

(touchegg:22338): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",

(touchegg:22338): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",

(touchegg:22338): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
Reading config from  "/home/bmackey/.config/touchegg/touchegg.conf" 
Try to make a multitouch gesture. If everything goes well the information about the gesture must appear 
[+] Avaliable gesture: 
     Name ->  Flick 
[+] Avaliable gesture: 
     Name ->  Drag 
[+] Avaliable gesture: 
     Name ->  Pinch 
[+] Avaliable gesture: 
     Name ->  Rotate 
[+] Avaliable gesture: 
     Name ->  Tap 
[+] Avaliable gesture: 
     Name ->  Touch 

我试过:

sudo apt-get update && sudo apt-get install gtk2-engines-pixbuf

sudo add-apt-repository ppa:philip.scott/elementary-tweaks sudo apt-get update sudo apt-get install software-properties-common sudo apt-get install elementary-tweaks

答案1

我用了libinput 手势反而。有用。遗憾的是,对于我的特定触控板,当我滑动大约 75% 的时间时,我会收到捏合检测。运行命令可以看到

### Test to print out commands that would be executed:
libinput-gestures -d

根据开发商这是一个问题libinput,他对此无能为力。

我可能会坚持使用 WINDOWS_KEY + ARROW。

相关内容