My application is a Qt-based desktop app that must:
• download CSV/PDF reports into the user’s Downloads folder
• let the user open the folder after download
• read previously downloaded files for viewing
This folder access is essential for normal functionality.
Notes
The app does not access any other personal folders.
Only the Downloads directory is required.
This request is for strict confinement with limited personal-files access.
Please let me know if any additional information is required.
Thank you!
You do not need a personal-files interface for this, the home interface will give you full access to all non-hidden directories underneath $HOME (including Downloads), it automatically connects and doesn’t require special approval…
I have a Qt 6 application using QWebEngineDownloadRequest to download files.
When I run the app in CLION normally (outside Snap), the downloaded files go correctly into:
/home/<username>/Downloads
But after packaging the app as a Snap, the same download is saved into: