Sorry I am pretty new to Linux machine, Ubuntu and Command line.
Here is what I did:
- I tried to install
PhpStorm 2016.3.2on Linux machine (Ubuntu) by downloading the.gzfile from JetBrains site. - I extracted the
PhpStorm-2016.3.2.tar.gzfile inside/home/[USERNAME]/apps/phpstorm/folder. - I went inside
bin/folder and typed command line./phpstorm.shusing Terminal. - It opens the PhpStorm application, but..
Error message:
It shows the following message while opening the app:
Error parsing gtk-icon-sizes string: ' '
Problem:
- Application cannot stay open unless this Terminal stays open.
- PhpStorm's icon is not created on my machine, so every time if I want to open PhpStorm, I have to open Terminal and type
./phpstorm.sh.
Questions:
- While I was looking for solution, I got a feedback that I need to edit .bashrc file to make it executable in that path. What does it mean?
- Do I have to modify the path inside "jediterm-bash.in"–> function load_interactive_configs?