https://bugs.winehq.org/show_bug.cgi?id=56339
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|REOPENED |RESOLVED
--- Comment #5 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Hello,
(In reply to olav.magi from comment #4)
How to check the permissions of my Linux user directory?
That is basic Linux support that you're asking there. The WineHQ forums are best suited for that: https://forum.winehq.org/
There are however plenty of resources online that can answer that question. For example: https://stackoverflow.com/questions/338037/how-to-check-permissions-of-a-spe...
ls -ld ~/Desktop ls -ld ~/Desktop/subdir
You're looking for write permission for the 'owner' of the directory. Also make sure that the owner is your linux user and that you run the application with that user (not root or a dedicated flatpack user).
~$ ls -ld Desktop drwxr-xr-x 2 olivier olivier 4096 12 aoû 2023 Desktop d → file is a directory rwx → owner permission Read-Write-eXectue (Execute for directory means can be entered/list content) r-x → group permission Read-eXecute r-x → everyone else permission Read-eXecute olivier olivier → owner + group
I have already opened the support ticket at https://github.com/bottlesdevs/programs/issues/305.
Good. Now you should wait for replies there.
Please don't reopen the issue unless the Bottles developers tells you it's a Wine issue. It can be reopened later, even if it gets closed in the meantime. You don't have to reopen this bug to ask new question. Just adding your comments is fine.
Regards.