From: root Date: Fri, 1 Jun 2018 15:16:46 +0000 (+0200) Subject: committing changes in /etc after apt run X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=9c5ba694030fd6e064921f7d815d2fe299a116fc;p=zenbook committing changes in /etc after apt run Package changes: -firefox 61.0~b9+build1-0ubuntu0.16.04.1 amd64 -firefox-locale-de 61.0~b9+build1-0ubuntu0.16.04.1 amd64 -firefox-locale-en 61.0~b9+build1-0ubuntu0.16.04.1 amd64 +firefox 61.0~b10+build1-0ubuntu0.16.04.1 amd64 +firefox-locale-de 61.0~b10+build1-0ubuntu0.16.04.1 amd64 +firefox-locale-en 61.0~b10+build1-0ubuntu0.16.04.1 amd64 -snapd 2.32.3.2 amd64 +snapd 2.32.9 amd64 -ubuntu-core-launcher 2.32.3.2 amd64 +ubuntu-core-launcher 2.32.9 amd64 --- diff --git a/.etckeeper b/.etckeeper index 98ef528..be92b75 100755 --- a/.etckeeper +++ b/.etckeeper @@ -2362,6 +2362,7 @@ maybe chmod 0755 'systemd/network' maybe chmod 0755 'systemd/system' maybe chmod 0644 'systemd/system.conf' maybe chmod 0755 'systemd/system/bluetooth.target.wants' +maybe chmod 0755 'systemd/system/cloud-final.service.wants' maybe chmod 0755 'systemd/system/default.target.wants' maybe chmod 0755 'systemd/system/display-manager.service.wants' maybe chmod 0755 'systemd/system/final.target.wants' @@ -2481,6 +2482,7 @@ maybe chmod 0644 'xdg/autostart/orca-autostart.desktop' maybe chmod 0644 'xdg/autostart/polkit-gnome-authentication-agent-1.desktop' maybe chmod 0644 'xdg/autostart/print-applet.desktop' maybe chmod 0644 'xdg/autostart/pulseaudio.desktop' +maybe chmod 0644 'xdg/autostart/snap-userd-autostart.desktop' maybe chmod 0644 'xdg/autostart/tracker-extract.desktop' maybe chmod 0644 'xdg/autostart/tracker-miner-apps.desktop' maybe chmod 0644 'xdg/autostart/tracker-miner-fs.desktop' diff --git a/systemd/system/cloud-final.service.wants/snapd.seeded.service b/systemd/system/cloud-final.service.wants/snapd.seeded.service new file mode 120000 index 0000000..9b69301 --- /dev/null +++ b/systemd/system/cloud-final.service.wants/snapd.seeded.service @@ -0,0 +1 @@ +/lib/systemd/system/snapd.seeded.service \ No newline at end of file diff --git a/systemd/system/multi-user.target.wants/snapd.seeded.service b/systemd/system/multi-user.target.wants/snapd.seeded.service new file mode 120000 index 0000000..9b69301 --- /dev/null +++ b/systemd/system/multi-user.target.wants/snapd.seeded.service @@ -0,0 +1 @@ +/lib/systemd/system/snapd.seeded.service \ No newline at end of file diff --git a/xdg/autostart/snap-userd-autostart.desktop b/xdg/autostart/snap-userd-autostart.desktop new file mode 100644 index 0000000..1aed61c --- /dev/null +++ b/xdg/autostart/snap-userd-autostart.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Name=Snap user application autostart helper +Comment=Helper program for launching snap applications that are configured to start automatically. +Exec=/usr/bin/snap userd --autostart +Type=Application