#!/bin/sh set -e # clean-up upstart env, if the last session was run with upstart # without session systemd restart unset UPSTART_SESSION systemctl --user unset-environment UPSTART_SESSION # some old Qt programs still check this long-deprecated env var dbus-update-activation-environment --systemd GNOME_DESKTOP_SESSION_ID=this-is-deprecated # stop any lingering active units from a previous session systemctl --user stop graphical-session.target graphical-session-pre.target # robustness: if the previous graphical session left some failed units, # reset them so that they don't break this startup for unit in $(systemctl --user --no-legend --state=failed list-units | cut -f1 -d' '); do if [ "$(systemctl --user show -p PartOf --value $unit)" = "graphical-session.target" ]; then systemctl --user reset-failed $unit fi done # FIXME: synthesize After=graphical-session-pre.target dependencies until this # can be done declaratively (https://github.com/systemd/systemd/issues/3750) # This could be a generator, but we don't want to penalize non-graphical logins # with this. systemctl --user list-unit-files --no-legend | while read unit status _; do [ "${unit%.service}" != "$unit" ] || continue [ "$status" != "$disabled" ] || continue if [ "$(systemctl --user show -p PartOf --value $unit)" = "graphical-session.target" ]; then mkdir -p "$XDG_RUNTIME_DIR/systemd/user/${unit}.d" printf '[Unit]\nAfter=graphical-session-pre.target\n' > "$XDG_RUNTIME_DIR/systemd/user/${unit}.d/graphical-session-pre.conf" fi done systemctl --user daemon-reload systemctl --user start --wait "$1" dbus-update-activation-environment --systemd GNOME_DESKTOP_SESSION_ID= # Delay killing the X server until all graphical units stopped systemctl --user stop graphical-session-pre.target
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
aisleriot | Folder | 0755 |
|
|
deja-dup | Folder | 0755 |
|
|
evolution-data-server | Folder | 0755 |
|
|
file-roller | Folder | 0755 |
|
|
fwupd | Folder | 0755 |
|
|
geoclue-2.0 | Folder | 0755 |
|
|
gnome-system-monitor | Folder | 0755 |
|
|
installed-tests | Folder | 0755 |
|
|
p11-kit | Folder | 0755 |
|
|
seahorse | Folder | 0755 |
|
|
at-spi-bus-launcher | File | 26.38 KB | 0755 |
|
at-spi2-registryd | File | 97.88 KB | 0755 |
|
boltd | File | 302.82 KB | 0755 |
|
camel-gpg-photo-saver | File | 14.56 KB | 0755 |
|
camel-index-control-1.2 | File | 18.31 KB | 0755 |
|
camel-lock-helper-1.2 | File | 22.32 KB | 2755 |
|
cc-remote-login-helper | File | 14.34 KB | 0755 |
|
colord | File | 338.51 KB | 0755 |
|
colord-sane | File | 18.3 KB | 0755 |
|
colord-session | File | 58.38 KB | 0755 |
|
cpugovctl | File | 14.3 KB | 0755 |
|
dconf-service | File | 90.23 KB | 0755 |
|
evinced | File | 46.38 KB | 0755 |
|
evolution-addressbook-factory | File | 14.52 KB | 0755 |
|
evolution-addressbook-factory-subprocess | File | 46.59 KB | 0755 |
|
evolution-calendar-factory | File | 110.59 KB | 0755 |
|
evolution-calendar-factory-subprocess | File | 130.59 KB | 0755 |
|
evolution-scan-gconf-tree-xml | File | 62.7 KB | 0755 |
|
evolution-source-registry | File | 122.95 KB | 0755 |
|
evolution-user-prompter | File | 18.42 KB | 0755 |
|
fprintd | File | 122.38 KB | 0755 |
|
gamemode-simulate-game | File | 14.3 KB | 0755 |
|
gcr-prompter | File | 14.3 KB | 0755 |
|
gcr-ssh-askpass | File | 34.37 KB | 0755 |
|
geoclue | File | 294.48 KB | 0755 |
|
glib-pacrunner | File | 22.23 KB | 0755 |
|
gnome-calculator-search-provider | File | 58.38 KB | 0755 |
|
gnome-control-center-print-renderer | File | 14.31 KB | 0755 |
|
gnome-control-center-search-provider | File | 86.83 KB | 0755 |
|
gnome-initial-setup | File | 1.33 MB | 0755 |
|
gnome-initial-setup-copy-worker | File | 14.31 KB | 0755 |
|
gnome-session-binary | File | 326.82 KB | 0755 |
|
gnome-session-check-accelerated | File | 18.31 KB | 0755 |
|
gnome-session-check-accelerated-gl-helper | File | 22.38 KB | 0755 |
|
gnome-session-check-accelerated-gles-helper | File | 14.38 KB | 0755 |
|
gnome-session-ctl | File | 18.38 KB | 0755 |
|
gnome-session-failed | File | 22.31 KB | 0755 |
|
gnome-shell-calendar-server | File | 46.48 KB | 0755 |
|
gnome-shell-hotplug-sniffer | File | 34.38 KB | 0755 |
|
gnome-shell-overrides-migration.sh | File | 903 B | 0755 |
|
gnome-shell-perf-helper | File | 22.48 KB | 0755 |
|
gnome-shell-portal-helper | File | 30.45 KB | 0755 |
|
gnome-terminal-server | File | 362.39 KB | 0755 |
|
gnome-welcome-tour | File | 440 B | 0755 |
|
goa-daemon | File | 54.47 KB | 0755 |
|
goa-identity-service | File | 154.39 KB | 0755 |
|
gpuclockctl | File | 26.3 KB | 0755 |
|
gsd-a11y-settings | File | 22.52 KB | 0755 |
|
gsd-backlight-helper | File | 14.31 KB | 0755 |
|
gsd-color | File | 90.66 KB | 0755 |
|
gsd-datetime | File | 74.94 KB | 0755 |
|
gsd-disk-utility-notify | File | 22.31 KB | 0755 |
|
gsd-dummy | File | 22.52 KB | 0755 |
|
gsd-housekeeping | File | 50.63 KB | 0755 |
|
gsd-keyboard | File | 38.83 KB | 0755 |
|
gsd-media-keys | File | 227.48 KB | 0755 |
|
gsd-power | File | 86.59 KB | 0755 |
|
gsd-print-notifications | File | 50.63 KB | 0755 |
|
gsd-printer | File | 30.39 KB | 0755 |
|
gsd-rfkill | File | 50.59 KB | 0755 |
|
gsd-screensaver-proxy | File | 26.59 KB | 0755 |
|
gsd-sharing | File | 34.59 KB | 0755 |
|
gsd-smartcard | File | 106.59 KB | 0755 |
|
gsd-sound | File | 30.52 KB | 0755 |
|
gsd-usb-protection | File | 42.59 KB | 0755 |
|
gsd-wacom | File | 38.59 KB | 0755 |
|
gsd-wacom-led-helper | File | 14.31 KB | 0755 |
|
gsd-wacom-oled-helper | File | 18.31 KB | 0755 |
|
gsd-wwan | File | 38.52 KB | 0755 |
|
gsd-xsettings | File | 71.81 KB | 0755 |
|
gvfs-afc-volume-monitor | File | 110.38 KB | 0755 |
|
gvfs-goa-volume-monitor | File | 114.38 KB | 0755 |
|
gvfs-gphoto2-volume-monitor | File | 114.38 KB | 0755 |
|
gvfs-mtp-volume-monitor | File | 110.38 KB | 0755 |
|
gvfs-udisks2-volume-monitor | File | 194.97 KB | 0755 |
|
gvfsd | File | 38.3 KB | 0755 |
|
gvfsd-admin | File | 46.41 KB | 0755 |
|
gvfsd-afc | File | 62.31 KB | 0755 |
|
gvfsd-afp | File | 139.1 KB | 0755 |
|
gvfsd-afp-browse | File | 119.1 KB | 0755 |
|
gvfsd-archive | File | 42.3 KB | 0755 |
|
gvfsd-burn | File | 38.3 KB | 0755 |
|
gvfsd-cdda | File | 38.3 KB | 0755 |
|
gvfsd-computer | File | 46.44 KB | 0755 |
|
gvfsd-dav | File | 106.59 KB | 0755 |
|
gvfsd-dnssd | File | 38.45 KB | 0755 |
|
gvfsd-ftp | File | 106.38 KB | 0755 |
|
gvfsd-fuse | File | 46.52 KB | 0755 |
|
gvfsd-google | File | 82.3 KB | 0755 |
|
gvfsd-gphoto2 | File | 74.3 KB | 0755 |
|
gvfsd-http | File | 46.3 KB | 0755 |
|
gvfsd-localtest | File | 46.3 KB | 0755 |
|
gvfsd-metadata | File | 86.38 KB | 0755 |
|
gvfsd-mtp | File | 78.3 KB | 0755 |
|
gvfsd-network | File | 38.37 KB | 0755 |
|
gvfsd-nfs | File | 58.37 KB | 0755 |
|
gvfsd-recent | File | 38.3 KB | 0755 |
|
gvfsd-sftp | File | 110.3 KB | 0755 |
|
gvfsd-smb | File | 58.3 KB | 0755 |
|
gvfsd-smb-browse | File | 74.3 KB | 0755 |
|
gvfsd-trash | File | 54.3 KB | 0755 |
|
ibus-dconf | File | 22.37 KB | 0755 |
|
ibus-engine-simple | File | 14.37 KB | 0755 |
|
ibus-extension-gtk3 | File | 166.37 KB | 0755 |
|
ibus-memconf | File | 22.37 KB | 0755 |
|
ibus-portal | File | 90.37 KB | 0755 |
|
ibus-ui-emojier | File | 118.38 KB | 0755 |
|
ibus-ui-gtk3 | File | 310.43 KB | 0755 |
|
ibus-x11 | File | 98 KB | 0755 |
|
mbim-proxy | File | 14.4 KB | 0755 |
|
mutter-restart-helper | File | 14.3 KB | 0755 |
|
qmi-proxy | File | 14.4 KB | 0755 |
|
rtkit-daemon | File | 66.5 KB | 0755 |
|
run-systemd-session | File | 1.78 KB | 0755 |
|
switcheroo-control | File | 26.37 KB | 0755 |
|
totem-gallery-thumbnailer | File | 38.39 KB | 0755 |
|
tracker-extract | File | 142.87 KB | 0755 |
|
tracker-miner-fs | File | 186.57 KB | 0755 |
|
tracker-store | File | 210.58 KB | 0755 |
|
tracker-writeback | File | 62.59 KB | 0755 |
|
ubuntu-advantage-desktop-daemon | File | 82.23 KB | 0755 |
|
vte-urlencode-cwd | File | 14.15 KB | 0755 |
|
xdg-desktop-portal | File | 879.9 KB | 0755 |
|
xdg-desktop-portal-gtk | File | 746.77 KB | 0755 |
|
xdg-desktop-portal-validate-icon | File | 14.42 KB | 0755 |
|
xdg-document-portal | File | 218.94 KB | 0755 |
|
xdg-permission-store | File | 118.59 KB | 0755 |
|