Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: GNOME 48 support #343

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

feat: GNOME 48 support #343

wants to merge 16 commits into from

Conversation

Totto16
Copy link
Collaborator

@Totto16 Totto16 commented Feb 20, 2025

Description

Support GNOME 48

uses guideline for migration from here

fixes #341

TODOs

  • test manually

I have tested this under gnome 48 on fedora 42 (not yet released) and gnome 47 on Ubuntu 24.10. It works flwalessly on both versions.

Checklist

  • My code follows the style guidelines of this project
  • My commits follow the commit standards of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have checked my code and corrected any misspellings

@Totto16 Totto16 self-assigned this Feb 20, 2025
@Totto16 Totto16 added the Priority High Priority High label Feb 20, 2025
@Totto16 Totto16 mentioned this pull request Feb 20, 2025
this is needed, as the tests can't import "Shell". But the test import db.ts > compatibility.ts > Shell, so we split the compatibility into two layers, to make the tests work again
- use Meta.Selection, instead of Selection,
… extension.js

this was done incorrectly previously, it didn't lead to any issues, but it was only a matter of time until that happens, which it did

see https://gjs.guide/extensions/review-guidelines/review-guidelines.html#do-not-import-gtk-libraries-in-gnome-shell for more details
… files

- this is due to the fact. that some resources, like Shell can't be imported in the preferences
- fix all imports of those compatibility functions
@Totto16 Totto16 requested a review from oae February 22, 2025 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority High Priority High
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Gnome 48 support
1 participant