diff options
-rw-r--r-- | src/user-list.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user-list.vala b/src/user-list.vala index 6619a68..336d446 100644 --- a/src/user-list.vala +++ b/src/user-list.vala @@ -551,7 +551,7 @@ public class UserList : GreeterList //dialog.secondary_text = _("If you have an account on an RDP or Citrix server, Remote Login lets you run applications from that server."); // For 12.10 we still don't support Citrix dialog.secondary_text = _("If you have an account on an RDP server or X2Go server, Remote Login lets you run applications from that server."); - if (offer_guest) + if ((offer_guest) && (is_supported_remote_session ("uccsconfigure")) { dialog.add_button (_("Cancel"), 0); var b = dialog.add_button (_("Set Up…"), 1); |