Mir

mir:feature/3357

Last commit made on 2024-05-03
Get this branch:
git clone -b feature/3357 https://git.launchpad.net/mir

Branch merges

Branch information

Name:
feature/3357
Repository:
lp:mir

Recent commits

0b981ae... by Matthew Kosarek <email address hidden>

(#3357) provide a mechanism to move the cursor to a position immediately

fe39f76... by Alan Griffiths

testing: remove VirtualPointerV1Test from BROKEN_TESTS for wlcs (#3365)

4128d65... by Matthew Kosarek <email address hidden>

testing: remove VirtualPointerV1Test from BROKEN_TESTS for wlcs

9b3cb08... by Matthew Kosarek

bugfix: libmircommon-internal-dev should not attempt to install libmircommon10 because libmircommon-dev will provide that (#3363)

I found this while running CI on `miracle-wm`:
https://github.com/mattkae/miracle-wm/actions/runs/8908986732/job/24465567363?pr=116

The error is:

```
Unpacking libmircommon-internal-dev:amd64 (2.16.4+dev380-gf95f846c94-0ubuntu22.04) ...
dpkg: error processing archive /tmp/apt-dpkg-install-meg0dJ/6-libmircommon-internal-dev_2.16.4+dev380-gf95f846c94-0ubuntu22.04_amd64.deb (--unpack):
 trying to overwrite '/usr/lib/x86_64-linux-gnu/libmircommon.so', which is also in package libmircommon-dev:amd64 2.16.4+dev380-gf95f846c94-0ubuntu22.04
Errors were encountered while processing:
 /tmp/apt-dpkg-install-meg0dJ/6-libmircommon-internal-dev_2.16.4+dev380-gf95f846c94-0ubuntu22.04_amd64.deb
needrestart is being skipped since dpkg has failed
E: Sub-process /usr/bin/dpkg returned an error code (1)
```

55215d5... by Matthew Kosarek

Revert spurious bump to mirserver soname (#3362)

In 2.16 mirserver was 59, in 2.17 it should be 60

e1c8200... by Matthew Kosarek <email address hidden>

bugfix: libmircommon-internal-dev should not attempt to install libmircommon10 because libmircommon-dev will provide that

83b2902... by Alan Griffiths

Revert spurious bump to mirserver soname

27c2f47... by Alan Griffiths

Revert "libmirserver60 to libmirserver61"

This reverts commit de06804f18d537abe0b0fc662fecdff4c37ac863.

f95f846... by Matthew Kosarek

Drop dead header & type (#3356)

0fa9ac8... by Alan Griffiths

Drop header without the corresponding implementation