John van Heck

Results 16 comments of John van Heck

Thank you and yes, I'm using dnf command with --exclude switcher `dnf upgrade --exclude=flameshot`, writing --exclude with `dnf upgrade` is annoying and boring, especially I have a newer flameshot version...

```py import sys from importlib.metadata import version print("Python:", sys.version) # conda env with py3.9 print("tqdm:", version("tqdm")) print("jupyterlab:", version("jupyterlab")) print("ipywidgets:", version("ipywidgets")) print("comm:", version("comm")) # Python: 3.9.15 (main, Nov 4 2022, 16:13:54)...

> NameError: name 'get_comm_manager' is not defined Ok, in my case is solved by upgrading the module `comm>=0.1.3` and importing tqdm by `from tqdm.notebook import tqdm` in script (not `from...

https://github.com/flameshot-org/flameshot/issues/3326#issuecomment-1789267986 > @jrom99 no. non of the shell works. > > bash, sh, zsh > > Wayland user. no shell works for me either - Fedora 39, Gnome 45.1 (wayland)...

Fedora 35 with Gnome 41.2 (wayland) - kitchemTimer also doesn't work (outdated)