Closed realKarthikNair closed 3 months ago
OS, DE and WM info
karthik@fedora:~$ sudo inxi -S
System:
Host: fedora Kernel: 6.9.9-200.fc40.x86_64 arch: x86_64 bits: 64
Console: pty pts/2 Distro: Fedora Linux 40 (Workstation Edition)
karthik@fedora:~$ neofetch | grep DE
DE: GNOME 46.3.1
karthik@fedora:~$ neofetch | grep WM:
WM: Mutter (Wayland)
Maybe some additional relevant info : https://bugzilla.redhat.com/show_bug.cgi?id=1040062#c2
You don't need sudo
.
When you invoke gnome-monitor-config
under sudo
it has no connection to the DBus session of your user.
Thank you