On Sun, Mar 5, 2017 at 5:36 PM, Ed Greshko <ed.gres...@greshko.com> wrote:
>
> On 03/06/17 04:36, Stephen Morris wrote:
> > How do you check which Gnome session is running, Gnome-Wayland or
> > Gnome-Xorg? I am using the proprietary Nvidia driver which runs with
> > either Wayland or Xorg.
>
>
> I believe both these ways should work...
>
> In a terminal enter
>
> gsettings set org.gtk.Settings.Debug enable-inspector-keybinding true
> then type Control-Shift-I.  The go to the "Help" menu and select
> "Inspector".  Navigate to the "General" tab and look at the GDK Backend
> entry
>
> or
>
> In a terminal enter
>
> env | grep DISPLAY

 You can also use loginctl show-session <session_number>

for seat in $(loginctl list-sessions | grep <user> | grep seat | awk
'{print $1}')
do
     loginctl show-session $seat | grep Type
done
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to