当我用xwinwrap启动bspwm时,xwinwrap不会启动。当我简单地启动xwin性包装时,返回错误:
xwinwrap -g 1920x1080 -ni -fs -s -st -sp -nf -ov -- gifview ~/wallpaper.gif -a
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 1 (X_CreateWindow)
Serial number of failed request: 39
Current serial number in output stream: 41即使我杀了康普顿·克温包也不会开始。如果没有-ov标志xwin包装机启动。但是我想在bspwm上做现场壁纸,所以在我的情况下需要-ov。
发布于 2020-02-22 11:14:27
我尝试了下一个解决方案,以使xwin性包装正常工作:
sudo apt install bspwm是因为你提到的sudo apt-get install gifsicle,因为gifview: No such file or directory错误出现时没有它/home/user中执行:git clone https://github.com/ujjwal96/xwinwrap.git && cd xwinwrap && make && sudo make install && make clean来安装xwinwrap/home/user/xwinwrap文件夹我的处理器和图形性能很差,所以它拖在我的笔记本电脑上。
https://askubuntu.com/questions/1212267
复制相似问题