Skip to content

Instantly share code, notes, and snippets.

@evg2108
Last active May 14, 2018 05:24

Revisions

  1. evg2108 revised this gist May 14, 2018. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions ubuntu_dock_add_icon.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    cd /usr/share/applications
    `cd /usr/share/applications`

    sudo nano jetbrains-rubymine.desktop
    `sudo nano jetbrains-rubymine.desktop`

    ```
    [Desktop Entry]
    @@ -13,4 +13,4 @@ Comment=
    Icon=/home/evg2108/Programs/RubyMine_new/bin/RMlogo.svg
    ```

    sudo chmod 644 jetbrains-rubymine.desktop
    `sudo chmod 644 jetbrains-rubymine.desktop`
  2. evg2108 renamed this gist May 14, 2018. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. evg2108 created this gist May 14, 2018.
    16 changes: 16 additions & 0 deletions ubuntu_dock_add_icon.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    cd /usr/share/applications

    sudo nano jetbrains-rubymine.desktop

    ```
    [Desktop Entry]
    Version=2018.1
    Type=Application
    Terminal=false
    Exec=/home/evg2108/Programs/RubyMine_new/bin/rubymine.sh
    Name=jetbrains-rubymine
    Comment=
    Icon=/home/evg2108/Programs/RubyMine_new/bin/RMlogo.svg
    ```

    sudo chmod 644 jetbrains-rubymine.desktop