Fix : Show extra warning for Gnome RDP fix.

This commit is contained in:
Dmitry Voronin 2024-02-03 01:42:46 +03:00
parent b2d90976fa
commit 7e990a783d

View file

@ -60,4 +60,6 @@ function fix_gnome_rdp() {
grdctl status --show-credentials grdctl status --show-credentials
systemctl --user status gnome-remote-desktop.service systemctl --user status gnome-remote-desktop.service
# Show extra info.
_warn "You may need to manually restart Desktop sharing via Gnome Settings."
} }