Michael Altfield
Michael Altfield
@hexxone this bug should only be present on the prerelease (and I was never able to reproduce it). Do you have the same issue with the latest release [v0.7.0](https://github.com/BusKill/buskill-app/releases/tag/v0.7.0) *...
> I also cannot start the 0.7. Version because it seems like it is not signed properly. We [sign our apps with PGP](https://docs.buskill.in/buskill-app/en/stable/software_usr/signature.html), which we consider safer and freer (both...
> I cannot spend time @brechtm you are not allowed to package things in Debian. Debian has volunteer package maintainers, so this would be reaching out to them and asking...
@brechtm that's reasonable. Would you mind 1. removing the tag `wontfix` and 2. re-open this issue, then? ...Since that's more indicating to contributors that it's something this project is open-to?
Fixing this would also be an important prerequisite for package maintainers to securely obtain the authentic MEGAsync and MEGAcmd releases before adding them to the official repos. For example, to...
Update: it appears that the `.deb` releases *are* signed ``` user@disp8122:~$ gpg --keyserver keyserver.ubuntu.com --recv-keys B01C811880480C854C73EC7E1A664B787094A482 gpg: /home/user/.gnupg/trustdb.gpg: trustdb created gpg: key 1A664B787094A482: public key "MegaLimited " imported gpg: Total...
Sorry, I do not think that a valid solution to this is anything where a user copy-and-pasting the commands from the documentation results in anything other than rinoh being properly...
I think a reasonable solution would be to change this line from the documentation: ``` pip install rinohtype ``` To this: ``` python3 -m virtualenv /tmp/python-venv --system-site-packages source /tmp/python-venv/bin/activate pip...
A better long-term solution to this is to work with the Debian maintainers, so users can install rinohtype in apt: * https://github.com/brechtm/rinohtype/issues/451
> I don't think it makes sense to try and repackage each and every Python package as a native package for a Linux package manager. I'd argue this is not...