3

I just installed plank in Fedora 24. Normally, we can pin an item to the dock by right clicking and selecting Keep in Dock. For other applications I can do this. But for the gnome terminal, I won't get a Keep in Dock option. How can I fix this?

THpubs
  • 995
  • 2
  • 8
  • 9

2 Answers2

5

Create a file called org.gnome.Terminal.dockitem in ~/.config/plank/dock1/launchers/

Paste the following in that file and save.

[PlankItemsDockItemPreferences]
Launcher=file:///usr/share/applications/org.gnome.Terminal.desktop

Restart Plank and your Terminal should appear.

It creates another icon when you launch, if I figure that out I will update my Answer. Other Terminals seem to behave properly. I'm using Terminator and had no issues pinning it to Plank

user225698
  • 141
  • 1
  • 4
  • Thanks. Yep I also came this far but the problem is, it creates a new icon when I launch the terminal. – THpubs Jul 02 '16 at 01:01
1

Also make sure, that in Plank Settings → Behaviour Tab → Lock Icons is OFF.

I stumbled over this being ON multiple times for whatever reason. (otherwise, any .docktitem file copied to the launchers folder is instantly deleted agais. Thus also no undermining by terminal means.)

Frank N
  • 402
  • 5
  • 11