Bug#279203: kdm doesn't read the ~/.xsesion or ~./.Xsession users file

2004-11-01 Thread Adeodato Simó
* Pascal BOYER [Mon, 01 Nov 2004 13:56:59 +0100]:
>   Hi,

>   My ~./.xsession file is not read when I open a kde session.

>   I have to create a /etc/X11/Xsession.d/93xfree86-common_xsession file
>   with this inside:

>   if [ -e "$USERXSESSION" ]; then
>   . $USERXSESSION
>   fi

>   and then, all works fine.

>   But I think my ~.xsession file should be read by default.

  I think you should choose 'Default' instead of 'KDE' for ~/.xsession
  to be read. note that ~/.xsession files are meant to be full startup
  scripts (as in they call the window manager and so), so there's little
  point in using .xsession when KDE will start up itself.

  either choose the 'Default' session in kdm, and then end your
  ~/.xsession script with 'exec startkde', or resort to some alternative
  method as ~/.kde/Autostart or your 93xfree86-common_xsession.

-- 
Adeodato Simó
EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
 
A hacker does for love what other would not do for money.




Bug#279203: kdm doesn't read the ~/.xsesion or ~./.Xsession users file

2004-11-01 Thread Pascal BOYER
Package: kdm
Version: 4:3.3.0a-1
Severity: important



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.27
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: LC_ALL set to 
[EMAIL PROTECTED])

Versions of packages kdm depends on:
ii  debconf   1.4.39 Debian configuration management sy
ii  kdebase-bin   4:3.3.0a-1 KDE Base (binaries)
ii  kdelibs4  4:3.3.1-1  KDE core libraries
ii  libart-2.0-2  2.3.16-6   Library of functions for 2D graphi
ii  libc6 2.3.2.ds1-18   GNU C Library: Shared libraries an
ii  libfam0c102   2.7.0-5client library to control the FAM 
ii  libgcc1   1:3.4.2-2  GCC support library
ii  libice6   4.3.0.dfsg.1-8 Inter-Client Exchange library
ii  libidn11  0.5.2-3GNU libidn library, implementation
ii  libpam-runtime0.76-22Runtime support for the PAM librar
ii  libpam0g  0.76-22Pluggable Authentication Modules l
ii  libpng12-01.2.7-1PNG library - runtime
ii  libqt3c102-mt 3:3.3.3-5  Qt GUI Library (Threaded runtime v
ii  libsm64.3.0.dfsg.1-8 X Window System Session Management
ii  libstdc++51:3.3.4-13 The GNU Standard C++ Library v3
ii  libx11-6  4.3.0.dfsg.1-8 X Window System protocol client li
ii  libxext6  4.3.0.dfsg.1-8 X Window System miscellaneous exte
ii  libxrender1   0.8.3-7X Rendering Extension client libra
ii  libxtst6  4.3.0.dfsg.1-8 X Window System event recording an
ii  xbase-clients 4.3.0.dfsg.1-8 miscellaneous X clients
ii  xlibs 4.3.0.dfsg.1-8 X Window System client libraries m
ii  zlib1g1:1.2.2-1  compression library - runtime

-- debconf information:
  kdm/stop_running_server_with_children: false
  shared/default-x-display-manager: kdm
  kdm/daemon_name: /usr/bin/kdm


  Hi,

  My ~./.xsession file is not read when I open a kde session.

  I have to create a /etc/X11/Xsession.d/93xfree86-common_xsession file
  with this inside:

  if [ -e "$USERXSESSION" ]; then
  . $USERXSESSION
  fi

  and then, all works fine.

  But I think my ~.xsession file should be read by default.

  Regarde,

  Pascal -- France