First connection always show Gnome's "Oh no, something wrong" #2660
-
First connection after system boot always shows "Oh no, something wrong". Gnome disables extensions "as a precaution", but even if I reboot the system with extensions disabled, next time, first XRDP connection crashes anyway. After the first crash, subsequent connections succeed even with extensions enabled. I had set up XRDP about a year ago, and back then, this did not happen. It began to happen somewhere in this year, without my changing anything related to XRDP. Is there a solution? Installed packages are: https://aur.archlinux.org/packages/xrdp and https://aur.archlinux.org/packages/xorgxrdp . Below is the log since a boot.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Interesting problem. It sounds a bit like a race condition. Maybe GNOME is expecting a systemd-based service to be available which isn't in a good state (this shouldn't happen). Try adding a |
Beta Was this translation helpful? Give feedback.
Interesting problem.
It sounds a bit like a race condition.
Maybe GNOME is expecting a systemd-based service to be available which isn't in a good state (this shouldn't happen). Try adding a
sleep 2
to/etc/xrdp/startwm.sh
.