Skip to content

Commit

Permalink
Merge pull request #77 from aftian/master
Browse files Browse the repository at this point in the history
Add 99scim To Install
  • Loading branch information
herpiko authored Jul 12, 2016
2 parents e5d9681 + b36b9b9 commit af18845
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 af18845

Please sign in to comment.