Package Details: pycharm-professional 2024.3-1

Git Clone URL: https://aur.archlinux.org/pycharm-professional.git (read-only, click to copy)
Package Base: pycharm-professional
Description: Python IDE for Professional Developers. Professional Edition
Upstream URL: https://www.jetbrains.com/pycharm/
Keywords: development editor ide jetbrains python
Licenses: custom
Submitter: hippojazz
Maintainer: Xavier (37h4n)
Last Packager: Xavier
Votes: 289
Popularity: 0.97
First Submitted: 2013-09-25 03:56 (UTC)
Last Updated: 2024-11-14 03:02 (UTC)

Dependencies (19)

Required by (0)

Sources (4)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 44 Next › Last »

Ashark commented on 2024-04-08 12:01 (UTC)

For me it starts. pycharm-professional 2024.1-1
KDE Wayland.

iamkarlson commented on 2024-04-08 12:00 (UTC)

It's not only arch issue or even only wayland issue, but seems like all distros could be affected: https://youtrack.jetbrains.com/issue/PY-71746/As-of-yesterday-Pycharm-and-IntelliJ-crashes-and-kills-my-Ubuntu-22.04-session

There's a workaround to remove a config.

mv $HOME/.config/JetBrains/PyCharm2024.1/options/other.xml $HOME/.config/JetBrains/PyCharm2024.1/options/other.xml.bak            

iamkarlson commented on 2024-04-08 11:55 (UTC)

@lybin pycharm also doesn't start. I can report to sway but it's pycharm that is not working and not sway.

lybin commented on 2024-04-08 11:00 (UTC)

Congrats, report to sway, not here :)

iamkarlson commented on 2024-04-08 10:55 (UTC)

The latest version crashes sway:

 segfault at 40 ip 000077a6af765c38 sp 00007ffc4d64bd08 error 6 in libwayland-server.so.0.22.0[77a6af763000+8000] likely on CPU 1 (core 0, socket 0)

Xavier commented on 2024-03-29 12:56 (UTC)

Hi @GodofTheFallen, these types of issues should be reported to the Jetbrains bug tracker, unless you believe it is a packaging issue.

GodofTheFallen commented on 2024-03-28 04:34 (UTC)

There is an issue where the JetBrains window will steal the focus, and other windows above the JetBrains window will be passed through by the mouse. Pycharm's own dropdown bars and pop-up menus will also be passed through and cannot be clicked.

Ashark commented on 2024-02-27 13:29 (UTC)

@Xavier Finally! Thanks!

Xavier commented on 2024-02-18 17:58 (UTC)

@freso, that wrong path is dynamic, it depends on where you are building the package, so it is more complicated to just do a sed besides in future updates there could be more files (or not, we don´t know). Of course I prefer not to manipulate the file system outside the package manager, but we don't know the consequences of having wrong paths in the speed-up debugging.

Freso commented on 2024-02-18 17:25 (UTC)

With 4479465010ef2f6a58bc764b613e929daef79a6e (pkgrel=5) I get a hit on /usr/src/debug/pycharm-professional/pycharm-2023.3.3/plugins/python/helpers/pydev which doesn’t exist anywhere on my system.

This feels very similar to “WARNING: Package contains reference to $srcdir” (which I thought was what this was about at first, hence my grep’ing) and while I get that it may not be the neatest to have a "wrong" path in there, I’d argue that it’s way less neat to manipulate the file system outside of the package manager, especially if there is no confirmed issues arising from not doing so. If it turns out there is an issue, it should probably be filed as a bug with upstream. (I guess there’s always the option of sed -i 's|/usr/src/debug/pycharm-professional/pycharm-[0-9.]\+/|/opt/pycharm-professional/| or similar too…)

I’ll try and look into if there’s something that can be passed to build_ext to make it not include these paths, but even if not, I have a working PKGBUILD that doesn’t offend my sensibilities, so whether you choose to adopt any of my changes for that or not, it’ll only be a slight minor annoyance for me come update time if you don’t. :)