Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/backbone.js/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何在PHPStorm 10中重新启用JAyatana_Phpstorm_Phpstorm 10 - Fatal编程技术网

如何在PHPStorm 10中重新启用JAyatana

如何在PHPStorm 10中重新启用JAyatana,phpstorm,phpstorm-10,Phpstorm,Phpstorm 10,开发人员在phpstorm10中禁用了Jayatana,因为它导致了一些bug。如何重新启用它?编辑phpstorm.sh并注释与Jayatana相关的所有内容 if [ -n "$JAVA_TOOL_OPTIONS" -a "$JAVA_TOOL_OPTIONS" != "${JAVA_TOOL_OPTIONS%-javaagent*jayatanaag.jar*}" ] ; then export _ORIGINAL_JAVA_TOOL_OPTIONS="$JAVA_TOOL_OPT

开发人员在phpstorm10中禁用了Jayatana,因为它导致了一些bug。如何重新启用它?

编辑phpstorm.sh并注释与Jayatana相关的所有内容

if [ -n "$JAVA_TOOL_OPTIONS" -a "$JAVA_TOOL_OPTIONS" != "${JAVA_TOOL_OPTIONS%-javaagent*jayatanaag.jar*}" ] ; then
    export _ORIGINAL_JAVA_TOOL_OPTIONS="$JAVA_TOOL_OPTIONS"
    JAVA_TOOL_OPTIONS="${JAVA_TOOL_OPTIONS%-javaagent*jayatanaag.jar*}${JAVA_TOOL_OPTIONS#*jayatanaag.jar}"
fi