Jump to content
Not connected, Your IP: 13.59.218.147
Sign in to follow this  
RodgerDodger

Hiding AirVPN Dock icon in OS X

Recommended Posts

I read a topic in the FAQ section of this forum saying that it was impossible to hide the dock icon for a .app in OS X. This is not true and it is an easy fix for DIYers, or for AirVPN to put into the info.plist themselves so that the user does not have to do this for every time the client software is updated.

 

As you can read on this article, it is a simple solution. http://www.cnet.com/news/prevent-an-applications-dock-icons-from-showing-in-os-x/

 

You just add two lines to the info.plist inside the app package.

The procedure is this:

 

-Right click on the app in the Application folder

-Choose "Show Contents"

-Navigate to info.plist

-Open in either TextEdit or a plist editor such as PlistEdit Pro

-Add these two lines below the other keys and string values: 

<key>LSUIElement</key>

<true/>

-Save the file. If in Text Edit make sure you keep it as a .pllist file and dont change it to a txt file.

-Restart the AirVPN app and it no longer shows in the dock.

 

All's good until it is updated. So I would request the developers to put these two lines in themselves for each release.

 

Share this post


Link to post

I read a topic in the FAQ section

 

The answer to the FAQ (link) talks about the LSUIElement element.

 

Eddie (AirVPN client) needs a graceful exit, otherwise it can't restore system changes (network lock, IPv6 etc).

Some time ago, setting LSUIElement to TRUE caused a brutal kill of the software by the system if a shutdown or logout is started.

With LSUIElement set to FALSE (the default/current setting), the OS waits until Eddie restores system changes before proceeding to shutdown/logout.

 

If this behavior has changed Apple-side, we can add an option. Otherwise LSUIElement to TRUE may cause issues, and can't be the default.

 

Anyway, thanks for your feedback.

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...