Bug 200875

Summary: echo $GTK_IM_MODULE is not set when doing "su -"
Product: [Fedora] Fedora Reporter: Mayank Jain <majain>
Component: scimAssignee: Jens Petersen <petersen>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: aalam, eng-i18n-bugs
Target Milestone: ---Keywords: i18n
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-08-01 08:23:02 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:

Description Mayank Jain 2006-08-01 07:14:08 UTC
Description of problem:
When doing "su -" to another user, env var GTK_IM_MODULE is not set

Version-Release number of selected component (if applicable):
scim-1.4.4-25.fc6

Steps to Reproduce:
1. login with "A" user & do "echo $GTK_IM_MODULE"
2. open another gnome-terminal & do "su - B"
3. in B's terminal, again do "echo $GTK_IM_MODULE"

  
Actual results:
B's terminal has GTK_IM_MODULE var not set

Expected results:
echo $GTK_IM_MODULE should result in scim (or an IME)

Additional info:
None

Comment 1 Jens Petersen 2006-08-01 08:23:02 UTC
"su -" starts a login shell with a fresh environment.
Use "su" if you want to keep the users env.