LỖI IBUS-UNIKEY TRÊN LINUX MINT 18

trannhan.sam

New member
** Cách sửa lỗi gõ Việt Nam trên Linux Mint 18 **

** Vấn đề: ** Sau khi cài đặt IBUS-Unikey, bạn có thể gõ Việt Nam bình thường.Nhưng sau khi khởi động lại máy, bạn không thể gõ người Việt Nam nữa.

**Giải pháp:**

1. Cài đặt các gói sau:

`` `
sudo apt-get install ibus-unikey
Sudo apt-get install scim
`` `

2. Kích hoạt IBUS-UNIKEY:

`` `
sudo ibus-setup
`` `

3. Chọn IBUS-UNIKEY làm phương thức đầu vào của bạn.

4. Khởi động lại máy tính của bạn.

**Xử lý sự cố:**

* Nếu IBUS-UNIKEY không tự động bắt đầu, bạn có thể thêm nó vào danh sách ứng dụng khởi động:

`` `
sudo nano /etc/rc.local
`` `

Thêm dòng sau vào cuối tệp:

`` `
Ibus -Daemon -D
`` `

* Nếu bạn vẫn không thể gõ người Việt Nam, hãy thử cài đặt lại IBUS-Unikey:

`` `
sudo apt-get loại bỏ ibus-unikey
sudo apt-get install ibus-unikey
`` `
=======================================
**How to fix Vietnamese typing on Linux Mint 18**

**Problem:** After installing Ibus-Unikey, you can type Vietnamese normally. But after restarting the machine, you can't type Vietnamese anymore.

**Solution:**

1. Install the following packages:

```
sudo apt-get install ibus-unikey
sudo apt-get install scim
```

2. Enable Ibus-Unikey:

```
sudo ibus-setup
```

3. Select Ibus-Unikey as your input method.

4. Restart your computer.

**Troubleshooting:**

* If Ibus-Unikey doesn't start automatically, you can add it to the startup applications list:

```
sudo nano /etc/rc.local
```

Add the following line to the end of the file:

```
ibus-daemon -d
```

* If you still can't type Vietnamese, try reinstalling Ibus-Unikey:

```
sudo apt-get remove ibus-unikey
sudo apt-get install ibus-unikey
```
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top