Disable starting IDEA in full-screen mode on Ubuntu
已回答
I am running IDEA 2016.2.5 on Ubuntu 16.04 (with Gnome 3). The IDEA always starts in full-screen mode. How do I disable this?
This SO post https://stackoverflow.com/questions/32349336/how-do-i-stop-intellij-from-starting-in-full-screen-mode describes how to turn this off for a single project, but I would like to disable it by default.
请先登录再写评论。
Could it be that you have installed https://plugins.jetbrains.com/plugin/7137?pr=idea plug-in? Try to disable it: http://www.jetbrains.com/idea/webhelp/enabling-and-disabling-plugins.html.
Thank you for the reply, but nope, I do not have that plugin installed
This setting is stored per project, if you have changed it for several projects and IDE automatically opens the last project on start, it will open in the full-screen mode. You can just exit it using View | Exit Full Screen and the next time this project should open in a normal window.
I have the same issue on ubuntu 22.04. I exit the full screen mode but does not fix the problem, IDE always starts at full screen mode
Khaled Benzina this might be a bug in 2023.1 that has been fixed internally, see IDEA-313378 for details. The fix will be available in 2023.1.1 scheduled for the end of April.
I just added a keyboard short cut to the menu option which is better than not in my opinion.

https://www.jetbrains.com/help/phpstorm/2023.1/configuring-keyboard-and-mouse-shortcuts.html?utm_source=product&utm_medium=link&utm_campaign=PS&utm_content=2023.1
Using IntelliJ IDEA 2023.2.1 (Ultimate Edition) and still having the problem that IntelliJ starts in fullscreen mode if I open more than one project.
F Burka
It looks like you are experiencing this issue: https://youtrack.jetbrains.com/issue/IDEA-318214, which is not resolved yet.
Please follow it for progress updates. You can try the workaround mentioned on the issue: temporarily disable
ide.linux.hide.native.title
in registry (pressShift
two times to open Search Everywhere > search for registry > disableide.linux.hide.native.title
registry key and restart IDE to apply the change).