Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Ubuntu 24.10: This installed version of this extension (12.7) is incompatible with the current version of GNOME (undefined). The extension has been disabled. #74

Open
Ou7law007 opened this issue Oct 12, 2024 · 5 comments

Comments

@Ou7law007
Copy link

Screenshot From 2024-10-12 09-26-00

Screenshot From 2024-10-12 09-27-26

@Ou7law007
Copy link
Author

Can someone tell me why things break on Ubuntu after updates, unlike Windows?

@Ou7law007
Copy link
Author

I made a change that should fix this.

#75

@Ou7law007
Copy link
Author

How do you guys do GNOME extension development?

Coming from native Win32 API development on Visual Studio, where even kernel drivers can be (somewhat easily) debugged with a proper debugger and with code symbols, it was a nightmare to just setup the development environment with GNOME Builder and you cannot even set break points to learn the APIs!!

And you have the problem with Xorg vs Wayland which makes it even more difficult to just run the code.

I had to restart xorg every time and check the errors with journalctl -f -o cat /usr/bin/gnome-shell

With Wayland, apparently you have to restart/logout. (It took me a while to even understand that you can login with different windowing systems that each have pros and cons)

I used gjs.guide, specifically:

GNOME extension development could be way more fun, if one could attach a debugger and debug the code properly without restarts, especially since the same APIs are supported in multiple languages including JS, python, C etc.

@daveprowse
Copy link

I made a change that should fix this.

#75

This is good. Thanks @Ou7law007
On Debian sid with GNOME 47 it enables and starts and most of it works.
A few things that don't:

  • Background (Ctrl+B) will turn on but won't toggle off.
  • Grid (CTRL+G) does not work

There was 100% functionality with version 12.7 on GNOME 46.4.

Any ideas anyone?

@daveprowse
Copy link

Just in case anyone stumbles on this thread, the additional fixes for GNOME 47 were committed here: f921ca6
Includes a modification to the export const StaticColor declaration.
#72
Thanks, @cryptbrn

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants