I have created this note today because I ran into a problem when installing Discord on my computer that runs Linux.

When you download the .deb from https://discord.com/ it will not auto update. So that’s why I downloaded Discord from Flathub instead, here is the link to the Flathub download page. But this gave me permissions issues when uploading files from the Home folder, and when drag & dropping files into discord.

What seems to be a fix is to run the following command:

flatpak override --user --filesystem=home com.discordapp.Discord

This will work because this issue is caused by Flathub Permissions.