Skip to content

Conversation

@esmacdon
Copy link

Hi,

I've noticed that changing to xfwm4 works perfectly fine with --replace (and more consistently).

killall is not recognized as a command without the psmisc package, so I changed it to pkill (which is in most systems)

I also added a proc member to the decorators on data.py for the process name, mostly because the process name of the GTK window decorator is gtk-window-deco, not gtk-window-decorator. Because of this, GTK would not be able to close when switching to a different decorator.

The --replace flag works as intended on xfwm4.
the process name of gtk-window-decorator is gtk-window-deco, so when util.py tries to kill other decorators, it fails to kill gtk-window-decorator.
Now kills using the proc member of the decorators, rather than the base.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant