---
title: "Bug #2006590 “gdm3 crashes with SIGTRAP on startup” : Bugs : g..."
description: "!https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/2006590"
date: 2024-05-02
published: true
tags:
  - linux
  - thought
  - ubuntu
template: link
---


<div class="embed-card embed-card-external">
  <a href="https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/2006590" class="embed-card-link" target="_blank" rel="noopener noreferrer">
    <div class="embed-card-image">
      <img src="/@@/launchpad-og-image.png" alt="Bug #2006590 “gdm3 crashes with SIGTRAP on startup” : Bugs : gdm3 package : Ubuntu — Suddenly this week, my GUI (ubuntu 22.10) does not open, stuck on the console text.
I tried to free some space (by uninstall a app), then to check/update the paquets (dkpg).

ProblemType: Bug
DistroRelease: Ubuntu 22.10
Package: xorg 1:7.7+23ubuntu2
ProcVersionSignature: Ubuntu 5.19.0-29.30-generic 5.19.17
Uname: Linux 5.19.0-29-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
.proc.driver.nvidia.capabilities.gpu0: Error: path was not a regular file.
.proc.driver.nvidia.capabilities..." loading="lazy">
    </div>
    <div class="embed-card-content">
      <div class="embed-card-title">Bug #2006590 “gdm3 crashes with SIGTRAP on startup” : Bugs : gdm3 package : Ubuntu</div>
      <div class="embed-card-description">Suddenly this week, my GUI (ubuntu 22.10) does not open, stuck on the console text.
I tried to free some space (by uninstall a app), then to check/update the paquets (dkpg).

ProblemType: Bug
Distr...</div>
      <div class="embed-card-meta">Launchpad &middot; bugs.launchpad.net</div>
    </div>
  </a>
</div>


This Thread saved my son's ubuntu 24.04 install.
His was failing to start with the following error.

``` bash
Gdm: GdmSession: no session desktop files installed, aborting...
```

https://twitter.com/_WaylonWalker/status/1785825677079441482


``` bash
sudo apt install --reinstall ubuntu-session
```
