You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
· 4 comments
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)
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.
The text was updated successfully, but these errors were encountered: