Faresis

Results 1 comments of Faresis

Yes, @padolphs right. To make the desktop launcher work following steps can be taken: `sudo vi /usr/share/applications/jetbrains-idea-ce.desktop` Change Exec line to the following: `Exec=bash -c 'cd /opt/idea/bin && ./idea.sh'` Those...