Where does Plank save the order of the launchers for a given dock?

Asked by Pedro Victor de Brito Cordeiro

In my machine, it keeps the launchers in .config/plank/dock1/launchers/, but where is the order kept?
I want to write a script to sort them by some logic etc.

Question information

Language:
Spanish (Spain) Edit question
Status:
Solved
For:
Plank Edit question
Assignee:
No assignee Edit question
Solved by:
Simeon
Solved:
Last query:
Last reply:
Revision history for this message
Best Simeon (simeon5) said :
#1

The order is kept in the dconf database under net/launchpad/plank/docks/dock1/dock-items.
You can install the editor for it with:
sudo apt-get install dconf-editor

Revision history for this message
Pedro Victor de Brito Cordeiro (pedrocga1) said :
#2

Thanks Simeon, that solved my question.