Package: gnome-shell-extension-caffeine Version: 48-1 Severity: important Tags: trixie sid upstream patch Forwarded: https://github.com/eonpatapon/gnome-shell-extension-caffeine/issues/289 User: pkg-gnome-maintain...@lists.alioth.debian.org Usertags: gnome-shell-45
As with every 6-month GNOME Shell release cycle, extensions will need to be updated for GNOME Shell 45, which is currently being prepared in experimental. A porting guide is available here: https://gjs.guide/extensions/upgrading/gnome-shell-45.html For the 44 -> 45 transition, most or all extensions will need incompatible code changes, because GNOME Shell has switched from non-standard gjs modules ("const Foo = imports.gi.Foo") to ECMAScript modules ("import Foo from 'gi://Foo'") and all extensions need to do the same. This means most or all extensions will split into a branch for Shell <= 44 (which might not be maintained upstream any more) and a branch for Shell >= 45. If not updated, this extension will have to be removed from testing for the GNOME Shell 45 transition (I don't know when that will be). This bug will be raised to serious severity when the transition is ready to go ahead. There is a port to GNOME 45 at https://github.com/eonpatapon/gnome-shell-extension-caffeine/pull/292 but it is waiting for the upstream maintainer to do the release management. It would probably be possible to apply it as a pile of patches, but I want to get GNOME 44 into a good shape in testing/unstable before I upgrade my own laptop to GNOME 45. Thanks, smcv