答案1
安装xcompmgr
sudo apt-get install xcompmgr
现在将命令添加xcompmgr -n
到自动启动
如果这不起作用,您可以尝试安装compton
。
sudo apt-get install compton
现在,重新启动计算机,运行 docky 并使用以下命令启动compton
@compton -c -r 16 -l -24 -t -12 -G -b
(如果这不起作用,请尝试运行compton -c -r 16 -l -24 -t -12 -G -b && exit
)
要将康普顿添加到启动应用程序,请打开终端并运行命令
sudo leafpad /etc/xdg/lxsession/Lubuntu/autostart
然后添加行@compton -c -r 16 -l -24 -t -12 -G -b