All Projects → lyfeyaj → Sublime Text Imfix

lyfeyaj / Sublime Text Imfix

Fix Sublime Text 3 Input method problem (CJK words) under Ubuntu

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Sublime Text Imfix

sublime-patcher
Bash script for patching/cracking Sublime Text on Linux
Stars: ✭ 20 (-97.94%)
Mutual labels:  ubuntu, sublime-text
Openbangla Keyboard
An OpenSource, Unicode compliant Bengali Input Method
Stars: ✭ 235 (-75.75%)
Mutual labels:  input-method, ubuntu
Ufw Docker
To fix the Docker and UFW security flaw without disabling iptables
Stars: ✭ 878 (-9.39%)
Mutual labels:  ubuntu
Wp Vps Build Guide
A verbose build guide for a modern, high-performance WordPress production VPS.
Stars: ✭ 31 (-96.8%)
Mutual labels:  ubuntu
Lightgallery Desktop
A modern, electron and nodejs based image viewer for Mac, Windows and Linux.
Stars: ✭ 945 (-2.48%)
Mutual labels:  ubuntu
Easysettings
Sublime Settings made easy through auto-completion!
Stars: ✭ 20 (-97.94%)
Mutual labels:  sublime-text
Halbox
Bash Script to Bootstrap Debian/Ubuntu Servers
Stars: ✭ 28 (-97.11%)
Mutual labels:  ubuntu
Ansible Jupyterhub
Ansible role to setup jupyterhub server (deprecated)
Stars: ✭ 14 (-98.56%)
Mutual labels:  ubuntu
Ansible Supervisor
Ansible role to set up (the latest or a specific version of) supervisor in Debian-like systems
Stars: ✭ 32 (-96.7%)
Mutual labels:  ubuntu
Bashmultitool
A library for bash shell program containing useful functions. Can be imported into scripts to create colourful and functional scripts and TUIs.
Stars: ✭ 27 (-97.21%)
Mutual labels:  ubuntu
Server Manager
This repository holds the IntISP Interface. It can be rebuilt to interface with any other hosting panel.
Stars: ✭ 31 (-96.8%)
Mutual labels:  ubuntu
Ansible Keepalived
Ansible role to set up keepalived in Debian-like systems
Stars: ✭ 21 (-97.83%)
Mutual labels:  ubuntu
Install Abaqus 2019 On Ubuntu 18.04 Lts
Instruction manual to install Abaqus 2019 on Ubuntu 18.04 LTS
Stars: ✭ 21 (-97.83%)
Mutual labels:  ubuntu
Kawa
A macOS input source switcher with user-defined shortcuts.
Stars: ✭ 952 (-1.75%)
Mutual labels:  input-method
Zenscript Highlighter
Sublime Text highlighting for ZenScript used in MineTweaker, CraftTweaker and ModTweaker
Stars: ✭ 15 (-98.45%)
Mutual labels:  sublime-text
Simple Sh Datascience
A collection of Bash scripts and Dockerfiles to install data science Tool, Lib and application
Stars: ✭ 32 (-96.7%)
Mutual labels:  ubuntu
Sublime Bookmarks
Sublime Text essential plugins and resources
Stars: ✭ 878 (-9.39%)
Mutual labels:  sublime-text
Vscode Material Theme
Port of the sublime text Material theme for Visual Studio Code in light and dark.
Stars: ✭ 21 (-97.83%)
Mutual labels:  sublime-text
Spotify Linux Installer
Install latest Spotify on Linux
Stars: ✭ 28 (-97.11%)
Mutual labels:  ubuntu
Terminus
Bring a real terminal to Sublime Text
Stars: ✭ 967 (-0.21%)
Mutual labels:  sublime-text

Sublime Text 3 Input Method(Fcitx) Fix [Ubuntu(Debian)]

This fix may not work in Sublime Text GTK3 build 3181+, see issue #68. HELP WANTED!!

Main Purposes

This repo is aimed at doing the following three things:

  • Install Sublime Text 3
  • Install Fcitx Input Method
  • Fix Sublime Text 3's input method problem(Mainly for CJK characters) under Ubuntu(Debian) System

Updates

  • (new) Fix "Package Preference" cannot open issue. Thanks for @liberize
  • (new) Now, Sublime opened by Icon.desktop can also use Fcitx Input(Dash Icon also work)
  • (new) Fix cursor position not update bug
  • (new) Support 32-bit system. Thanks for @inouetoukyou

Important Note

  • Sublime Text 3 input method fix only works when executing from terminal, such as subl .

Usage

Steps to use this repo:

  • Update and then upgrade your system to the newest
sudo apt-get update && sudo apt-get upgrade
  • Clone this repo in your local directory :
git clone https://github.com/lyfeyaj/sublime-text-imfix.git
  • Change your current directory to sublime-text-imfix:
cd sublime-text-imfix
  • Run the below script :
./sublime-imfix
  • Done! Re-login your X windows. And then you can enjoy using Sublime Text 3 with Fctix Input Method!

Completion Preview:

Fcitx

gcc -shared -o libsublime-imfix.so sublime-imfix.c  `pkg-config --libs --cflags gtk+-2.0` -fPIC

Sublime Text 3 输入法(Fcitx)修复[Ubuntu(Debian)]

主要目的

  • 安装 Sublime Text 3
  • 安装 Fcitx 输入法 + 皮肤
  • 修复 Sublime Text 3's 在 Ubuntu(Debian) 系统下的无法输入中文(CJK 字符)输入法的问题

更新

  • (new) 修复了 "Package Preference" 无法打开的问题, 感谢 @liberize
  • (new) 通过 Ubuntu 系统图标打开的 Sublime 也支持 Fcitx 输入中文了
  • (new) 修复了输入法不跟随的 Bug
  • (new) 支持 32位 系统. 感谢 @inouetoukyou

注意

  • 这个修复仅当在终端中使用 subl . 调用 Sublime Text 的时有效, 具体原因请看源代码src/subl

使用方法

  • 更新并升级系统为最新(较新的系统会解决很多可能出现的问题)
sudo apt-get update && sudo apt-get upgrade
  • 克隆项目到本地 :
git clone https://github.com/lyfeyaj/sublime-text-imfix.git
  • 运行脚本 :
cd sublime-text-imfix && ./sublime-imfix
  • 完成! 重新启动后就可以在 Sublime Text 3 中 使用 Fcitx了! 注意: 皮肤可能需要自己选择 ^_^

效果图:

Fcitx

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].