098114f4c8
Show the extension preferences UI right after login if the last session failed and extensions have been disabled because of this. This adds the files for the systemd session case. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/695
14 lines
356 B
SYSTEMD
14 lines
356 B
SYSTEMD
[Unit]
|
|
Description=Warn about GNOME Shell extensions being disabled
|
|
ConditionPathExists=%E/gnome-shell-extensions-disabled-warning
|
|
|
|
Requisite=gnome-session.target
|
|
After=gnome-session.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStartPre=-/bin/rm %E/gnome-shell-extensions-disabled-warning
|
|
ExecStart=@bindir@/gnome-shell-extension-prefs --disabled-warning
|
|
Restart=no
|
|
|