linux-man / gnome-shell-extension-printers

Gnome extension - Manage Jobs and Printers
GNU General Public License v3.0
15 stars 13 forks source link

Add support for GNOME 45 #26

Closed JoveYu closed 1 year ago

linux-man commented 1 year ago

Done.

JoveYu commented 1 year ago

GNOME Shell 45 moved to ESM (ECMAScript modules). That means you MUST use the standard import declaration instead of relying on the previous imports.* approach.

https://gjs.guide/extensions/upgrading/gnome-shell-45.html#esm

linux-man commented 1 year ago

It's working. Better menu management (it won't update when is open), Beautiful Adwaita prefs window.