How do I show Finder menu-bar icon names?
How do I show Finder menu-bar icon names?
This may be known as the Status-menu.
The associated application names would do.
How do I show Finder menu-bar icon names?
This may be known as the Status-menu.
The associated application names would do.
The application name is buried within the binary of the menu bar extra item, so AppleScript cannot get at it. You can get the description of the menu bar extra item, if the developer chose to give it a name. Malwarebytes did not as you can see from this unsorted, AppleScript output based on the following menu bar extras:
tell application "System Events"
get description of every menu bar item of every menu bar of process "SystemUIServer"
end tell
Result:
{{"Notification Center", "Siri", "VPN", "Wi-Fi, four of four bars, with bifrost 5GHz.", "bluetooth", "time machine", "text input", "Clock", "User", "volume 44%"}}
PS: Right-click on the Finder menu bar on either end of it does not present a viewing choice such as described by others. I am using macOS High Sierra 10.13.6 (17G65).
The application name is buried within the binary of the menu bar extra item, so AppleScript cannot get at it. You can get the description of the menu bar extra item, if the developer chose to give it a name. Malwarebytes did not as you can see from this unsorted, AppleScript output based on the following menu bar extras:
tell application "System Events"
get description of every menu bar item of every menu bar of process "SystemUIServer"
end tell
Result:
{{"Notification Center", "Siri", "VPN", "Wi-Fi, four of four bars, with bifrost 5GHz.", "bluetooth", "time machine", "text input", "Clock", "User", "volume 44%"}}
PS: Right-click on the Finder menu bar on either end of it does not present a viewing choice such as described by others. I am using macOS High Sierra 10.13.6 (17G65).
What should I do to 'unwonk' it?
Nothing, all of the previous replies were giving you guidance for the Toolbar, not the menu bar. There is nothing that shows the names of the icons in the status menu.
I couldn't find an article that describes them, short of the articles describing the particular item (e.g. Time Machine).
Also, you could have icons put their by third-party software.
What should I do to 'unwonk' it? I can't even take a screen shot because I have to hold the mouse-button (left ot right) down while sitting on an icon.
Maybe this makes a difference ... I have to have a Finder window open to get View to be undimmed.
But even with "icons & text" selected, I don't see any text. Just the standard menu-bar.
Thanks Viking, I like your Applescript. It gives me additional information.
I've found that "left-click AND hold" on any Status Menu item, from "Finder" on the left, to the triple-bars on the right, including all the icons on the right, causes a drop-down panel to appear which is helpful. I then simple drag my mouse-pointer to the nearest blank space on my Desktop, and release the mouse-button. The panel then disappears, without causing any action to be taken. Normally, 'click-hold-drag' pulls things off the bar, like from the Dock, but not from Finder's menu-bar.
Select Customize Toolbar from the Finder's View menu. Select the option from the dropdown list in the bottom-left corner of the window. Click on the Done button.
It works for me in High Sierra.
Works for me just fine.
Not so on my system. Try the way I posted.
Doesn't just clicking on an icon bring up a menu until you click it again?
That option is dimmed in High-Sierra. aka: not available.
And rght-click anywhere in the Finder's menu bar only responds when I click on an icon. I get the same thing with left-click. It's just specific to that icon.
Yes, it does. By the time I realized that, I couldn't edit my response. You can click-and-hold, and when you let go, the panel goes away. Basically, click-click, or click-hold-unclick do the same thing.
Right-click anywhere on the finder menubar and choose, "Icon & Text".
This doesn't work in High-Sierra.
Sounds like your Finder preferences may be wonky. It should work, either way.
If you don't have an open Finder window then there is no toolbar.
How do I show Finder menu-bar icon names?