Results 164 comments of tinywrkb

> The qucsator has dependency on ADMS that depends on Perl modules. And therefore the adding of the qucsator into the Flatpak is not a straightforward task. @ra3xdh you can...

``` - --socket=x11 ``` Unless you're forcing XCB QPA platform in the application or using ngspice's X11 plotting, it should have instead ``` --socket=fallback-x11 --socket=wayland ``` Please read the [standard...

I updated the example `ADMS` packaging to work with the latest revision of `flatpak-cpan-generator.pl`.

Thank you for detailed reply. When the Wayland support will be ready, then Flathub publishing should be considered. I don't mind maintaining the packaging, though it's preferable that the original...

> The problem is that the ScreenCast Portal is designed in a way that you always have to ask for permission to record a specific screen/display and this typically blocks...

I'm a bit confused about those details. From the post in the PR: > Tokens can only be used once to restore streams. The permissions they hold are revoked after...

@GeorgesStavracas sounds great, thanks for the explaining this.

Wayland capture doesn't work for me. The only time it sort of worked is when I created a virtual display, and selected it, but the video was frozen, so that...

Nice to hear this helps. Note that: * I updated the manifest and removed the python-distutils-extra dependency. * The runtime and sdk actually have python-chardet but setup.py fails to find...

You probably want to read these: * [flathub/wiki/App-Submission](https://github.com/flathub/flathub/wiki/App-Submission) * [docs.flatpak.org/Requirements & Conventions](https://docs.flatpak.org/en/latest/conventions.html) * [/appstream/docs/Metadata Quickstart](https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html) And maybe glance at the [Portal docs](https://flatpak.github.io/xdg-desktop-portal/portal-docs.html) though it's out-of-data (missing the Secret Portal) so...