darix
darix
well the basic functionality seems to work. I have to admit I only packaged PaperWM a few days before switching to 46 for testing. and i havent really used paperwm....
https://build.opensuse.org/package/show/home:darix:playground/gnome-shell-extension-PaperWM
Thank you. updated my package. might put it into a project where it can be found more easily by users later.
We could just pipe the whole image to the C++ code and use libzbar there ;) **runs**
the patch in #363 has so many unrelated changes. not sure how this happened. the minimal patch is: ``` diff --git a/ykman-gui/py/yubikey.py b/ykman-gui/py/yubikey.py index 2c91bc4..32a2b37 100644 --- a/ykman-gui/py/yubikey.py +++ b/ykman-gui/py/yubikey.py...
the changes in .github/workflow/ seem unrelated still.
yeah. I already asked them to maybe archive the now deprecated projects via https://github.com/Yubico/yubikey-manager/issues/627
yeah when we can see a release that fixes the issue would have been my next question. I already opened a bug with OpenRGB to update their intree copy with...
And while we are at it ... I would have a local patch to use ```go mod``` for managing dependencies. would that be something I could upstream?
```bash go mod init github.com/uber/pam-ussh go mod tidy ``` + making build use it gives us: ```go-mod.patch diff --git a/Makefile b/Makefile index 3f1dac9..3d2b5d5 100644 --- a/Makefile +++ b/Makefile @@ -1,8...