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

Symlinks in prefix don't point to correct locations #4153

Open
rehdi93 opened this issue Dec 4, 2024 · 0 comments
Open

Symlinks in prefix don't point to correct locations #4153

rehdi93 opened this issue Dec 4, 2024 · 0 comments
Labels
bug:unconfirmed Someone works on identifying the issue

Comments

@rehdi93
Copy link

rehdi93 commented Dec 4, 2024

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

N/A

Steps to reproduce

  1. install a new game w/ default prefix settings
  2. run it once
  3. navigate to $prefix/drive_c/users/$USER/
  4. 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
@rehdi93 rehdi93 added the bug:unconfirmed Someone works on identifying the issue label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug:unconfirmed Someone works on identifying the issue
Projects
None yet
Development

No branches or pull requests

1 participant