Re: Python 3.9 rebuild - problems report here please
Reply #1 –
With ueberzug installed (18.1.6.3), image preview in ranger stays open even after I exit ranger, because the python process is left open:
$ ps aux | grep ueberzug
strajder 25442 0.5 0.3 53936 30080 pts/2 S 10:59 0:00 /usr/bin/python /home/strajder/.local/bin/ueberzug layer --silent
strajder 25553 0.0 0.0 9280 2372 pts/2 S+ 10:59 0:00 grep --color=auto ueberzug
$
When I do pkill -9 ueberzug (have to use -9), the window disappears. With python-ueberzug-git, this doesn't happen.
Edit: Side-effect of this is that for example, package fontpreview-ueberzug-git must be uninstalled to install python-ueberzug-git, because it specifically depends on ueberzug and doesn't accept python-ueberzug-git. With ueberzug installed, it also leaves the font preview window open after closing the fontpreview program itself.
Edit 2: Removing the file ~/.local/bin/ueberzug (how did that got there?) doesn't help, the only difference is ~/.local/bin/ueberzug being replaced by /usr/bin/ueberzug.