Package Details: goland 2023.3.5-1

Git Clone URL: https://aur.archlinux.org/goland.git (read-only, click to copy)
Package Base: goland
Description: Capable and Ergonomic Go IDE
Upstream URL: https://www.jetbrains.com/go/
Licenses: custom:jetbrains
Conflicts: gogland
Replaces: gogland
Submitter: freswa
Maintainer: freswa
Last Packager: freswa
Votes: 55
Popularity: 0.97
First Submitted: 2017-11-02 17:42 (UTC)
Last Updated: 2024-03-12 14:41 (UTC)

Dependencies (3)

Required by (0)

Sources (3)

Pinned Comments

Latest Comments

1 2 3 4 5 Next › Last »

freswa commented on 2023-12-13 14:34 (UTC)

@ginkel sometimes it's faster, but sometimes also way slower. I'd stick to the default url for now, to avoid making things worse :/

ginkel commented on 2023-12-13 14:26 (UTC)

Hi there,

Jetbrains download servers are agonizingly slow from Deutsche Telekom's network in Germany. Jetbrains recommends to use the CloudFlare CDN in this case: https://intellij-support.jetbrains.com/hc/en-us/articles/206544699

Would that be an option for this AUR?

Thanks, Thilo

starquake commented on 2023-12-12 18:53 (UTC)

The checksum for my file is different:

11b9a1c82b37e965efc3df7a414eee35b8f2e1092484c465c2f6481f209614a093b17fd8b18b0ea8c0ad3f355148f57ac903c01f58c508f2a84d0225aed59fe8 goland-2023.3.1.tar.gz

xiota commented on 2023-09-20 07:23 (UTC) (edited on 2023-10-27 13:25 (UTC) by xiota)

Please remove replaces directive, in accordance with AUR submission guidelines.

seaerkin commented on 2023-05-22 12:26 (UTC) (edited on 2023-05-22 12:59 (UTC) by seaerkin)

Recently updated Goland to latest version just as I normally do and Goland starts, but all I see is a blank gray screen with my latest project and I cannot interact with the UI at all. No indicative error message that I can identify, any assistance is appreciated.

Downgrading to a previous version (2022.3.2-1) fixed my issues.

freswa commented on 2022-04-08 14:51 (UTC)

Added to my git staging area, will be implemented with 2022.1

dcelasun commented on 2022-04-08 14:30 (UTC)

@freswa can you update the package to use goland.svg instead goland.png as the icon? It's newer and much sharper. Just changing line 36 is enough.

freswa commented on 2021-01-19 22:22 (UTC)

You can overwrite the vmoptions in ~/.config/JetBrains/GoLand2020.3/goland64.vmoptions e.g. with

# custom IntelliJ IDEA VM options

-Xms128m
-Xmx8g
-XX:ReservedCodeCacheSize=1G
-XX:SoftRefLRUPolicyMSPerMB=50
-ea
-Dsun.io.useCanonCaches=false
-XX:+HeapDumpOnOutOfMemoryError
-XX:-OmitStackTraceInFastThrow

vstollen commented on 2021-01-19 22:17 (UTC)

After I updated jre-openjdk (14.0.2.u12-1 -> 15.0.1.u9-1) Goland didn't start for me with the error message:

Unrecognized VM option 'UseConcMarkSweepGC'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

Installing goland-jre fixed this. When starting goland using the goland-jre I get the following warning:

OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.

Could it be, that the option is dropped in the new version and jre-openjdk therefore isn't a valid java-runtime for this package anymore?