Results 32 issues of Bruno

Hi, @sudo-give-me-coffee and @probonopd. We are trying to build an official AppImage upstream (without customizations, but it is a AppImage): https://gitlab.gnome.org/GNOME/gimp/-/merge_requests/1440 😃 Help is appreciated regarding some little bugs.

Hi, @aferrero2707, @probonopd and @azubieta. Following #9 discussion, we are trying to build an official AppImage upstream: https://gitlab.gnome.org/GNOME/gimp/-/merge_requests/1440 😃 Help is appreciated regarding some little bugs.

**Describe the bug** When generating .pdb debug symbols with the compiler using the ninja backend (this is possible since 2017 with clang and 2023 with gcc), meson only copy to...

Similar to #282 --- When bundling GTK apps, appimagetool copy the loaders.cache file required by GdkPixbuf. But inside the file the paths aren't adapted to be relative to AppDir/usr/lib... which...

bug
help wanted

This function is actually incomplete for pratical purposes: https://github.com/probonopd/go-appimage/blob/426deeeea1da0929c485a306a8ee7fc525551a72/src/appimagetool/appdirtool.go#L807 It's "incomplete" because `immodules.cache` file isn't copied and `GTK_IM_MODULE_FILE` isn't set in AppRun. So, the AppImage can have problems of compatibility...

help wanted

### Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/flatpak/flatpak/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/flatpak/flatpak-builder/issues) for a bug that matches...

### Sudo for Windows version 1.0.1 ### Windows build number 10.0.26100.0 ### Other Software I am trying to make a .ps1 script that relies on sudo for Windows and I...

Issue-Task
Needs-Triage

Trying to get MSYS2 InstallLocation with ``` Get-ItemProperty (Resolve-Path Registry::'HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall\MSYS*') | Select-Object -ExpandProperty DisplayVersion ``` is simple impossible since the key is named as `{85409743-9467-48d0-b0e8-7f8a1cbda52e}`, which seems to be random....

**Describe the bug** If you use something like `conf.configuration_data()` and `conf.set('var_name', var_value)`, the produced config.h file will have a C-style header: ``` /* * Autogenerated by the Meson build system....

When we run `pacman -S $MINGW_PACKAGE_PREFIX-toolchain` in CLANG64 shell it will install: https://packages.msys2.org/groups/mingw-w64-clang-x86_64-toolchain However, trying to run `make install _toolchain` on quasi-msys2 will result in failure: ``` Makefile:468: *** Unknown...