Skip to content

Commit

Permalink
Gnome 43 support.
Browse files Browse the repository at this point in the history
Closes #199
  • Loading branch information
NicolasDerumigny committed Nov 3, 2022
1 parent e9e89c0 commit 715aeda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"localedir": "/usr/local/share/locale",
"shell-version": [
"3.28", "3.30", "3.36", "3.38", "40", "41", "42"
"3.28", "3.30", "3.36", "3.38", "40", "41", "42", "43"
],
"uuid": "cpupower@mko-sl.de",
"name": "CPU Power Manager",
Expand Down
2 changes: 1 addition & 1 deletion src/indicator.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ var CPUFreqIndicator = class CPUFreqIndicator extends baseindicator.CPUFreqBaseI
}

enable() {
this.power = Main.panel.statusArea["aggregateMenu"]._power;
this.power = imports.ui.main.panel.statusArea.quickSettings._system._systemItem._powerToggle;
this.powerState = this.power._proxy.State;
this.powerConnectSignalId = this.power._proxy.connect(
"g-properties-changed",
Expand Down

5 comments on commit 715aeda

@Neo-29
Copy link

@Neo-29 Neo-29 commented on 715aeda Nov 3, 2022

Choose a reason for hiding this comment

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

I can confirm that this patch work on gnome 43 archlinux

@NicolasDerumigny
Copy link
Author

Choose a reason for hiding this comment

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

Probably because I run on Arch ;-).

@Neo-29
Copy link

@Neo-29 Neo-29 commented on 715aeda Nov 3, 2022

Choose a reason for hiding this comment

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

Probably because I run on Arch ;-).

By the way.
En tout cas... Top.
Ça fonctionne nickel.

@NicolasDerumigny
Copy link
Author

Choose a reason for hiding this comment

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

Démasqué :D !

@Neo-29
Copy link

@Neo-29 Neo-29 commented on 715aeda Nov 5, 2022

Choose a reason for hiding this comment

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

Démasqué :D !

C'était pour pas trop compliqué 😂👍

Please sign in to comment.