sakithb / media-controls

A media indicator for the Gnome shell.
MIT License
236 stars 36 forks source link

Settings crashing and incorrect positioning #128

Closed qexat closed 8 months ago

qexat commented 8 months ago

The media controls used to be on the left of my top bar and few days ago they started sitting at the center.

I opened the extension settings from the gnome extension app but the pop-up disappears after one second and cannot be opened again afterwards. I tried disabling every extension but this one, but this does not fix the issue.

I have no idea on how to get debug logs or something like that, apologies.

Config

OS: EndeavourOS 2022.08.28 64-bit (Linux 6.7.0-arch3-1) Gnome: 45.3

sakithb commented 8 months ago

Do you mean the extension popup disappears? If yes, your issue is related to https://gitlab.gnome.org/GNOME/gjs/-/issues/598 . You can temporarily fix this by downgrading the gjs package to 1.78.1

Downgrade the package in Arch-based systems: sudo pacman -U https://archive.archlinux.org/packages/gjs/gjs-2:1.78.1-1-x86_64.pkg.tar.zst

qexat commented 8 months ago

Do you mean the extension popup disappears? If yes, your issue is related to https://gitlab.gnome.org/GNOME/gjs/-/issues/598 . You can temporarily fix this by downgrading the gjs package to 1.78.1

Downgrade the package in Arch-based systems: sudo pacman -U https://archive.archlinux.org/packages/gjs/gjs-2:1.78.1-1-x86_64.pkg.tar.zst

This fixes my issue, thank you very much for your quick response!