Am 06.03.2018 um 14:18 schrieb martti pitkanen:
> Is there hands-on instructions how to downgrade to Saimaa in Ubuntu
> (4.13.0-)?
> X2Go sessions terminate in random way.
> 

This is untested, but it should work something like this:

- Remove your current X2Go PPA
- use https://launchpad.net/~x2go/+archive/ubuntu/saimaa instead
- run apt-get update
- run the following set of commands:
  dpkg -l | awk '$1="ii" && ($2~/x2go/ || $2~/nx/) { print $2 }' | \
  xargs -n 1 apt-cache show | egrep 'Package|Version' | tr -d "\n" | \
  sed -e 's/Package: /\n/g' -e 's/Version: /=/g'

This should give you a list of all x2go/nx-related packages, along with
their version numbers, ready for copy-and-pasting to apt-get install.

Kind Regards,
Stefan Baur

-- 
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

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user

Reply via email to