Merge lp:~seb128/update-notifier/work-under-wayland into lp:update-notifier
Proposed by
Sebastien Bacher
on 2017-09-06
| Status: | Merged |
|---|---|
| Merged at revision: | 915 |
| Proposed branch: | lp:~seb128/update-notifier/work-under-wayland |
| Merge into: | lp:update-notifier |
| Diff against target: |
147 lines (+17/-75) 4 files modified
debian/changelog (+8/-0) src/Makefile.am (+0/-1) src/clipboard.c (+0/-72) src/update-notifier.c (+9/-2) |
| To merge this branch: | bzr merge lp:~seb128/update-notifier/work-under-wayland |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Brian Murray | 2017-09-06 | Approve on 2017-09-06 | |
| Ubuntu Core Development Team | 2017-09-06 | Pending | |
|
Review via email:
|
|||
Commit Message
* src/clipboard.c, src/update-
- don't use the xorg clipboard to do single instance, that doesn't work
under wayland, replace it with a file lock (lp: #1697381)
Description of the Change
* src/clipboard.c, src/update-
- don't use the xorg clipboard to do single instance, that doesn't work
under wayland, replace it with a file lock (lp: #1697381)
To post a comment you must log in.
| Sebastien Bacher (seb128) wrote : | # |
ok, I don't think any change is needed, I connected the code and bug manually on launchpad, let me know if that's enough for you

This looks good to me, aside of one in-line comment, thanks!