Installation logs me out #1552
-
|
I'm on Ubuntu 22.04.1LTS arm64 running inside Parallels 18 for macOS 12.6.1 (Monterey) Apple M1 Max (ARM). Am I missing something? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
You're on Wayland, I'm assuming? See I do wonder if using something like |
Beta Was this translation helpful? Give feedback.
You're on Wayland, I'm assuming? See
restart-shellin Makefile.xprop -root &> /dev/nullreturns true for me in Fedora GNOME even while using Wayland so it kills gnome-shell expecting it to restart like it does for X11. I used to usemake local-installas well, but since moving to Wayland, I just do the routineslocal-installdoes except forrestart-shell, like so:make depcheck compile install configure enable.I do wonder if using something like
$XDG_SESSION_TYPEis more reliable than the current condition being used.