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
WebStorm not opening in Ubuntu
1.6k Views Asked by Adil At
2
There are 2 best solutions below
0
deepak
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.
Related Questions in UBUNTU
- Git init --bare giving error fatal: Out of memory? mmap failed: No such device
- EMACS-Live + Slime error at startup
- Vagrant - Ansible error installing Apache
- Openfire Smack Connection issue
- Error in Ruby on Rails on Ubuntu 14.04
- Django webapp (on an Apache2 server) hangs indefintely when importing nltk in views.py
- C++ string and char* manipulation acting weird
- Data transfer between Ubuntu/Windows to network
- How to upgrade Node js version to 0.12.4 on Ubuntu
- How do I install Intellij on Ubuntu 15.04?
- Can't run django-admin startproject mysite (ubuntu, django.core.exceptions.ImproperlyConfigured)
- How to add apt key with --recv-keys instead of --recv?
- Express - Multiparty/Formidable unable to parse files greater than 100kb on Ubuntu. Callback of Parse is not called at all
- Unable start mongoose im in ubuntu. process crashes
- Tkinter application topmost, even over fullscreen
Related Questions in TERMINAL
- Do executable files always open a terminal window on MacOS?
- C++: Re-use line printed to console
- How to enable branch hints in Mac OS git?
- When was a file used by another program
- Autocompletion does not work in R terminal inside square brackets
- How to get Mouse support for dtterm terminal in solaris
- Creating Rails Controller In Sub-directory
- Force the terminal output buffer to flush
- How to detect what terminal people use
- How to stop the iPython notebook to run the command line, run only python code
- How to find and show all the information in a text file
- Updating folder structure with Mac Terminal
- Why is it slower to print directly to console/terminal than redirecting?
- Where can I read the ANSI terminal standard?
- How to get C-` key combo recognized in Emacs under Mac?
Related Questions in COMMAND
- Execute a command over multiple files
- TestNG [Error] no test suite found. nothing to run
- Redirect Outward of unix os commands to html page
- Binding a button to both a function and close event wpf
- Fastboot commands in source code not found in fastboot binary
- Using Jmeter OS Process Sampler to collect script data
- Create text file using echo in command prompt
- Compare 2 text files and display the difference between them (PowerShell or CMD)
- Command does not return results in SWIFT
- MongoDB commands in linux console with --eval (print
- SSH remote command
- commands in tkinter when to use lambda and callbacks
- WebStorm not opening in Ubuntu
- How to join output of two commands in one line?
- How to get output of ping command without Ping statistics?
Related Questions in WEBSTORM
- WebStorm: Disabling language injection coloring
- Exclude file from search but not from the project list in WebStorm
- Webstorm: Debugging Mocha tests written in ES6
- What is the type of an object literal key as defined in TypeScript?
- WebStorm not opening in Ubuntu
- WebStorm not tabbing correctly on a single file
- Using TypeScript type definitions with Webstorm 10
- AngularJS / JQuery - form input without an associated label
- WebStorm + ReactNative?
- IntelliJ/Webstorm not finding import reference
- Getting ES6 to work in WebStorm
- angular.js syntax highlighting colors in IDEA / WebStorm editor
- Not able to debug node js app from browser
- Regex replace uppercase with lowercase letters in PhpStorm/Webstorm (Intellij-IDEA)
- webstorm file watcher scss, btn the file can't generated when .scss file imported in other files
Related Questions in UBUNTU-15.04
- How to run OpenGL version 3.3 (with Intel HD 4000) on Ubuntu 15.04
- WebStorm not opening in Ubuntu
- Unable to enable modrewrite on ubuntu 15.04
- Chrome Everything too big on Ubuntu Gnome 15.04
- Unable to rename gnome terminal window after upgrading to Ubuntu 15.04
- ubuntu 15.04 install postgresql
- Installing openTSDB on Ubuntu15.04
- pkl file for customized image data in pylearn2
- Javafx8 ProgressIndicator not showing in Ubuntu
- cmake build error, files doesn't seem to exist
- Upgrade Python 3.4.3 to Python 3.6.1 in Ubuntu 15.04(64 bit)
- Installing laravel 5.1 via composer SSL3 certificate error
- why does Intellij change the ownership of files to root?
- tinyos make: *** No rule to make target 'telosb'. Stop
- VirtualBox 5.0 cannot access any network with Ubuntu Mate 15.04 host
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Just type
wstormin a terminal, assuming you didn't change the default config values it should launch it.