Sergei von Alis
Sergei von Alis
> > One example I have in mind is a translation app that has a feature to translate selected text > > In #843 it was mentioned that this interface...
Apps that run win32 binaries via Wine, e.g. Bottles and protontricks, could benefit from this as well. An `.exe` can be opened via portal, but if it's not self-contained and...
I guess this is specific for GTK portal / Qt app combo. Qt app with KDE portal appends the extension correctly, so does GTK app with GTK portal.
@markummitchell This bug is still present, maybe leave the issue open until it's really fixed? Switching from gtk portal to kde is just a workaround.
@Glitchy-Tozier this bug is specific to Qt apps, isn't it? Telegram and KeePassXC are Qt-based, LibreOffice on Flathub is not.
@barthalion Most nowadays .deb packages contain `data.tar.xz`, but `xz` is not the only option, so we would need list `ar` contents before extraction. @alexlarsson `dpkg` is available on most non-deb-based...
@alexlarsson Well, how to approach this, then? Assume there is always `data.tar.xz`? Listing `ar` contents and selecting correct compression type is beyond my C skill.
There is already RPM archive support (via `rpm2cpio`), I thought it would be nice to support deb as well, especially since there are already some apps on Flathub that unpack...
Given that flatpak-builder already depends on the uncommon `rpm2cpio` utility, should I still rewrite this to use `ar | tar`, or is `dpkg-deb` acceptable?