zagortenay333 / cronomix

All-in-one timer, stopwatch, pomodoro, alarm, todo and time tracker gnome-shell extension
MIT License
580 stars 75 forks source link

Fix 3.34.2 and 3.36 #127

Closed najamelan closed 4 years ago

najamelan commented 4 years ago

The extension didn't load on recent gnome shell versions thanks to breaking changes in the gnome-shell API. I am not a shell extension developer, so I just did what I could. There is definitely other bugs, but at least this allows the extension to load.

As for the second commit I found some inspiration here: https://wiki.gnome.org/Projects/GnomeShell/Extensions/MigratingShellClasses

zagortenay333 commented 4 years ago

Thx