Kazam
Revision as of 18:15, 27 February 2024 by Onnowpurbo (talk | contribs)
Kazam adalah tool minimalis yang bagus untuk screencasting. Ini termasuk dukungan screen capture. Kazam paling cocok untuk pemula dan untuk menyelesaikan tugas dengan cepat tanpa terlalu banyak opsi yang rumit.
Pastikan xorg aman
Firstly you need to install the Xorg package
sudo apt-get update sudo apt-get install xserver-xorg
In this file /etc/gdm3/custom.conf (to access it for editing, you could run sudo nano /etc/gdm3/custom.conf), uncomment (remove the leading #) this line
WaylandEnable=false
save and exit.
Then run this command in the terminal
sudo systemctl restart gdm3
Happy Ubuntu :)
sudo apt update sudo apt -y install kazam
Ubuntu 22.04
sudo su sudo add-apt-repository ppa:sylvain-pineau/kazam sudo apt update sudo apt -y install kazam python3-cairo python3-xlib
Ubuntu 20.04.2
sudo su sudo apt -y install kazam python3-cairo python3-xlib
Kazam Baru
sudo add-apt-repository ppa:sylvain-pineau/kazam sudo apt-get update sudo apt install kazam sudo apt install python3-cairo python3-xlib