WebStorm not opening in Ubuntu

1.5k Views Asked by At

I recently installed jetbrain's WebStorm 10 at Ubuntu 15.04. It was working fine earlier but after a OS restart today, it's not opening. Clicking WebStorm icon at launcher doesn't open it. Is there any command that i may try at terminal to open Webstorm? PS: I'm new to Ubuntu

2

There are 2 best solutions below

0
On

I found a way to do it.

Case 1. Since you can see the icon, run the below command with sudo permissions in terminal.

   sudo wstorm

Case 2. If you don't see the icon while searching.

Go to the directory where WebStorm is installed. (Usually, it is /usr/local/bin, or, /usr/local, or /usr/bin), and run the command above command.

0
On

Just type wstorm in a terminal, assuming you didn't change the default config values it should launch it.