Skip to content

Instantly share code, notes, and snippets.

@chesty
Created October 31, 2018 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chesty/903cc48cca629ccab4d5447bae4091d4 to your computer and use it in GitHub Desktop.
Save chesty/903cc48cca629ccab4d5447bae4091d4 to your computer and use it in GitHub Desktop.
name: x2goclient
version: '0.1'
summary: X2Go Client application (Qt4) snap
description: |
X2Go is a serverbased computing environment with
- session resuming
- low bandwidth support
- session brokerage support
- client-side mass storage mounting support
- client-side printing support
- audio support
- authentication by smartcard and USB stick
.
X2Go Client is a graphical client (Qt4) for the X2Go system.
You can use it to connect to running sessions and start new sessions.
grade: devel
confinement: strict
icon: x2goclient.png
parts:
x2goclient:
plugin: nil
stage-packages:
- libc6
- libcups2
- libdb5.3
- libgcc1
- libldap-2.4-2
- libnss-ldap
- libnss-sss
- libqt4-network
- libqt4-svg
- libqtcore4
- libqtgui4
- libssh-4
- libstdc++6
- libx11-6
- libxcomp3
- libxpm4
- nxproxy
- openssh-client
- x2goclient
- xfonts-75dpi
- zlib1g
after:
- desktop-qt4
apps:
x2goclient:
command: desktop-launch x2goclient
desktop: usr/share/applications/x2goclient.desktop
plugs:
- accounts-service
- cups-control
- home
- network
- network-bind
- opengl
- pulseaudio
- ssh-keys
- ssh-public-keys
- x11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment