lp:~x2go/x2go/x2goserver_master
- Get this branch:
- bzr branch lp:~x2go/x2go/x2goserver_master
Branch merges
Import details
This branch is an import of the HEAD branch of the Git repository at git://code.x2go.org/x2goserver.git.
Last successful import was .
Recent revisions
- 1946. By Orion-cora
-
x2goserver-
xsession/ etc/Xsession: Detect $SHELL from getent passwd and use it to launch the session (on RHEL, SUSE, Gentoo and alike). (Fixes: #1434). X2Go's Xsession file always starts the user's session with /bin/bash (at
least on RedHat systems where SHELL is set to /bin/bash via ~/.bashrc
calling /etc/bashrc). This patch attempts to determine the user's login
shell and use that for launching the session. See also:
.
https://bugzilla. redhat. com/show_ bug.cgi? id=1794660
.
Another option might be the judicious use of the --norc option when
launching x2goruncommand on followers but I'm not sure what other
effects this will have or where to do that. Effects might not be to bad
because I can simulate this by moving away the user's .bash_profile and
.bashrc files and then the tcsh is used as expected in this case.
However, while $SHELL does not get set in this case, the xfce4-session
script still gets launched with bash which triggers some other errors,
so this patch may be the best option. - 1944. By Mike Gabriel
-
Makefile: Create symlink from /etc/x2go/
Xsession. options. d/ to /etc/X11/ Xsession. options. d on Debian-like systems. - 1943. By Mike Gabriel
-
debian/
x2goserver. manpages: Install x2goupdateoptio nsstring. 1* man pages into bin:pkg x2goserver. - 1942. By Hanno Foest <email address hidden>
-
x2goserver-
xsession: Port OPTIONS variable and has_option() function from recent version of /etc/X11/Xsession to X2Go's Xsession file. (Fixes: #1583). More porting is actually needed. - 1941. By Oleksandr Shneyder <email address hidden>
-
Setting keyboard layout in rootless X2GoKdrive sessions.
- 1939. By Oleksandr Shneyder <email address hidden>
-
x2goterminate-
session: terminate x2goruncommand and all processes from the group. - 1938. By Mihai Moldovan
-
x2goserver/
bin/x2goresume- session: fix clipboard handling. The "${clipboard}" variable already includes the "clipboard" key.
- 1937. By Mihai Moldovan
-
x2goserver/
bin/x2goresume- session: fix redirections and make script workable again. Shells do not like redirections like 'filedes'>'file' and interpret
'filedes' as an argument to the program instead of as a file descriptor
to be used for the redirection, even though 'filedes' might be something
like '2'.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)