mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
TEMP: Enable debug logs by default
Note that in the gnome-initial-setup session the Shell is started from the .desktop file rather than via systemd. Part of debugging <https://gitlab.gnome.org/GNOME/openqa-tests/-/issues/62>
This commit is contained in:
parent
c576f82bdf
commit
5c023470d8
2 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
Type=Application
|
||||
Name=GNOME Shell
|
||||
Comment=Window management and application launching
|
||||
Exec=@bindir@/gnome-shell
|
||||
Exec=/usr/bin/env G_MESSAGES_DEBUG=all SHELL_DEBUG=backtrace-warning,backtrace-segfaults @bindir@/gnome-shell
|
||||
Categories=GNOME;GTK;Core;
|
||||
OnlyShowIn=GNOME;
|
||||
NoDisplay=true
|
||||
|
|
|
|||
|
|
@ -32,3 +32,5 @@ TimeoutStopSec=5
|
|||
|
||||
# Lower down gnome-shell's OOM score to avoid being killed by OOM-killer too early
|
||||
OOMScoreAdjust=-1000
|
||||
|
||||
Environment=G_MESSAGES_DEBUG=all SHELL_DEBUG=backtrace-warning,backtrace-segfaults
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue