You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the $prefix/drive_c/users/$USER/ folder has a bunch of symlinks that are supposed to point to equivalent paths in $HOME, but instead they point to directly to $HOME
Add logs
N/A
Steps to reproduce
install a new game w/ default prefix settings
run it once
navigate to $prefix/drive_c/users/$USER/
run find . -type l then find . -type l -exec readlink {} +
Expected behavior
either symlinks should be folders instead or point to the correct paths
Screenshots
No response
Heroic Version
Latest Stable (Flatpak)
System Information
OS: Fedora KDE 41
Additional information
$ cd $prefix
$ find . -type l
./AppData/Roaming/Microsoft/Windows/Templates
./Documents
./Music
./Videos
./Desktop
./Pictures
./Downloads
$ find . -type l -exec readlink {} +
/home/pedro
/home/pedro/Documentos
/home/pedro
/home/pedro
/home/pedro/Área de trabalho
/home/pedro
/home/pedro
The text was updated successfully, but these errors were encountered:
Describe the bug
the
$prefix/drive_c/users/$USER/
folder has a bunch of symlinks that are supposed to point to equivalent paths in$HOME
, but instead they point to directly to$HOME
Add logs
Steps to reproduce
$prefix/drive_c/users/$USER/
find . -type l
thenfind . -type l -exec readlink {} +
Expected behavior
either symlinks should be folders instead or point to the correct paths
Screenshots
No response
Heroic Version
Latest Stable (Flatpak)
System Information
Additional information
The text was updated successfully, but these errors were encountered: