mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[GH-ISSUE #1398] user folder does not generate on linux #468
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#468
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @thethunderturner on GitHub (Oct 17, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/1398
As the title suggests, the
userfolder doesn't generate when opening the appimage, or the executable built from source code. This issue appears from the last release (3.0.0) until the latest version (3.0.1). I only got a folder the first ever time I installed shadps4 on my computer. After that, future installations of shadps4 on different folders, wouldn't generate user folders inside the folder where the appimage is or inside the build folder. Am I missing something or is this a bug?Thanks
@ngoquang2708 commented on GitHub (Oct 17, 2024):
It is changed to standard location
/home/$USER/.local/share/shadPS4.@thethunderturner commented on GitHub (Oct 17, 2024):
Thank you