Sergei von Alis

Results 204 comments of Sergei von Alis

This is probably because Meson is already present in the SDK. Why do you need to generate it?

I believe DBus API is the proper way to integrate apps with udisks2. `udisksctl` is just a very limited console UI, it's probably not supposed to be invoked from apps....

Yeah, we don't need much of the API here, just two interfaces and two method calls. Probably the only thing to note is that when calling `LoopSetup` method on `org.freedesktop.UDisks2.Manager`...

Hey there. I've made a [manifest](https://github.com/gasinvein/ua.org.brezblock.q4wine/blob/master/ua.org.brezblock.q4wine.yml) for building Q4Wine flatpak in the past. It's able to produce a fully-working build, but is slightly outdated now. You can reuse it (partially...

@Nokia808 Building Q4Wine as a flatpak is easy, but handling Wine isn't. It poses several questions: - Should we bundle Wine with Q4Wine? - If so, which branch? - Should...

@smcv This sounds good enough to me.

>The main ref being committed has the shortest ref name when removing its ref type. Technically this assumption may be incorrect. As I understand, `add-extensions` with `bundle: true` allows exporting...

> Are you familiar with any repo where this funtionality used? Not with unrelated extension ID, but [here](https://github.com/flathub/org.chromium.Chromium/blob/master/org.chromium.Chromium.yaml#L31) is `org.chromium.Chromium` app exporting a custom `org.chromium.Chromium.Codecs` extension. Imagine the extension had...

It it possible to use this without RemoteDesktop? I believe a Clipboard portal would be useful on its own, as a more convenient way to interact with the clipboard on...

> > It it possible to use this without RemoteDesktop? I believe a Clipboard portal would be useful on its own, as a more convenient way to interact with the...