Summary: | Kdiff3 and Kompare can't see the home folder or media folder | ||
---|---|---|---|
Product: | [Applications] kdiff3 | Reporter: | Silviu <laurentiusilviu> |
Component: | application | Assignee: | michael <reeves.87> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugsie, laurentiusilviu |
Priority: | NOR | ||
Version: | 1.10.6 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Home folder is empty
/media folder can't be seen |
Description
Silviu
2024-04-03 20:09:10 UTC
Created attachment 168110 [details]
Home folder is empty
The /home folder is seen as empty folder but isn't
Created attachment 168111 [details]
/media folder can't be seen
The same behavior is for Kompare. Both application were installed using flatpak: sudo flatpak install -y flathub org.kde.kdiff3 sudo flatpak install -y flathub org.kde.kompare When I saw that the /home/user_name folder is seed as empty even if this is not empty and /media folder can't be seen, I tried using next commands: sudo flatpak override kde.org.kdiff3 --filesystem=host sudo flatpak override kde.org.kompare --filesystem=host but the results is the same. but Not a bug. Bad report, wrong command syntax. Please educate yourself on what flatpak is, how it works and how to properly give permissions. Better use a GUI instead. Closed. My apologies for the rather turse auto reply and closure. I am overruling the closure as kdiff3 can and should ajust its default permisions. Flatpack by default is highly restrictive on what apps are permitted to do. For kdiff3 this is excessive. kdiff3 will has bee adjusted to use --filesystem=home as its default ship setting. Further opening of the permissions should be done by configuration at the install site. This is now resolved for KDiff3. I don't know who maintains the Flatpak for Kompare on Flathub. I don't. I can can check the repo. on invent.kde.org. Any config file would be there if its mantianed on kde's systems. I would also be willing to do the MR. Hopeful that will get to the right person. (In reply to Silviu from comment #3) > The same behavior is for Kompare. > Both application were installed using flatpak: > sudo flatpak install -y flathub org.kde.kdiff3 > sudo flatpak install -y flathub org.kde.kompare > > When I saw that the /home/user_name folder is seed as empty even if this is > not empty and /media folder can't be seen, I tried using next commands: > sudo flatpak override kde.org.kdiff3 --filesystem=host > sudo flatpak override kde.org.kompare --filesystem=host > > but the results is the same. > > but The correct syntax is sudo flatpak override org.kde.kompare --filesystem=host Problem solved? From kdiff3s perspective this is resolved in the default settings. Manual override on your machine can also be done by command line or in some distros a plugin for system settings maybe provided . |