Skip to content

Commit

Permalink
Custom JetBrains IntelliJ IDEA Ultimate editor desktop launcher
Browse files Browse the repository at this point in the history
The latest IntelliJ IDEA version 2019.1.3 comes with a new "hardcoded"
icon so the `.desktop` launcher required a customization to use the
correct icon theme name.

Resolves GH-203
  • Loading branch information
arcticicestudio committed Jun 9, 2019
1 parent e9c04c6 commit d4f474e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion snowblocks/plank/launchers/igloo/jetbrains-idea.dockitem
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[PlankDockItemPreferences]
Launcher=file:///usr/share/applications/jetbrains-idea.desktop
Launcher=file:///home/arcticicestudio/.local/share/applications/jetbrains-idea.desktop
7 changes: 7 additions & 0 deletions snowblocks/xdg/applications/jetbrains-idea.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[Desktop Entry]
Name=IntelliJ IDEA Ultimate Edition
Exec=intellij-idea-ultimate-edition %u
Icon=idea
Terminal=false
StartupWMClass=jetbrains-idea
Type=Application

0 comments on commit d4f474e

Please sign in to comment.