What does this blue dot in the Dock in Mojave mean? [duplicate]

I have this pale blue dot above Firefox (I have seen in on other apps also.)

I have only noticed this in Mojave.

What does it mean?

My Dock is in the vertical position.

Pale blue dot

Here is is in the horizontal position:

Pale blue dot, horizontal

More info from Dock:

$ defaults read com.apple.dock.plist | grep "file-label"
                "file-label" = Siri;
                "file-label" = Launchpad;
                "file-label" = Safari;
                "file-label" = Mail;
                "file-label" = Contacts;
                "file-label" = Notes;
                "file-label" = Reminders;
                "file-label" = Maps;
                "file-label" = Photos;
                "file-label" = Messages;
                "file-label" = FaceTime;
                "file-label" = Pages;
                "file-label" = Numbers;
                "file-label" = Keynote;
                "file-label" = News;
                "file-label" = iTunes;
                "file-label" = Books;
                "file-label" = "App Store";
                "file-label" = "System Preferences";
                "file-label" = iTerm;
                "file-label" = Downloads;
                "file-label" = "Workspace ONE Intelligent Hub";
                "file-label" = "Activity Monitor";
                "file-label" = Firefox;

Solution 1:

I've seen instances in the past when certain app icons appear incredibly small in the Dock, to the point that clicking on them does nothing. The icon in your screenshot looks very similar to the Twitter icon, so if you're a Twitter user it could be that.

Regardless, I would start with restarting the Dock as a first step. To do this:

  1. Now open Terminal (usually located in Applications > Utilities)
  2. Enter this command killall Dock
  3. Press enter

Once you've done that, use your Mac for long enough to know if this has resolved the issue. If it hasn't, then you can do a reset and restart of your Dock as follows.1

To reset and restart the Dock, follow these steps:

  1. Go to Finder
  2. Press and hold the option key down
  3. Now go to the Go menu
  4. Select the Library option to open the User's Library folder. You can let go of the option key now.
  5. Go to the Preferences folder (i.e. within the Library folder)
  6. Find and move the com.apple.dock.plist file to the Trash
  7. Now open Terminal (usually located in Applications > Utilities)
  8. Enter this command killall Dock
  9. Press enter

Once you've done that, use your Mac for long enough to know if this has resolved the issue.

1. IMPORTANT: After doing this you will need to re-add any non-default icons (i.e. apps) that you've added to the Dock. Before proceeding you may want to take some notes (or a screenshot of your Dock) as a reminder of what you had there previously.