Sergei von Alis

Results 33 issues of Sergei von Alis

### 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 feature request that...

## Linux distribution and version Fedora 34 ## Flatpak-builder version 1.1.1 ## Flatpak version 1.11.2 ## Description of the problem Manifest can include other manifests from external files. If such...

## Linux distribution and version Fedora 31 ## Flatpak-builder version 1.0.9 ## Flatpak version 1.4.3 ## Description of the problem I'm trying to build and FD.o SDK extension with MinGW-w64...

flatpak-builder doesn't strip and extract debuginfo from an extension after it's built. While option `no-strip: false` makes flatpak-builder to strip binaries, `no-debuginfo: false` doen't seem to affect anything - .Debug...

Module `distutils` is deprecated and removed in Python 3.12. We should stop using it for version parsing/comparison, and either implement our custom parser similar to `distutils.version.LooseVersion`, or extract and bundle...

bug
enhancement

If a flatpak app has some `--persist` dirs, files under these dirs can't be passed through/opened in other apps. Given an app has `--persist=.some-persisted-dir`, running `xdg-open ~/.some-persisted-dir` does nothing. Example:...

help wanted
portal: documents

If wine process is already confined externally (e.g. with some container sandbox like flatpak, LXC, docker, etc), it's own seccomp filters are never applied. It comes from this check: https://github.com/ValveSoftware/wine/blob/b48ce9a2778a4ff7ee14067f0ea73693ed70c52d/dlls/ntdll/unix/signal_x86_64.c#L2180...

Some steps towards #12 - We can add conditional `config-opts` dependent on arch, so there is really no need for separate wine32/wine64 modules - We should make sure that we...

Some apps want to bake into some of their files the build timestamp, i.e. the date/time when the app was built. There is no way I would know of to...

infrastructure