Florian Effenberger píše v Pá 31. 12. 2010 v 00:47 +0100: > Hi, > > 2010/12/30 Milan Knížek <[email protected]>: > > > I have been struggling with setting the language and path variables, > > too, and finished with a script sourcing /etc/profile (which was ignored > > in x2go session otherwise). Arch linux. > > do you have a code snippet? In which file did you do this? > Similar like you - just a workaround. However, I do not need per-user settings, it is a system wide solution.
$ cat /usr/local/bin/mk-gnome-session.sh #!/bin/bash . /etc/profile exec /usr/bin/gnome-session Regards, Milan -- http://www.milan-knizek.net/ _______________________________________________ X2go-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/x2go-dev
