Paul Winwood
Paul Winwood
Exact version of the operating system. Manjaro Linux (rolling release: latest) Elementary OS 5.1.7 Hera GTK+3 version (pkg-config --modversion gtk+-3.0) Manjaro: 3.24.33 Elementary: 3.22.30 Desktop theme The default Manjaro/Elementary one....
Sorry closed in error. No I am not using HiDpi my display is 1280x800. I will retest on a HD monitor,
This is an absolutely terrible hack but it works around the problem for now gtk3 oswindow.c line 733 gtk_widget_set_size_request(window->control.widget, (gint)width + 155, (gint)height + 190); Sorry.
So I have checked and Visual Studio Code sets the environment variable GDK_BACKEND=x11 which is why you did not see the problem. It seems that lots of other applications also...
Works correctly now in the listed environments, thanks!
A key feature of the sbitx is that it uses all the interface capabilities of the Raspberry Pi such GPIO, SPI, etc. I do not think set top boxes normally...
1) Declare a condition variable and a mutex along with the thread 'handles' ``` pthread_t sound_thread, loopback_thread; static pthread_mutex_t sound_mutex; static pthread_cond_t sound_cond_var; ``` 2) Initialise the mutex and condition...
It's already done and tested in my fork. I will do a PR for everything when things settle down.