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

Add missing toString methods in selection classes #326

Merged
merged 2 commits into from
Apr 7, 2022

Conversation

adangel
Copy link
Collaborator

@adangel adangel commented Apr 7, 2022

I tried to use the signal methods from GObject, but this didn't work out at all. So I kept the old Signals.addSignalMethods solution.

After that, the extension loaded, but no area could be selected. It has something to do with Main.pushModal which doesn't behave the same with gnome shell 42 anymore.

This is not working as before anymore. Instead set the key focus
manually.
@adangel adangel added this to the next milestone Apr 7, 2022
adangel added a commit that referenced this pull request Apr 7, 2022
Add missing toString methods in selection classes
@adangel adangel merged commit 8aa5c48 into EasyScreenCast:master Apr 7, 2022
@adangel adangel deleted the issue-325 branch April 7, 2022 18:51
@julienw
Copy link

julienw commented Apr 26, 2022

The commit Not using pushModal broke the extension for gnome 3.38 probably, see issue #333. Hopefully we can find a fix that works in 3.38 and newer gnome versions!

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.

TypeError: GObject_Object.prototype.toString called on incompatible Object
2 participants