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:
Text File  |  2007-03-05  |  383 b   |  19 lines

  1. #!/bin/sh
  2.  
  3. # dpkg output of scim-related packages
  4. echo "Related packages:" >&3
  5. dpkg-query -l "*scim*" | grep "^ii" >&3
  6.  
  7. echo >&3
  8.  
  9. # environment variables
  10. echo "Related environment variables:" >&3
  11. echo "\$XMODIFIERS=$XMODIFIERS" >&3
  12. echo "\$GTK_IM_MODULE=$GTK_IM_MODULE" >&3
  13.  
  14. echo >&3
  15.  
  16. # contents in /usr/lib/scim-1.0
  17. echo "Installed SCIM components:" >&3
  18. ls -R /usr/lib/scim-1.0 >&3
  19.