Closed FakeShemp closed 1 year ago
Build 33191 successful To test this build, install it from the testing repository:
flatpak install --user https://dl.flathub.org/build-repo/15826/com.jetbrains.PyCharm-Community.flatpakref
As a result of integration of zypak like this every command made in shell is surrounded with
also i've got dbus error on most launches.
that is pretty annoying. i haven't found a solution for this and decided not to use it.
This PR is pretty much entirely broken, it's calling Zypak on the outermost wrapper script, meaning its hooks end up applying to bash and PyCharm itself (inc. the entire JVM) and the entire terminal and everything inside.
It should probably be attaching to jcef_helper
, the actual Chromium-using binary in question...unfortunately, that does not seem to work, and I'm not sure why yet. Regardless, this should be reverted in the mean time and the update should just be rolled back.
Filed https://github.com/refi64/zypak/issues/31 to figure out how to make this work.
Well this is significantly uglier than I expected to work around... In the mean time, for the record, the goland PR just disables the jcef sandboxing, which is a much better workaround for now.
Started test build 33191