determining path for portable preferences file is wrong for windows OS
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 76/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Quiet
- Tech stack
- java
- Domain
- desktop, operating-systems
Research direction
Start in app/utils/src/main/java/processing/utils/Settings.java around line 102, where the portable preferences path is determined. Reproduce or trace the Windows path handling and check how the separator replacement affects the result. Done means portable preferences resolve to \preferences.txt rather than placing preferences.txt beneath Processing.exe.
Written by the indexing model from the issue text.
Description
This is currently searching for portable preferences at: <installdir>\Processing.exe\preferences.txt on windows.
guess, should be: <installdir>\preferences.txt
the replaceall should consider \ as path separator on windows.
Cheers
--- mnse
- Dominant language
- Java
- Stars
- 497
- Forks
- 183
- Avg merge
- 4h 39m
- Merged PRs (30d)
- 3
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from processing/processing4
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 64/100
processing/processing4#1554 · 1 comment ·
-
bug
Difficulty 3/5 1-2 days Newbie friendliness 55/100
processing/processing4#1573 ·
-
startup error Open
Difficulty 4/5 3-5 days Newbie friendliness 25/100
processing/processing4#1569 · 7 comments ·
-
Binaries under bin directory lack executable permissions for the snap and .deb packages for Linux Openbug
processing/processing4#1567 · 3 comments · 1 reaction · 1 assignee ·
-
lower priority
Difficulty 4/5 3-5 days Newbie friendliness 55/100
processing/processing4#1566 · 3 comments ·
All issues in processing/processing4
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
elastic/gradle-plugins#157 ·
-
enhancement Tools
Difficulty 1/5 Under an hour Newbie friendliness 75/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
apache/rocketmq-dashboard#5008 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
DETECT_PARAMETER_NAMES=false silently disables @ConstructorProperties-based Creator detection too Open
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
FasterXML/jackson-databind#6229 ·