From ac1faae54b273779c6ef2609b86adc9537c5757d Mon Sep 17 00:00:00 2001 From: Mohammad Anwari Date: Fri, 15 Jul 2016 20:51:43 +0700 Subject: [PATCH] Only set GTK_IM_MODULE after installer has exited so it will be picked up by the session --- scripts/blankon-session-try-installer | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/blankon-session-try-installer b/scripts/blankon-session-try-installer index cbd0bda..ed514e8 100755 --- a/scripts/blankon-session-try-installer +++ b/scripts/blankon-session-try-installer @@ -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 @@ -64,3 +66,4 @@ WantedBy=shutdown.target fi +export GTK_IM_MODULE=scim