Opened 14 years ago
Closed 13 years ago
#117 closed defect (fixed)
OSX: remove dock icon for xpra or make it usable
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | minor | Milestone: | 1.0 |
Component: | OSX Build | Keywords: | |
Cc: |
Description
Another one of Apple's rubbish "design" decisions means that we can't programmatically disable the dock when we launch an app like xpra...
So we have two options:
- write lots of code to add dock support to xpra
- do lots hackery do have two different
plist
manifests in the same application bundle
For details, see:
Change History (3)
comment:1 Changed 14 years ago by
Milestone: | 0.12 → 1.0 |
---|---|
Status: | new → accepted |
comment:2 Changed 14 years ago by
Priority: | major → minor |
---|
Note: See
TracTickets for help on using
tickets.
The next build will contain the following enhancements:
MacDock
code to make it display the xpra iconStill TODO: hook into the menu to make it a bit nicer too.
This is now a lower priority.