! 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 !
xfwm4 --help has wrong help text, "vblank=off|present|glx" should say xpresent
Status:
RESOLVED: WORKSFORME

Comments

Description Öyvind Saether 2018-09-15 11:25:58 CEST
xfwm4 version 4.13.1's help text says --vblank=present is trendy but it's not, a x is apparently required:

$ xfwm4 --help
[...]
  --compositor=on|off|auto     Set the compositor mode
  --vblank=off|present|glx     Set the vblank mode
  --replace                    Replace the existing window manager
[...]
$ xfwm4 --replace --compositor=on --vblank=present &
 xfwm4: Unrecognized compositor option "present".
Type "xfwm4 --help" for usage.

$ xfwm4 --replace --compositor=on --vblank=xpresent &
Waiting for current window manager (Xfwm4) on screen :0.0 to exit: Done


should be easy to fix by adding the x to the help text
Comment 1 Öyvind Saether 2018-09-15 11:30:28 CEST
I guess I should add that " --compositor=on" doesn't actually do anything at all if compositing is set to off in the settings while " --compositor=off" actually turns it off when it's on in the settings. This is a bit confuse.
Comment 2 Olivier Fourdan editbugs 2018-09-17 11:59:38 CEST
Already fixed a while ago https://git.xfce.org/xfce/xfwm4/commit/?id=85c8a57

Bug #14699

Reported by:
Öyvind Saether
Reported on: 2018-09-15
Last modified on: 2018-09-17

People

Assignee:
Olivier Fourdan
CC List:
0 users

Version

Version:
4.13.1

Attachments

Additional information