How to install new CLion versions when using JetBrains Gateway

已回答

Have been using gatway (windows client / linux host) for about 7 months. 

If I recall right, whenever there was a new CLion release, I was able to install it on the host without much trouble. Either they showed up in “Choose IDE” dropdown in the gateway client or “Help → Check for updates”. Since it is a parallel installation, I had to adjust some settings and delete the old one, but it worked fine. The last I got this way was "2023.3 RC". (Note: when the IDE launches, it showed the orange-purple gateway icon.)

1. I didn't see 2023.3 for a while and realized recently 2023.3.2 is already out. These didn't show up in the Gateway drop down box. Why?

2. I installed 2023.3.2 by downloading .tar.gz for linux and Gateway's “Choose IDE → Installation options → upload installer”. This worked fine, but I feel like it doesn't work well with the Gateway / remote dev setup compared to 2023.3 RC. Few things I notice are: a. IDE icon is the blue-green CLion icon and not the gateway icon, b. Project window flicker when editing, c. Find in Files window cannot be resized. is there a way to do a ‘cleaner’ installation?

 

1

Hello!

1. I didn't see 2023.3 for a while and realized recently 2023.3.2 is already out. These didn't show up in the Gateway drop down box. Why?

In order to fetch from JetBrains installers storage, your remote server must have a network connection to JetBrains URLs:

https://code-with-me.jetbrains.com
https://download.jetbrains.com
https://download-cf.jetbrains.com
https://cache-redirector.jetbrains.com

Is it so?

See step 5 here https://www.jetbrains.com/help/idea/remote-development-starting-page.html#connect_to_rd_ij.

Find in Files window cannot be resize

It's a known regression - GTW-7033. Feel free to comment or upvote the issue in order to get updates. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.

Project window flicker when editing

Please submit an issue to the JetBrains Gateway tracker - https://youtrack.jetbrains.com/issues/GTW.

0

Re. first problem, I can ping all 4 sites from the linux host.

However, testing the two download links fail. Also they fail in the browser with internet connection. Perhaps this is normal? And the problem is something else?

0

Please collect the logs while JetBrains Gateway or the IDE is connected to a remote server (https://www.jetbrains.com/help/clion/remote-development-troubleshooting.html#logs_UI) and send them to clion-support at jetbrains.com.

0

请先登录再写评论。