Ubuntu Compton(可能是指Ubuntu的一个版本或特定社区)并没有特定的截图功能,因为Ubuntu是一个广泛的操作系统,其版本和代号可能会随着时间的推移而变化。不过,我可以为你提供在Ubuntu中通常使用的截图功能的启用和使用方法。
sudo apt install gnome-screenshot
gnome-screenshot
gnome-screenshot -w
gnome-screenshot -a
gnome-screenshot -w -f /path/to/your/window_screenshot.png
gnome-screenshot -a -f /path/to/your/area_screenshot.png
gnome-screenshot -w -d 5 # 窗口延迟5秒
gnome-screenshot -a -d 5 # 选定区域延迟5秒
Shutter:
sudo apt install shutter
Flameshot:
sudo apt install flameshot
gnome-screenshot -a
希望这些信息能帮助你在Ubuntu中启用和使用截图功能。如果你指的是特定版本的Ubuntu或有其他具体需求,请提供更多信息以便我能给出更准确的指导。