Skip to content

Instantly share code, notes, and snippets.

@spam312sn
Created November 18, 2016 11:19
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save spam312sn/ed4635eb5ad959f504635e2a90e5c3a8 to your computer and use it in GitHub Desktop.
Save spam312sn/ed4635eb5ad959f504635e2a90e5c3a8 to your computer and use it in GitHub Desktop.
Global menu for PHPStorm on Ubuntu

Global menu for PHPStorm

Requirements

  1. Ubuntu
  2. PHPStorm

Install jayatana

  1. sudo add-apt-repository ppa:danjaredg/jayatana
  2. sudo apt-get update
  3. sudo apt-get install jayatana

Edit PHPStorm configurations

  1. Go to PHPStorm > Help > Edit custom vm options
  2. Add this to end of file: -javaagent:/usr/share/java/jayatanaag.jar
@gofuroov
Copy link

image
image

it doesn't work on me.

OS: Ubuntu 20.04 LTS
Desktop: Unity
PhpStorm: 2020.2.3.

jayatana is installed.

@spam312sn
Copy link
Author

@gofuroov

it doesn't work on me.

OS: Ubuntu 20.04 LTS
Desktop: Unity
PhpStorm: 2020.2.3.

There are plugin for it: https://plugins.jetbrains.com/plugin/7698-window-decorate-mode-switcher

Main menu -> View -> Switch decorate mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment