Bug#1055147: seahorse-adventures: No keypress recognised

Francesco Ariis fa-ml at ariis.it
Sun Dec 3 16:42:53 GMT 2023


Il 03 dicembre 2023 alle 17:14 Markus Koschany ha scritto:
> I spoke too soon. Tested the wrong Debian release. So it appears the underlying
> problem is in python3-pygame which changed significantly between Bullseye and
> Bookworm but I'm not sure how I can fix this in seahorse-adventures right now. 

I managed to get keydown working like this:
- in /usr/share/games/seahorse-adventures/lib/menu.py
- go to line 119
- substitute
    if e.type is USEREVENT and e.action == 'down':
  with
    if e.type == USEREVENT and e.action == 'down':
- keydown will work again



More information about the Pkg-games-devel mailing list