Skip to content
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

Patch #7

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Patch #7

wants to merge 4 commits into from

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