Re: trash-cli commands fail after upgrade to 0.21.10.24

2022-02-10 Thread Jacob MacDonald
On Thu, Feb 10, 2022 at 7:52 AM Daniel Meißner wrote: > Do you remember which version of trash-cli worked? In Guix’ history I > find three versions 0.12.9.14, 0.17.1.1 and 0.17.1.14. I, too, used 0.17.1.14 before the upgrade. > Interestingly, the shebang points to Python3 despite the fact that

Re: trash-cli commands fail after upgrade to 0.21.10.24

2022-02-10 Thread Simon Streit
Hello, Daniel Meißner writes: > Do you remember which version of trash-cli worked? In Guix’ history I > find three versions 0.12.9.14, 0.17.1.1 and 0.17.1.14. The last working version is 0.17.1.14. I tried to wrap the binaries with GUIX_PYTHONPATH. It didn't work somehow. Unfortunately I di

Changed tty setting upon exiting docker run

2022-02-10 Thread phodina via
Hi, I've recently discovered an issue with running docker images. Upon exit I can't see any characters I type. The settings of my tty are changed for some reason. They can be fixed by running stty sane but I'd like to ask if somebody also has this issue? Here's what happens: $ stty speed 3840

Re: trash-cli commands fail after upgrade to 0.21.10.24

2022-02-10 Thread Daniel Meißner
Hi! Jacob MacDonald writes: > I use Guix on top of a Pop!_OS install. Guix's version of trash-cli > recently updated, and the command stopped working for me. Python can't > find the 'trashcli' module unless I install python-wrapper beside it. > python-wrapper does not seem to be a propagated inpu