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

-- 
BAUR-ITCS UG (haftungsbeschränkt)
Geschäftsführer: Stefan Baur
Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364
Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243
_______________________________________________
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user

Reply via email to