linux-man / gnome-shell-extension-printers

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

Add support for GNOME 45 #26

Closed JoveYu closed 11 months ago

linux-man commented 11 months ago

Done.

JoveYu commented 11 months 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 11 months ago

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