Aryan20 / Logomenu

Quick access menu for the GNOME panel with options that help ease the workflow for newcomers and power users alike.
https://extensions.gnome.org/extension/4451/logo-menu/
GNU General Public License v2.0
56 stars 30 forks source link

fix: Adapt 'About' menu path for GNOME 46. #76

Closed hirnidrin closed 3 months ago

hirnidrin commented 3 months ago

There was some Settings menu mangling from GNOME 45 to 46. In GNOME 46, "Logomenu > About My System" fails to open the "About" detail window, instead it just opens the last used Settings detail window.

gnome-control-center --list shows several differences. info-overview got replaced by system subpanel about.

GNOME 45 GNOME 46
applications applications
background background
bluetooth bluetooth
color color
datetime
default-apps
display display
info-overview
keyboard keyboard
mouse mouse
multitasking multitasking
network network
wifi wifi
notifications notifications
online-accounts online-accounts
power power
printers printers
privacy privacy
region
removable-media
search search
sharing sharing
sound sound
system
universal-access universal-access
user-accounts
wacom wacom
wwan wwan

Related to this https://github.com/GNOME/gnome-control-center/commit/fb13e45ababeb2874da150eb21aea609883e6bee

Aryan20 commented 3 months ago

Nice catch! Thanks for working on it.