-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Window title bar not showing in secondary screen. #357
Comments
Maybe it is related, but window titles are not hiding when tiling the windows. |
Removed the extension and reinstalled it, still the same problem persist. |
@jonian sorry to tag you directly. I really love this extension. Would you have some hint for my case? I know some little javascript I could try something, I just don't know how to setup the environment to work with gnome extensions. I really appreciate any input from you. Thank you. |
Hi @paulo-roger, apologies for the late response, you can tag me any time your want, no problem. About the issues you are having:
This setting has some issues with client side decorated (CSD) windows. The extension uses CSS to hide the headerbars/titlebars and there is no way to know, in which screen the window is. If you are on wayland this issue happens with more GTK apps than on xorg because on xorg apps that don't have headerbars use server side decorations.
This is an issue that appeared on gnome 44 and can't be fixed by the extension. There is a workaround for this but it is not reliable and results in gnome-shell crashing. I have reported the issue on gnome tracker here. |
@jonian, Thank you so much. You are very kind.
I use X11, so it is odd for this issue to happen? Maybe another extension might be conflicting? I will disable all and leave only Unite and then report back.
I see. Thanks for letting me know! |
Describe the bug
Window title bar not showing in secondary screen.
When a window is maximized in the secondary screen it auto-hides the title bar, even though the toggle Restrict functionalities to the primary screen is activated.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Title bar should not be hidden when the window is in the secondary screen, only in the primary.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Logs
The complete log is here: https://bin.disroot.org/?70cb74f2f3c60597#8i1nF8VtPzuQhNectpQ7Y3Ete7ruV4Een2u1xEhDh2qx
Additional context
Instalation method:
yay -S gnome-shell-extension-unite
The text was updated successfully, but these errors were encountered: