Denilson Sá Maia
Denilson Sá Maia
> As a next step, I want that it outputs all QRCodes in a PDF file for easing the process of a paper backup. @scollovati I see you already generate...
I'd like to add that this specific issue is about MIDI support, not audio. Indeed, with PipeWire I can route the two output audio channels to whatever audio sink I...
@kmatheussen, that is very helpful! As a quick-and-dirty fix, we can have a [single-line patch]( https://github.com/juce-framework/JUCE/blob/22df0d2266007bccb25d6ed52b9907f60d04e971/modules/juce_audio_devices/native/juce_Midi_linux.cpp#L472)! ```diff --- juce_Midi_linux.cpp 2023-09-08 16:19:43.865931328 +0200 +++ juce_Midi_linux.cpp 2023-09-08 16:09:52.193231251 +0200 @@ -469,7 +469,7...
By just looking at git history, I guess this behavior was introduced in 2017 (6 years ago), in [this commit](https://github.com/juce-framework/JUCE/commit/c2100022ccf0a0d76fab07ddd432d0680946744e#diff-2dd746dcdee8bc7040ed9240174fa2240ab70b783fd15872714b42e850594ae3R409), which was a large refactor with hundreds of lines. That...
Relevant VLC source-code: (probably) * https://code.videolan.org/videolan/vlc/-/blob/bc0ae4752e63638d5fe16d7304cb0edfa1f8c50f/modules/video_output/xcb/window.c#L704-766 * https://code.videolan.org/videolan/vlc/-/blob/bc0ae4752e63638d5fe16d7304cb0edfa1f8c50f/modules/video_output/xcb/window.c#L941-942 Relevant Feh source-code: (probably) * https://github.com/derf/feh/blob/1d02f9027a39d45657e78eba19b4956158bb4365/src/winwidget.c#L294-L309 * https://github.com/derf/feh/blob/1d02f9027a39d45657e78eba19b4956158bb4365/src/winwidget.c#L344-L353 Running `xwininfo -wm` on VLC (before and after entering full screen): ``` xwininfo: Window...
When using `xprop` against both VLC and Feh, I noticed: * VLC had `_NET_WM_STATE(ATOM) = ` when windowed. * Feh had `_NET_WM_STATE(ATOM) = ` when windowed. * VLC had `_NET_WM_STATE(ATOM)...
Meanwhile, as a workaround, it is possible to [manually create a data backup](https://gist.github.com/AnatomicJC/e773dd55ae60ab0b2d6dd2351eb977c1#backup-applications-datas) of the application, then [extract the contents](https://gist.github.com/AnatomicJC/e773dd55ae60ab0b2d6dd2351eb977c1#extract-content-of-adb-backup-file), and then use any SQLite tool to read/export the `track_history`...
None of the flatpak DOSBox versions can be executed anymore. They all fail with: > /usr/bin/flatpak: /home/deck/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64/libcurl.so.4: version `CURL_OPENSSL_4' not found (required by /usr/lib/libappstream-glib.so.8) This is likely related to https://github.com/ValveSoftware/steam-runtime/issues/551...
I've managed to launch the game (on both desktop mode and game mode) using the following line in `~/.config/boxtron.conf`: cmd = /home/deck/dosbox.sh And then I created a shell script at...
If you live in Europe, most of the time the screenshots will covered by the cookie notices. Thus, removing those elements is required in order to make the screenshot remotely...