diff options
-rw-r--r-- | data/indicator-application.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/indicator-application.conf.in b/data/indicator-application.conf.in index 74ef5eb..07a7d05 100644 --- a/data/indicator-application.conf.in +++ b/data/indicator-application.conf.in @@ -12,7 +12,7 @@ pre-start script # NOTE: Limiting only to Unity 7 right now as it's still using # dbusmenu. That can be lifted after it is ported to GMenu - if [ "x$DESKTOP_SESSION" == "xubuntu-touch" ] ; then + if [ "x$DESKTOP_SESSION" = "xubuntu-touch" ] ; then stop; exit 0 fi end script |