Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If the window is maximized when initially shown, "Above all windows" is ignored #48

Open
amezin opened this issue May 24, 2021 · 3 comments
Labels
bug Something isn't working window management

Comments

@amezin
Copy link
Member

amezin commented May 24, 2021

  • Enable "Above all windows"
  • Maximize the window, or set height to 100%
  • Hide
  • Show
  • Opening another application: that application covers ddterm window
@amezin
Copy link
Member Author

amezin commented May 26, 2021

Not only X11, on Wayland too...

@amezin amezin changed the title X11: if the window is maximized when initially shown, "Above all windows" is ignored If the window is maximized when initially shown, "Above all windows" is ignored May 26, 2021
@amezin
Copy link
Member Author

amezin commented May 26, 2021

It seems that an already maximized window can't be made 'above' at all, even with .unmake_above() + .make_above()

amezin added a commit that referenced this issue May 26, 2021
It seems that a maximized window can't be made 'above' at all, even with
unmake_above() + make_above(). So at least fix it when unmaximizing.

#48
@amezin amezin added bug Something isn't working window management labels Jul 30, 2021
@amezin
Copy link
Member Author

amezin commented Dec 13, 2022

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.

#269

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working window management
Projects
None yet
Development

No branches or pull requests

1 participant