Creak
Creak
@georgkrause I think there's a typo in the subject: "hole" -> "whole"
Caching data also comes with its issues. You'll need to ensure the local db is synchronized with the remote db, which is clearly doable by checking the modify dates. But...
May 2022 has come and no one showed up, I'll remove SVK then. I don't think I can deprecate it (as I have no easy way of telling the user...
Related to #38 I agree that would be useful, but I know neither of them. I do intend to have a Flatpak package though. I already have one running, I...
Thank you @bongochong and @debalance ! I must admit I don't know much about distributions packaging. If you are both willing to maintain the RPM and DEB packages, respectively, I'd...
@bongochong got a few questions on your copr repo here: https://copr.fedorainfracloud.org/coprs/niohiani/Diffuse-Python-3/packages/ * what is the nemo-extensions package? * where can I see the .spec file you're using for the diffuse...
So! I finally got a bit of time to spare on Diffuse! @bongochong Thanks for the .spec file, know that yesterday I created a metainfo.xml file (for Flatpak), which I...
I read this Debian documentation section about packaging: https://wiki.debian.org/DebianMentorsFaq#What.27s_wrong_with_upstream_shipping_a_debian.2F_directory.3F And they don't recommend that we add the `debian/` directory directly upstream. From what I understand, the main reason is to...
Thank you so much @debalance ! And happy new year to you too ;)
@bongochong Have you been able to use the [metainfo.xml](https://github.com/MightyCreak/diffuse/blob/master/src/usr/share/metainfo/io.github.mightycreak.Diffuse.metainfo.xml) instead of injecting the appdata.xml in the spec file? From what I gathered, metainfo.xml and appdata.xml are interchangeable.