monitor icon indicating copy to clipboard operation
monitor copied to clipboard

not seeing any gpu section or info

Open Iss-in opened this issue 2 years ago • 1 comments

As i see in discussion and commits, the support for gpu has been added, but ive not been seeing anything in the UI related to gpu image

i can see gpu related info in logs as well, not sure what the problem is https://gist.github.com/Iss-in/52184b5d8b1237f528770d0abe06d515

Gpu: 6700xt Arch/sway tried package from AUR and built from source as well, same behaviour

Iss-in avatar Apr 22 '23 05:04 Iss-in

So, Monitor gets GPU name from SessionManager: https://github.com/stsdc/monitor/blob/4a555e384ee808a2b50060fe14d829694c563566/src/Resources/Resources.vala#L60-L74

And logs say that there is no Gnome Session, obviously, because Sway is used. I'm not familiar with Sway, also never used Wayland. I'm happy to add support, but I'm not sure how to approach this. Does Sway/i3 provide similar SessionManager ?

(com.github.stsdc.monitor:501126): Gtk-DEBUG: 11:01:42.355: Connecting to session manager
(com.github.stsdc.monitor:501126): Gtk-DEBUG: 11:01:42.356: Failed to get the GNOME session proxy: The name org.gnome.SessionManager is not owned
(com.github.stsdc.monitor:501126): Gtk-DEBUG: 11:01:42.356: Failed to get the Xfce session proxy: The name org.xfce.SessionManager is not owned
*

stsdc avatar Apr 22 '23 11:04 stsdc