Bug 119529 - extra quotes in /etc/X11/xinit/xinitrc.d/xinput
Summary: extra quotes in /etc/X11/xinit/xinitrc.d/xinput
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: xinitrc
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Mike A. Harris
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: FC2Blocker
TreeView+ depends on / blocked
 
Reported: 2004-03-31 03:34 UTC by P Jones
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version: 3.39-1
Clone Of:
Environment:
Last Closed: 2004-03-31 07:00:33 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description P Jones 2004-03-31 03:34:56 UTC
Description of problem:
on line 235 it calls it has:
which "$XIM_PROGRAM" > /dev/null 2>&1 && LANG="$tmplang"
"$XIM_PROGRAM" "$XIM_ARGS" &

which should be 
which "$XIM_PROGRAM" > /dev/null 2>&1 && LANG="$tmplang"
"$XIM_PROGRAM" $XIM_ARGS &

because if it calls """kinput2 "-canna +kinput -xim"""" it'll give a
usage error in .xsessions-errors


Version-Release number of selected component (if applicable):
xinitrc-3.38-1

How reproducible:
always

Steps to Reproduce:
1. log in in japanese, check .xsession-errors
2. check to see if kinput2 is running
3.
  
Actual results:
error logged. process not running

Expected results:
kinput2 running, japanese input accepted

Additional info:

Comment 1 Mike A. Harris 2004-03-31 07:00:33 UTC
Thanks for the report.  I just made a fix for this, which will
be in xinitrc-3.39-1 in rawhide.


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