mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-07 06:44:18 +00:00
d2ebfd0519
Screw the description like that inbred T3Q
19 lines
364 B
Plaintext
19 lines
364 B
Plaintext
BUILD & INSTALL:
|
|
qmake
|
|
make
|
|
copy scim-panel-dbus <your dir which scim-panel-gtk lives in>
|
|
|
|
CONFIGURE:
|
|
edit your scim's global config file,
|
|
( it's /etc/scim/global in my box(Archlinux distro). )
|
|
change this line:
|
|
|
|
/DefaultPanelProgram = scim-panel-gtk
|
|
|
|
into:
|
|
|
|
/DefaultPanelProgram = scim-panel-dbus
|
|
|
|
reboot your system (or manually kill all scim related process)
|
|
|