Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't access system homedir after adding symbolic links #3523

Open
rgoubet opened this issue Oct 10, 2024 · 1 comment
Open

Can't access system homedir after adding symbolic links #3523

rgoubet opened this issue Oct 10, 2024 · 1 comment
Labels
Feedback Feedback from the community.

Comments

@rgoubet
Copy link

rgoubet commented Oct 10, 2024

I have followed the process described here in order to be able to access my Linux system's home Documents folder from an application running in a bottle.

Unfortunately, this does not appear to work. While the symbolic links are correct when accessed from Linux, the Documents folder does not appear from the Windows application when navigating, in a file selector dialog, to C:\users\user_name.

Using Flatseal, I've given access for Bottles to ~/Documents and even ~/* without any more luck. Any advice?

@rgoubet rgoubet added the Feedback Feedback from the community. label Oct 10, 2024
@jntesteves
Copy link
Contributor

jntesteves commented Oct 11, 2024

I don't think ~/* is a valid permission, better remove it. There is a toggle for the entire home folder in Flatseal if you want to do that.

You can try adding xdg-documents for exposing the ~/Documents folder, in my experience using the xdg- names usually works better when there are symlinks in the mix.

Edit: Also note that the app always needs to be closed and reopened for static permissions to take effect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feedback Feedback from the community.
Projects
None yet
Development

No branches or pull requests

2 participants