repsac-by / gnome-shell-extension-quake-mode

It's a GNOME Shell extension adds support quake-mode for any application
MIT License
136 stars 33 forks source link

Partially works with cool-retro-term #22

Open Rast1234 opened 3 years ago

Rast1234 commented 3 years ago

Tried it with CRT https://github.com/Swordfish90/cool-retro-term At first attempt, it works. Then i found a situation when terminal window does not show up. How to reproduce:

  1. Use extension and set up it to open CRT
  2. Open it and then exit the terminal
  3. Press drop-down hotkey. Expected behavior: It should start new terminal process and display it. Actual behavior: Terminal process starts, but window is invisible

Reason: when you run CRT for the first time, it starts un-maximized, in a window. Extension resizes it and everything is OK. When you launch CRT next time, it starts maximized (try to run it manually without extension). For some reason, extension breaks. If you run CRT manually, un-maximize it and exit, then extension is able to run it and display window again.

Rast1234 commented 3 years ago

also does not work with Terminus, regardless of maximized/unmaximized window

raczkow commented 3 years ago

The same problem with kitty.

If you run CRT manually, un-maximize it and exit, then extension is able to run it and display window again.

Works for me with kitty problem too.

raczkow commented 3 years ago

Workaround for kitty:

# ~/.config/kitty/kitty.conf

remember_window_size  no
initial_window_width 640
initial_window_height 400