Bug 628024

Summary: setting "Swap Ctrl and CapsLock" does not take effect
Product: [Fedora] Fedora Reporter: Mamoru TASAKA <mtasaka>
Component: ibusAssignee: fujiwara <tfujiwar>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 14CC: control-center-maint, i18n-bugs, rstrode, shawn.p.huang, tfujiwar
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-08-30 02:03:14 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: 538277    
Attachments:
Description Flags
Xorg.0.log none

Description Mamoru TASAKA 2010-08-27 17:06:20 UTC
Created attachment 441571 [details]
Xorg.0.log

Description of problem:
Even if I
- launch gnome-keyboard-properties
- Choose "Layouts -> Options -> Ctrl key position"
- and choose "Swap Ctrl and CapsLock"

Ctrl and CapsLock key positions are not swapped.

Version-Release number of selected component (if applicable):
control-center-2.31.90-1.fc14.i686
xorg-x11-server-Xorg-1.9.0-4.fc14.i686

How reproducible:
100%

Steps to Reproduce:
1. See above
2.
3.
  
Actual results:
See above

Expected results:
Ctrl and CapsLock key position must be swapped

Additional info:
I don't know when this issue happened...

/etc/X11/xorg.conf empty
/var/log/Xorg.0.log attached

Comment 1 Mamoru TASAKA 2010-08-27 17:45:58 UTC
"setxkbmap -print" shows

$ setxkbmap -print
xkb_keymap {
        xkb_keycodes  { include "evdev+aliases(qwerty)" };
        xkb_types     { include "complete"      };
        xkb_compat    { include "complete"      };
        xkb_symbols   { include "pc+jp+jp:2+us:3+inet(evdev)"   };
        xkb_geometry  { include "pc(pc104)"     };
};

Comment 2 Mamoru TASAKA 2010-08-28 11:38:12 UTC
Well, after watching bug 628161:

With ibus-1.3.6-5.fc14.i686
$ setxkbmap -print
xkb_keymap {
        xkb_keycodes  { include "evdev+aliases(qwerty)" };
        xkb_types     { include "complete"      };
        xkb_compat    { include "complete"      };
        xkb_symbols   { include "pc+jp+jp:2+us:3+inet(evdev)+level3(ralt_switch_for_alts_toggle):3+group(alts_toggle)+ctrl(swapcaps)+shift(breaks_caps)+terminate(ctrl_alt_bksp)"     };
        xkb_geometry  { include "pc(pc104)"     };
};

However with ibus-1.3.7-{1,2}.fc14.i686:
$ setxkbmap -print
xkb_keymap {
        xkb_keycodes  { include "evdev+aliases(qwerty)" };
        xkb_types     { include "complete"      };
        xkb_compat    { include "complete"      };
        xkb_symbols   { include "pc+jp+jp:2+us:3+inet(evdev)"   };
        xkb_geometry  { include "pc(pc104)"     };
};

Once changing the component to ibus.

Comment 3 fujiwara 2010-08-30 02:03:14 UTC

*** This bug has been marked as a duplicate of bug 628161 ***