The branch, master has been updated via 6579eba60b2f615c9d7055e2fcdaa89acc1e318a (commit) from cf291cfc37e14abbc8242270482662b39e8e08b5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6579eba60b2f615c9d7055e2fcdaa89acc1e318a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Nov 9 21:19:24 2012 +0100 try to run on behalf of lightdm-remote-session-freerdp ----------------------------------------------------------------------- Summary of changes: lightdm-remote-session-x2go.in | 4 ++-- x2go.desktop.in | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) The diff of changes is: 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 hooks/post-receive -- lightdm-remote-session-x2go.git (X2Go-based remote login session support for LightDM) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "lightdm-remote-session-x2go.git" (X2Go-based remote login session support for LightDM).