Skip to content

Instantly share code, notes, and snippets.

Created October 20, 2013 18:26
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/7073320 to your computer and use it in GitHub Desktop.
Save anonymous/7073320 to your computer and use it in GitHub Desktop.
Install ibus-setup-mozc-jp.desktop for Ubuntu 13.10
cat > ibus-setup-mozc-jp.desktop << EOF
[Desktop Entry]
Name=IBus Mozc Setup
Comment=Set up IBus Mozc engine
Exec=/usr/lib/mozc/mozc_tool --mode=config_dialog
Icon=production
NoDisplay=true
Type=Application
StartupNotify=true
EOF
sudo desktop-file-install ibus-setup-mozc-jp.desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment