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或有其他具體需求,請提供更多信息以便我能給出更準確的指導。