some env variables wrongly set by qt-x11-free

Bug #38537 reported by atie
10
Affects Status Importance Assigned to Milestone
qt-x11-free (Ubuntu)
Invalid
Medium
Jonathan Jesse

Bug Description

I am using scim(and skim) under en_US.UTF-8 with following env variables in /etc/X11/Xsession.d/75scim.

$ cat /etc/X11/Xsession.d/75scim
export XMODIFIERS="@im=SCIM"
export XIM_PROGRAM="/usr/bin/scim -d"
export GTK_IM_MODULE=scim
export QT_IM_MODULE=scim

After recent qt-x11-free updates, some env variables are wrongly set by qt as below. My current qt version is 3.3.6-1ubuntu3.

$ env | grep XMODI*
XMODIFIERS=@im=SCIM
XMODIFIER=@im=none (<-- this is invalid env variable.)

$ env | grep QT_IM*
QT_IM_MODULE=xim (<-- qt-x11-free overrides my setting.)
QT_IM_SWITCHER=imsw-none (<--I don't need this env variable.)

$env | grep GTK_IM*
GTK_IM_MODULE=scim (OK)

$ env | grep XIM
XIM_PROGRAM=/usr/bin/scim -d (OK)

Please make qt's behavior to set env variables for IM module disabled if it's not necessary. Or check correctly existing env variables, so it should not override.

Changed in qt-x11-free:
assignee: nobody → kubuntu-team
Revision history for this message
Jonathan Jesse (jjesse) wrote :

Good,
I am working on cleaning up some old bugs assigned to the Kubuntu Team and noticed this bug was last pdated in 2006. Are you still having problesm with env variables wrongly set by qt-x11-free?

Thanks,

Jonathan

Changed in qt-x11-free:
assignee: kubuntu-team → jjesse
status: New → Incomplete
Revision history for this message
Jonathan Jesse (jjesse) wrote :

Good afternoon,

I am marking this bug as invalid due to lack of response from the intitial reporter. If you are still having problems with env variables wrongly set by qt-x11-free, please comment on this bug.

Thanks for taking the time to report this bug,

Jonathan

Changed in qt-x11-free:
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.