]> git.pld-linux.org Git - packages/phpstorm.git/commitdiff
disable jre check
authorElan Ruusamäe <glen@delfi.ee>
Sun, 27 Nov 2016 10:52:25 +0000 (12:52 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 27 Nov 2016 10:52:25 +0000 (12:52 +0200)
idea.jre.check=true check misfires and works without the check

pld.patch

index 058d6e6559fdb00ca6a45ba690d99ad346e09647..6e0404f4f278e4a3254ef76531fd537efbade6ee 100644 (file)
--- a/pld.patch
+++ b/pld.patch
@@ -1,5 +1,5 @@
---- PhpStorm-163.7743.50/bin/phpstorm.sh~      2016-11-24 19:42:09.000000000 +0200
-+++ PhpStorm-163.7743.50/bin/phpstorm.sh       2016-11-24 20:01:18.624544058 +0200
+--- PhpStorm-163.7743.50/bin/phpstorm.sh       2016-11-24 20:01:18.624544058 +0200
++++ PhpStorm-163.7743.50/bin/phpstorm.sh       2016-11-27 12:51:53.104141826 +0200
 @@ -178,6 +178,9 @@
    CLASSPATH="$CLASSPATH:$WEBIDE_CLASSPATH"
  fi
  # ---------------------------------------------------------------------
  # Run the IDE.
  # ---------------------------------------------------------------------
-@@ -198,6 +198,7 @@
-   "-XX:HeapDumpPath=$HOME/java_error_in_PHPSTORM.hprof" \
+@@ -196,6 +199,7 @@
    -Didea.paths.selector=PhpStorm2016.3 \
    "-Djb.vmOptionsFile=$VM_OPTIONS_FILE" \
 +  -Dwebide.config.dir=$WEBIDE_CONFIG_DIR -Dwebide.cache.dir=$WEBIDE_CACHE_DIR \
    ${IDE_PROPERTIES_PROPERTY} \
-   -Didea.platform.prefix=PhpStorm -Didea.jre.check=true \
+-  -Didea.platform.prefix=PhpStorm -Didea.jre.check=true \
++  -Didea.platform.prefix=PhpStorm -Didea.jre.check=false \
    com.intellij.idea.Main \
+   "$@"
 --- PhpStorm-145.258.2/bin/idea.properties~    2016-03-16 17:02:05.000000000 +0200
 +++ PhpStorm-145.258.2/bin/idea.properties     2016-03-21 11:07:02.191952728 +0200
 @@ -6,21 +6,25 @@
This page took 0.128575 seconds and 4 git commands to generate.