Jump to content
Not connected, Your IP: 3.141.24.134
Sign in to follow this  
sawful1

Hiding from Dock? Mac?

Recommended Posts

Hi Guys,

 

Any way to hide the app from the Dock? As in just have it showing in the Menu bar and not the Dock of the Mac?

 

Had a look through the preferences but couldn't see much! 

 

Cheers

Share this post


Link to post

Sorry, there isn't a way to hide the icon. Maybe in one of the future releases AirVPN will have that feature.

Share this post


Link to post

There's actually a fairly simple way to hide the dock icon:  Go to Applications, find AirVPN and right-click/ctrl-click and select Show Package Contents.  Open Contents folder.  Right-click/ctrl-click Info.plist and choose Open With, Other  and choose TextEdit (you can edit it in whatever xml editor you want, but TextEdit is available for anyone to use).  Scroll towards the end and you should see something like this:

	<key>DTXcode</key>
	<string>0630</string>
	<key>DTXcodeBuild</key>
	<string>6D570</string>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright © AirVPN Team</string>
</dict>

 

Add a key and value for LSUIElement,  like so:

	<key>DTXcode</key>
	<string>0630</string>
	<key>DTXcodeBuild</key>
	<string>6D570</string>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright © AirVPN Team</string>
	<key>LSUIElement</key>
	<string>1</string>
</dict>

 

That marks the application as a Launch Service, meaning there won't be a dock icon but there will still be the menu icon. 

Share this post


Link to post
@Heliotropen

Hello!

The problem you experience might be caused by the "pre-Catalina" version, i.e. the package signed and notarized for macOS systems older than Catalina, when it is installed on macOS Catalina and newer releases. Can you please check?

Kind regards
 

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Security Check
    Play CAPTCHA Audio
    Refresh Image
Sign in to follow this  

×
×
  • Create New...