home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2007 September
/
PCWSEP07.iso
/
Software
/
Linux
/
Linux Mint 3.0 Light
/
LinuxMint-3.0-Light.iso
/
casper
/
filesystem.squashfs
/
usr
/
share
/
bug
/
scim
/
script
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-05
|
383 b
|
19 lines
#!/bin/sh
# dpkg output of scim-related packages
echo "Related packages:" >&3
dpkg-query -l "*scim*" | grep "^ii" >&3
echo >&3
# environment variables
echo "Related environment variables:" >&3
echo "\$XMODIFIERS=$XMODIFIERS" >&3
echo "\$GTK_IM_MODULE=$GTK_IM_MODULE" >&3
echo >&3
# contents in /usr/lib/scim-1.0
echo "Installed SCIM components:" >&3
ls -R /usr/lib/scim-1.0 >&3