Hello everyone :) I'm looking for a way to add GMIC filters to videos. I was using Natron for this task, but all the renders started to fail since I switched from Ubuntu to Kubuntu. The error message I got most often is Read1 error: FFmpeg Reader Failed to flush the decoder of remaining frames...
So here is an example:
I have Firefox running and when there are a number of tabs open it is very difficult to see where one ends and the other starts.
I've searched in Firefox and in my Linux install and cannot find any kind of adjustment for contrast.
Another example is when I go to a website...
Hello, it's me again, with a new Ubuntu 24.04 issue :)
I followed this guide https://ploi.io/documentation/server/change-swap-size-in-ubuntu to increase the size of my swap file. I used the following commands:
sudo swapoff -a
sudo fallocate -l 10G /swapfile
sudo chmod 600 /swapfile
sudo mkswap...