mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
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:
@@ -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.
|
||||
# ---------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user