Bug 10495 - syntax error in Xsession
Summary: syntax error in Xsession
Keywords:
Status: CLOSED DUPLICATE of bug 10322
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: XFree86
Version: 6.2
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Preston Brown
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-03-31 21:09 UTC by mw
Modified: 2008-05-01 15:37 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2000-03-31 22:00:46 UTC
Embargoed:


Attachments (Terms of Use)

Description mw 2000-03-31 21:09:46 UTC
In /etc/X11/xdm/Xsession the line

if [ -z $XKB_IN_USE -a ! -L /etc/X11/X ]; then

causes an error if $XKB_IN_USE="".  Correctly:

if [ -z "$XKB_IN_USE" -a ! -L /etc/X11/X ]; then

Despite this correction, I cannot make my BackSpace delte backward---which
was working perfectly before my upgarde to 6.2.  Perhaps there is something
else in this file that is not correct?

Thx

Mate

Comment 1 mw 2000-03-31 21:19:59 UTC
Some more problems I see:

# xkb and xmodmap don't play nice together
if [ -z $XKB_IN_USE ]; then

again, $XKB_IN_USE not quoted.  Also, I do not see `sysxkbmap', `userxkbmap'
defined anywhere in the file.

Mate
---
Mate Wierdl | Dept. of Math. Sciences | University of Memphis

Comment 2 mw 2000-03-31 22:00:59 UTC
*** This bug has been marked as a duplicate of 10322 ***


Note You need to log in before you can comment on or make changes to this bug.