-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Grey/White bar on right side of sketches in Processing 4.3 on Manjaro w/ KDE Plasma 6, Wayland #862
Comments
Hi, quick question, do you use a scaled UI mode on your display, e.g. 125% on 2560x1440 |
Jup, I use a scale of 120 % on a 2560x1600 display. |
Okay, could you test for me turning it to 100% scale for a second, I suspect the issue is with having non-integer scaling |
Sure! The bar is unfortunately still there after turning the scale back to 100%. Even tried logging out and back in to start a new session after changing the scaling, but the bar is still there. |
Okay, thank you so much for trying, will need to be looked into deeper with a vm of your OS then |
Got it, if you need any more information, just let me know. |
Since there was an update, just wanted to report this issue still persists in Processing 4.3.2 on the 2025-01-18 testing branch update of Manjaro with Plasma 6.2.5. Current inxi: |
Hi @PeteAmbos I've created a pull request with a potential fix, could you please try the test build created here and let me know if that solves your issue |
I can confirm using P2D fixes it on the regular build. I've downloaded and run the test build and unfortunately, it doesn't fix the issue. It still only works when explicitly using P2D. This is the first time I've run a test build though so to make sure I did it correctly, these are the steps I followed:
|
Added a different solution, seems like that something on Manjaro is resizing the window even though it is not resizable, causing the lines to appear, this solution sizes the window back down to the sketch size. More robust than the first solution |
@PeteAmbos Thanks so much for testing! I suspect you are doing it correctly, just check if you are running the correct new version by looking at the title bar, it should say I've also tested a different approach here: https://github.com/processing/processing4/actions/runs/12857195890 Oh and please post a screenshot again when testing, there's a lot I can glance from it |
@Stefterv Got it! So, I have bad news. On the new build, this is how the IDE looks when running I did manage to copy the error message from the IDE output (in a separate text file due to the length). I also tried copying Also, unlike the other times starting Processing for the first time, no icon appeared on the Desktop. It also doesn't say |
Fascinating, yeah that is still 4.3.2 for sure, probably erroring out because it's source files have disappeared 😅 I suspect closing Processing didn't fully close it and somehow it is still running in the background somewhere. Maybe restart too? I started working on a tool this weekend to make the experience of testing Processing builds easier Thanks again |
Yay! Sorry I’m keeping this open until the PR is merged |
Oh, sorry, I didn't know it was supposed to remain open until then, I'll remember that for the future. |
Yep, I've linked the PR in such a way that merging it will close the issue automatically 😉 |
@Stefterv by the way, I could also test the test build on Windows 11, if that would help make sure it is cross-compatible. |
Cool yeah please do! |
I apologize for the delay, but I've managed to test it now, and it seems to work without any problems on Windows 11. Here's my DxDiag for further info about my system: |
This is my first time writing an issue on a software project, so if I'm doing anything wrong, please let me know. I've searched for this issue on Google, here and the forums and found nothing so far, and read the guidelines for submitting issues and the troubleshooting page, but if I'm still doing something wrong, please tell me.
Description
When running a sketch in Processing 4.3, there always is a grey/white bar on the right side of the output, despite it not being coded to be there. The bug persists after uninstalling and reinstalling.
Expected Behavior
The sketches running without a unwanted bar appearing on the right side of the output.
Current Behavior
See Description.
Example Screenshot:
Steps to Reproduce
void setup() { size(400, 400); background(0); }
Your Environment
sysinfo_inxi.txt
I'm happy to provide any further information if needed.
The text was updated successfully, but these errors were encountered: