Skip to content

Grey/White bar on right side of sketches in Processing 4.3 on Manjaro w/ KDE Plasma 6, Wayland #862

Closed
@peterambos

Description

@peterambos

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:
example-screenshot

Steps to Reproduce

  1. Open Processing 4.3.
  2. This is the smallest amount of code I found to be able to reproduce the bug:
    void setup() { size(400, 400); background(0); }
  3. Run the Sketch, which produces the output given in the screenshot given above.

Your Environment

  • Processing version: 4.3 (64 Bit)
  • Operating System and OS version: Manjaro Linux 6.10.13 w/ KDE Plasma 6.1.5 on Wayland
  • Other information: I've attached a txt with my inxi output for further information.
    sysinfo_inxi.txt

I'm happy to provide any further information if needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinglinux

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions