Guake / guake

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

Guake first run via F12 does not take focus #1861

Open assmblyreq opened 3 years ago

assmblyreq commented 3 years ago

Describe the bug

On first boot, Guake is autorun. First press F12 hotkey, Guake appears, but does not have window focus or keyboard input. To have window focus, F12 must be pressed 2 more times to make Guake hide and reappear. Subsequent used of Guake apeear as expected even after logging out of Guake via Ctrl-D or exit command. This issue is only on the very first appearance of Guake to a new Gnome session.

$ guake --support Guake Version: 3.6.3 Vte Version: 0.62.3 Vte Runtime Version: 0.62.3 -------------------------------------------------- GTK+ Version: 3.24.24 GDK Backend: GdkX11.X11Display -------------------------------------------------- Desktop Session: gnome-xorg -------------------------------------------------- Display: :1 RGBA visual: True Composited: True * Monitor: 0 - SAM DVI-D-0 * Geometry: 1920 x 1080 at 0, 0 * Size: 521 x 293 mm² * Primary: True * Refresh rate: 60.00 Hz * Subpixel layout: unknown
Davidy22 commented 3 years ago

I finally restarted my machine to test this and did not encounter this bug. Does this still happen on the latest build for you?

assmblyreq commented 3 years ago

Yes.

On Wed, Sep 8, 2021, 8:26 PM David Yang @.***> wrote:

I finally restarted my machine to test this and did not encounter this bug. Does this still happen on the latest build for you?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Guake/guake/issues/1861#issuecomment-915662883, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB4FH7BI34JM3FHJKZQLLRLUA75MPANCNFSM47LSJETA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

chris-allen commented 3 years ago

I experience the same behavior:

$ guake --version
Guake Terminal: 3.8.0
VTE: 0.64.2
VTE runtime: 0.64.2
Gtk: 3.24.30
pabloab commented 2 years ago

Me too. Also, the window does not span through the screen (if not related I could create a new issue).

The window issue always happened/happens when Preference window (guake -p) is open.

Guake Terminal: 3.7.0
VTE: 0.60.3
VTE runtime: 0.60.3
Gtk: 3.24.20
ckjoris commented 1 year ago

I have the same issue with needing to hit the keyshortcut twice, first to show guake, then again to focus it. However for me the issue happens not only after boot, but every time. Maybe its because I'm on gnome+wayland.

Managed to make a workaround with a custom toggle-guake command https://gist.github.com/ckjoris/cf2b3a7ef729e629409db47d29009b04

assmblyreq commented 1 year ago

I solved it by uninstalling Guake and using the ddterm extension instead

On Sat, Aug 12, 2023, 4:34 PM ckjoris @.***> wrote:

I have the same issue with needing to hit the keyshortcut twice, first to show guake, then again to focus it. However for me the issue happens not only after boot, but every time. Maybe its because I'm on gnome+wayland.

Managed to make a workaround with a custom toggle-guake command https://gist.github.com/ckjoris/cf2b3a7ef729e629409db47d29009b04

— Reply to this email directly, view it on GitHub https://github.com/Guake/guake/issues/1861#issuecomment-1676090228, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB4FH7FA7FJSP75PCGY7GSTXU7SGJANCNFSM47LSJETA . You are receiving this because you authored the thread.Message ID: @.***>

pabloab commented 1 year ago

ddterm only works with GNOME Terminal, right?

I'm using quake-mode, with Alacritty in one host and GNOME Terminal in other.