Opened 13 years ago
Last modified 12 years ago
#194 reopened defect
0.12.12 - extra apple shown in menu bar,
Reported by: | Stroller | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | minor | Milestone: | 0.12 |
Component: | OSX Build | Keywords: | osx |
Cc: | winswitch.org@… |
Description
A second apple is shown in the client's menu bar.
Winswitch version: 0.12.12
OS X version: Lion 10.7.3
Screenshot attached.
Attachments (2)
Change History (8)
Changed 13 years ago by
Attachment: | Screen Shot 2012-03-23 at 11.57.04.png added |
---|
comment:1 Changed 13 years ago by
Cc: | winswitch.org@… added |
---|---|
Component: | Android → OSX Build |
Priority: | major → minor |
comment:2 Changed 13 years ago by
Status: | new → accepted |
---|
This used to happen when we set the menu multiple times on OSX, the code was changed to avoid doing that - maybe there's still a bug in there though..
comment:3 Changed 12 years ago by
Keywords: | osx added |
---|---|
Milestone: | → 0.12 |
comment:4 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | accepted → closed |
Not seen in 6 months, closing.
Changed 12 years ago by
Attachment: | Screen Shot 2012-09-15 at 00.40.29.png added |
---|
Screenshot - Window Switch 0.12.15
comment:5 Changed 12 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
Still seeing this on 0.12.15
comment:6 Changed 12 years ago by
This was solved for xpra in changeset 1954 - unfortunately we already only use one gtk_osxapplication.OSXApplication
instance in winswitch (the one defined in macdock_tray.py) - the only other places where we import gtk_osxapplication
are in gst_launch_wrapper.py (which is launched externally) and in paths.py (where we only use a static method).
Or maybe it is another "weird python scoping" issue?
Screenshot