Flatpak packaging PoC #2
Replies: 4 comments
-
Thanks! Luckily GitHub added a new "Discussions" feature where we can move this. |
Beta Was this translation helpful? Give feedback.
-
I posted a packaged Flatpak bundle if anyone wants to test this and is too lazy to build.
https://github.com/tinywrkb/flatpaks/releases/tag/wlvncc-r43.1ca82ce |
Beta Was this translation helpful? Give feedback.
-
Perhaps I ought to mention that if wlvncc is compiled with libvncserver and aml as subprojects, they will be statically linked into the binary. |
Beta Was this translation helpful? Give feedback.
-
Oh, that's nice, I didn't notice this. |
Beta Was this translation helpful? Give feedback.
-
This is not a feature request, I'm just sharing my Flatpak manifest for wlvncc.
Being able to decouple the app from the system is pretty neat, especially due to the fact wlvncc is still in development and it might require unstable versions of libs that conflict with the already installed stable libs.
Note that both
commit
andbranch
are set in order to catch new commits on rebuilds so build will fail when there are new commits.Prerequisites are
flatpak-builder
and theorg.freedesktop.Sdk//20.08
runtime installed.To build and install just run something like:
And then run with
$ com.github.any1.wlvncc ...
or something likeBeta Was this translation helpful? Give feedback.
All reactions