From 7e990a783d6bb36fc93bf3fb49f2e0546e1df7e5 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sat, 3 Feb 2024 01:42:46 +0300 Subject: [PATCH] Fix : Show extra warning for Gnome RDP fix. --- .config/bash/module/Fix.sh | 2 ++ 1 file changed, 2 insertions(+) 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." }