Sunday, April 28, 2024
17
rated 0 times [  17] [ 0]  / answers: 1 / hits: 31840  / 2 Years ago, fri, february 11, 2022, 3:55:45

I am new, never used Ubuntu until yesterday, so I'm not really into it, yet. I installed PhpStorm from JetBrains, but I can't find it anywhere, I need to run it.
I searched /usr/share/applications as suggested in another post, but again, no success.



Please give a helping hand. Any terminal command or help with the location I could find it and make a shortcut on the desktop would be appreciated.


More From » installation

 Answers
3

This tutorial can be helpful for what you need: Running PHPStorm.



Run the following commands in terminal:



cd /home/user/PHPStorm/PhpStorm-111.296/bin
chmod +x phpstorm.sh
./phpstorm.sh


You can create a shortcut on the Desktop by using gnome-desktop-item-edit in terminal as follow (note that if you don't have installed the package gnome-desktop-item-edit, you must be install first, so if you have gnome-shell or gnome-tweak-tool installed, then it is installed automatically):



gnome-desktop-item-edit --create-new ~/Desktop


This will start the dialog (Create Launcher):



enter image description here



Insert for Name any name you want (for example 'PHPStorm') and for Command sh /home/user/PHPStorm/PhpStorm-111.296/bin/phpstorm.sh and press Ok.



You can put this .desktop file in any folder, and then drag and drop to the Launcher.



Thanks to Binarylife for this answer.


[#30705] Sunday, February 13, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
arsleyeuth

Total Points: 72
Total Questions: 121
Total Answers: 112

Location: North Korea
Member since Mon, Oct 31, 2022
2 Years ago
;