Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upicebreaker: settings "hardcoded" #663
Open
Labels
Comments
|
Should be fixed in the PR |
|
Well partial, can't find how to use B_USER_SETTINGS_DIRECTORY for the hardcoded path :/ |
|
From the install part inside haikuporter:
This doesn't work with B_USER_SETTINGS_DIRECTORY |
|
Haven't found a solution so far, issue remains |
|
Only solution so far would be if you moved the scores file from $settingsDir to ~/config/settings manually |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The path for the settings (scores and cfg) are hardcoded.
The icebreaker.cfg is always created in ~/config/settings/, should be B_USER_SETTINGS_DIRECTORY.
The icebreaker.scores is put into $settingsDir, which results in being in /system/settings. If the package is installed in the home hierarchy, the highscores aren't found or saved.
They, too, should be in B_USER_SETTINGS_DIRECTORY.