IDEA-173836 After upgrade to Ubuntu 17.04 integrated menus do not work

Forced jayatana for Unity DE via env variable
This commit is contained in:
Alexey Ushakov
2017-06-06 13:17:36 +03:00
parent 4b16918ede
commit 7bf7bb730a
+11
View File
@@ -147,6 +147,17 @@ BITS=$?
"$RM" -f "$VERSION_LOG"
test ${BITS} -eq 0 && BITS="64" || BITS=""
#----------------------------------------------------------------------
# Set platform enviroment variables for IDE
#----------------------------------------------------------------------
if [ "$OS_TYPE" = "Linux" ] ; then
case "$XDG_CURRENT_DESKTOP" in
*Unity*)
export JAYATANA_FORCE=true
;;
esac
fi
# ---------------------------------------------------------------------
# Collect JVM options and IDE properties.
# ---------------------------------------------------------------------