2009년 8월 19일 수요일

LinuxMint SCIM language fix

SCIM Language Fix
#

Open a terminal
#

Type :

locale|grep 'LANG='

and hit enter.
# This will display your locale. For example, Spanish (Spain) is "es_ES.UTF-8"
#

Type

im-switch -z (your_locale) -s scim-bridge

For example,

im-switch -z es_ES.UTF-8 -s scim-bridge

LinuxMint Flash fix

Adobe Flash Fix

sudo aptitude purge flashplugin-nonfree flashplugin-nonfree-extrasound adobe-flashplugin nspluginwrapper

sudo aptitude install flashplugin-nonfree

sublime close without confirmation

  Close without confirm   Yes, you can just write a plugin to set the view as scratch and close it. Then create a keybinding for that c...