[debian-edu-commits] debian-edu/ 108/183: don't forget to commit added file

Alexander Alemayhu ccscanf-guest at moszumanska.debian.org
Wed Jun 11 16:48:38 UTC 2014


This is an automated email from the git hooks/post-receive script.

ccscanf-guest pushed a commit to branch master
in repository desktop-profiles.

commit 31e18e063e81a0458bad0541572bab00656e5cd7
Author: Bart Cornelis <cobaco at linux.be>
Date:   Fri Jan 6 14:14:53 2006 +0000

    don't forget to commit added file
---
 profile-snippet | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/profile-snippet b/profile-snippet
new file mode 100755
index 0000000..5c0ab66
--- /dev/null
+++ b/profile-snippet
@@ -0,0 +1,13 @@
+#!/bin/sh
+# 
+# Make sure that people starting graphical clients over SSH get the correct
+# settings, i.e. make sure to run the profile activation script
+############################################################################
+
+# testing SSH_CLIENT as the woody ssh doesn't set SSH_CONNECTION
+# also testing SSH_CONNECTION as the current ssh manpage no longer mentions
+# SSH_CLIENT, so it appears that variable is being phased out.
+if ( ( (test -n "${SSH_CLIENT}") || (test -n "${SSH_CONNECTION}") ) && \
+     (test -n "${DISPLAY}") ); then
+  . /etc/X11/Xsession.d/20desktop-profiles_activateDesktopProfiles
+fi;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/desktop-profiles.git



More information about the debian-edu-commits mailing list