diff --git a/xfce4.md b/xfce4.md index 54ecaea..e689505 100644 --- a/xfce4.md +++ b/xfce4.md @@ -336,9 +336,8 @@ xfconf-query -c xfce4-session -p /sessions/Failsafe/Client3_Command 方法:apt install gnome-icon-theme,当然这两个问题只装 libgtk-3-common 都可以解决 7. 编译 libxi 库时,会提示下面的错误,我们去官方网站去看 发现 inputproto 项目已经被废弃,怎么办? - -```shell -configure: error: Package requirements (xproto >= 7.0.13 x11 >= 1.6 xextproto >= 7.0.3 xext >= 1.0.99.1 inputproto >= 2.3.99.1) were not met: -Requested 'inputproto >= 2.3.99.1' but version of InputProto is 2.3.2 -``` -方法:其实现在这些(inputproto)都被合并到项目 xorgproto 里面了,编译这个库就行了,这个问题折腾我好久 + ```shell + configure: error: Package requirements (xproto >= 7.0.13 x11 >= 1.6 xextproto >= 7.0.3 xext >= 1.0.99.1 inputproto >= 2.3.99.1) were not met: + Requested 'inputproto >= 2.3.99.1' but version of InputProto is 2.3.2 + ``` + 方法:其实现在这些(inputproto)都被合并到项目 xorgproto 里面了,编译这个库就行了,这个问题折腾我好久