Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created August 25, 2020 23:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/0a858fee16e6feb6d3a9b443c041e2ef to your computer and use it in GitHub Desktop.
Save r-ryantm/0a858fee16e6feb6d3a9b443c041e2ef to your computer and use it in GitHub Desktop.
/nix/store/cdfri8xfy6ik34ay70dc2ydcg05zpqws-ibus-hangul-1.5.4
├── bin
│   └── ibus-setup-hangul -> ../libexec/ibus-setup-hangul
├── libexec
│   ├── ibus-engine-hangul
│   └── ibus-setup-hangul
└── share
├── applications
│   └── ibus-setup-hangul.desktop
├── glib-2.0
├── gsettings-schemas
│   └── ibus-hangul-1.5.4
│   └── glib-2.0
│   └── schemas
│   ├── gschemas.compiled
│   └── org.freedesktop.ibus.engine.hangul.gschema.xml
├── ibus
│   └── component
│   └── hangul.xml
├── ibus-hangul
│   ├── data
│   │   └── symbol.txt
│   ├── icons
│   │   ├── ibus-hangul.png
│   │   └── ibus-hangul.svg
│   └── setup
│   ├── config.py
│   ├── keycapturedialog.py
│   ├── main.py
│   ├── __pycache__
│   │   ├── config.cpython-38.opt-1.pyc
│   │   ├── config.cpython-38.pyc
│   │   ├── keycapturedialog.cpython-38.opt-1.pyc
│   │   ├── keycapturedialog.cpython-38.pyc
│   │   ├── main.cpython-38.opt-1.pyc
│   │   └── main.cpython-38.pyc
│   └── setup.ui
├── icons
│   └── hicolor
│   ├── 64x64
│   │   └── apps
│   │   ├── ibus-hangul.png
│   │   └── ibus-setup-hangul.png
│   └── scalable
│   └── apps
│   ├── ibus-hangul.svg
│   └── ibus-setup-hangul.svg
├── locale
│   ├── ko
│   │   └── LC_MESSAGES
│   │   └── ibus-hangul.mo
│   └── zh_CN
│   └── LC_MESSAGES
│   └── ibus-hangul.mo
└── metainfo
└── org.freedesktop.ibus.engine.hangul.metainfo.xml
28 directories, 27 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment