-
Notifications
You must be signed in to change notification settings - Fork 153
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
Making width to 100% moves terminal to center of screen with xfwm4 #1019
Comments
Not reproducible here. Some relevant info is missing. For example, it's the WM that is responsible for positioning windows. With KWin, I see no problem. |
it becomes 100%, but then if you click outside the terminal and then reopen it, it reopens in the middle instead of reopening at the top. I also added that |
It doesn't happen here; everything is normal.
|
$ wmctrl -m
|
OK, thanks! You use Xfwm4. This may be about some (hidden) Xfwm4 setting, or even a bug in it. @stefonarch, if I correctly remember, you have a session with Xfwm4. Does this happen there? |
I can reproduce the issue with xfwm4 4.18 on Arch. The terminal position passed to [1] Line 743 in 428eda2
|
There are tricks for making most X11 WMs behave correctly regarding position requests. I think one of them is used in LXQt runner — I've also used another method in one of my apps — but some WMs may be stubborn. |
Tricks for specific window managers is less than ideal. @amab8901 Could you report the issue to xfwm4 developers instead? |
I agree. Changed the title to prevent misunderstanding. |
I can confirm the issue both on arch and debian in VM. |
Here is the relevant issue https://gitlab.xfce.org/xfce/xfwm4/-/issues/687. Thanks for reporting! |
Expected Behavior
If the terminal is positioned at the top, and I set the width to 100%, then the terminal should remain on the top of the screen.
Current Behavior
If the terminal is positioned at the top, and I set the width to 100%, then the terminal gets moved to center of screen.
Possible Solution
Steps to Reproduce (for bugs)
Here is initial state:
Appearance:
Behavior:
Shortcuts:
Dropdown:
Bookmarks:
Now, to trigger the bug, do the following:
Preferences > Dropdown > [Width = 100%]
Context
It's annoying that I have to choose between having a gap on the sides and a gap on the top. Why can't the terminal just meet the edge both on the top and the sides simultaneously?
System Information
The text was updated successfully, but these errors were encountered: