morph027
morph027
Looks like this is happening, when Windows roaming profiles are being written to file server during client logout/shutdown. I'll check if these files are still there and attach them if...
Folder: ```.../profiles/$USERNAME.V2/AppData/Roaming/Microsoft/Windows/Themes/CachedFiles/CachedImage_1920_1080_POS4.jpg``` Looks like an background image to me ;) 
Häng mich mal an. Hab gerade geflashed und den ersten Tag erzeugt ;) Hab mir im HA einfach eine Automatisierung angelegt, die beim Wechseln `Producing=on` auf `Producing=off` einach den Wert...
Oh, thank you, just tested this PR successully 🎉 😍
Setup is quite complicated. You can try to follow https://morph027.gitlab.io/blog/nextcloud-spreed-signaling/
Looks like https://github.com/AsamK/signal-cli/issues/895 might be related. Subscribing to dbus, filter what you want and dump to folder. Python example in https://github.com/AsamK/signal-cli/wiki/DBus-service#receive-messages-from-signal-cli-daemon
My pipeline builds are working too: https://gitlab.com/packaging/signal-cli/-/jobs/6205355371 Ran into another issue with [old gcc an arm64](https://gitlab.com/packaging/signal-cli/-/issues/20) builds, but nothing like this.
I'm quite sure that Docker is not the problem as I'm using for both local and pipeline builds on purpose for multiarch.
* build script: [preparation for libsignal](https://gitlab.com/packaging/signal-cli/-/blob/master/.gitlab-ci/build.sh#L24-L51) * build script: [build](https://gitlab.com/packaging/signal-cli/-/blob/master/.gitlab-ci/build.sh#L75-L113) Local build instructions: https://gitlab.com/packaging/signal-cli/-/blob/master/DEV.md
Looks like you're right and 7z only supports extracting from cpio archives. You could just setup Ubuntu w/ WSL (via Windows Store) on you Windows and execute the steps which...