diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-11-09 21:19:24 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-11-09 21:19:24 +0100 |
commit | 6579eba60b2f615c9d7055e2fcdaa89acc1e318a (patch) | |
tree | 4369ca21c6e1b2c97bcca850b1fcf66052ae35e1 | |
parent | cf291cfc37e14abbc8242270482662b39e8e08b5 (diff) | |
download | lightdm-remote-session-x2go-6579eba60b2f615c9d7055e2fcdaa89acc1e318a.tar.gz lightdm-remote-session-x2go-6579eba60b2f615c9d7055e2fcdaa89acc1e318a.tar.bz2 lightdm-remote-session-x2go-6579eba60b2f615c9d7055e2fcdaa89acc1e318a.zip |
try to run on behalf of lightdm-remote-session-freerdp
-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 |