[X2Go-Commits] [live-build-x2go] branch feature/openbox-stretch updated (4db92a1 -> f9d70b5)

git-admin at x2go.org git-admin at x2go.org
Fri Mar 22 12:18:49 CET 2019


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

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

      from  4db92a1   cleanup after accidental stretch merge(s) into jessie
       new  03cc9ab   Revert "cleanup after accidental stretch merge(s) into jessie"
      adds  6bdd9be   added packages that are no longer pulled in via dependencies in stretch
      adds  0f9c406   added ping utility
      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  cba5d19   Merge branch 'feature/openbox' into feature/openbox-stretch
      adds  d2a4a1f   fixed permissions for ~/.ssh, fixed description for portableapps partition
       new  d3eb543   Merge branch 'feature/openbox' into feature/openbox-stretch
      adds  9f6ea6b   fixed session file location for dual-mode media
       new  eccd8cb   Merge branch 'feature/openbox' into feature/openbox-stretch
      adds  93e5bd3   typofix
       new  9a7687a   Merge branch 'feature/openbox' into feature/openbox-stretch
      adds  ad0c425   added code to support selection of audio output
       new  ef8a42d   Merge branch 'feature/openbox' into feature/openbox-stretch
      adds  eef26a0   fixes missing escape
       new  eb5be7a   Merge branch 'feature/openbox' into feature/openbox-stretch
      adds  3cd69e5   fixed indentation error
      adds  3a62cab   fixed indentation error
       new  7f2018a   Merge branch 'feature/openbox' into feature/openbox-stretch
      adds  93322eb   removable device detection was broken
       new  23cb3a6   Merge branch 'feature/openbox' into feature/openbox-stretch
      adds  9a2d1d4   added active audio profile output, moved audio block to end of file so pulseaudio has more time to start up
       new  59c5207   Merge branch 'feature/openbox' into feature/openbox-stretch
      adds  48df119   fixed missing escape
       new  a16b866   Merge branch 'feature/openbox' into feature/openbox-stretch
      adds  c296df9   removed unneccessary quotation marks
       new  ae1a5ee   Merge branch 'feature/openbox' into feature/openbox-stretch
      adds  7658766   make sure pulseaudio is responding before pacmd fires
       new  778171f   Merge branch 'feature/openbox' into feature/openbox-stretch
      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  afca46e   Merge branch 'feature/openbox' into feature/openbox-stretch
      adds  95d8054   fixed bashisms, quoting, whitespace issues
       new  ca68225   Merge branch 'feature/openbox' into feature/openbox-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  5f96a40   Merge branch 'feature/openbox' into feature/openbox-stretch
      adds  32c61bf   moved getportableappsessions right behind the other scripts that mount devices
       new  db2a821   Merge branch 'feature/openbox' into feature/openbox-stretch
      adds  32e735a   adapted 2280-x2go-getportableappsessions to work more like 2270-getsshclientkeysfrommedia
       new  47fec50   Merge branch 'feature/openbox' into feature/openbox-stretch
      adds  a253a02   un-hardcoded path
       new  1a7f05f   Merge branch 'feature/openbox' into feature/openbox-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  1a2a199   Merge branch 'feature/openbox' into feature/openbox-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  5729191   Merge branch 'feature/openbox' into feature/openbox-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  1ccc1ab   Merge branch 'feature/openbox' into feature/openbox-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  5826dff   Merge branch 'feature/openbox' into feature/openbox-stretch
      adds  d7eb710   removable/non-removable detection per device failed for partitioned devices
       new  6f855af   Merge branch 'feature/openbox' into feature/openbox-stretch
      adds  e926958   one line of debug output was missing in 2260
       new  04ff3d6   Merge branch 'feature/openbox' into feature/openbox-stretch
      adds  e85df5c   typofix
       new  818ffe1   Merge branch 'feature/openbox' into feature/openbox-stretch
      adds  a236e80   added support for x2go session config stored on fixed disk
       new  6fdcb11   Merge branch 'feature/openbox' into feature/openbox-stretch
      adds  cfcf0c5   added code to accomodate minidesktop versions in local-sessions-config code
       new  f45ff73   Merge branch 'feature/openbox' into feature/openbox-stretch
      adds  cb5fcdd   syntaxfix
       new  4a80fcc   Merge branch 'feature/openbox' into feature/openbox-stretch
      adds  2a912be   fixed path
       new  3aad625   Merge branch 'feature/openbox' into feature/openbox-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  a9029e3   Merge branch 'feature/openbox' into feature/openbox-stretch
      adds  3472989   typofix
       new  7192f48   Merge branch 'feature/openbox' into feature/openbox-stretch
      adds  5c146fe   for portableapp/tce-hdd dualmode stick, private keys need to go into x2goclient/ssh
       new  f2a3a35   Merge branch 'feature/openbox' into feature/openbox-stretch
      adds  ca0877d   attempting to fix race condition between 2270 and the minidesktop init scripts
       new  82a4356   Merge branch 'feature/openbox' into feature/openbox-stretch
      adds  d78d191   another attempt at fixing the private-keys-get-deleted-in-MMD-mode issue
       new  7d68c53   Merge branch 'feature/openbox' into feature/openbox-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  aad3f55   Merge branch 'feature/openbox' into feature/openbox-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  9aee64b   Merge branch 'feature/openbox' into feature/openbox-stretch
       new  eef7fda   added two more font packages
      adds  e340e9d   added two font packages
      adds  dce43db   fixed unneccessary escapes
       new  59e8181   Merge branch 'feature/openbox' into feature/openbox-stretch
      adds  9f0a421   added support for synaptics touchpads
      adds  55a7b0c   switched to metapackage xserver-xorg-input-all, which should cover all input devices
       new  c09bd3a   Merge branch 'feature/openbox' into feature/openbox-stretch
      adds  c9a47d5   turns out that xserver-xorg-input-wacom isn't included in xserver-xorg-input-all. WTF.
       new  9129c16   Merge branch 'feature/openbox' into feature/openbox-stretch
      adds  7cdade2   typofix - chmod 700 was chmod 600 by accident
       new  39e8fff   Merge commit '7cdade23c8ef1462e764e45aa5771eb2b14221d6' into feature/openbox-stretch
      adds  32cb6b1   (hopefully) fix missing ~/.ssh creation in MATE-MiniDesktop
       new  cfd82c1   Merge commit '32cb6b15252d44e9277f373934d2d64796cb2de9' into feature/openbox-stretch
      adds  8ad7e5f   force bash as default system shell
       new  57d1b3f   Merge commit '8ad7e5f4fd890c03a04c3b849ce4911c6e0d970d' into feature/openbox-stretch
      adds  f736114   (temporary?) workaround to switch the default system shell from dash to bash & silence dpkg-reconfigure
       new  82a541e   Merge commit 'f736114cb8c09f3413827649d619acd0af1b2cae' into feature/openbox-stretch
      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-*
       new  afb9dda   Merge commit 'afefc032b9a83456d3a999f0938d15f9563d815a' into feature/openbox-stretch
      adds  198ae88   added logging to file for audioout=list, plus some whitespace fixes/formatting
       new  c7865f4   Merge commit '198ae88f3ebead776cadf504e34011bfd8394c14' into feature/openbox-stretch
      adds  c48fca4   Trying to completely do away with .xsession file and use modular /etc/X11/Xsession.d config files instead
       new  644fdc0   Merge commit 'c48fca4d81e88e3727b8c1079e08599c3f6889a5' into feature/openbox-stretch
      adds  b885ce5   added debug code that was only present in feature/openbox-magic-pixel-workaround so far
       new  7fabb25   Merge commit 'b885ce5cdafef318071a524df769cd1913c1a315' into feature/openbox-stretch
      adds  6d78b7e   typofix
       new  96907f7   Merge commit '6d78b7eda9e30f36d0cde36cf59c6312cc01eafc' into feature/openbox-stretch
      adds  5dfd0ef   another typofix
       new  6f8673b   Merge commit '5dfd0efd5fcbdb2e6eed6e0dc80b3fb6ebdc1ae9' into feature/openbox-stretch
      adds  eec9bbe   feh package was missing
       new  4598cf8   Merge commit 'eec9bbe9171a3371f0ee903a26d4d25899c51446' into feature/openbox-stretch
      adds  5bb444f   fixed download routine for X background images, would not work with multiple URLs
       new  c38b258   Merge commit '5bb444f0f3464efc4255f43765bca70e0af48ce8' into feature/openbox-stretch
      adds  8c5f78d     This adds an initrdblankdpmsfix parameter - as the name suggests, it will trigger the blankdpmsfix early in the initrd already
       new  ce9d116   Merge commit '8c5f78d8ff045adb7938cc52cdec5c73c448818e' into feature/openbox-stretch
      adds  31f9dc1   added local non-locking slideshow screensaver
       new  ae1c5d4   Merge commit '31f9dc1219eb8e94a50c0bdc67686493a9e053f9' into feature/openbox-stretch
      adds  72dc17e   for some silly reason, this file is needed in two places
       new  c2db966   Merge commit '72dc17eaab31e5dfdf640b30d03e4364f07c1be6' into feature/openbox-stretch
      adds  a4f9e67   typofix
       new  26bfb33   Merge commit 'a4f9e67cb9574e3843d545f37da6e0628891199d' into feature/openbox-stretch
      adds  be91c0f   silence wget and make it only download newer files than the ones already present
       new  f1dc39d   Merge commit 'be91c0f549cd3a6bcda549bc0cb640dda9d30bf9' into feature/openbox-stretch
      adds  f97a97a   typofix, also, silence wget and make it only download newer files than the ones already present
       new  6c8ae09   Merge commit 'f97a97a88e79e4f21cfa712fadbe2a975c6e22de' into feature/openbox-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  631faaa   Merge commit 'f6b2c9d495e4510ab694d86bb1e05031cffc6707' into feature/openbox-stretch
      adds  5d99ae6   changed default sleeptime from 1ms to 1s
       new  2b6050d   Merge commit '5d99ae64b91767f88e06219511762f8b7977a407' into feature/openbox-stretch
      adds  50537ce   second copy of file was not chmodded properly (had # in front of path, so never got changed)
       new  8009c5e   Merge commit '50537ce5793436099dcbf36f6512b33ff6e09155' into feature/openbox-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  e5c45fe   Merge commit '2e9ec9f474441d99caaa838be616dbcc615f6e8f' into feature/openbox-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  f700d90   Merge commit '550566bae0897dd08c2a588f93b512617a4f05b2' into feature/openbox-stretch
      adds  e83af98   wiggle mouse by 1 px to trigger remote screensaver password prompt
       new  df4b9e1   Merge commit 'e83af989ab7f86f90acdb6b34e668b825be85968' into feature/openbox-stretch
      adds  a9c8d50   almost complete rewrite of 60x11-spawn-configure-slideshow-screensaver, as restoring the foreground app(s) didn't work properly
       new  3f11c78   Merge commit 'a9c8d50b6579501f044e3a3ccaacee8e0b0df610' into feature/openbox-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  700fcff   Merge commit '34c17705a40b775fddd35d13fe966f88e6259dc0' into feature/openbox-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  29093b6   Merge commit 'dfa10c735d3918e3fcaedebb973eb7c0636449d7' into feature/openbox-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  cdc2d5e   Merge commit '6767c79aa2eaa897222002b5b8fff8da8b70870c' into feature/openbox-stretch
      adds  90f0c3b   typo- and sloppiness-fixes
       new  079bb34   Merge commit '90f0c3b5dfead911022ed6c40fe8996e43fd4fe4' into feature/openbox-stretch
      adds  b82648e   removed "dropper" files from /lib/live/config and placed the actual files directly in /etc/network/if-up.d/
       new  2e6b7f6   Merge commit 'b82648e357db470000243d0a79d15c229adaab5c' into feature/openbox-stretch
      adds  f6720ca   typofix
       new  b275f40   Merge commit 'f6720cae3346d9a1be5866818e014bb9f3a1eed2' into feature/openbox-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  717a449   Merge commit 'f041405448a8323961a73fa38a3fe76dfc392dbd' into feature/openbox-stretch
      adds  fb4c586   renamed 0050-settime to ntpdate, to overwrite the package-provided ntpdate script
       new  1fbbc8b   Merge commit 'fb4c586d77e95861dcb6244f5e654658b0053884' into feature/openbox-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  f2780b7   Merge commit '990abda011249a46ff66f1169034c633843e1d60' into feature/openbox-stretch
      adds  c5dc9ac   changed method of background image display in mate-minidesktop mode
       new  3f6817f   Merge commit 'c5dc9ac78b2415955d1b35b480159f556e0fed13' into feature/openbox-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  b571ced   Merge commit '3dc9b9dc5d1ae8c2d775a3aaa4f17bd9cf1b32de' into feature/openbox-stretch
      adds  dc6423c   added log output
       new  8b75e7d   Merge commit 'dc6423c8f15c515b1b616e662fcaa824cd8eec75' into feature/openbox-stretch
      adds  6cbb3ba   added some sanity checks and debug output
       new  4372596   Merge commit '6cbb3bab42601f76c00b871ecc59d23378e33a70' into feature/openbox-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  40e8dfb   Merge commit '1d2db69988f05508e7abd70754cb30ea4881abf0' into feature/openbox-stretch
      adds  c27a99e   write permission to tty is now handled by a separate script
       new  9d63c90   Merge commit 'c27a99ef9d4688293f39c0edc45ba9a013c4ae28' into feature/openbox-stretch
      adds  01d9a9d   background setter for minidesktop must run as root, thus moved to if-up script
       new  c9b265f   Merge commit '01d9a9dface17d15517855a31b4d15796bbf9b80' into feature/openbox-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  db9b6db   Merge commit '0cc5bcb55f996f391444af9603fdff3d81e91548' into feature/openbox-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  095db8e   Merge commit 'cfee4a9a8f90a79ff050843a9bcfbc05cdc87a98' into feature/openbox-stretch Segfault can be avoided with specially crafted Xorg.conf (Option "NoAccel" "True", Option "UseFBDev" "False", Driver "r128")
      adds  6d58d6b   variable cleanup
       new  81b1da3   Merge commit '6d58d6b200c9da1678b3e9b20b54f00831c7cc71' into feature/openbox-stretch
      adds  bb41f14   further variable cleanup/fixup
       new  51cf95b   Merge commit 'bb41f149dd6f4164bdf901ce206069ae6d1f4147' into feature/openbox-stretch
      adds  3b2e206   moved screensaver image download to if-up.d where it belongs
       new  0957ccd   Merge commit '3b2e206427eff03f07f5a2625ebe0cb21bcae242' into feature/openbox-stretch
      adds  b715838   yet another variable fix
       new  e5f3081   Merge commit 'b715838aa94f58792e8bc7e4b26c735957c72636' into feature/openbox-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  3b69261   Merge commit '159769631956b5000f91805781d608d4830a8860' into feature/openbox-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  d7359f0   Merge commit '111f71f81de3929d7af8a47dc447430da8547af3' into feature/openbox-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  0260f59   Merge commit '40168503eca35237701c5a771f0fc4c4070245b0' into feature/openbox-stretch
      adds  bef83bb   added script to force pulseaudio volume
       new  1e90737   Merge commit 'bef83bbaaa5a1212ac758b00db6107baeb43820d' into feature/openbox-stretch
      adds  6f5ec03   typofix
       new  59350ac   Merge commit '6f5ec03b60c0133696ff3e156325c1584760ea7a' into feature/openbox-stretch
       new  f9d70b5   Merge branch 'lihas-feature/openbox-stretch' into feature/openbox-stretch

The 94 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:
 config/archives/x2go.list.chroot                   |   2 +-
 .../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 ++++++++
 .../etc/X11/Xsession.d/60x11-spawn-pulseaudio      |   7 +
 .../etc/X11/Xsession.d/61x11-start-x2goclient      | 103 ++++++++
 .../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 ++++
 .../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-x2go-thinclientconfig     | 273 ---------------------
 config/package-lists/desktop.list.chroot           |   4 +-
 config/package-lists/firmware.list.chroot          |   2 +-
 config/package-lists/live.list.chroot              |   1 -
 config/package-lists/ntfs.list.chroot              |   2 +-
 config/package-lists/utils.list.chroot             |   4 +
 config/package-lists/x2go.list.chroot              |   5 +-
 config/package-lists/xbgandscreensaver.list.chroot |   2 +
 config/preseed/dash.cfg.chroot                     |   1 +
 45 files changed, 1314 insertions(+), 877 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 100644 config/includes.chroot/etc/X11/Xsession.d/60x11-spawn-pulseaudio
 create mode 100644 config/includes.chroot/etc/X11/Xsession.d/61x11-start-x2goclient
 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
 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 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