-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Custom JetBrains IntelliJ IDEA Ultimate editor desktop launcher
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
1 parent
e9c04c6
commit d4f474e
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |