Results 164 comments of tinywrkb

See [manifest here](https://github.com/tinywrkb/flatpaks/blob/master/com.github.whoozle.android-file-transfer-linux/com.github.whoozle.android-file-transfer-linux.yaml). I had this packaged for a while now but I also experienced a bit of trouble with my phone or my desktop, not sure whom to blame...

Are wlroots changes still needed? Related Plagman/gamescope/issues/303

[Here's an initial Flatpak packaging](https://github.com/tinywrkb/flathub/tree/com.github.mbrlabs.Lorien). This is pretty much ready for Flathub publishing, except for a higher resolution icon. IIRC Flathub requires at least 128x128px icon. I'm not running a...

@Jeija thanks for solving the config file location issue. > I am wondering if checking for existence of the configuration file in $HOME will cause any issues with Flatpak support?...

@brainandforce I'm answering this a little bit too late maybe but I guess better late than never. The README here recommends installing the Systemd service related file in `\etc` which...

@OzzieIsaacs Here are a few other examples to keep in mind when deciding on the available API methods and features. To the `extend/change "views"` category, I would add a filtering...

~~[PoC Flatpak packaging](https://github.com/tinywrkb/flatpaks/blob/master/com.github.mortbopet.ripes/com.github.mortbopet.ripes.yaml),~~ it's not ready for Flathub publishing, but it's a good start. **edit: updated packaging is [here](https://github.com/tinywrkb/flathub/tree/io.github.mortbopet.Ripes)** It's missing AppStream appdata/metainfo, and also should be tested that everything...

> Is the [current installation target](https://github.com/mortbopet/Ripes/blob/7c4296fd3d7b6cf2d32b4e29f18a9e88a8f118ad/CMakeLists.txt#L133-L135) insufficient for this? Oh, I missed that, it's in master, but not in the latest tagged release. > I'm wondering if whether setting `-DCMAKE_INSTALL_PREFIX=${FLATPAK_DEST}`...

I sent a #187 with changes to the metainfo file. Details in the commit message. It's preferable that an app developer will maintain the Flathub packaging. I mean, I don't...

I forgot to mention that I didn't add filesystem access permissions, as it seems like the app is using the File Portal, and doesn't need to open/save files from outside...