Guake / guake

Drop-down terminal for GNOME
https://guake.github.io
GNU General Public License v2.0
4.37k stars 577 forks source link

The running process goes to sleep after 30 seconds #2247

Closed joo0ne closed 2 months ago

joo0ne commented 2 months ago

If you start a process in guake and hide it, the running process runs for about 30 seconds and falls asleep.

You can visually check it using mplayer. You need to start playing the video with the mplayer command and hide guake. After half a minute the video will stop.

This is clearly related to hiding guake, because if you don't hide it, then everything works as it should.


$ guake --support Guake Version: 3.10 Vte Version: 0.75.91 Vte Runtime Version: 0.75.91 -------------------------------------------------- GTK+ Version: 3.24.41 GDK Backend:
egmontkob commented 2 months ago

This is a known bug in vte 0.75.91, fixed in 0.75.92.

I assume you're on Debian testing, you might want to replace your libvte-2.91-0 and related packages from unstable.

joo0ne commented 2 months ago

I assume you're on Debian testing, you might want to replace your libvte-2.91-0 and related packages from unstable.

Thank you. Updating libvte helped.