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

Removed superfluous python-xlib dependency #199

Merged
merged 3 commits into from
Sep 11, 2022
Merged

Conversation

gibbz00
Copy link
Contributor

@gibbz00 gibbz00 commented Sep 9, 2022

Addresses #198.

This was a feature released in 1.3.0 (see changelog), but then regressed by a merge request in 2.0.1, #116

Someone must have realized that this replacement method was a bad idea, because the current branch is back to using the i3/sway --get-socketpath method. This revert was however incomplete, as the method added to #116 still remains, along with the python-xlib dependency.

Anyhow, the pull request purges any use of python-xlib. It's still used in testing, but there the package is separately installed when creating the docker testing image.

TL;DR: Don't accept pull request by script kiddies that address non-existent issues, regress features, and add package dependencies; all in the name of "removing a subprocess call" by replacing it with 5 method calls to python-xlib.

@acrisci
Copy link
Member

acrisci commented Sep 11, 2022

Ok it's probably better this way.

@acrisci acrisci merged commit 9de8e88 into altdesktop:master Sep 11, 2022
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.

2 participants