[Pkg-ltsp-devel] Bug#743867: ltsp-client-core: lts.conf parameter KIOSK_OPTIONS is not available in kioskSession since parameters are not parsed

Rainer Stumbaum stumbaumr at yahoo.de
Mon Apr 7 15:35:40 UTC 2014


Package: ltsp-client-core
Version: 5.4.2-6
Severity: normal
Tags: upstream

Dear Maintainer,
we use KIOSK_EXE=/usr/bin/google-chrome and want to pass parameters using KIOSK_OPTIONS to it.
In /usr/share/ltsp/kioskSession these parameters are not available since KIOSK_EXE is derived from the commandline, but the following KIOSK_OPTIONS parameters are not.

We changed the code and added the following
- KIOSK_EXE=$1
+ KIOSK_EXE=$1
+ shift
+ KIOSK_OPTIONS="$*"

After this change the KIOSK_OPTIONS are available and are used by google-chrome.

Please fix /usr/share/ltsp/kioskSession.

Thanks
Rainer


-- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ltsp-client-core depends on:
ii  console-setup    1.88
ii  initramfs-tools  0.109.1
ii  iproute          20120521-3+b3
ii  kbd              1.15.3-9
ii  libc6            2.13-38+deb7u1
ii  libpopt0         1.16-7
ii  libx11-6         2:1.5.0-1+deb7u1
ii  lsb-base         4.1+Debian8+deb7u1
ii  lsb-release      4.1+Debian8+deb7u1
ii  mkelfimage       2.7-7
ii  nbd-client       1:3.2-4~deb7u4
ii  python           2.7.3-4+deb7u1
ii  syslinux         2:4.05+dfsg-6+deb7u1
ii  tftp-hpa         5.2-4

Versions of packages ltsp-client-core recommends:
ii  procps  1:3.3.3-3

Versions of packages ltsp-client-core suggests:
ii  alsa-utils                        1.0.25-4
ii  cron                              3.0pl1-124
pn  cryptsetup                        <none>
ii  cups-bsd                          1.5.3-5+deb7u1
ii  freerdp-x11                       1.0.1-1.1+deb7u2
ii  inputattach                       1:1.4.3-1
ii  ldm                               2:2.2.11-2
ii  libasound2-plugins                1.0.25-2
ii  ltspfsd                           1.1-2
ii  mdetect                           0.5.2.3
ii  netcat-traditional [netcat]       1.10-40
ii  ntpdate                           1:4.2.6.p5+dfsg-2
ii  numlockx                          1.2-4
ii  pulseaudio                        2.0-6.1
ii  python-serial                     2.5-2.1
ii  rdesktop                          1.7.1-1
ii  rsyslog [system-log-daemon]       5.8.11-3
ii  sane-utils                        1.0.22-7.4
pn  sdm-terminal | x-display-manager  <none>
ii  sshfs                             2.4-1
ii  x11-xserver-utils                 7.7~3

-- Configuration Files:
/etc/ltsp/update-kernels.conf changed:
TIMEOUT=100
ONTIMEOUT=ltsp-NFS
BOOT_METHODS="NFS"
CMDLINE_LINUX_DEFAULT="init=/sbin/init-ltsp quiet"
CMDLINE_NFS="root=/dev/nfs ip=dhcp boot=nfs NFSOPTS=\"-o timeo=100,retrans=360,hard,nointr,nocto,noacl,acregmin=600,acregmax=600,acdirmin=600,acdirmax=600\" vga=0x326"
CMDLINE_NBD="root=/dev/nbd0"
KERNEL_PREFIX="vmlinu[z|x]-*"
KERNEL_SUFFIX=""
LIST_KERNELS_64="amd64"
LIST_KERNELS_PAE="686-pae 686-bigmem 686"
LIST_KERNELS_32="486 686"


-- debconf information:
  ltsp-client/abort-installation:



More information about the Pkg-ltsp-devel mailing list