robxnano
robxnano
While I was making some changes I found that the real libadwaita theme only uses backdrop states for items on headerbars and toolbars. Would it be possible to do the...
**Description of Change:** This allows the use of native file dialogs for users of KDE and other desktop environments by using xdg-desktop-portal. Users will see the native dialogs if they're...
**Description of Change:** Port of the Linux client to GTK4 (#5509). Overall, the interface should be mostly very similar to the GTK3 version, but there are some nice improvements that...
### Description of the feature or enhancement you'd like to see in HandBrake Now that GTK 4 is widely available across Linux distributions, I would like to port HandBrake to...
Recipe: https://github.com/haikuports/haikuports/blob/073bae46af6d69fc51db735aa457f1650f7377dc/media-libs/gst_plugins_good/gst_plugins_good-1.22.0.recipe Log: https://build.haiku-os.org/buildmaster/master/x86_64/logviewer.html?buildruns/8335/builds/79082.log Although the recipe used the recommended `meson setup build` command, rather than the deprecated `meson build`, the porter failed. The `--wrap-mode=nodownload` argument inserted [here](https://github.com/robxnano/haikuporter/blob/adc25c2375d3ad59b4f1f6874abd0cd56d8a6538/HaikuPorter/ShellScriptlets.py#L354) caused it...
Installing game-extraction-toolbox with pipx under Python 3.12 doesn't work as the pkg_resources module is not included. As this module is deprecated, this replaces it with importlib.metadata instead.
This Windows-specific method of obtaining the current color scheme is now redundant. Since the colorSchemeChanged signal is already being used, it's simpler to just read the mode from QStyleHints as...
This is a fix for https://bugs.dolphin-emu.org/issues/10392, which has been a problem for at least 7 years now. I've implemented support for several D-Bus interfaces to inhibit the screensaver on Linux,...
**Description of Change:** Removes all uses of setenv() as it is [not thread-safe](https://blogs.gnome.org/mcatanzaro/2018/02/28/on-setenv-and-explosions/), replacing them with alternatives in order to prevent any potential issues. It also fixes the custom temp...
### Problem Description I've been running into a few issues with LTO on Linux now that SVT-AV1 enables it by default. Due to the long linking times with gcc, I...