I've installed PhpStorm in /opt/phpstorm and after first run there is file ~./local/share/applications/jetbrains-phpstorm.desktop
[Desktop Entry]
Version=1.0
Type=Application
Name=PhpStorm
Icon=/opt/phpstorm/bin/webide.png
Exec="/opt/phpstorm/bin/phpstorm.sh" %f
Comment=Develop with pleasure!
Categories=Development;IDE;
Terminal=false
StartupWMClass=jetbrains-phpstorm
I've tried with Exec=env UBUNTU_MENUPROXY=1 /opt/phpstorm/bin/phpstorm.sh but that doesn't work.
So, my question is how to move menu bar (File, edit, etc) from PhpStorm window to the top bar as seen in other applications in order to get more working space and better system integration? I think this is also issue with other Jetbrains products like WebStorm, Idea, etc.