Package Base Details: phpstorm-eap

Git Clone URL: https://aur.archlinux.org/phpstorm-eap.git (read-only, click to copy)
Keywords: devel ide php
Submitter: mortan
Maintainer: fikrimi
Last Packager: fikrimi
Votes: 43
Popularity: 0.000000
First Submitted: 2011-06-03 16:07 (UTC)
Last Updated: 2024-07-22 02:34 (UTC)

Latest Comments

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

blackout commented on 2024-06-03 06:13 (UTC)

The latest 2 Phpstorm EAP versions don't like to be started via the phpstorm.sh script and complain.

Maybe change that during installation via sed -i 's|Exec="/opt/phpstorm-eap/bin/phpstorm.sh" %f|Exec="/opt/phpstorm-eap/bin/phpstorm" %f|' /usr/share/applications/jetbrains-phpstorm-eap.desktop

mitchhentges commented on 2019-02-04 06:32 (UTC)

I'm having graphics driver issues with Arch, so I'm using Ubuntu. Disowning this package because I no longer have the means to test changes

mitchhentges commented on 2018-10-25 21:26 (UTC)

Thanks fwolfsjaeger, I've added libdbusmenu-glib as a dependency. I ran into an issue where, after updating PhpStorm, opening projects would cause it to freeze - hopefully this was just a local issue affecting only my installation. However, if it does affect anyone else, I cleared my ~/.PhpStorm2018.3 to resolve the problem

fwolfsjaeger commented on 2018-10-23 08:01 (UTC)

PhpStorm seems to require libdbm64.so now, could you please add the dependency to libdbusmenu-glib to PKGBUILD?