https://github.com/hamonikr/nimf

 

hamonikr/nimf

Nimf is a lightweight, fast and extensible input method framework - hamonikr/nimf

github.com

 

Ubuntu20.04 nimf 설치

 

설치완료후 

https://hamonikr.org/Free_Board/77175

 

자유게시판 - Fedora32 에서의 nimf 설치 후기

Fedora32의 경우 최신 배포판을 설치하고 한글 입력을 테스트 해 보니 ibus 입력기가 상태가 메롱하네요.. 한글을 입력하고 스페이스바를 치면 끝글자가 날아가 버리더군요.. 이 문제를 해결하기 위

hamonikr.org

일부 키보드의 우측 Alrt 키를 변경하도록 수정함 위 링크 참고

Alt 키로 사용하니 일부 프로그램 chrome 에서 한영 전환이 되지않았다.

위 블로그를 참고해서 Alt 키를 Hangul 로 인식되도록 수정함.

 

chrome 에서 동작확인

 

Qt5.14 온라인 인스톨 설치

크리에이터에서 qt 실행 후 한글 변환되지않음

 

이전 다른 입력기 일시 수행했던 방법을 수행함

nimf 를 apt-get 으로 설치된 이후

/usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts

폴더에 libqt5im-nimf.so 파일을 qtcreator 설치경로 Tools/QtCreator/lib/Qt/plugins 에 복사한다.

cp [filename] [copyDir]

 

qtcreator.sh 수정

#! /bin/bash
export QT_IM_MODULE=nimf
export GTK_IM_MODULE=nimf
export QT4_IM_MODULE=nimf
export QT5_IM_MODULE=nimf
export QT_IM_MODULE=nimf
export XMODIFIERS=@im=nimf

qt 실행후 한글변환 확인

 

한글입력기 nimf 감사합니다.

 

참고

https://cogniti-works.blogspot.com/2018/07/nimf-1.html

 

꿈의 입력기 nimf 이야기 1화 - nimf 의 탄생

개떡 같은 오픈소스

cogniti-works.blogspot.com

 

'Linux' 카테고리의 다른 글

[vscode] QT 연동하기  (0) 2020.05.15
heaptrack  (0) 2020.05.13
Ubuntu 스킨 변경  (0) 2020.05.12
[USB] Ubuntu20.04 USB 이미지 만들기  (0) 2020.05.11

dsffsd

 

www.github.com/KDE/heaptrack.git

 

KDE/heaptrack

A heap memory profiler for Linux. Contribute to KDE/heaptrack development by creating an account on GitHub.

github.com

 

$ sudo apt-get install libdwarf-dev

$ sudo apt-get install libunwind-dev

$ sudo apt-get install elfutils

$ sudo apt-get install libboost1.65-dev

$ sudo apt-get install libboost1.65-dev libboost1.65-tools-dev

$ sudo apt-get install libboost1.65-all-dev 

 

install library

 

 

$ cmake -DCMAKE_BUILD_TYPE=Release ..

 

-- Boost version: 1.65.1
-- Found the following Boost libraries:
--   system
--   filesystem
--   iostreams
--   regex
-- Could NOT find ZSTD (missing: ZSTD_LIBRARY ZSTD_INCLUDE_DIR) 
-- Boost version: 1.65.1
-- Found the following Boost libraries:
--   iostreams
--   program_options
--   regex
-- Could NOT find ECM (missing: ECM_DIR)
-- The following OPTIONAL packages have been found:

 * Qt5Core (required version >= 5.12.4)
 * Qt5Gui (required version >= 5.12.4)
 * Qt5Widgets
 * Qt5 (required version >= 5.10.0)

-- The following REQUIRED packages have been found:

 * Threads
 * ZLIB
 * Libunwind
 * Boost (required version >= 1.41.0)

-- The following OPTIONAL packages have not been found:

 * ECM (required version >= 1.0.0)

-- The following RECOMMENDED packages have not been found:

 * Zstd
   Zstandard offers better (de)compression performance compared with gzip/zlib, making heaptrack faster and datafiles smaller.

-- Configuring done
-- Generating done
-- Build files have been written to: /home/Project/kj/ccos/memory/heaptrack/build

 

make -j4

 

 

guid need library

- KDE Frameworks 5: CoreAddons, I18n, ItemModels, ThreadWeaver, ConfigWidgets, KIO

When any of these dependencies is missing, `heaptrack_gui` will not be build.
Optionally, install the following dependencies to get additional features in
the GUI:

- KDiagram: KChart (for chart visualizations)

 

----

 

Ubuntu install 

 

https://kde.org/applications/development/org.kde.heaptrack/development

 

Heaptrack - KDE's Applications

 

kde.org

heaptrack_gui

 

'Linux' 카테고리의 다른 글

[vscode] QT 연동하기  (0) 2020.05.15
[Qt5.15] Ubuntu 20.04 한글설정  (0) 2020.05.14
Ubuntu 스킨 변경  (0) 2020.05.12
[USB] Ubuntu20.04 USB 이미지 만들기  (0) 2020.05.11

$ sudo apt install gnome-tweak-tool

 

좌측 내비게이션 바이서 Tweaks 선택

 

Appearance Application - Adwaita-dark

                                         Radiance 로 변경 

 

sudo add-apt-repository ppa:tista/adapta

sudo apt-get install adapta-gtk-theme

 

sudo apt-get install chrome-gnome-shell

 

참고 링크 

https://geundung.dev/89

 

[Linux] Ubuntu 18.04 테마 설정하기

안녕하세요~ 이번 포스팅에서는 우분투 환경에서 테마를 적용하는 방법에 대해 알아보도록 하겠습니다! 우분투의 기본 테마는 아래와 같습니다. (이미지 출처: 구글) 이전의 16.xx 버전보다는 많이 깔끔해졌는데..

geundung.dev

 

'Linux' 카테고리의 다른 글

[vscode] QT 연동하기  (0) 2020.05.15
[Qt5.15] Ubuntu 20.04 한글설정  (0) 2020.05.14
heaptrack  (0) 2020.05.13
[USB] Ubuntu20.04 USB 이미지 만들기  (0) 2020.05.11

+ Recent posts