Alexander Wilms

Results 45 comments of Alexander Wilms

I created a Flatpak manifest: ``` { "app-id": "org.flarerpg.Flare", "rename-desktop-file": "flare.desktop", "rename-icon": "flare", "runtime": "org.freedesktop.Platform", "runtime-version": "1.6", "sdk": "org.freedesktop.Sdk", "command": "flare.sh", "finish-args": [ "--socket=wayland", "--socket=x11", "--share=ipc", "--socket=pulseaudio", "--device=dri" ], "build-options":...

These are included in the Sdk as well: https://github.com/flatpak/freedesktop-sdk-images/blob/1.6/org.freedesktop.Sdk.json.in#L2389

I've started writing a manifest, but it doesn't find PyQt yet. I've taken the PyQt module from here: https://github.com/flathub/net.ankiweb.Anki/blob/b62bc0fea594df26fafd112d7d809cdb8782fa91/net.ankiweb.Anki.json#L72 ``` { "app-id":"com.github.basiomeuspuga.Lector", "runtime":"org.kde.Platform", "runtime-version":"5.10", "sdk":"org.kde.Sdk", "command":"lector", "rename-icon":"focuswriter", "rename-desktop-file":"focuswriter.desktop", "rename-appdata-file":"focuswriter.appdata.xml", "finish-args":[...

PyQt is just Python bindings.

If someone wants to pick this up, here's a manifest of another PyQt application: https://github.com/flathub/flathub/pull/317/files

The same happens for me when trying to commit a change.

I imagined using an external disk

Isn't this covered by the Translations button? I don't think anything else is feasible.

Hm, it's not always reproducible for me, but often. In the log I noticed DOM events, which take 1s each. [profile.json.txt](https://github.com/jgarciao/linux-store-frontend/files/1819070/profile.json.txt)

Here's a preliminary Flatpak manifest: ``` app-id: com.github.nagyd.SDLPoP runtime: org.freedesktop.Sdk runtime-version: 1.6 sdk: org.freedesktop.Sdk command: prince.sh rename-icon: icon finish-args: - --socket=wayland - --socket=x11 - --share=ipc - --device=dri - --socket=pulseaudio cleanup:...