WickedSmoke
WickedSmoke
### Describe the bug There is an 11 second delay before the tts program does anything. Even commands such as "tts --help" which do no processing have this pause. During...
It looks like the _al_xwin_set_fullscreen_window() function in src/x/xwindow.c is not setting the source indication correctly. Data items 3 & 4 should be swapped. See the [spec](https://specifications.freedesktop.org/wm-spec/wm-spec-latest.html#idm46409506287472) xev.xclient.data.l[1] = X11_ATOM(_NET_WM_STATE_FULLSCREEN); xev.xclient.data.l[2]...
Here are two changes which update GLFW to version 3 and implements saving a PGM heightmap image. QMake PKGCONFIG of glfw did not work on Fedora, so I disabled it...
The studio program always crashes on exit in AudioTask::task() on Fedora 37. In the audio thread this is linux/audio_device.cpp line 434: snd_pcm_sframes_t frames_written = m_device.m_api.snd_pcm_writei(m_device.m_device, buffer, frames_avail); When stepping through...
Currently the project links with gtk-3 to bring in the file dialog used by src/engine/linux/os.cpp. Not only is this an older version of Gtk, but it does not support KDE...
This gets the tess version of the viewer mostly building on Linux. The following manual steps are still required as the rive library --with_rive_text option does not get set properly....
This builds upon the work of @shingen75 in issue #1406. There is a fair amount of cleanup, the scroll bar was implemented, and a few serious problems fixed (commits 1cc39e3a...
The spec file has multiple sources and setup lines: ``` Source0: https://downloads.sourceforge.net/xu4/1.4/xu4-%{version}.tar.gz Source1: https://downloads.sourceforge.net/urlan/Boron/boron-2.0.8.tar.gz %prep %setup -q -n xu4-%{version} %setup -T -D -a 1 ``` It works OK with rpmbuild,...
When the `--alternate-mouse` option is used pressing F12 will lock the cursor, but pressing the key again does not unlock the cursor. The lock toggle works without that option. This...