Package Details: phpstorm 2024.3-1

Git Clone URL: https://aur.archlinux.org/phpstorm.git (read-only, click to copy)
Package Base: phpstorm
Description: Lightweight and Smart PHP IDE
Upstream URL: https://www.jetbrains.com/phpstorm/
Keywords: development ide php
Licenses: custom:jetbrains
Submitter: None
Maintainer: freswa
Last Packager: freswa
Votes: 229
Popularity: 0.21
First Submitted: 2011-01-22 19:28 (UTC)
Last Updated: 2024-11-14 11:40 (UTC)

Dependencies (6)

Required by (0)

Sources (3)

Latest Comments

1 2 3 4 5 6 .. 22 Next › Last »

lukinhasb commented on 2024-09-25 12:51 (UTC)

I'm getting a failure when trying to update:

Cloning phpstorm build files... Generating phpstorm-jre information... Failed to prepare transaction: Failed to generate phpstorm-jre information

Anyone else?

Tanker commented on 2024-09-02 17:38 (UTC)

Unfortunately, adding the var to my environmental did not work for me, nor creating the sim link. Like @Phr33d0m said, the binary launcher got blind. I uninstall Phpstorm 2024.2 and install 2024.1 from April 2024 didn't have that issue, all works ok. So, I went back to version 2024.2 and follow these instructions: https://youtrack.jetbrains.com/articles/SUPPORT-A-430/Cant-start-IDE-Runtime-not-found-Linux Surprise surprise, didn't work either... So, I have removed all and re-install "new" $ yay -S phpstorm Now open your normal menu launcher, search for PhPStorm, right-click on the icon, edit application, go to Application tab, at the Program option, just add the .sh, that should do the trick. I tested on my main PC, laptop and a mini ARM pc.

cphd.kennettw commented on 2024-08-14 08:38 (UTC)

Thanks :) It's working now

Phr33d0m commented on 2024-08-14 08:15 (UTC) (edited on 2024-08-14 08:17 (UTC) by Phr33d0m)

@cphd.kennettw that issue is caused because the packager switched to using the native launcher in this 2024.2 release.

phpstorm's native launcher is a bit blind, so you need to guide it to where your jvm is actually at. Add this to your preferred environment file (e.g. /etc/environment):

PHPSTORM_JDK="/usr/lib/jvm/default"

Or just use the old bash script launcher:

rm /usr/bin/phpstorm
ln -s /opt/phpstorm/bin/phpstorm.sh /usr/bin/phpstorm

cphd.kennettw commented on 2024-08-14 06:57 (UTC) (edited on 2024-08-14 06:59 (UTC) by cphd.kennettw)

When I running the latest build, I get the following error:

$ phpstorm                                                                                                                                                                                       
   4 [ERROR] xplat_launcher::ui: Failed to show error message: NoImplementation
Cannot start the IDE
Cannot find a runtime

Caused by:
    Runtime not found

Please try to reinstall the IDE.
For support, please refer to https://jb.gg/ide/critical-startup-errors

What am I missing?

ur5wkm commented on 2024-04-04 13:05 (UTC) (edited on 2024-04-15 13:02 (UTC) by ur5wkm)

After the update, it froze all the time. Unusable

UPD. Disabling autosave fixing issue

richard-muvirimi commented on 2024-03-18 08:12 (UTC)

A fresh install on a new system results in the following error on launch "No JRE found. Please make sure $PHPSTORM_JDK, $JDK_HOME, or $JAVA_HOME point to valid JRE installation."

37h4n commented on 2023-02-15 00:40 (UTC) (edited on 2023-02-15 00:40 (UTC) by 37h4n)

I modified the PKGBUILD to add aarch64 support for Asahi Linux users: https://bafybeibf3vy5rxz3aa2ivlm3hsbktrvmt73qgxwdyspsft4dah2dbabo7m.ipfs.kubo.sudoer.ch/?filename=2022.3.2-1.PKGBUILD

fsz commented on 2022-12-09 12:26 (UTC)

@freswa Thank you :) And thanks for the -Cc hint.