gnome-shell-extension-quake-mode icon indicating copy to clipboard operation
gnome-shell-extension-quake-mode copied to clipboard

Partially works with cool-retro-term

Open Rast1234 opened this issue 4 years ago • 3 comments

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 avatar Nov 18 '20 17:11 Rast1234

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

Rast1234 avatar Nov 18 '20 17:11 Rast1234

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 avatar Aug 05 '21 11:08 raczkow

Workaround for kitty:

# ~/.config/kitty/kitty.conf

remember_window_size  no
initial_window_width 640
initial_window_height 400

raczkow avatar Aug 05 '21 11:08 raczkow