Changes between Initial Version and Version 1 of Ticket #2556
- Timestamp:
- 01/20/20 08:01:16 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2556
-
Property
Status
changed from
new
toassigned
-
Property
Status
changed from
-
Ticket #2556 – Description
initial v1 1 This packet sent at the start is getting close to 1MB, mostly because of all the icon data we send with each menu entry. 2 3 To fix: 1 4 * add a new {{{setting_change_attribute}}} capability to clients 2 * add a flag to{{{send_setting_change}}} so we can replace-or-update (0=replace)3 * send {{{xdg-menu}}} data one key at a time (one menu at a time) 4 * optional: extra marker flag for "end of updates"? 5 * add an extra flag to the {{{setting-change}}} packet sent by {{{send_setting_change}}} so we can replace-or-update (0=replace) 6 * send {{{xdg-menu}}} data one key at a time (one menu at a time), using 1=update 7 * optional: extra marker flag for "end of updates"? (so the client knows it is a good time to update its UI)