You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm creating this issue to be notified when Pano supports Gnome 48. (The final stable release of GNOME 48 is planned for March 19, 2025.)
I tried to run Pano on pre-release Fedora 42 with GNOME 48 by sneakily adding 48 to .local/share/gnome-shell/extensions/[email protected]/metadata.json. It produced this error when I tried to paste something, then it crashed Gnome Shell:
Feb 18 22:42:13 xx gnome-shell[14155]: [pano] [extension] extension is initialized
Feb 18 22:42:13 xx gnome-shell[14155]: [pano] [pango] class names not found: hashbang
Feb 18 22:42:13 xx gnome-shell[14155]: [pano] [pango] class names not found: hashbang
Feb 18 22:42:13 xx gnome-shell[14155]: [pano] [pango] class names not found: hashbang
Feb 18 22:42:13 xx gnome-shell[14155]: Extension [email protected]: TypeError: (intermediate value).disable_unredirect_for_display is not a function
Stack trace:
enable@file:///home/thomas/.local/share/gnome-shell/extensions/[email protected]/extension.js:3439:14
_callExtensionEnable@resource:///org/gnome/shell/ui/extensionSystem.js:266:38
loadExtension@resource:///org/gnome/shell/ui/extensionSystem.js:433:32
async*_loadExtensions@resource:///org/gnome/shell/ui/extensionSystem.js:741:24
async*_enableAllExtensions@resource:///org/gnome/shell/ui/extensionSystem.js:747:48
_sessionUpdated@resource:///org/gnome/shell/ui/extensionSystem.js:782:20
async*init@resource:///org/gnome/shell/ui/extensionSystem.js:76:14
_initializeUI@resource:///org/gnome/shell/ui/main.js:329:22
start@resource:///org/gnome/shell/ui/main.js:180:11
@resource:///org/gnome/shell/ui/init.js:12:47
@resource:///org/gnome/shell/ui/init.js:21:20
Feb 18 22:42:14 xx gnome-shell[14155]: GNOME Shell started at Tue Feb 18 2025 ...
Thanks again!
The text was updated successfully, but these errors were encountered:
There were quite a few changes, and the error you encountered was fixed, as well as other breaking changes in gnome. I haven't tested it myself atm, but I'll do that in the future, as there is quite some time left, until the final release, and the gnome 48 beta release misses some features, that definitely are going to land in gnome 48. But it should work now™
Thanks for your great work!
I'm creating this issue to be notified when Pano supports Gnome 48. (The final stable release of GNOME 48 is planned for March 19, 2025.)
I tried to run Pano on pre-release Fedora 42 with GNOME 48 by sneakily adding
48
to.local/share/gnome-shell/extensions/[email protected]/metadata.json
. It produced this error when I tried to paste something, then it crashed Gnome Shell:Thanks again!
The text was updated successfully, but these errors were encountered: