ThierryHFR / Big-Sur-StatusArea

macOS Big Sur "System Tray" look for Gnome Desktop
https://www.pling.com/p/1427290/
26 stars 4 forks source link

System Settings does not load anything. #96

Closed johnmmcgee closed 2 years ago

johnmmcgee commented 2 years ago

Gnome 42 on Fedora 36

Clicking on my profile icon, all the way to the right, it appears when I click on system settings, nothing executes.

Let me know if more information is required.

ThierryHFR commented 2 years ago

Hi @johnmmcgee , Can you provide me with the version of the extension? Can you also give me the logs of journalctl concerning the extension?

johnmmcgee commented 2 years ago

Version: 45

This is what shows up when attempting to click the System Settings options, while executing the following command to log:

journalctl /usr/bin/gnome-shell -f -o cat
JS ERROR: TypeError: Shell.AppSystem.get_default().lookup_app(...) is null
_openApp@/home/phin/.local/share/gnome-shell/extensions/bigSur-StatusArea@ordissimo.com/indicators/button.js:44:39
_createSubMenu/<@/home/phin/.local/share/gnome-shell/extensions/bigSur-StatusArea@ordissimo.com/indicators/system.js:109:49
activate@resource:///org/gnome/shell/ui/popupMenu.js:197:14
vfunc_button_release_event@resource:///org/gnome/shell/ui/popupMenu.js:141:14
ThierryHFR commented 2 years ago

Hi @johnmmcgee, It seems that you don't have gnome-control-center, can you check? ls -l /usr/share/applications/gnome-control-center.desktop

johnmmcgee commented 2 years ago

$ rpm -qa|grep gnome-control-center gnome-control-center-42.3-1.fc36.x86_64

$ ls -l /usr/share/applications/gnome-control-center.desktop lsd: /usr/share/applications/gnome-control-center.desktop: No such file or directory (os error 2).

Fedora 36

ThierryHFR commented 2 years ago

Hi @johnmmcgee, Could you tell me which desktop file runs "gnome-control-center"? grep -F 'gnome-control-center' /usr/share/applications/*

johnmmcgee commented 2 years ago

/usr/share/applications/org.gnome.Settings.desktop:Exec=gnome-control-center

ThierryHFR commented 2 years ago

Hi @johnmmcgee I corrected, the version is being verified by gnome, then you can update! Don't hesitate to tell me a problem ...

ThierryHFR commented 2 years ago

You can update!

johnmmcgee commented 2 years ago

works! thank you.