You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the terminal when another application is in full screen, the terminal starts from the lowest position of where the top bar would be. (see pictures)
Regular (non fullscreen)
In fullscreen
Ideally, the terminal would start from the top pixel of the screen if the focused application is in fullscreen (like in the second picture), but from beneath the top bar when the focused application is not (as in the first picture).
Some extra logic would be required, but that's the basic issue.
I tested this while disabling all other extensions, so I'm reasonably sure that it's not to do with another extension interfering. Distro is fedora 36 (gnome 42.4), using x11 (due to some issues with nvidia+wayland),
Also I realized that perhaps the screenshot I used wasn't the best example, hopefully you see what I mean though.
The text was updated successfully, but these errors were encountered:
Yeah, it's definitely not super common. I run an MC server so I'll have the game in fullscreen and use the terminal to look at logs at the same time. Kinda niche, so it's totally understandable as to why you didn't know. It's not super urgent, as it's purely aesthetic, so take your time! In the mean time, I'll continue to enjoy your amazing plugin.
Unfortunately, it seems that GNOME Shell doesn't allow moving windows to locations overlapping the panel. Even if there's a fullscreen window. In this case, the only option is to make ddterm fullscreen too
I have plans to write an xterm.js-based terminal emulator using GNOME Shell's UI (instead of the current implementation with a separate Gtk application). It should solve all window management issues, like this one.
However, it won't happen soon, as it will likely be a separate project, written (almost) from scratch.
When using the terminal when another application is in full screen, the terminal starts from the lowest position of where the top bar would be. (see pictures)
Regular (non fullscreen)
In fullscreen
Ideally, the terminal would start from the top pixel of the screen if the focused application is in fullscreen (like in the second picture), but from beneath the top bar when the focused application is not (as in the first picture).
Some extra logic would be required, but that's the basic issue.
I tested this while disabling all other extensions, so I'm reasonably sure that it's not to do with another extension interfering. Distro is fedora 36 (gnome 42.4), using x11 (due to some issues with nvidia+wayland),
Also I realized that perhaps the screenshot I used wasn't the best example, hopefully you see what I mean though.
The text was updated successfully, but these errors were encountered: