Skip to content

Commit

Permalink
Add 99scim To Install
Browse files Browse the repository at this point in the history
  • Loading branch information
aftian authored Jul 12, 2016
1 parent e5d9681 commit b36b9b9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/b-i-setup-fs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,16 @@ ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
@@EOF

###### SCIM

cat << @@EOF > $ROOTFS/target/etc/X11/Xsession.d/99scim
GTK_IM_MODULE=scim
QT_IM_MODULE=scim
export GTK_IM_MODULE
export QT_IM_MODULE
@@EOF

###### Locale
if [ -f /run/locale ];then
cp /run/locale $ROOTFS/target/etc/default/
Expand Down

0 comments on commit b36b9b9

Please sign in to comment.