I am having issues with it with my local session, sometimes forcing me
to have to reboot local session(not simply log out), in order to get
local computer to be able to use evolution again.

Any ideas?



On Fri, 2019-10-18 at 23:00 +0200, Stefan Baur wrote:
> Am 18.10.19 um 22:38 schrieb D Ducky:
> > SOLVED!
> > 
> > Thank you!
> > 
> > We'll see what happens when I access it locally after this, though, as I 
> > imagine 
> > it will upset my local session.
> 
> If it does upset your local session, try a script file that checks for
> the presence of X2Go-specific variables (unless you're running in
> published or possibly single application mode; they're absent there, AFAIK).
> 
> Something like:
> 
> #!/bin/bash
> if [ -n "$X2GO_SESSION" ] ; then
>         # this will be executed only if we're
>         # inside an active X2Go session
>         gnome-keyring-daemon --replace –components=secrets
> fi
> 
> -Stefan
> 
_______________________________________________
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user

Reply via email to