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

Add 44 to supported versions #13

Merged
merged 1 commit into from
Jun 5, 2023
Merged

Add 44 to supported versions #13

merged 1 commit into from
Jun 5, 2023

Conversation

Eeems
Copy link
Contributor

@Eeems Eeems commented Jun 4, 2023

Seems to work with no changes required in GNOME Shell 44

@Eeems
Copy link
Contributor Author

Eeems commented Jun 4, 2023

@@ -6,14 +6,14 @@ class BaTimeExtension {
constructor() {
this.aggregateMenu = Panel.statusArea.quickSettings;
this.originalIndicator = this.aggregateMenu._system;
this.aggregateMenu._system = this.customIndicator = new BaTime.imports.power.Indicator();
this.aggregateMenu._batteryTime = this.customIndicator = new BaTime.imports.power.Indicator();
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this change related to GNOME 44 support as well (i.e. the compatibility with the other extension) or is this unrelated to the GNOME version?

Copy link
Contributor Author

@Eeems Eeems Jun 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's to fix #14 which doesn't appear to be GNOME 44 specifically.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok thanks! Would you please push the fix to a separate PR if it's unrelated to GNOME 44 support?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feels like extra work for little gain, but sure I have nothing going on right now.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! It's just that I'd like to test the extension in GNOME 44 first but I can release the fix right away.

Copy link
Owner

@mzur mzur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@mzur mzur merged commit 575dbac into mzur:master Jun 5, 2023
@Eeems Eeems deleted the patch-1 branch June 5, 2023 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants