I'd recommend adding
export QT_QPA_PLATFORM=wayland
to your
$HOME/.bash_profile
file or your
$HOME/.bashrc
file - if you feel comfortable editing files on Linux.
I prefer the .bashrc since this were I place all my exports and group
them all together.
However, the .bashrc isn't as t
HI Cinaed and Jeff,
Sorry for the late reply. I checked if I had the qt-6 wayland and xwayland
installed. Turns out I didn't have the qt6-wayland installed so I installed
it. The issue still remained so I disabled wayland and it seemed to work.
Just like what you guys saw, I stopped seeing the iss
Hi Jose - I can run your script for hours without any issues on both GR
3.8 and 3.10.
Have you tried setting
export QT_QPA_PLATFORM=wayland
as indicated in the first error message - to see if the script runs
longer then 10 minutes?
My guess is if you eliminate the first exception the othe
This looks like something that was fixed quite a while ago in
https://github.com/gnuradio/gnuradio/pull/3301
Tested on a recent GR, and this doesn't happen. Could you post the
generated code?
On Tue, Nov 22, 2022 at 10:23 PM Jose Ruvalcaba wrote:
> Hello,
>
> I've been noticing an issue poppi
Hi Jose - since it's complaining about wayland, check to see if the
following software is installed
qt6-wayland
xwayland
On debian systems, type
apt list --installed | grep wayland
to see what's installed.
wayland is efficient way to connect to your desktop.
-- Cinaed
On 11/22/22
Hello,
I've been noticing an issue popping out everytime I stop running my
flowgraph and I was wondering if someone had some insight on it. I have a
flowgraph where a signal source is connected to a probe signal block. This
block is constantly updating values and are being displayed using the QT
G