Michael Biebl

Results 173 comments of Michael Biebl

Would it be possible to depend on python3-pynput instead of installing it in postinst via pip(3) for the Debian package? You could have a `Depends: python3-pynput | python3-pip` and only...

Btw, looking at postinst: `[ -d /run/systemd/system ]` is the canonical check to see if systemd is the current active init system. I would also recommend to simply install /usr/share/rustdesk/files/systemd/rustdesk.service...

The focus is on the date, which imho is the most important information.

An interesting observation: I can only reproduce this problem if I run the test on its own (via `cd ./tests ; ./imfile-statefile-delete.sh`) or by running `make check`, i.e. no parallelism....

Interestingly, it's the first test suite that is fixed by running tests in parallel :-) So far I've only seen the opposite. If wonder if there is a clean-up routine...

https://bugzilla.redhat.com/show_bug.cgi?id=951564

After excluding the following files, backup times are back to normal: ``` $ ls -la tallylog lastlog faillog -rw-r--r--. 1 root root 128000000032 Dez 7 20:02 faillog -rw-rw-r--. 1 root...

Wasn't there an attempt to more closely integrate cardbook and tbsync with each other? What happened to those efforts? Especially in light of the changes in TB 102.

Has there been any progress in getting psecio/secure_dotenv ready for PHP 8.0 (and ideally 8.1 as well)?