! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Centeri windows fails
Status:
RESOLVED: INVALID

Comments

Description Marshall Neill 2018-03-03 19:12:40 CET
Under windowmanager tweaks centering is an option.  Now the centering no longer works.  Have to reset after logging in.
All that needs to be done is  to open Settings > Window Manger Tweaks>Placement and move slider to max.
Not critical, but sure is annoying.
Comment 1 Marshall Neill 2018-03-03 20:33:05 CET
This is what I do to correct the issue.
script named
    centerwindows

#!/bin/bash
sleep 1s
xfconf-query -c xfwm4 -p /general/placement_ratio -s 50
sleep 1s
xfconf-query -c xfwm4 -p /general/placement_ratio -s 100
exit 0
Comment 2 Marshall Neill 2018-03-04 18:15:33 CET
Just found the problem.  Was thinking over and over what could cause this to happen.  Well, it was the WindowManager Adwaita Extended.
Had Placement in the the themerc file.  
Commented it and now everything is working as was intended.
I apologize for the 'false' bug as there wasn't one,

Bug #14262

Reported by:
Marshall Neill
Reported on: 2018-03-03
Last modified on: 2020-05-26

People

Assignee:
Olivier Fourdan
CC List:
1 user

Version

Version:
4.12.0

Attachments

Additional information