Description: KVNKB is a Vietnamese keyboard input for KDE. It use ukengine from source of x-unikey (thanks to Long Pham Kim for share it). KVNKB is free and open-source. You can freely use KVNKB under the terms of The GNU General Public License.
Phần mềm gõ tiếng Việt cho KDE. KVNKB sử dụng ukengine của x-unikey (cảm ơn tác giả Phạm Kim Long ^^). Đây là bộ gõ mang tính chất phục vụ nhu cầu của cá nhân tôi. T post mã nguồn lên đây cho mọi người tham khảo.
Để biên dịch cần thư viện X11, Qt, KDE.
Khi chạy dùng tổ hợp Ctrl + Shift để bật tắt chế độ gõ tiếng Việt. Shift + space để khôi phục từ tiếng Việt thành các phím đã gõ.
I went through so much trouble to set up Ibus-Unikey to properly running on Kubuntu, even wrote an article about it. Nevertheless, 7 years of using Linux OSes, yet I still missed X-Unikey.
After installing libxml2-dev, libxslt-dev pkg-config, cmake building was nearly completed. However, I countered this error:
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
X11_XTest_LIB (ADVANCED)
linked by target "kvnkb" in directory /home/premium/Software/Ubuntu/kvnkb
-- Configuring incomplete, errors occurred!
Nevermind, after an hour of googling, I discovered that I needed "libxtst-dev'. Problem solved.
However, I encounter yet other errors during 'make'. Will you take a look into it please ?
Thanks mate.
Attached is the output of 'make': https://dl-web.dropbox.com/get/Error?w=AAAFLYbsu2OOy93DTWL78_0xp3Q3w6boExVCDj2x_qpRBw
I think it would be appropriate to start the description with a short English explanation. Even though this program is mainly interesting for Viatnamese folks, this is a English website and there are several reasons other people could be interested.
From the sources:
“Vietnamese input method for KDE.”
Ratings & Comments
7 Comments
I went through so much trouble to set up Ibus-Unikey to properly running on Kubuntu, even wrote an article about it. Nevertheless, 7 years of using Linux OSes, yet I still missed X-Unikey. After installing libxml2-dev, libxslt-dev pkg-config, cmake building was nearly completed. However, I countered this error: CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: X11_XTest_LIB (ADVANCED) linked by target "kvnkb" in directory /home/premium/Software/Ubuntu/kvnkb -- Configuring incomplete, errors occurred!
Nevermind, after an hour of googling, I discovered that I needed "libxtst-dev'. Problem solved. However, I encounter yet other errors during 'make'. Will you take a look into it please ? Thanks mate. Attached is the output of 'make': https://dl-web.dropbox.com/get/Error?w=AAAFLYbsu2OOy93DTWL78_0xp3Q3w6boExVCDj2x_qpRBw
I can't read content of your file on Dropbox. You can use http://pastebin.com/ to paste your 'make' error. Thanks
There's the error http://pastebin.com/trJQtAZa
Now you can download GVNKB (link above) to testing for me. Before build it, you need install gtk2 lib, libgtk2.0-dev (kubuntu). Thanks.
I think it would be appropriate to start the description with a short English explanation. Even though this program is mainly interesting for Viatnamese folks, this is a English website and there are several reasons other people could be interested. From the sources: “Vietnamese input method for KDE.”
thanks, and sorry for my mistake!