Results 164 comments of tinywrkb

> It is kind of official and peope are seen using it all over the internet in forum posts and SO questions. Well..., it's not in any way official, and...

I actually might have something working a bit later today.

Here's a [very initial package](https://github.com/tinywrkb/flatpaks/blob/master/io.github.lcgamboa.picsimlab/com.github.lcgamboa.picsimlab.yaml), just get it to be built and packaged. It took a bit more effort than the usual packaging, so it's not pretty yet. I think...

And forget to mentioned that I plan to package CuteCom later, and suggest to upstream to publish on Flathub. **edit: [CuteCom packaging](https://github.com/tinywrkb/flatpaks/tree/master/com.gitlab.cutecom)**

> I think you can change the cutecom command to gtkterm in the picsimlab1.cc file using sed to make it easier to implement until the next version comes out. Right,...

Thanks. I added GTKTerm to the package, maybe it should be moved up in the dependency tree to avoid rebuilding it when picsimlab is updated, as it should be better...

> It is necessary to change or you can use "install_app" instead of "install" ? I can use the `install_app` target. > From what I understand of flatpak it is...

Try disabling rofiles-fuse by running Flatpak builder with `--disable-rofiles-fuse`. > --disable-rofiles-fuse > Disable the use of rofiles-fuse to optimize the cache use via hardlink checkouts. rofiles-fuse is being used because...

I believe Flatpak is using user namespaces so should be enabled in the CI container.

Are you sure that user namespaces are enabled? Flatpak set the sandbox with Bubblewrap so the following should work in the container because we don't use namespaces: ``` bwrap \...