Skip to content

Commit

Permalink
Merge pull request #78 from mdamt/immodule
Browse files Browse the repository at this point in the history
Only set GTK_IM_MODULE after installer has exited so it will be picke…
  • Loading branch information
herpiko authored Jul 15, 2016
2 parents af18845 + ac1faae commit 5dd8478
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/blankon-session-try-installer
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

unset GTK_IM_MODULE

LIVEDEVICE=`mount | grep \/lib\/live\/mount\/medium | cut -d" " -f1 | cut -d"/" -f3`

# Check for mounted partition
Expand Down Expand Up @@ -64,3 +66,4 @@ WantedBy=shutdown.target

fi

export GTK_IM_MODULE=scim

0 comments on commit 5dd8478

Please sign in to comment.