David Lechner
David Lechner
I build the source package manually and launchpad.net builds the binary package. See https://github.com/ev3dev/ev3duder/tree/ev3dev-bionic/debian. (The ev3dev-tools repo is unrelated to the ev3dev-tools PPA)
Hmm... v2.0.1 was supposed to fix #22
I've removed the downloads for now until we can fix it.
Here is v2.0.1 [keebird-2.0.1-tb.zip](https://github.com/kee-org/keebird/files/5239964/keebird-2.0.1-tb.zip). The file extension needs to be renamed from .zip to .xpi after downloading.
The auth key is stored in the password manager in Thunderbird.
If someone wants to implement KeePassRPC for keepassxc., then it should work with KeeBird. There should not be anything that needs to be done on this side.
Can you please be more specific? Which part doesn't work? Are there any error messages? Can you share any screenshots?
Sorry I never got around to merging this. As you have seen, it is a loosing battle since it breaks in every Thunderbird release.
I came up with the following workaround: ```python import os import sysconfig from setuptools import Extension, setup INCLUDE_DIRS = ( [ os.path.join( sysconfig.get_path("data"), "include", "site", f"python{sysconfig.get_python_version()}", ) ] if "VIRTUAL_ENV"...
> This PR adds an "Audio" section How about calling it "Sound" instead? > That menu has the following options: > - Volume up > - Volume down > -...