Got it Brian, I will show you more on our tomorrow
Qualifying my #38 above, which was a little wrong (is that like being partly pregnant?)
The file may not be called
2.json
It could be
x.json
Where x is a numeral, maybe 1,3, 5, 13 even - but often 2.
How do we find it? Here's one way. Pick one of your Cinnamon machines that has a number of launchers in its Panel.
1. Open Terminal and issue the following, and leave the Terminal open
This generates an empty file, you could name it fred if you wish, but timestamp works.
2. Choose a launcher that came from your repos, or was shipped installed, eg Timeshift, Gparted, Calculator, right-click and Unpin from Panel.
3. In Terminal, issue the following, and still leave the Terminal open
In my case on LM 21.3 'Virginia' Cinnamon, I get
Code:
./.local/share/gvfs-metadata
./.local/share/gvfs-metadata/uuid-cbe40cb2-76b3-4f41-9eb9-3de04c068eae-7cb8f926.log
./.local/share/gvfs-metadata/uuid-cbe40cb2-76b3-4f41-9eb9-3de04c068eae
./.config/cinnamon/spices/[email protected]
./.config/cinnamon/spices/[email protected]/2.json
The bottom entry is the 2.json I was looking for.
In some cases you may just get the last two lines.
On different distros, the path may also be a little different.
If you like, following the path for your result, you can open Nemo File Manager, right-click the .json file and open with your Test Editor and take a look at the content. The part which shows your list of panel launchers will be in two (2) parts. You may have to scroll down a bit.
a. Default launchers, mine shows as
Code:
"pinned-apps": {
"type": "generic",
"default": [
"nemo.desktop",
"firefox.desktop",
"org.gnome.Terminal.desktop"
],
Most of you will get that, they are what ship with the install.
b. This is followed by my list of chosen launchers, in my case
Code:
"value": [
"nemo.desktop",
"alacarte-made-65b393f2-b506-11ee-8512-d1a971db8187.desktop",
"firefox.desktop",
"librewolf.desktop",
"org.gnome.Terminal.desktop",
"gparted.desktop",
"synaptic.desktop",
"gimp.desktop",
"libreoffice-writer.desktop",
"org.gnome.Screenshot.desktop",
"shutter.desktop",
"org.flameshot.Flameshot.desktop",
"vlc.desktop",
"ca.desrt.dconf-editor.desktop",
"alacarte-made-ed727980-b505-11ee-8512-d1a971db8187.desktop",
"kazam.desktop",
"com.obsproject.Studio.desktop",
"vokoscreenNG.desktop",
"simplescreenrecorder.desktop",
"sol.desktop",
"timeshift-gtk.desktop",
"gtkhash.desktop"
]
I'll explain about the alacarte entries elsewhere.
Step 5 to the above is to restore the launcher you removed.
Step 6 is to issue the following
to clean up. If you leave it there, in another session you may get a plethora of entries for files altered since the original timestamp file was created.
Cheers, and watch for the start of my series on "have panel will travel" or similar.
Wiz