diff --git a/.config/bash/module/Fix.sh b/.config/bash/module/Fix.sh index 17cf9ff..ca526db 100644 --- a/.config/bash/module/Fix.sh +++ b/.config/bash/module/Fix.sh @@ -60,4 +60,6 @@ function fix_gnome_rdp() { grdctl status --show-credentials systemctl --user status gnome-remote-desktop.service + # Show extra info. + _warn "You may need to manually restart Desktop sharing via Gnome Settings." }