This repository was archived by the owner on Jan 22, 2026. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 72
Issue tracker for Full GNOME 46 support #271
Copy link
Copy link
Open
1 / 21 of 2 issues completedLabels
Description
Since #264 adds support for gnome 46 it should be good in terms of GJS changes, but while working on #265 I noticed some changes in the gnome-shell UI libraries, we also use. There are some changes that I, and presumably others didn't notice, since e.g. Source from here doesn't have showNotification anymore since GNOME 46, but it's called addNotification. But the types suggested it before, so while fixing types over at https://github.com/gjsify/gnome-shell we should check, if we need to change more types to check for gnome 45 / 46 compatibility at runtime.
Task list:
- fix types for gnome 46 and 45 compatibility update to gnome 46 #264 and Update gnome 46 types #265
- remove highlights.js code highlighting, and make it something users have to install manually or user an alternative (e.g.
source-highlight(see update to gnome 46 #264 (comment)), this is to comply with EGO guidlines Overhaul code highlighting #278 - fix full-screen error in gnome 46 [BUG] Doesn't display on top of full screen windows, or maximized window without panel #263 Fix Wayland Fullscreen issue #277
Optional:
- Fix Backslash Error #266 - fix long standing bug
Reactions are currently unavailable