[X2Go-Commits] [live-build-x2go] branch feature/mate-minidesktop-stretch updated (e1c987e -> 3642dd8)

git-admin at x2go.org git-admin at x2go.org
Wed Mar 20 22:55:08 CET 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch feature/mate-minidesktop-stretch
in repository live-build-x2go.

      from  e1c987e   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  56d6f90   Merge branch 'feature/openbox' into feature/openbox-stretch
      adds  b69ca29   Merge branch 'feature/openbox' into feature/openbox-stretch
      adds  6bdd9be   added packages that are no longer pulled in via dependencies in stretch
       new  fbc4819   Merge branch 'feature/openbox-stretch' into feature/mate-minidesktop-stretch
      adds  0f9c406   added ping utility
       new  a05637e   Merge branch 'feature/openbox-stretch' into feature/mate-minidesktop-stretch
      adds  5f67f9d   this adds "earlyblankdpmxfix" as optional kernel parameter - due to modesetting, certain buggy TFTs turn black early in the boot process (even before X starts).  This provides a workaround to un-blank them asap.
       new  d4e85fc   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  d2a4a1f   fixed permissions for ~/.ssh, fixed description for portableapps partition
       new  3119ca1   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  9f6ea6b   fixed session file location for dual-mode media
       new  c8e3fcc   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  93e5bd3   typofix
       new  3c6d9ea   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  ad0c425   added code to support selection of audio output
      adds  eef26a0   fixes missing escape
      adds  3cd69e5   fixed indentation error
      adds  3a62cab   fixed indentation error
       new  d8a9280   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  93322eb   removable device detection was broken
       new  7178de5   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  9a2d1d4   added active audio profile output, moved audio block to end of file so pulseaudio has more time to start up
      adds  48df119   fixed missing escape
      adds  c296df9   removed unneccessary quotation marks
      adds  7658766   make sure pulseaudio is responding before pacmd fires
      adds  ab0e03d   nudging the automounter isn't necessary, and actually doesn't work here (udevd most likely isn't running yet)
      adds  6db8f4b   changed how BLOCKDEVS list is created, added various comments to make code more readable/understandable
      adds  d6a40aa   moved function to top of code block where it belongs, and also fixed indentation
      adds  7bad1e9   removed unnecessary newline
      adds  2a621f0   removed old debug code
      adds  9dfb323   added newline character - it should work with the blank that previously stood in its place, but let's play it safe ...
      adds  6ec7300   changed how BLOCKDEVS list is created
      adds  79d1787   moved function to top of code block where it belongs, and also fixed indentation
      adds  a8afba5   fixed error related to chmod, changed *LABEL* mechanism to the one used by 2260-getsshhostkeysfrommedia,added various comments to make code more readable/understandable
       new  457cdb6   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  95d8054   fixed bashisms, quoting, whitespace issues
       new  d2b9a23   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  1537d97   udevadm settle is already running due to the udev service startup.  Spawning a second copy causes the second copy to terminate immediately as if there were no open events - which breaks our loop.  So instead, we need to monitor when the first/only instance terminates.
       new  517a4f6   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  32c61bf   moved getportableappsessions right behind the other scripts that mount devices
       new  0e40b88   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  32e735a   adapted 2280-x2go-getportableappsessions to work more like 2270-getsshclientkeysfrommedia
       new  259e6d0   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  a253a02   un-hardcoded path
       new  7a88623   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  6b2de45   fixed "touch" file name
      adds  cb7dcfc   removed umount in case of success, changed ro mount to rw
      adds  974c58a   fixed purpose description in comments
      adds  9e8b42f   added/fixed return codes of check_for_config
       new  0925d17   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  0977bee   exchanged HOTPLUG for RM (REMOVABLE), as lsblk in jessie doesn't understand the HOTPLUG parameter, but RM does what we want
       new  ae398bf   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  b140c1c   last changes broke routines that check fixed disks for our magic label(s), mount them, and "do the needful" with them. This commit should fix this.
       new  282f69c   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  7ef5b46   lsblk output is parsed again later on, which means that this later code block needed to be changed as well, so it understands the new output order (Removable/Fixed Disk on 2nd, rather than 4th position)
       new  a007140   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  d7eb710   removable/non-removable detection per device failed for partitioned devices
       new  5b5c43b   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  e926958   one line of debug output was missing in 2260
       new  c78aadc   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  e85df5c   typofix
       new  3c5ec8d   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  a236e80   added support for x2go session config stored on fixed disk
       new  b9b849b   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  cfcf0c5   added code to accomodate minidesktop versions in local-sessions-config code
       new  7d314e6   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  cb5fcdd   syntaxfix
       new  d1217eb   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  2a912be   fixed path
       new  12865d3   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  3ef64ed   for various reasons (especially fuseext2 misbehaving occasionally and eating up 100% CPU), it makes more sense to check the volume(s) with the PORTABLEAPP label first
       new  0ec9974   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  3472989   typofix
       new  55e3948   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  5c146fe   for portableapp/tce-hdd dualmode stick, private keys need to go into x2goclient/ssh
       new  19a161e   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  ca0877d   attempting to fix race condition between 2270 and the minidesktop init scripts
       new  c26d73c   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  d78d191   another attempt at fixing the private-keys-get-deleted-in-MMD-mode issue
       new  d0c045a   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  73d254b   Private keys did not get deleted by MMD but by windows portable mode - must not be placed in x2goclient/ssh, or else they will be gone once x2goclient.exe exits. instead, use x2goclient/.ssh, or x2goclient/sshkeys - as .dotfiles and .dotfolders cannot be created in Windows Explorer, only on commandline.
       new  56bbd49   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  794f384   add additional symlink so our workaround re:deleted files in portable mode can actually be used from win and lin without changing paths
       new  72c06b9   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
       new  fe5a32f   added two more font packages
      adds  e340e9d   added two font packages
      adds  dce43db   fixed unneccessary escapes
       new  b6ee127   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  9f0a421   added support for synaptics touchpads
      adds  55a7b0c   switched to metapackage xserver-xorg-input-all, which should cover all input devices
       new  4c10809   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  c9a47d5   turns out that xserver-xorg-input-wacom isn't included in xserver-xorg-input-all. WTF.
       new  181164b   Merge branch 'feature/openbox' into feature/mate-minidesktop-stretch
      adds  7cdade2   typofix - chmod 700 was chmod 600 by accident
       new  dc91be1   Merge commit '7cdade23c8ef1462e764e45aa5771eb2b14221d6' into feature/mate-minidesktop-stretch
      adds  32cb6b1   (hopefully) fix missing ~/.ssh creation in MATE-MiniDesktop
       new  9cb3c21   Merge commit '32cb6b15252d44e9277f373934d2d64796cb2de9' into feature/mate-minidesktop-stretch
      adds  8ad7e5f   force bash as default system shell
       new  8194c76   Merge commit '8ad7e5f4fd890c03a04c3b849ce4911c6e0d970d' into feature/mate-minidesktop-stretch
      adds  f736114   (temporary?) workaround to switch the default system shell from dash to bash & silence dpkg-reconfigure
       new  8b3f655   Merge commit 'f736114cb8c09f3413827649d619acd0af1b2cae' into feature/mate-minidesktop-stretch
       new  33331bc   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  8836cc6   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  7fc333b   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  c9f44a8   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  af83828   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  03010f7   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  b33eeff   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  ea4757a   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  e27c699   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  e4c25ea   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  a48ab17   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  66ee795   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  272a5cc   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  78596d7   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  d7ce1cf   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  3d30ec8   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  d8ed6bd   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  05505b9   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  d333e68   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  c8ee208   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  a64edb6   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  83c2377   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  c10f550   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  84fe018   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  0ab3cf8   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  7ee635e   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  34ef3a1   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  6e8339b   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  df44da5   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  f26ce02   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  4c80e06   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  965eab2   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  4a5dbcf   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  e73c694   added two more font packages
       new  177db3f   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  c6c9639   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  69cb490   Merge branch 'feature/openbox' into feature/mate-minidesktop
       new  90df2d3   Merge commit '7cdade23c8ef1462e764e45aa5771eb2b14221d6' into feature/mate-minidesktop
       new  9f58fa9   Merge commit '32cb6b15252d44e9277f373934d2d64796cb2de9' into feature/mate-minidesktop
       new  ce78025   Merge commit '8ad7e5f4fd890c03a04c3b849ce4911c6e0d970d' into feature/mate-minidesktop
       new  1f6994b   Merge commit 'f736114cb8c09f3413827649d619acd0af1b2cae' into feature/mate-minidesktop
      adds  afefc03   moving X startup related things from config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig to config/includes.chroot/etc/X11/Xsession.d/60x11-*
      adds  198ae88   added logging to file for audioout=list, plus some whitespace fixes/formatting
      adds  c48fca4   Trying to completely do away with .xsession file and use modular /etc/X11/Xsession.d config files instead
      adds  b885ce5   added debug code that was only present in feature/openbox-magic-pixel-workaround so far
      adds  6d78b7e   typofix
      adds  5dfd0ef   another typofix
      adds  eec9bbe   feh package was missing
      adds  5bb444f   fixed download routine for X background images, would not work with multiple URLs
      adds  8c5f78d     This adds an initrdblankdpmsfix parameter - as the name suggests, it will trigger the blankdpmsfix early in the initrd already
       new  02b2f86   Merge commit '8c5f78d8ff045adb7938cc52cdec5c73c448818e' into feature/mate-minidesktop
       new  b3d8402   Merge commit '02b2f8669132b524e466a3380e056557fc79dc7c' into feature/mate-minidesktop-stretch
       new  03fda33   x2goclient start script is not needed in minidesktop modex2goclient start script is not needed in minidesktop mode
       new  0e14dc9   Merge commit '03fda33bafd7842d6532670173ea1f2b149fb659' into feature/mate-minidesktop-stretch
      adds  31f9dc1   added local non-locking slideshow screensaver
       new  ccb3898   Merge commit '31f9dc1219eb8e94a50c0bdc67686493a9e053f9' into feature/mate-minidesktop-stretch
      adds  72dc17e   for some silly reason, this file is needed in two places
       new  9d9a175   Merge commit '72dc17eaab31e5dfdf640b30d03e4364f07c1be6' into feature/mate-minidesktop-stretch
      adds  a4f9e67   typofix
       new  6e960f1   Merge commit 'a4f9e67cb9574e3843d545f37da6e0628891199d' into feature/mate-minidesktop-stretch
      adds  be91c0f   silence wget and make it only download newer files than the ones already present
       new  3527139   Merge commit 'be91c0f549cd3a6bcda549bc0cb640dda9d30bf9' into feature/mate-minidesktop-stretch
      adds  f97a97a   typofix, also, silence wget and make it only download newer files than the ones already present
       new  204830d   Merge commit 'f97a97a88e79e4f21cfa712fadbe2a975c6e22de' into feature/mate-minidesktop-stretch
      adds  f6b2c9d   earlyblankdpmsfix can now be called as earlyblankdpmsfix=nnnn, where nnnn is the time in microseconds that each screen should remain blank
       new  80a0ac4   Merge commit 'f6b2c9d495e4510ab694d86bb1e05031cffc6707' into feature/mate-minidesktop-stretch
      adds  5d99ae6   changed default sleeptime from 1ms to 1s
       new  754fd46   Merge commit '5d99ae64b91767f88e06219511762f8b7977a407' into feature/mate-minidesktop-stretch
      adds  50537ce   second copy of file was not chmodded properly (had # in front of path, so never got changed)
       new  42389ed   Merge commit '50537ce5793436099dcbf36f6512b33ff6e09155' into feature/mate-minidesktop-stretch
      adds  2e9ec9f   we need to make sure we don't fire too early - check that at least one symlink matching fb[0-9]* exists
       new  afe4f2d   Merge commit '2e9ec9f474441d99caaa838be616dbcc615f6e8f' into feature/mate-minidesktop-stretch
      adds  550566b   we need to make sure this script is executable under busybox sh as well, also, no output is desired when run from inside initrd
       new  e91ac7e   Merge commit '550566bae0897dd08c2a588f93b512617a4f05b2' into feature/mate-minidesktop-stretch
      adds  e83af98   wiggle mouse by 1 px to trigger remote screensaver password prompt
       new  a52030a   Merge commit 'e83af989ab7f86f90acdb6b34e668b825be85968' into feature/mate-minidesktop-stretch
      adds  a9c8d50   almost complete rewrite of 60x11-spawn-configure-slideshow-screensaver, as restoring the foreground app(s) didn't work properly
       new  39ae9d8   Merge commit 'a9c8d50b6579501f044e3a3ccaacee8e0b0df610' into feature/mate-minidesktop-stretch
       new  7847b13   x2goclient start script is not needed in minidesktop mode
       new  dca2f5e   Merge commit '31f9dc1219eb8e94a50c0bdc67686493a9e053f9' into feature/mate-minidesktop
       new  5e2e407   Merge commit '72dc17eaab31e5dfdf640b30d03e4364f07c1be6' into feature/mate-minidesktop
       new  b3ed00a   Merge commit 'a4f9e67cb9574e3843d545f37da6e0628891199d' into feature/mate-minidesktop
       new  1bd9f7a   Merge commit 'be91c0f549cd3a6bcda549bc0cb640dda9d30bf9' into feature/mate-minidesktop
       new  2e59c8a   Merge commit 'f97a97a88e79e4f21cfa712fadbe2a975c6e22de' into feature/mate-minidesktop
       new  877724a   Merge commit 'f6b2c9d495e4510ab694d86bb1e05031cffc6707' into feature/mate-minidesktop
       new  93039c2   Merge commit '5d99ae64b91767f88e06219511762f8b7977a407' into feature/mate-minidesktop
       new  d7f7fcc   Merge commit '50537ce5793436099dcbf36f6512b33ff6e09155' into feature/mate-minidesktop
       new  5e928f2   Merge commit '2e9ec9f474441d99caaa838be616dbcc615f6e8f' into feature/mate-minidesktop
       new  6a62f95   Merge commit '550566bae0897dd08c2a588f93b512617a4f05b2' into feature/mate-minidesktop
       new  f8a1942   Merge commit 'e83af989ab7f86f90acdb6b34e668b825be85968' into feature/mate-minidesktop
       new  0167d8f   Merge commit 'a9c8d50b6579501f044e3a3ccaacee8e0b0df610' into feature/mate-minidesktop
       new  2213d18   added startup script to generate Desktop files for 3270 sessions
       new  e07c164   Merge commit '2213d185d8d5cc276dcbeb7d3b2fdd96e3b1bd4c' into feature/mate-minidesktop-stretch
       new  7de4f6b   make sure ix3270-*.desktop files are copied to the TC user's Desktop so they show up
       new  3169b62   Merge commit '7de4f6bd754b0e1ac995240e7a0d35be1b93deac' into feature/mate-minidesktop-stretch
       new  1b1aad3   added check to see if first x3270-*.desktop file exists; only start copying if it does - avoids error message from cp when no files are there
       new  016cb8a   Merge commit '1b1aad343398570e64ff23a3e6fabbfe66418485' into feature/mate-minidesktop-stretch
       new  b78886d   added x3270 package
       new  1585b58   Merge commit 'b78886d031b1278c6265bb6dc9e99ee7d5726a9b' into feature/mate-minidesktop-stretch
       new  0bb0f02   added 3270-common package to list
       new  9ddcf41   Merge commit '0bb0f02f1f0f2ddcd00a857cc44a8ab11d0aff9e' into feature/mate-minidesktop-stretch
      adds  34c1770   This script would kill the XServer startup when no XSCREENSAVER-related parameters were set.  Also, added defaults for idle and slide display/change time
       new  8bf5c48   Merge commit '34c17705a40b775fddd35d13fe966f88e6259dc0' into feature/mate-minidesktop-stretch
       new  60517d4   Merge commit '34c17705a40b775fddd35d13fe966f88e6259dc0' into feature/mate-minidesktop
       new  d7ca09c   cloned x3270 config for x5250 config
       new  d8d819f   Merge commit 'd7ca09cd154e91ecd149e689c7cf0977bc6dbab3' into feature/mate-minidesktop-stretch
       new  b500f3c   med files as it seems debian-live can't handle two scripts with the same number :-/
       new  dbfc27a   Merge commit 'b500f3c188fa0fc0cbd9dd2e6916993534fb9859' into feature/mate-minidesktop-stretch
       new  c022bbf   x5250 init isn't working - maybe PATH isn't taking /usr/local/bin into account? Manually setting and restoring PATH before/after check for x5250 presence now
       new  d0daf57   Merge commit 'c022bbfa92f0442b4fbbc3febd2c5b2efcf9091a' into feature/mate-minidesktop-stretch
       new  f9203a0   added more firefox defaults
       new  b8e642d   Merge commit 'f9203a0d645504f84542a55b59e982de5f6de565' into feature/mate-minidesktop-stretch
       new  37495ad   the "--thinclient" parameter is not needed in MMD (according to Mike Gabriel/sunweaver, who should know best), so this file serves no purpose and can safely be rm'ed
       new  769baa0   Merge commit '37495ad5ee6aa6affbb24c98d63086b6a3e4265e' into feature/mate-minidesktop-stretch
      adds  dfa10c7   added support for background images (well, a single image, actually, and no solid colors) via xroot= boot parameter in MATE-MiniDesktop mode
       new  5104ce8   Merge commit 'dfa10c735d3918e3fcaedebb973eb7c0636449d7' into feature/mate-minidesktop-stretch
      adds  6767c79   moved X background download to earlier script and renamed 60x11-set-background to 60x11-set-xbackground, to avoid confusion with the X2GoClient branding background image downloader
       new  9c2b674   Merge commit '6767c79aa2eaa897222002b5b8fff8da8b70870c' into feature/mate-minidesktop-stretch
      adds  90f0c3b   typo- and sloppiness-fixes
       new  b5cb69b   Merge commit '90f0c3b5dfead911022ed6c40fe8996e43fd4fe4' into feature/mate-minidesktop-stretch
      adds  b82648e   removed "dropper" files from /lib/live/config and placed the actual files directly in /etc/network/if-up.d/
       new  342aab8   Merge commit 'b82648e357db470000243d0a79d15c229adaab5c' into feature/mate-minidesktop-stretch
      adds  f6720ca   typofix
       new  65ebf8a   Merge commit 'f6720cae3346d9a1be5866818e014bb9f3a1eed2' into feature/mate-minidesktop-stretch
      adds  f041405   check if /etc/x2go/x2gothinclient_sessions exists, move to /etc/x2go/x2gothinclient_sessions_old if yes, touch /etc/x2go/x2gothinclient_sessions_old if no
       new  9e70252   Merge commit 'f041405448a8323961a73fa38a3fe76dfc392dbd' into feature/mate-minidesktop-stretch
      adds  fb4c586   renamed 0050-settime to ntpdate, to overwrite the package-provided ntpdate script
       new  925df22   Merge commit 'fb4c586d77e95861dcb6244f5e654658b0053884' into feature/mate-minidesktop-stretch
      adds  990abda   the move of x2gothinclient_sessions to x2gothinclient_sessions_old must only be triggered when we're touching an external interface, not "loopback" or similar
       new  bc998e2   Merge commit '990abda011249a46ff66f1169034c633843e1d60' into feature/mate-minidesktop-stretch
      adds  c5dc9ac   changed method of background image display in mate-minidesktop mode
       new  c277666   Merge commit 'c5dc9ac78b2415955d1b35b480159f556e0fed13' into feature/mate-minidesktop-stretch
      adds  3dc9b9d   reworked 60x11-set-xbackground: URL takes precedence over Hex color; when in minidesktop mode, wait until file has been downloaded before continuing, else wait in background
       new  63e444c   Merge commit '3dc9b9dc5d1ae8c2d775a3aaa4f17bd9cf1b32de' into feature/mate-minidesktop-stretch
      adds  dc6423c   added log output
       new  6fdeb8e   Merge commit 'dc6423c8f15c515b1b616e662fcaa824cd8eec75' into feature/mate-minidesktop-stretch
      adds  6cbb3ba   added some sanity checks and debug output
       new  e5bd70e   Merge commit '6cbb3bab42601f76c00b871ecc59d23378e33a70' into feature/mate-minidesktop-stretch
      adds  1d2db69   we need to add the user ("user" or "x2gothinclient") to the group tty early on, to allow on-screen logging on tty8 and tty9
       new  bd4a225   Merge commit '1d2db69988f05508e7abd70754cb30ea4881abf0' into feature/mate-minidesktop-stretch
      adds  c27a99e   write permission to tty is now handled by a separate script
      adds  01d9a9d   background setter for minidesktop must run as root, thus moved to if-up script
       new  23fce67   Merge commit '01d9a9dface17d15517855a31b4d15796bbf9b80' into feature/mate-minidesktop-stretch
      adds  0cc5bcb   added mesa-related package; added ATI Rage 128 xorg driver package for i386 to check if it Segfaults X.org on Jessie i386 (it does on Stretch i386)
       new  c6c8e71   Merge commit '0cc5bcb55f996f391444af9603fdff3d81e91548' into feature/mate-minidesktop-stretch Segfault can be avoided with specially crafted Xorg.conf (Option "NoAccel" "True", Option "UseFBDev" "False", Driver "r128")
      adds  cfee4a9   r128 driver can go in for amd64 as well
       new  4ee6b51   Merge commit 'cfee4a9a8f90a79ff050843a9bcfbc05cdc87a98' into feature/mate-minidesktop-stretch Segfault can be avoided with specially crafted Xorg.conf (Option "NoAccel" "True", Option "UseFBDev" "False", Driver "r128")
      adds  6d58d6b   variable cleanup
       new  a4cbdbd   Merge commit '6d58d6b200c9da1678b3e9b20b54f00831c7cc71' into feature/mate-minidesktop-stretch
      adds  bb41f14   further variable cleanup/fixup
       new  86f1325   Merge commit 'bb41f149dd6f4164bdf901ce206069ae6d1f4147' into feature/mate-minidesktop-stretch
      adds  3b2e206   moved screensaver image download to if-up.d where it belongs
       new  dc6285c   Merge commit '3b2e206427eff03f07f5a2625ebe0cb21bcae242' into feature/mate-minidesktop-stretch
      adds  b715838   yet another variable fix
       new  e9eae3f   Merge commit 'b715838aa94f58792e8bc7e4b26c735957c72636' into feature/mate-minidesktop-stretch
      adds  59e6089   usleep uses microseconds, not milliseconds
      adds  1597696   moved detection regarding which sleep command is to be used into the backgrounded task, added comments
       new  61ea842   Merge commit '159769631956b5000f91805781d608d4830a8860' into feature/mate-minidesktop-stretch
      adds  5c51ed6   added new feature for faster shutdown in non-minidesktop mode
      adds  36d7f27   a variable obviously won't work in single quotes
      adds  111f71f   aaand another set of quotes - double quotes - is required here ...
       new  f790432   Merge commit '111f71f81de3929d7af8a47dc447430da8547af3' into feature/mate-minidesktop-stretch
      adds  4016850   split 60x11-spawn-configure-pulseaudio into 60x11-spawn-pulseaudio and 60x11-configure-pulseaudio (so we can remove 60x11-spawn-pulseaudio from the minidesktop branches, where it conflicts with MATE)
       new  5dfa3e4   Merge commit '40168503eca35237701c5a771f0fc4c4070245b0' into feature/mate-minidesktop-stretch
       new  9f99816   Merge commit 'dfa10c735d3918e3fcaedebb973eb7c0636449d7' into feature/mate-minidesktop
       new  da2ddf9   Merge commit '6767c79aa2eaa897222002b5b8fff8da8b70870c' into feature/mate-minidesktop
       new  2cac5c8   Merge commit '90f0c3b5dfead911022ed6c40fe8996e43fd4fe4' into feature/mate-minidesktop
       new  e0d8605   Merge commit 'b82648e357db470000243d0a79d15c229adaab5c' into feature/mate-minidesktop
       new  c5169a1   Merge commit 'f6720cae3346d9a1be5866818e014bb9f3a1eed2' into feature/mate-minidesktop
       new  1934918   Merge commit 'f041405448a8323961a73fa38a3fe76dfc392dbd' into feature/mate-minidesktop
       new  179657d   Merge commit 'fb4c586d77e95861dcb6244f5e654658b0053884' into feature/mate-minidesktop
       new  3c039f2   Merge commit '990abda011249a46ff66f1169034c633843e1d60' into feature/mate-minidesktop
       new  af4ba1f   Merge commit 'c5dc9ac78b2415955d1b35b480159f556e0fed13' into feature/mate-minidesktop
       new  8c76632   Merge commit '3dc9b9dc5d1ae8c2d775a3aaa4f17bd9cf1b32de' into feature/mate-minidesktop
       new  9cf03b9   Merge commit 'dc6423c8f15c515b1b616e662fcaa824cd8eec75' into feature/mate-minidesktop
       new  963fda5   Merge commit '6cbb3bab42601f76c00b871ecc59d23378e33a70' into feature/mate-minidesktop
       new  4723e91   Merge commit '1d2db69988f05508e7abd70754cb30ea4881abf0' into feature/mate-minidesktop
       new  b066e85   Merge commit '01d9a9dface17d15517855a31b4d15796bbf9b80' into feature/mate-minidesktop
       new  0a84c89   Merge commit '0cc5bcb55f996f391444af9603fdff3d81e91548' into feature/mate-minidesktop
       new  edb7d65   Merge commit 'cfee4a9a8f90a79ff050843a9bcfbc05cdc87a98' into feature/mate-minidesktop
       new  401ebd0   Merge commit '6d58d6b200c9da1678b3e9b20b54f00831c7cc71' into feature/mate-minidesktop
       new  4260a59   Merge commit 'bb41f149dd6f4164bdf901ce206069ae6d1f4147' into feature/mate-minidesktop
       new  49a65cd   Merge commit '3b2e206427eff03f07f5a2625ebe0cb21bcae242' into feature/mate-minidesktop
       new  dab8645   Merge commit 'b715838aa94f58792e8bc7e4b26c735957c72636' into feature/mate-minidesktop
       new  4880a54   Merge commit '159769631956b5000f91805781d608d4830a8860' into feature/mate-minidesktop
       new  9cf8b96   Merge commit '111f71f81de3929d7af8a47dc447430da8547af3' into feature/mate-minidesktop
       new  0c505d6   Merge commit '40168503eca35237701c5a771f0fc4c4070245b0' into feature/mate-minidesktop
       new  d85f8a1   removed 60x11-spawn-pulseaudio as it breaks MATE audio output
       new  b4418e0   Merge commit 'd85f8a1c7a42a4005dc7fc87f9274eef739e5f41' into feature/mate-minidesktop-stretch
      adds  bef83bb   added script to force pulseaudio volume
       new  834ff1e   Merge commit 'bef83bbaaa5a1212ac758b00db6107baeb43820d' into feature/mate-minidesktop-stretch
      adds  6f5ec03   typofix
       new  cfa56bf   Merge commit '6f5ec03b60c0133696ff3e156325c1584760ea7a' into feature/mate-minidesktop-stretch
       new  af10190   Merge commit 'bef83bbaaa5a1212ac758b00db6107baeb43820d' into feature/mate-minidesktop
       new  633c985   Merge commit '6f5ec03b60c0133696ff3e156325c1584760ea7a' into feature/mate-minidesktop
       new  2033043   added mate-media package to list, as it is needed for the volume control applet from Stretch onwards (and doesn't hurt in Jessie)
       new  3642dd8   Merge commit '20330433d1023a28a71e3a962c076d4fef73d5c5' into feature/mate-minidesktop-stretch

The 186 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../etc/X11/Xsession.d/60x11-blanking-dpms-config  |  31 ++++
 .../etc/X11/Xsession.d/60x11-configure-pulseaudio  |  28 ++++
 .../etc/X11/Xsession.d/60x11-configure-xinerama    |  58 +++++++
 .../X11/Xsession.d/60x11-force-pulseaudio-volume   |  25 +++
 .../etc/X11/Xsession.d/60x11-openbox-start         |   8 +
 .../etc/X11/Xsession.d/60x11-set-xbackground       |  55 +++++++
 .../60x11-spawn-configure-slideshow-screensaver    | 107 +++++++++++++
 .../initramfs-tools/hooks/0000-initrdblankdpmsfix  |  32 ++++
 .../etc/network/if-up.d/0100-show-sysconf          |  52 ++++++
 .../network/if-up.d/0200-getsshpubkeysfromserver   |  48 ++++++
 .../etc/network/if-up.d/0300-getxorgconf           |  46 ++++++
 .../etc/network/if-up.d/0400-getsessions           |  53 +++++++
 .../etc/network/if-up.d/0410-getbranding           |  46 ++++++
 .../includes.chroot/etc/network/if-up.d/0420-getbg |  46 ++++++
 .../etc/network/if-up.d/0430-getxroot              |  63 ++++++++
 .../etc/network/if-up.d/0440-getxscreensaverimgs   |  50 ++++++
 config/includes.chroot/etc/network/if-up.d/ntpdate |  49 ++++++
 ...-tcmode => 015_copy-x3270-shortcuts-to-desktop} |   3 +-
 ...-tcmode => 016_copy-x5250-shortcuts-to-desktop} |   3 +-
 .../lib/live/config/0000-earlyblankdpmsfix         |  39 +++++
 .../includes.chroot/lib/live/config/2000-settime   |  66 --------
 .../lib/live/config/2100-show-sysconf              |  68 --------
 .../lib/live/config/2210-adduser2tty               |  21 +++
 .../lib/live/config/2250-getsshpubkeysfromserver   |  67 --------
 .../lib/live/config/2260-getsshhostkeysfrommedia   | 175 ++++++++++++---------
 .../lib/live/config/2270-getsshclientkeysfrommedia | 127 +++++++++------
 .../live/config/2280-x2go-getportableappsessions   | 126 +++++++++++++++
 .../lib/live/config/2300-xserver-xorg-getxorgconf  |  59 -------
 .../live/config/2500-x2go-getportableappsessions   |  23 ---
 .../includes.chroot/lib/live/config/2600-tcpprint  |   8 +-
 .../lib/live/config/2700-x2go-getsessions          |  62 --------
 .../lib/live/config/2710-x2go-getbranding          |  61 -------
 .../lib/live/config/2720-x2go-getbg                |  61 -------
 .../lib/live/config/2800-x2go-powerbuttonmonitor   |  10 +-
 .../includes.chroot/lib/live/config/2850-dash2bash |  15 ++
 .../lib/live/config/2900-firefox-config            |   3 +
 .../lib/live/config/2910-x3270-config              |  31 ++++
 .../lib/live/config/2911-x5250-config              |  34 ++++
 config/package-lists/desktop.list.chroot           |   4 +-
 config/package-lists/mate-minidesktop.list.chroot  |   1 +
 config/package-lists/utils.list.chroot             |   4 +
 config/package-lists/x2go.list.chroot              |   2 +
 config/package-lists/x3270.list.chroot             |   2 +
 config/package-lists/xbgandscreensaver.list.chroot |   2 +
 config/preseed/dash.cfg.chroot                     |   1 +
 45 files changed, 1275 insertions(+), 600 deletions(-)
 create mode 100644 config/includes.chroot/etc/X11/Xsession.d/60x11-blanking-dpms-config
 create mode 100644 config/includes.chroot/etc/X11/Xsession.d/60x11-configure-pulseaudio
 create mode 100644 config/includes.chroot/etc/X11/Xsession.d/60x11-configure-xinerama
 create mode 100644 config/includes.chroot/etc/X11/Xsession.d/60x11-force-pulseaudio-volume
 create mode 100644 config/includes.chroot/etc/X11/Xsession.d/60x11-openbox-start
 create mode 100644 config/includes.chroot/etc/X11/Xsession.d/60x11-set-xbackground
 create mode 100644 config/includes.chroot/etc/X11/Xsession.d/60x11-spawn-configure-slideshow-screensaver
 create mode 100755 config/includes.chroot/etc/initramfs-tools/hooks/0000-initrdblankdpmsfix
 create mode 100755 config/includes.chroot/etc/network/if-up.d/0100-show-sysconf
 create mode 100755 config/includes.chroot/etc/network/if-up.d/0200-getsshpubkeysfromserver
 create mode 100755 config/includes.chroot/etc/network/if-up.d/0300-getxorgconf
 create mode 100755 config/includes.chroot/etc/network/if-up.d/0400-getsessions
 create mode 100755 config/includes.chroot/etc/network/if-up.d/0410-getbranding
 create mode 100755 config/includes.chroot/etc/network/if-up.d/0420-getbg
 create mode 100755 config/includes.chroot/etc/network/if-up.d/0430-getxroot
 create mode 100755 config/includes.chroot/etc/network/if-up.d/0440-getxscreensaverimgs
 create mode 100755 config/includes.chroot/etc/network/if-up.d/ntpdate
 copy config/includes.chroot/etc/x2go/x2gothinclient_init.d/{030_x2gothinclient-inject-tcmode => 015_copy-x3270-shortcuts-to-desktop} (86%)
 rename config/includes.chroot/etc/x2go/x2gothinclient_init.d/{030_x2gothinclient-inject-tcmode => 016_copy-x5250-shortcuts-to-desktop} (86%)
 create mode 100755 config/includes.chroot/lib/live/config/0000-earlyblankdpmsfix
 delete mode 100755 config/includes.chroot/lib/live/config/2000-settime
 delete mode 100755 config/includes.chroot/lib/live/config/2100-show-sysconf
 create mode 100755 config/includes.chroot/lib/live/config/2210-adduser2tty
 delete mode 100755 config/includes.chroot/lib/live/config/2250-getsshpubkeysfromserver
 create mode 100755 config/includes.chroot/lib/live/config/2280-x2go-getportableappsessions
 delete mode 100755 config/includes.chroot/lib/live/config/2300-xserver-xorg-getxorgconf
 delete mode 100755 config/includes.chroot/lib/live/config/2500-x2go-getportableappsessions
 delete mode 100755 config/includes.chroot/lib/live/config/2700-x2go-getsessions
 delete mode 100755 config/includes.chroot/lib/live/config/2710-x2go-getbranding
 delete mode 100755 config/includes.chroot/lib/live/config/2720-x2go-getbg
 create mode 100755 config/includes.chroot/lib/live/config/2850-dash2bash
 create mode 100755 config/includes.chroot/lib/live/config/2910-x3270-config
 create mode 100755 config/includes.chroot/lib/live/config/2911-x5250-config
 create mode 100644 config/package-lists/x3270.list.chroot
 create mode 100644 config/package-lists/xbgandscreensaver.list.chroot
 create mode 100644 config/preseed/dash.cfg.chroot

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git


More information about the x2go-commits mailing list