-
-
Notifications
You must be signed in to change notification settings - Fork 70
Add the ability to specify the settings folder so that Processing can be portable #362
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
Comments
Created by: ingroxd Hi, |
In GitLab by @SebCanet on Jun 4, 2016, 00:38 Hi, |
Created by: ingroxd I think it is meant to save configs from one version to another! Compromises are that you use always default preferences and you copy processing folder again from Documents folder to USB stick in order to have always the latest version of your files! Ah, another thing... I'm sorry for a quite late reply. Hopefully enough some developer will see our request of portability and would include it in the next version... |
Created by: olliebean A very belated reply, but seeing as the issue is still open... I have managed to make Processing (v3.5.4) fully portable in Windows by placing a batch file (e.g.,
Running the batch file will start Processing, with the current user profile directory redirected to |
Created by: ingroxd Thank you @olliebean [: |
In GitLab by @SebCanet on Jul 12, 2021, 10:12 Many thanks! But it still is not a solution for Processing, like a setting, or something 'automatic' when you create a folder named 'portable' in Arduino IDE. |
Created by: benfry No need to repost the same issue in the new repo (or in the case of processing/processing#6189, in the same repo). If I have a chance to re-implement this, I'll just move the issue over once finished. |
Created by: benfry Will be possible in 4.0 beta 4 as of 1a49263. With the latest version of the source, or with beta 4 when it's posted, create a file called |
In GitLab by @SebCanet on Feb 18, 2022, 00:30 Hi, |
Created by: benfry You can set that by modifying The original issue here was that it wasn't possible to override the settings path because it used a native location, and is checked before |
Created by: github-actions[bot] This issue has been automatically locked. To avoid confusion with reports that have already been resolved, closed issues are automatically locked 30 days after the last comment. Please open a new issue for related bugs. |
Created by: benfry Added documentation about these features here: https://github.com/processing/processing4/wiki/Preferences#sketchbook-and-settings-location |
In GitLab by @SebCanet on Oct 1, 2015, 22:01
Hi, I'm working in schools and I would to use a portable version, usable on USB stick. Also because there are securities, and as I work in different school there are different securities. On Processing3 I didn't find all the option I could find in Processing2 preferences to make quite portable (because it still write in c:\Users\AppDatat\etc
Thanks a lot for helping me.
The text was updated successfully, but these errors were encountered: