Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Unable to hide dock icon Mac OSX for Eclipse RCP application
Unable to hide dock icon Mac OSX for Eclipse RCP application [message #1235355] Fri, 24 January 2014 06:07
Devicharan Vinnakota is currently offline Devicharan VinnakotaFriend
Messages: 2
Registered: December 2013
Junior Member
My application is an equinox one . I want the application to run in background after showing splash-screen briefly for few seconds . I have put LSUIElement in the info.plist but it works only if you don't show splash screen "-nosplash" in the ini file. Looks like LSUIElement is not considered if splash screen is shown and hence my app dock icon stays. App is built on Java 1.7 and OS is MAC 10.8+ . Is there anyway to hide it ?

Here is my ini file ..

-startup
../../../plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library
../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.200.v20130807-1835
-clearPersistedState
-vmargs
-XstartOnFirstThread
-Xdock:hidden
-Dapple.awt.UIElement=false
-Dorg.eclipse.swt.internal.carbon.smallFonts
Previous Topic:Plugin's functionality access
Next Topic:Tutorial: p2 updates for Eclipse RCP applications
Goto Forum:
  


Current Time: Fri Apr 26 10:18:24 GMT 2024

Powered by FUDForum. Page generated in 0.02761 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top