mirror of
https://github.com/superconvert/smart-os.git
synced 2024-11-22 10:10:02 +08:00
Update xfce4.md
This commit is contained in:
parent
6f0f7c0b2a
commit
6a9f80fc9d
7
xfce4.md
7
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 里面了,编译这个库就行了,这个问题折腾我好久
|
||||
|
Loading…
Reference in New Issue
Block a user