Skip to main content

Posts

Showing posts with the label Apple menu

HIDING THE DOCK & MENU BAR IN AN APPLICATION

How to hide doc & menu bar in a specific application Yesterday I got a mail from one of my user Bill and was asking if there is any way that he can hide doc when he is running his safari. Since then I was trying to find the trick to get this done for Bill. I was not sure if there is any way to do this until I found this cool method. Using property key references, this is a code that makes certain changes to your system. When you will run the application, it will check the property references and perform accordingly. Its an application programming interface (API), a small bit of code, that will make this change occur. Now without taking you in depth of how it works let me show you the procedure how to do it. Launch the application, in Finder right click (ctrl+click) on the application and select “ Show Package Contents ” and go to ' Contents ' then open “ Info.plist ” in TextEdit. Now in this file, try to find the command (dict) and then paste the following command and save

NO ITEMS UNDER APPLE MENU

When clicking on Apple menu, there is not list under drop down Last week I came across a case where user was not able to find any menu item when he clicked on Apple menu and he has some changes to make in System Preferences which he could not do just because of this problem. The solution for this issue is very simple, if you face this just follow these steps: Go to your account and open Library . Under library locate and open the Preferences folder. Find the .plist file for finder and drag it to the desktop. After this, launch the Apple menu, it should work fine. Once it starts working fine, just move the .plist from desktop to Trash . In any troubleshooting when you move the .plist file and it does not fixes your issue then make sure that you move that file back to its place.