对于Ubuntu桌面18:04更新,我使用:
sudo apt更新
数独apt升级
但对后者来说,现在突然出现了这样的情况:
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem
所以执行我得到的命令:
sudo dpkg --configure -a
dpkg: dependency problems prevent configuration of linux-generic-hwe-18.04:
linux-generic-hwe-
如何获得linux系统上所有可用windows管理器的列表(当然,这通常不是必需的,但是-我没有root权限)。很难在谷歌上搜索,因为所有返回的结果都是“linux窗口管理器列表”。
澄清:我正在寻找一个命令,列出“所有窗口管理器已安装”在我正在工作的系统上。
有兴趣知道它依赖于发行版。我的发行版是RedHat。
cat /proc/version
(Linux version 2.4.21-40.ELsmp (centos@sillage.bis.pasteur.fr) (gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-53)) #1 SMP
当我在全屏模式下准备一个1920x1080窗口时,是否仍有必要检查是否要求关闭该窗口?当您无法单击窗口的X按钮时,用户如何在全屏模式下关闭窗口?我从一本书中提取了这段代码。
int main()
{
// Create a video mode object
VideoMode vm(1920, 1080);
// Create and open a window for the game
RenderWindow window(vm, "Pong", Style::Fullscreen);
/*
Some code here