gnome-shell-clock-override icon indicating copy to clipboard operation
gnome-shell-clock-override copied to clipboard

Support for Gnome 40

Open sluedecke opened this issue 3 years ago • 3 comments

  • Support for Gnome 40 incl. preferences
  • dropped support for older Gnome versions since prefs now use GTK4

sluedecke avatar May 02 '21 21:05 sluedecke

Thanks for your contribution. Please see the status update in #61.

da2x avatar Jun 26 '21 22:06 da2x

yo @sluedecke

any ideas on getting settings to work here again? we're now moving ahead onto gnome 42.4, and options no longer show up

mikoducky avatar Aug 16 '22 03:08 mikoducky

@mikoducky I tried this as well, I'm on 22.04 now and the default version stopped working. So I used the code here to make it work again.

One thing: I edited the version in the list of versions to add "42" and it worked. My gnome shell says I'm in "42.5" but it looks like "42" was sufficient.

Edit metadata.json and change the version:

"shell-version": [
  "3.18", 
  "3.28",
  "42"
],

AlexisWilke avatar May 20 '23 20:05 AlexisWilke