tuberry / ibus-tweaker

Tweaker of IBus for theme, font, input mode and clipboard history.
GNU General Public License v3.0
40 stars 6 forks source link

Ubuntu21.10 上无法使用 #22

Closed yanhuacuo closed 2 years ago

yanhuacuo commented 2 years ago

版本为:Gnome 40.4.0

显示,不兼容。

yanhuacuo commented 2 years ago
$ make install
Makefile:44: VERSION is empty
mkdir -p _build
cp -r ibus-tweaker@tuberry.github.com/* _build
if test -d _build/locale; then for p in _build/locale/*/LC_MESSAGES/*.po; do msgfmt -o ${p/.po/.mo} $p; done; fi;
/bin/sh: 1: Bad substitution
make: *** [Makefile:39:_build] 错误 2
tuberry commented 2 years ago

建议从网站上安装,会自动匹配你当前 GNOME 的版本,而从Git 上安装需要切换到相应的历史版本:

git checkout 40
make install

如果重新登录后仍有问题,请贴一下相应的截图或日志。