Getting a warning for not finding gtk-engine-murrine, when launching PyCharm from the console. I think it's an optional dependency.
Search Criteria
Package Details: pycharm-professional 2024.3-1
Package Actions
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: | 1.07 |
First Submitted: | 2013-09-25 03:56 (UTC) |
Last Updated: | 2024-11-14 03:02 (UTC) |
Dependencies (19)
- cython (cython-gitAUR, cython0AUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- giflib (giflib-gitAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libdbusmenu-glib
- python (python37AUR, python311AUR, python310AUR)
- python-setuptools
- sh (dashbinshAUR, bash-devel-static-gitAUR, zshbinshAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR, bash)
- ttf-font (neuropol-ttfAUR, ttf-win7-fontsAUR, ttf-ms-win8AUR, ttf-ms-win8-arabicAUR, ttf-ms-win8-hebrewAUR, ttf-ms-win8-seaAUR, ttf-ms-win8-indicAUR, ttf-ms-win8-japaneseAUR, ttf-ms-win8-koreanAUR, ttf-ms-win8-zh_cnAUR, ttf-ms-win8-zh_twAUR, ttf-ms-win8-thaiAUR, ttf-ms-win8-otherAUR, ttf-kidsAUR, ttf-liberation-sans-narrowAUR, ttf-cavafy-scriptAUR, ttf-ms-fontsAUR, ttf-dejavu-ibAUR, ttf-zeldaAUR, ttf-oxygenAUR, ttf-oxygen-gfAUR, ttf-share-gfAUR, ttf-gostAUR, otf-inconsolata-dzAUR, ttf-d2codingAUR, ttf-agaveAUR, ttf-caracteresAUR, ttf-cuprumAUR, ttf-autour-oneAUR, ttf-impallari-milongaAUR, ttf-impallari-miltonianAUR, ttf-clarity-cityAUR, ttf-ms-win10AUR, ttf-ms-win10-japaneseAUR, ttf-ms-win10-koreanAUR, ttf-ms-win10-seaAUR, ttf-ms-win10-thaiAUR, ttf-ms-win10-zh_cnAUR, ttf-ms-win10-zh_twAUR, ttf-ms-win10-otherAUR, ttf-win10AUR, ttf-ms-win10-cdnAUR, ttf-bmonoAUR, ttf-pt-astra-factAUR, ttf-weblysleekuiAUR, ttf-pt-astra-sansAUR, ttf-pt-astra-serifAUR, ttf-pt-sansAUR, ttf-pt-serifAUR, ttf-pt-monoAUR, ttf-pt-root_uiAUR, ttf-xo-fontsAUR, noto-fonts-liteAUR, ttf-paratypeAUR, ttf-plemoljp-binAUR, ttf-dejavu-emojilessAUR, noto-fonts-variable-liteAUR, ttf-lucida-fontsAUR, ttf-plemoljpAUR, ttf-juiseeAUR, ttf-ms-win10-autoAUR, ttf-karlaAUR, noto-fonts-latin-greek-cyrillicAUR, apple-fontsAUR, ttf-noto-sans-vfAUR, ttf-noto-serif-vfAUR, ttf-noto-sans-mono-vfAUR, ttf-ms-win11AUR, ttf-ms-win11-japaneseAUR, ttf-ms-win11-koreanAUR, ttf-ms-win11-seaAUR, ttf-ms-win11-thaiAUR, ttf-ms-win11-zh_cnAUR, ttf-ms-win11-zh_twAUR, ttf-ms-win11-otherAUR, ttf-ms-win11-autoAUR, gnu-free-fonts, noto-fonts, ttf-bitstream-vera, ttf-croscore, ttf-dejavu, ttf-droid, ttf-ibm-plex, ttf-input, ttf-input-nerd, ttf-liberation)
- docker-compose (docker-compose-v1-binAUR, docker-compose-gitAUR, docker-desktopAUR) (optional) – For support docker inside Pycharm
- docker-machine (docker-machine-gitlab-binAUR) (optional) – For support docker inside Pycharm
- ipython (ipython-gitAUR) (optional) – For enhanced interactive Python shell inside Pycharm
- jupyter-server (optional) – For Jupyter notebooks and apps
- openssh (openssh-gitAUR, openssh-dotconfigAUR, openssh-dotconfig-binAUR, openssh-selinuxAUR, openssh-hpn-shimAUR, openssh-gssapiAUR) (optional) – For deployment and remote connections
- python-coverage (optional) – For support code coverage measurement
- python-pytest (optional) – For support testing inside Pycharm
- python-setuptools (optional) – Packages manager for Python, for project interpreter
- python-tox (optional) – Python environments for testing tool
- vagrant (vagrant-gitAUR) (optional) – For support virtualized development environments
Required by (0)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 22 23 24 25 26 27 28 29 30 31 32 .. 44 Next › Last »
zerophase commented on 2018-06-15 02:59 (UTC)
MarcinWieczorek commented on 2018-06-04 09:57 (UTC)
Please quote the paths, such as $pkgdir
lybin commented on 2018-05-31 19:24 (UTC) (edited on 2018-05-31 19:24 (UTC) by lybin)
==> WARNING: Package contains reference to $srcdir
opt/pycharm-professional/helpers/pydev/_pydevd_bundle_ext/pydevd_cython.cpython-36m-x86_64-linux-gnu.so
opt/pycharm-professional/helpers/pydev/_pydevd_frame_eval_ext/pydevd_frame_evaluator.cpython-36m-x86_64-linux-gnu.so
Xavier commented on 2018-04-29 18:39 (UTC)
Hi @resurtm, you can set the java options in the file ~/.bash_profile (not in ~/.bashrc):
export _JAVA_OPTIONS='...'
e.g:
export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=lcd'
resurtm commented on 2018-04-29 15:29 (UTC)
Hey there! Nice package. :-)
I have a question: how can I adjust JVM settings for this PyCharm distribution? I remember in distribution coming from JetBrains there were some files called something like vmoptions and vmoptions64.
Is there anything like that in this package?
Thank you!
Xavier commented on 2018-04-03 17:47 (UTC)
@marquicus, it seems that packaging for python 3 is missing, check from repositories: sudo pacman -Sy python-packaging
marquicus commented on 2018-04-03 13:26 (UTC)
It throws the following error:
==> Validating source files with sha256sums... pycharm-professional-2018.1.tar.gz ... Passed pycharm-professional.desktop ... Passed pycharm-professional.install ... Passed pycharm ... Passed charm.desktop ... Passed charm ... Passed ==> Extracting sources... -> Extracting pycharm-professional-2018.1.tar.gz with bsdtar ==> Starting build()... Traceback (most recent call last): File "helpers/pydev/setup_cython.py", line 14, in <module> from setuptools import setup File "/usr/lib/python3.6/site-packages/setuptools/init.py", line 14, in <module> from setuptools.dist import Distribution, Feature File "/usr/lib/python3.6/site-packages/setuptools/dist.py", line 21, in <module> from setuptools.extern import packaging File "/usr/lib/python3.6/site-packages/setuptools/extern/init.py", line 61, in load_module "distribution.".format(**locals()) ImportError: The 'packaging' package is required; normally this is bundled with this package so if you get this warning, consult the packager of your distribution. ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build pycharm-professional. ==> Restart building pycharm-professional ? [y/N] ==> ---------------------------------------------</module></module></module>
==> ERROR: unable to update
The missing package is installed
$ pip install packaging Requirement already satisfied: packaging in /usr/lib/python2.7/site-packages Requirement already satisfied: six in /usr/lib/python2.7/site-packages (from packaging) Requirement already satisfied: pyparsing>=2.0.2 in /usr/lib/python2.7/site-packages (from packaging)
Xavier commented on 2018-03-09 16:35 (UTC)
@JSN190, I think that it is not a packaging problem, report it as an issue in the jetbrains bug system.
JSN190 commented on 2018-03-08 14:56 (UTC)
The latest update seems to break custom fonts. I can neither set a font for the editor nor the UI itself, as the font dropdown only lists one font.
Xavier commented on 2018-02-06 04:37 (UTC)
Hi @acidrain42, are you using the cython installed inside pycharm (in project interpreter)? try delete it and use only the cython provider by archlinux, maybe the problem is the incompatibility version used for generate the package
Pinned Comments