Kdenlive snap package can't detect any videos in my computer [duplicate]

Solution 1:

Remove the snap package (sudo snap remove kdenlive) and use apt instead

sudo apt install kdenlive

In Ubuntu 21.10, apt hosts a slightly older version of Kdenlive (4:21.04.3-2). If you want the very latest version, you can use the official PPA, with the following commands

sudo add-apt-repository ppa:kdenlive/kdenlive-stable
sudo apt update
sudo apt install kdenlive

Alternatively, you can use the appimage.

The appimage and the apt packages should not have permission issues.