How to disable splash screen

Answered

I would like to disable the IntelliJ IDEA startup splash screen. Please let me know how this can be done.

Thanks.

1
8 comments

Hello hloeblich,

I would like to disable the IntelliJ IDEA startup splash screen.
Please let me know how this can be done.


Add "nosplash" to the command line parameters.

--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0

Hmm, I just tried this but it does not seem to have any effect. I am running IDEA 6197 on Linux, and I invoke it with idea.sh
Is it supported in this version?

I tried the following:
idea.sh nosplash
idea.sh -nosplash
idea.sh --nosplash
idea.sh "nosplash"

0

Maybe your (older) version of IDEA doesn't support it.

7590 (7.0.2) supports the following:
idea.sh nosplash

Vincent

0

This still doesn't work (Ubuntu 16.04). I tried "idea.sh nosplash", but IDEA still shows useless splashscreen and steals focus from my email reader 3+ times - crazy! If you cannot fix it and/or make an option in IDE itself to disable it, can you at least make this useless window _tiny_ ?

Also, why JetBrains Toolbox doesn't provide such feature? It's a launcher after all, can it know about JetBrain's software a little? You can show splashscreen + progress bar _inside_ the toolbox and **allow to close this screen with the close-window button**.

0

Please follow the related issue on YouTrack: https://youtrack.jetbrains.com/issue/IDEA-72664 and feel free to share suggestions in comments.

0

I am using MacOs. How can I hide the splash screen?

0

I use Toolbox, and my solution was:

  1. Select IntelliJ Settings
  2. Click on "Install location" - "Show"
  3. A file explorer will open. Navigate into the 'bin' folder;
  4. Edit file idea.sh, replacing the last 'com.intellij.idea.Main' on file for 'com.intellij.idea.Main nosplash'

That's it. I hope it helps...

2

Please sign in to leave a comment.