Different OS inside CLion on Linux Mint?

已回答

Hi,

Clion version info:

CLion 2020.3.2
Build #CL-203.7148.70, built on January 26, 2021
Runtime version: 11.0.9.1+11-b1145.77 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Linux 5.0.0-32-generic
GC: ParNew, ConcurrentMarkSweep
Memory: 9835M
Cores: 12
Registry: run.processes.with.pty=TRUE

Current Desktop: X-Cinnamon

I am on Linux Mint with gcc 7

# cat /etc/issue
Linux Mint 19.3 Tricia
# gcc --version
gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0

However, inside CLion's terminal I am on some Freedesktop Platform 20.08.6 with gcc 10

# cat /etc/issue
Freedesktop Platform 20.08.6
# gcc --version
gcc (GCC) 10.2.0

Also, CLion cannot even see my /usr/bin directory, it uses the one from Freedesktop Platform, so can't point to my g++-7 and gcc-7.

Does anybody know how to NOT use this Freedesktop Platform and just point CLion to my gcc-7?

1
Avatar
Permanently deleted user

You know what, nevermind.

I spent unacceptable amount of time dealing with CLion issues (freezing for no reason while writing code, freezing almost 100% of the time when debugging, even with all the recommendations from the team, like increasing Memory and setting -Dawt.ime.disabled=true, trying to figure out this embedded Freedesktop OS or whatever it is, etc.).

I will be using another IDE for C++ development.

Having said that, I love Intellij and Webstorm IDEs, been using those for years without any problems.

I feel like development of CLion was outsourced to junior devs on drugs as an experiment. Well, it most certainly failed.

1

Hello!

I’m sorry you feel that way about the product. We would like to investigate the situation if you are ready to cooperate with us.

Looks like CLion is launched in the Freedesktop environment. Please describe your setup in more detail. Is some remote configuration involved (for example, X Server connection from Windows)?

How did you install CLion? And how do you launch CLion?

0

It seems you installed CLion using the Flatpak package. Is that assumption correct?

Flatpak the package manager executes packaged IDEs in a restricted environment, and this causes the difference in behavior.

0

请先登录再写评论。