niknah

Results 72 comments of niknah

Go to preferences and change the file format to vp8/webm, the temporary file from that can be used if something goes wrong with it half way. If you have the...

You can try my fix here, it'll change the screencasts to I420(yuv 4:2:0)... https://github.com/niknah/kazam/commit/8995e63cb8cc30e4c623871bedc5050942a36756

webm appears rotated sideways when I view it in vlc. Maybe webm support is better nowadays, video editing programs used to have various problems with it.

The ffmpeg command line in the above link includes "-pix_fmt yuv420p" which converts it from yuv444p (not viewable by firefox) to yuv420p (viewable by firefox). If you run that same...

You might have another xdg folder somewhere else. See where python is getting xdg from and if that folder has BaseDirectory.py `PYTHONVERBOSE=2 python3` `import xdg.BaseDirectory`

Run "kazam --debug" When you click on the "window" button, there should be a line that says "Compositing window manager detected" I am using picom. It works for me. If...

Thanks for trying it out.  There was a problem with the selection for compton, I have fixed it up.  I have changed it so it doesn't use composite selection for...

That's the "warning" message. The error message is... configparser.NoSectionError: No section: 'mai Maybe there's more and it was cut off. Do you have a [main] section In the file... ~/.config/kazam/kazam.conf...

In the file ~/.config/kazam/kazam.conf There should be a [main] section If you remove that file, it'll be recreated automatically.

In kazam.ui, look for "spinbutton_delay", and change "max_length" to something bigger like... ```xml 5 ``` Look for the kazam/app.py file, at the end of KazamApp.__init__() add a "set_range" line, so...