#32 closed task (fixed)
system bell support for android, win32 and osx
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | minor | Milestone: | 0.0.7.x |
Component: | android | Version: | 0.0.7.28 |
Keywords: | Cc: |
Description (last modified by )
This has to be done using native code, r196 already added support for posix systems (Linux etc).
Pointers:
- win32: win32api Beep or winsound
- android: probably just use vibrate?
- osx: Python Sound "Bell"
Change History (4)
comment:1 Changed 9 years ago by
Description: | modified (diff) |
---|---|
Status: | new → accepted |
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:3 Changed 9 years ago by
Version: | → 0.0.7.28 |
---|
comment:4 Changed 6 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/32
Note: See
TracTickets for help on using
tickets.
More done in r212:
ClientExtras
"gtk.gdk.beep()
on win32 aswinsound
did not seem to work!?Carbon.Snd
on osx