pop-os / cosmic-term

WIP COSMIC terminal emulator
GNU General Public License v3.0
343 stars 53 forks source link

Terminal is not focused when launched #107

Closed SUPERCILEX closed 2 months ago

SUPERCILEX commented 6 months ago

When the terminal starts, I have to click it to be able to type stuff. A tab should always be focused so that typing always works (unless you have a menu open I guess).

jacobgkau commented 6 months ago

Adding to this, clicking the titlebar of the window makes the terminal itself lose focus. (That creates a problem for the common use case of dragging the terminal around by the titlebar, then trying to use it.)

git-f0x commented 6 months ago

Also, pasting something inside using the context menu makes the terminal lose focus. Though I'm not experiencing the terminal being unfocused when launched, at least with the latest commits.

snaggen commented 6 months ago

I cannot reproduce the terminal not being focused after start. This might possibly be fixed by https://github.com/pop-os/cosmic-term/commit/4401a7dbef3e1579af9694c5f6c38c1b788a86e2 So, please retest with latest master and see if the focus on start is still there?

WatchMkr commented 2 months ago

Original issue appears fixed. Clicking the header and losing focus is tracked on libcosmic here: https://github.com/pop-os/libcosmic/issues/431