diff --git a/xfce4.md b/xfce4.md index 19f71d7..3904cb8 100644 --- a/xfce4.md +++ b/xfce4.md @@ -334,3 +334,10 @@ xfconf-query -c xfce4-session -p /sessions/Failsafe/Client3_Command 6. xfce4 编译后,启动远程桌面,发现面板上相应的 item 都没有图标,进入文件管理器,对应的文件也没有图标,只显示文字,需要安装 方法: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 里面了,编译这个库就行了,这个问题折腾我好久