stuartlangridge / gnome-shell-clock-override

Override the Gnome Shell clock with a new time format or text of your choice. Works with new versions of Shell such as 3.18
MIT License
89 stars 33 forks source link

Compatibility with GTK4. #69

Open mr-infty opened 2 months ago

mr-infty commented 2 months ago

In order to make this extension compatible with GNOME 4X and GTK4,

  1. the call to the deprecated gnome-shell-extension-tool removed in favour of a call to its replacement gnome-extensions,
  2. the deprecated Gtk.EventBox was removed in favour of adding an even controller to the label itself,
  3. the call to the deprecated method Grid.show_all() was replaced by a call to Grid.show(), and
  4. the list of supported versions in the metadata.json was modified.