Compare commits

...

3 Commits

Author SHA1 Message Date
25529aee96 Release 2.4.14 2015-01-16 13:58:21 +01:00
08f2ad502d desktop-firsttime.sh: don't install desktop-common archive to avoid duplicated trashbin in lxde
Also removes trashbin in KDE desktop but this is intentional.
2015-01-16 13:57:13 +01:00
91d1ae4a6d remote-support-mambasoft.sh.in: parametrize the ports to tunnelize 2015-01-16 13:54:37 +01:00
9 changed files with 5 additions and 4 deletions

View File

@@ -1 +1 @@
VERSION = 2.4.13
VERSION = 2.4.14

Binary file not shown.

View File

@@ -5,7 +5,7 @@
# This file is called by startkde after the kpersonalizer has been
# executed for first access configuration
#
# Copyright (c) 2005-2012 by Silvan Calarco <silvan.calarco@mambasoft.it>
# Copyright (c) 2005-2014 by Silvan Calarco <silvan.calarco@mambasoft.it>
# Copyright (c) 2007 by Davide Madrisan <davide.madrisan@gmail.com>
if [ ! -e $HOME/Desktop/.directory ]; then
@@ -20,7 +20,6 @@ if [ ! -e $HOME/Desktop/.directory ]; then
if [ -r @distrodesktopdir@/desktop-$LANG_ADD.tar.bz2 ]; then
mkdir -p $HOME/Desktop
( cd $HOME/Desktop >/dev/null
tar xjf @distrodesktopdir@/desktop-common.tar.bz2
tar xjf @distrodesktopdir@/desktop-$LANG_ADD.tar.bz2 )
fi

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,3 +1,5 @@
#!/bin/bash
[ "$1" ] && LOCAL_PORT=$1 || LOCAL_PORT=22
[ "$2" ] && REMOTE_PORT=$2 || REMOTE_PORT=$(($LOCAL_PORT + 45000))
export SSH_ASKPASS=@libexecdir@/openssh/ssh-askpass
ssh -p 4424 -N -R 45678:localhost:22 assistenza@services.mambasoft.it
ssh -p 4424 -N -R $REMOTE_PORT:localhost:$LOCAL_PORT assistenza@services.mambasoft.it