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

Not working with gnome shell 42.2 Ubuntu 22.04 #137

Open
vktRus opened this issue Aug 13, 2022 · 6 comments
Open

Not working with gnome shell 42.2 Ubuntu 22.04 #137

vktRus opened this issue Aug 13, 2022 · 6 comments

Comments

@vktRus
Copy link

vktRus commented Aug 13, 2022

Error: No property border_width on GtkBox

Stack trace:
_init/Gtk.Widget.prototype._init@resource:///org/gnome/gjs/modules/core/overrides/Gtk.js:55:50
buildPrefsWidget@/home/vkt/.local/share/gnome-shell/extensions/[email protected]/prefs.js:88:17
_init@resource:///org/gnome/Shell/Extensions/js/extensionPrefsDialog.js:32:44
ExtensionPrefsDialog@resource:///org/gnome/Shell/Extensions/js/extensionPrefsDialog.js:10:4
OpenExtensionPrefsAsync/<@resource:///org/gnome/Shell/Extensions/js/extensionsService.js:129:33
asyncCallback@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:115:22
run@resource:///org/gnome/Shell/Extensions/js/dbusService.js:186:20
main@resource:///org/gnome/Shell/Extensions/js/main.js:22:13
run@resource:///org/gnome/gjs/modules/script/package.js:206:19
start@resource:///org/gnome/gjs/modules/script/package.js:190:8
@/usr/share/gnome-shell/org.gnome.Shell.Extensions:1:17

@malko
Copy link

malko commented Aug 16, 2022

same problem here

@justbest23
Copy link

Same. hoping for a fix! I'm embarrassingly dependent on this extension!

@ruudvandenboomen
Copy link

I've opened a PR which should fix this problem #139. It works for me so hope it will be accepted 😄

@hobbesjaap
Copy link

I've opened a PR which should fix this problem #139. It works for me so hope it will be accepted smile

I just tried your pull request one (downloaded zip, modified the manifest file and put it in my .local folder on Gnome 43, unfortunately it doesn't work for me and throws the following error:

The settings of extension [email protected] had an error:
Error: No property margin on GtkBox

Stack trace:
_init/Gtk.Widget.prototype._init@resource:///org/gnome/gjs/modules/core/overrides/Gtk.js:55:50
buildPrefsWidget@/home/jaap/.local/share/gnome-shell/extensions/[email protected]/prefs.js:104:16
_init@resource:///org/gnome/Shell/Extensions/js/extensionPrefsDialog.js:32:44
ExtensionPrefsDialog@resource:///org/gnome/Shell/Extensions/js/extensionPrefsDialog.js:10:4
OpenExtensionPrefsAsync@resource:///org/gnome/Shell/Extensions/js/extensionsService.js:124:33
async*_handleMethodCall@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:368:35
_wrapJSObject/<@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:401:34
run@resource:///org/gnome/Shell/Extensions/js/dbusService.js:186:20
main@resource:///org/gnome/Shell/Extensions/js/main.js:22:13
run@resource:///org/gnome/gjs/modules/script/package.js:206:19
start@resource:///org/gnome/gjs/modules/script/package.js:190:8
@/usr/share/gnome-shell/org.gnome.Shell.Extensions:1:17

Any help you could give would be greatly appreciated! Looking forward to trying this extension.

@mm0
Copy link

mm0 commented Dec 12, 2022

@hobbesjaap I had the same issue as you with #139 and spent a little time trying to update to make it compatible with gtk4. (cc: @ruudvandenboomen) Ultimately, I was unable to get it to work and came across this comment which has a link to an alternative plugin that does work with ubuntu 22.04/gtk4.

@hobbesjaap
Copy link

@mm0 Thanks for responding - Tiling Assistant works great on Gnome 43, thanks!!

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

No branches or pull requests

6 participants