Comment 3 for bug 2043150

Revision history for this message
C. W. (wonz) wrote :

Hello,

I had the same issue:

```Investigating (2) ubuntu-desktop:amd64 < 1.501 -> 1.524 @ii pumU Ib >
Broken ubuntu-desktop:amd64 Depends on gdm3:amd64 < 44.0-1ubuntu2 @ii umR >
  Considering gdm3:amd64 16 as a solution to ubuntu-desktop:amd64 10001
  Added gdm3:amd64 to the remove list
Broken ubuntu-desktop:amd64 Depends on gnome-shell-extension-ubuntu-tiling-assistant:amd64 < none @un mH >
  Considering gnome-shell-extension-ubuntu-tiling-assistant:amd64 1 as a solution to ubuntu-desktop:amd64 10001
Broken ubuntu-desktop:amd64 Depends on ubuntu-desktop-minimal:amd64 < 1.501 @ii umR >
  Considering ubuntu-desktop-minimal:amd64 1 as a solution to ubuntu-desktop:amd64 10001
  Added ubuntu-desktop-minimal:amd64 to the remove list
  MarkKeep gdm3:amd64 < 44.0-1ubuntu2 @ii umR > FU=0
  Fixing ubuntu-desktop:amd64 via keep of gdm3:amd64
  MarkKeep ubuntu-desktop-minimal:amd64 < 1.501 @ii umR > FU=0
  Fixing ubuntu-desktop:amd64 via keep of ubuntu-desktop-minimal:amd64
Investigating (2) gdm3:amd64 < 44.0-1ubuntu2 @ii umH Ib >
Broken gdm3:amd64 Depends on gir1.2-gdm-1.0:amd64 < 44.0-1ubuntu2 -> 45~beta-1ubuntu1 @ii umU > (= 44.0-1ubuntu2)
  Considering gir1.2-gdm-1.0:amd64 16 as a solution to gdm3:amd64 10001
  Added gir1.2-gdm-1.0:amd64 to the remove list
Broken gdm3:amd64 Depends on libgdm1:amd64 < 44.0-1ubuntu2 -> 45~beta-1ubuntu1 @ii umU > (= 44.0-1ubuntu2)
  Considering libgdm1:amd64 6 as a solution to gdm3:amd64 10001
  Added libgdm1:amd64 to the remove list
  MarkKeep gir1.2-gdm-1.0:amd64 < 44.0-1ubuntu2 -> 45~beta-1ubuntu1 @ii umU > FU=0
  Fixing gdm3:amd64 via keep of gir1.2-gdm-1.0:amd64
  MarkKeep libgdm1:amd64 < 44.0-1ubuntu2 -> 45~beta-1ubuntu1 @ii umU > FU=0
  Fixing gdm3:amd64 via keep of libgdm1:amd64
 Try to Re-Instate (2) libgdm1:amd64
  MarkKeep libgdm1:amd64 < 44.0-1ubuntu2 -> 45~beta-1ubuntu1 @ii umU > FU=0
Investigating (3) ubuntu-desktop:amd64 < 1.501 -> 1.524 @ii pumU Ib >
Broken ubuntu-desktop:amd64 Depends on gnome-shell-extension-ubuntu-tiling-assistant:amd64 < none @un mH >
  Considering gnome-shell-extension-ubuntu-tiling-assistant:amd64 1 as a solution to ubuntu-desktop:amd64 10001
 Try to Re-Instate (3) gir1.2-gdm-1.0:amd64
  MarkKeep gir1.2-gdm-1.0:amd64 < 44.0-1ubuntu2 -> 45~beta-1ubuntu1 @ii umU > FU=0
Done
Log time: 2023-11-10 11:36:36.247768
```

And I was able to solve it by doing:

```apt install --fix-broken gnome-shell-extension-ubuntu-tiling-assistant```

Hope it helps :)