tinywrkb
tinywrkb
@gasinvein if you look in the second link, after f-e-d-c, I'm fetching an updated `Cargo.lock`, and running `flatpak-cargo-generator.py`.
@gasinvein 1. I need to disable the f-e-d-c check for the source, because Flathub CI doesn't have the helper tools I need, specifically `flatpak-builder-tools` are missing. So yes, the suggested...
My [userscripts extension for qutebrowser](https://github.com/flathub/flathub/pull/3070) is also affected by this. Maybe allow to disable metainfo updates via `flathub.json` property?
If you enable auto-merging, then flathubbot will delete the head branch.
> I want to believe it goes without further explanation that maintainers should test applications before pull requests are merged. That's very optimistic. Application maintainers are not only maintaining the...
> Exactly this. I maintain the ungoogled-chromium flatpak, so I would like to have an easy way to gather the URL, hash, etc. without f-e-d-c submitting a merge request. @TheEvilSkeleton...
Having tried it myself, I had to patch out the explicit libstd++ linking in `build.rs` to avoid the final linking against glibc. ``` --- a/build.rs +++ b/build.rs @@ -52,10 +52,6...
How exactly do you configure scanners? Last time I tried the same that you're doing here, I set `SANE_CONFIG_DIR=/var/config/sane.d:/app/etc/sane.d`, so it would be possible to configure libsane. And `sane.d` should...
The [0.4.3 version](https://github.com/schomery/dictionary/tree/066cda82daa07b707fdf64d332e1449c4cef9da7/WebExtension) is working without a problem in Chrome 88 so it would be nice if the iframe code path could be added back as a configurable option.
对不起我的中文不好,so I'll go with English. [This is my Initial Flatpak packaging](https://github.com/tinywrkb/flathub/blob/com.github.qier222.YesPlayMusic/com.github.qier222.YesPlayMusic.yaml) which is in a `flathub` repo branch with accordance to the packaging submission guidelines. This is a proof-of-concept, an...