I want to pin and unpin entries in the dock in 18.04 desktop. I have checked out gsettings
and have not found how to do this. Is gsettings
even the right tool for this? Any suggestions very welcome.
Asked
Active
Viewed 406 times
1

Jonathan
- 1,280
gsettings
way you're looking for, but the simplest way is right-click and "add/remove to/from favourites" or simply drag-and-drop (see this). – pomsky Aug 22 '18 at 18:44intellij.desktop
launcher, which was not there previously, was added as the second item to the dock. – pomsky Aug 22 '18 at 18:55gsettings
is the right tool and adding entries is done via modifying the existing list, or providing a new list altogether. Of course, you could write it in Python so that managing the list is easier, but on the very basic level the linked answer is the way to go. – Sergiy Kolodyazhnyy Aug 22 '18 at 20:01