Question / Help How do I capture the terminal emulator on Ubuntu?

Alberane Lucio

New Member
<< proposal for help guide >>
Hello guys!
After searching a lot, I found a solution, albeit a palaver, to capture a terminal using OBS-Studio on Ubuntu 17.10.
Let's look at the steps. It's very simple!

Install the "pterm" (PuTTY Terminal).
Code:
$ sudo apt install pterm

Configure the parameters to improve the pterm font in the gnome launcher.
Code:
$ sudo nano /usr/share/applications/pterm.desktop

Change the run parameter to include the desired font and its size.
Code:
(...)
#Before
Exec = pterm

#After
Exec = pterm -fn "Ubuntu Mono 12"

I hope I've helped!
Thank you
 
Top