Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Aug 1998 00:02:09 -0500 (CDT)
From:      dcarmich@mcs.com
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/7513: KDE kdm display manager doesn't work (and here's a patch)
Message-ID:  <199808070502.AAA01190@dcarmich.pr.mcs.net>

next in thread | raw e-mail | index | archive | help

>Number:         7513
>Category:       ports
>Synopsis:       KDE kdm display manager doesn't work (and here's a patch)
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug  6 22:10:00 PDT 1998
>Last-Modified:
>Originator:     Douglas Carmichael
>Organization:
none
>Release:        FreeBSD 2.2.6-RELEASE i386
>Environment:

	FreeBSD 2.2.6-RELEASE, KDE 1.0

>Description:

	KDE kdm display manager does not log users in

>How-To-Repeat:

	Install a stock kdm from kdebase-1.0 and try to use it.

>Fix:
	
	Apply this patch to resource.c in the kdm directory:
*** /usr/src/kde/kdestuff/source/kdebase-1.0/kdm/resource.c.old	Thu Aug  6 23:30:49 1998
--- /usr/src/kde/kdestuff/source/kdebase-1.0/kdm/resource.c	Thu Aug  6 23:59:09 1998
***************
*** 72,102 ****
   */
  #ifndef __EMX__
  #ifndef DEF_SERVER_LINE 
! #define DEF_SERVER_LINE ":0 local /usr/bin/X11/X :0"
  #endif
  #ifndef XRDB_PROGRAM
! #define XRDB_PROGRAM "/usr/bin/X11/xrdb"
  #endif
  #ifndef DEF_SESSION
! #define DEF_SESSION "/usr/bin/X11/xterm -ls"
  #endif
  #ifndef DEF_USER_PATH
! #define DEF_USER_PATH ":/bin:/usr/bin:/usr/bin/X11:/usr/ucb"
  #endif
  #ifndef DEF_SYSTEM_PATH
! #define DEF_SYSTEM_PATH "/etc:/bin:/usr/bin:/usr/bin/X11:/usr/ucb"
  #endif
  #ifndef DEF_SYSTEM_SHELL
  #define DEF_SYSTEM_SHELL "/bin/sh"
  #endif
  #ifndef DEF_FAILSAFE_CLIENT
! #define DEF_FAILSAFE_CLIENT "/usr/bin/X11/xterm"
  #endif
  #ifndef DEF_XDM_CONFIG
! #define DEF_XDM_CONFIG "/usr/lib/X11/xdm/xdm-config"
  #endif
  #ifndef DEF_CHOOSER
! #define DEF_CHOOSER "/usr/lib/X11/xdm/chooser"
  #endif
  #ifndef DEF_AUTH_NAME
  #ifdef HASXDMAUTH
--- 72,102 ----
   */
  #ifndef __EMX__
  #ifndef DEF_SERVER_LINE 
! #define DEF_SERVER_LINE ":0 local /usr/X11R6/bin/X :0"
  #endif
  #ifndef XRDB_PROGRAM
! #define XRDB_PROGRAM "/usr/X11R6/bin/xrdb"
  #endif
  #ifndef DEF_SESSION
! #define DEF_SESSION "/usr/X11R6/bin/xterm -ls"
  #endif
  #ifndef DEF_USER_PATH
! #define DEF_USER_PATH ":/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/sbin:"
  #endif
  #ifndef DEF_SYSTEM_PATH
! #define DEF_SYSTEM_PATH "/etc:/bin:/usr/bin:/usr/X11R6/bin:/sbin:/usr/local/bin:/usr/sbin"
  #endif
  #ifndef DEF_SYSTEM_SHELL
  #define DEF_SYSTEM_SHELL "/bin/sh"
  #endif
  #ifndef DEF_FAILSAFE_CLIENT
! #define DEF_FAILSAFE_CLIENT "/usr/X11R6/bin/xterm"
  #endif
  #ifndef DEF_XDM_CONFIG
! #define DEF_XDM_CONFIG "/usr/X11R6/lib/X11/xdm/xdm-config"
  #endif
  #ifndef DEF_CHOOSER
! #define DEF_CHOOSER "/usr/X11R6/lib/X11/xdm/chooser"
  #endif
  #ifndef DEF_AUTH_NAME
  #ifdef HASXDMAUTH
***************
*** 106,112 ****
  #endif
  #endif
  #ifndef DEF_AUTH_DIR
! #define DEF_AUTH_DIR "/usr/lib/X11/xdm"
  #endif
  #ifndef DEF_USER_AUTH_DIR
  #define DEF_USER_AUTH_DIR	"/tmp"
--- 106,112 ----
  #endif
  #endif
  #ifndef DEF_AUTH_DIR
! #define DEF_AUTH_DIR "/usr/X11R6/lib/X11/xdm"
  #endif
  #ifndef DEF_USER_AUTH_DIR
  #define DEF_USER_AUTH_DIR	"/tmp"


>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808070502.AAA01190>