Bug 119529

Summary: extra quotes in /etc/X11/xinit/xinitrc.d/xinput
Product: [Fedora] Fedora Reporter: P Jones <bugzilla>
Component: xinitrcAssignee: Mike A. Harris <mharris>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 3.39-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-03-31 07:00:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 114961    

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.