Solved Home folder showed as empty - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52) +---- Thread: Solved Home folder showed as empty (/showthread.php?tid=376604) |
Home folder showed as empty - merlu - 2024-03-11 Hello, My ~/home/ folder is showed as empty in kodi file manager and i don't get why, there are some folders and files in it, but according kodi file manager, there is absolutly nothing. RE: Home folder showed as empty - wastis - 2024-03-11 This symptom might occur, if you have installed the flatpak version of Kodi. In this situation, Kodi is running in a sandbox. You can grant access to the home folder with flatseal (gui) or with "flatpak override" command. Something similar like Code: sudo flatpak override --filesystem= /home/$USER/ tv.kodi.Kodi RE: Home folder showed as empty - merlu - 2024-03-11 The command you provided does nothing, except an error. Code: error: Unknown filesystem location , valid locations are: host, host-os, host-etc, home, xdg-*[/…], ~/dir, /dir So i did it via GUI, and it worked. Thanks. |