-
-
Notifications
You must be signed in to change notification settings - Fork 77
DesktopIntegration: new method to close window used by dock #2202
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, thanks for this!
The code looks good only some stylistic nits :)
Most notably you have a lot of empty new lines here which usually only should be used to separate unrelated code, so I think you can remove most of them. Also the linter will probably throw some errors, you can check the workflow for the exact lines and what's wrong there.
elementary/dock#278 is about closing an app in background, not just windows, though |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Implementation of close_window method on Gala.DesktopIntegration to solve the issue: elementary/dock#278
elementary/dock#344