手势 flatpak 应用程序无法读取配置文件。显示“请检查权限”

手势 flatpak 应用程序无法读取配置文件。显示“请检查权限”

我最近从 flathub 安装了“手势”应用,当我启动它时,它显示“无法读取配置文件,请检查权限”。我该如何运行此程序而不出现此问题?

答案1

您是否安装了所有依赖项?请参阅此页面 -https://github.com/bulletmark/libinput-gestures/blob/master/README.md

这些步骤来自 README

将自己添加到输入组

sudo gpasswd -a $USER input

安装依赖项(在 Ubuntu/Debian 上你可能还需要libinput-tools

sudo apt-get install wmctrl xdotool

安装libinput-gestures

git clone https://github.com/bulletmark/libinput-gestures.git
cd libinput-gestures
sudo make install

默认配置

libinput-gestures-setup autostart start

这对我来说有效,但我运行的是 Fedora,因此您的情况可能有所不同。

相关内容