Score:0

How to add Ubuntu GNOME terminal in Docky launcher?

ng flag

After upgrading Ubuntu I can't pin GNOME Terminal in Docky launcher.

How can I fix that?

Score:0
ng flag

Follow these steps:

  1. Open a terminal and go to the ~/.local/share/applications directory:

    cd ~/.local/share/applications
    
  2. Create a file there named gnome-terminal.desktop:

    nano gnome-terminal.desktop
    
  3. Copy and paste the following inside that file:

    [Desktop Entry]
    Name=Terminal
    Comment=ubuntu termial
    Exec=gnome-terminal
    Icon=terminal
    Type=Application
    
  4. Save and close it.

  5. Then open the terminal again and right-click on its icon on Docky. You should be able to see a Pin to Dock option.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.