Ticket #919 (closed defect: fixed)
Opened 2012-01-24T10:07:29-06:00
Last modified 2012-06-25T13:57:05-05:00
App menu not available in Linux
Reported by: | bdezonia | Owned by: | curtis |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | UI Framework | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
The app menu entries that are present on the Mac do not appear on Linux. Some of these commands need to be available on all platforms (like cleaning up preferences).
Change History
comment:1 Changed 2012-02-28T09:15:18-06:00 by bdezonia
- Milestone changed from imagej-2.0-beta2 to imagej-2.0-beta1
comment:2 Changed 2012-02-28T10:30:49-06:00 by bdezonia
- Milestone changed from imagej-2.0-beta1 to imagej-2.0-beta2
In 663a8e77d5c9cfefb637056dd6ebf23ea7e67b84 temporarily exposed the ShowPrefs (clear preferences) plugin in the File menu,
Going forward we still need to write platform specific application menus (mac, win, linux).
comment:3 Changed 2012-05-14T10:22:07-05:00 by bdezonia
- Owner changed from bdezonia to curtis
- Status changed from new to assigned
Curtis, didn't you find a solution for the location of app plugins on different platforms?
comment:4 Changed 2012-06-25T13:57:05-05:00 by curtis
- Status changed from assigned to closed
- Resolution set to fixed
The current code properly locates the app plugins in the menus, except on OS X in which case they are relocated to the Application menu. This is done in MacOSXPlatform in the removeAppPluginsFromMenu method.