Difference between revisions of "Kazam"

From OnnoWiki
Jump to navigation Jump to search
Line 3: Line 3:
 
Pastikan xorg aman
 
Pastikan xorg aman
  
 +
sudo apt-get update
 +
sudo apt-get install xserver-xorg
  
 +
Edit
  
Firstly you need to install the Xorg package
+
  /etc/gdm3/custom.conf
 
 
  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
+
Pastikan parameter ini tidak di comment,
  
 
  WaylandEnable=false
 
  WaylandEnable=false
  
save and exit.
+
save and exit. Jalankan perintah,
 
 
Then run this command in the terminal
 
  
 
  sudo systemctl restart gdm3
 
  sudo systemctl restart gdm3
  
Happy Ubuntu :)
+
Install Kazam
  
 
  sudo apt update
 
  sudo apt update

Revision as of 04:58, 28 February 2024

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

sudo apt-get update
sudo apt-get install xserver-xorg

Edit

/etc/gdm3/custom.conf

Pastikan parameter ini tidak di comment,

WaylandEnable=false

save and exit. Jalankan perintah,

sudo systemctl restart gdm3

Install Kazam

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

Pranala Menarik