#1492 closed enhancement (fixed)
notification enhancements: icons, etc
Reported by: | Antoine Martin | Owned by: | J. Max Mena |
---|---|---|---|
Priority: | major | Milestone: | 2.3 |
Component: | core | Version: | trunk |
Keywords: | Cc: |
Description (last modified by )
See desktop notification specification.
The icons could be png encoded.
The actions would require us to check that the client supports the feature before we expose the server-side capability.
Change History (10)
comment:2 Changed 3 years ago by
Milestone: | 3.0 → 2.3 |
---|---|
Status: | new → assigned |
comment:4 Changed 3 years ago by
comment:5 Changed 3 years ago by
More related changes:
- r17935: html5 client support
- r17936: fix usage via "xpra control"
- r17938 + r17940 + r17941: make win32 code reusable, win32 support (with py3k fix)
To test:
notify-send 'Hello world!' 'This is an example notification.' \ --icon=/usr/share/xpra/icons/xpra.png
Already tested with:
- gnome shell, with both the python2 and the python3 client
- html5 client
- macos python2 and python3 clients (see also #1305 for why we don't use the native ones), python3 client porting work recorded here: ticket:1717#comment:4
- win32: python2 and python3
Note: some specific desktop environment may decide to block or hide the notifications..
Moving support for notification actions to #1735.
comment:6 Changed 3 years ago by
Owner: | changed from Antoine Martin to J. Max Mena |
---|---|
Status: | assigned → new |
@maxmylyn: mostly a FYI, see comment:5.
comment:8 Changed 3 years ago by
Summary: | notification enhancements: icons, actions, etc → notification enhancements: icons, etc |
---|
comment:9 Changed 3 years ago by
comment:10 Changed 6 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1492
Note: See
TracTickets for help on using
tickets.
See #1688, #1375