-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Theme is not kept after relaunch #565
Comments
Created by: Matto58 UPDATEI'm so stupid lmao. Steps to fix: |
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 Not stupid at all—that should be working without you having to save the theme file explicitly like that. Is there something that might be resetting your preferences file when you restart? i.e. is this a public or school lab machine? |
Created by: benfry Comment from @Matto58 in #590:
Apologies, I thought I'd unlocked this one when I reopened it. If you remove the |
Created by: benfry If you change any other settings, do they remain set after a restart? (i.e. change the font size in Preferences; what happens?) |
Created by: Matto58 Just checking - is this being worked on? Sorry if I'm being a little rude! |
Created by: benfry At the moment I don't have anything to work on—I can't reproduce the problem. The theme is stored in the preferences file, so I was asking about changing other preferences to see if it was a problem there. Since those preferences are working, I'm stumped because I can't find another machine that has the issue. I've tried 3 that I use for testing and all of them are working fine. If anyone else runs into this problem and can shed some light, please help—I'd obviously like to fix it but there's nothing to fix at the moment. |
Created by: benfry One more thing to check: after you change the theme, check Next, look for a folder named |
Created by: Zetrypio I can have the exact same problem. I have found the cause of the problem on my machine: Preferences are not saved at all when closing the window with the close button on the right of the window title bar or by using I am using:
|
Created by: benfry Thanks, that's helpful… With that, I can at least have it explicitly save the preferences each time there's a theme change. It's overkill but better than it being sometimes broken. That fix is in the source, so it'll be in the next release (4.0.3 or 4.1) when available. Or if you'd like to give it a try, see about building the source and let me know. |
Created by: Zetrypio Thanks for the fix, I think this will work for a theme change (I didn't manage to test the fix), but I want to point out that this will not solve the problem for font size (and other preferences). |
Created by: benfry Preferences not saving is a totally new/separate issue that I'd not heard of before. Can you file an issue for it? For the original poster here, other preferences are working fine, this is only about the theme itself not saving when changed. |
Created by: Matto58
I'd like to correct you: in this comment, it says nope, saving other preferences don't work, as a reply to this comment |
Created by: benfry I'm just asking for help; the Preferences issue is unrelated, so it needs to be in a separate issue. But perhaps don't bother, because as described in #565 (comment), the Preferences are working correctly. Closing the Preferences without confirming (the close box or hitting ESC) is equivalent to clicking Cancel in the window. But again, if there's a problem with Preferences that I'm missing, please open a separate issue. The originally posted problem here is fixed. |
Created by: Matto58 Thanks for fixing it! It works in 4.1.1 now! |
Created by: benfry Great, happy to hear it. |
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: Matto58
Description
When I open Processing (let's say the default theme is theme A), change to a different theme (let's call this theme B), close Processing and open it again, theme A shows instead of theme B.
Expected Behavior
Theme B should appear after relaunch instead of theme A.
Current Behavior
Theme A appears after relaunch instead of theme B.
Steps to Reproduce
Your Environment
Possible Causes / Solutions
The text was updated successfully, but these errors were encountered: