Skip to content

Cannot modify ini on steam deck #86

Description

@eljose003

System Info
Steam Deck
Operating System:
Steam OS

Describe the bug
Cannot modify ini on steam deck through BLCM
I think this is fault of utilities/GameDetection.java. Specifically getPathToINIFiles.
It assumes that the game is installed in the SSD, which is not necessarily the case, normally the ini files are on /home/deck/.local/share/Steam/...
BUT it searches the .exe location, if this is installed on an SD card, it will search on /run/media/... which is wrong, it should search on home, all because this function assumed that the .exe is on the same directory as home

To Reproduce
Install borderlands 2 in an sd card for example.

Additional context
This should not be so difficult to fix I think? This is my first time repporting a bug in github, so sorry if I missed anything

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions