Guido Muesch
Guido Muesch
Same here for UGS 2.0.9 (2021-11-24) with bundled Java on an HP ProBook 640 G2 with Intel graphics. Using LIBGL_ALWAYS_SOFTWARE makes UGS use 250% CPU when Visualizer is active. It...
Hi Alexandra, no, unfortunatly unchecking "use hardware accelerated plotting - OpenGL (EXPERIMENTAL)" did not work. I tried the Flatpak on Ubuntu 20.04 running inside Hyper-V on the same machine and...
I am using AlmaLinux 8.7 at work where I do not have root access. Here, libsamplerate is NOT installed by default. I don't know how other Python packages handle such...
I recently ran into the same issue. So I flipped the range parameter for update() as a workaround. Probably not a good idea once it gets fixed.
Same here. I wonder if it might be related to the use of Wayland. [Something similar was reported for MPV](https://ubuntuhandbook.org/index.php/2022/06/mpv-no-title-bar-border-ubuntu-2204/).
Indeed, switching Ubuntu to one of the "on Xorg" desktops (and not using Wayland) will bring back the window decoration. However, that's only a workaround.
According to https://doc.qt.io/qt-6/qt-add-ui.html `qt_add_ui()` was added in Qt 6.8, @iplayfast is using Qt 6.6. I had the same issue on Debian 12 (Qt 6.4.2 even). `set(CMAKE_AUTOUIC ON)` and commenting the...