diff options
-rw-r--r-- | lightdm-remote-session-x2go.in | 4 | ||||
-rw-r--r-- | x2go.desktop.in | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lightdm-remote-session-x2go.in b/lightdm-remote-session-x2go.in index ff1a656..9709a92 100644 --- a/lightdm-remote-session-x2go.in +++ b/lightdm-remote-session-x2go.in @@ -1,11 +1,11 @@ # vim:syntax=apparmor -# Profile for restricting lightdm remote session for FreeRDP +# Profile for restricting lightdm remote session for X2Go # Based on the Guest Account Apparmor script from: # Author: Martin Pitt <martin.pitt@ubuntu.com> #include <tunables/global> -@pkglibexecdir@/x2go-session-wrapper { +@libexecdir@/x2go-session-wrapper { #include <abstractions/authentication> #include <abstractions/nameservice> #include <abstractions/wutmp> diff --git a/x2go.desktop.in b/x2go.desktop.in index a8b6ad5..f73154e 100644 --- a/x2go.desktop.in +++ b/x2go.desktop.in @@ -1,8 +1,8 @@ [Desktop Entry] -Name=FreeRDP -Comment=Full Screen RDP session -Exec=@pkglibexecdir@/x2go-session-wrapper -TryExec=@pkglibexecdir@/x2go-session-wrapper +Name=X2Go +Comment=Full Screen X2Go Session +Exec=@libexecdir@/x2go-session-wrapper +TryExec=@libexecdir@/x2go-session-wrapper Icon= Type=Application -X-LightDM-PAM-Service=lightdm-remote-x2go +X-LightDM-PAM-Service=lightdm-remote-freerdp |