Why Kdenlive in Ubuntu cannot access windows folder?

I found a strange thing. When I use KDENLIVE (20.04version) under UBUNTU 20.04, if I use the menu--project--add clip or folder, I cannot see the windows directory that I have alreday mounted. For example, I use this command:

sudo mount /dev/sda4 /home/sunjar/windows/d -o uid=1000,gid=1000

When I use the 'open' menu in other software such as libreoffice or audacity, I can see the directory contents which is /home/sunjar/windows/d, and I can read and write them normally, but only kdenlive does not work. Did I missed something? Or is this a bug?

3

1 Answer

Applications installed via Flatpak or Snap (which might be the case if installed from the software center) may be running in a sandbox for security reasons, which can limit what directories they can access. I have had issues with Gimp not able to access /tmp when installed from Snap, for example.

I prefer using the AppImage version of Kdenlive downloaded directly from their website which is more up-to-date than the version available in Ubuntu's APT repository. It does not run in a sandbox.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like