Step to reproduce: 1. `sudo emerge =dev-util/clion-2024.1` 2. `clion` 3. Try to open a folder, and it fails. Log is listed as follows. While Clion 2024.1 installed by jetbrains toolbox works just fine, I think there are some issues in package method. ``` Cannot run program "/opt/clion/plugins/clion-radler/DotFiles/linux-x64/Rider.Backend": error=13, Permission denied [Plugin: org.jetbrains.plugins.clion.radler] ``` ``` SEVERE - #c.i.p.instanceContainer - Cannot create ```
Created attachment 898197 [details] Clion log
I also encountered this problem. How didi you solve the problem? Can you please share?
Fixed in commit 4d4dc7699b0d4766d436546fc7762743b653efaf Author: darksh1ne <d4rksh1ne@proton.me> Date: Thu Oct 10 14:17:39 2024 +0300 dev-util/clion: fix permissions of deliverable in clion-2024.1.ebuild Set 755 permissions to "${dir}"/plugins/clion-radler/DotFiles/linux-x64/Rider.Backend. This is to fix the following error upon CLion startup and further inability to start the Main window: com.intellij.diagnostic.PluginException: Cannot run program "/opt/clion-2024.2.1/plugins/clion-radler/DotFiles/linux-x64/Rider.Backend": error=13, Permission denied [Plugin: org.jetbrains.plugins.clion.radler] Signed-off-by: darksh1ne <d4rksh1ne@proton.me> Closes: https://github.com/gentoo/gentoo/pull/38936 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>