committing changes in /etc after apt run

Package changes:
-adwaita-icon-theme 3.30.0-1 all
-at-spi2-core 2.30.0-2 armhf
-chromium-codecs-ffmpeg-extra 65.0.3325.181-0+rpt4 armhf
-dconf-gsettings-backend 0.30.0-1 armhf
-dconf-service 0.30.0-1 armhf
-glib-networking 2.58.0-1 armhf
-glib-networking-common 2.58.0-1 all
-glib-networking-services 2.58.0-1 armhf
-gsettings-desktop-schemas 3.28.1-1 all
-gtk-update-icon-cache 3.24.1-2+rvt armhf
-hicolor-icon-theme 0.17-2 all
-libatk-bridge2.0-0 2.30.0-2 armhf
-libatk1.0-0 2.30.0-1 armhf
-libatk1.0-data 2.30.0-1 all
-libatspi2.0-0 2.30.0-2 armhf
-libcairo-gobject2 1.16.0-1 armhf
-libcolord2 1.3.3-2 armhf
-libdconf1 0.30.0-1 armhf
-libepoxy0 1.5.3-0.1 armhf
-libgtk-3-0 3.24.1-2+rvt armhf
-libgtk-3-bin 3.24.1-2+rvt armhf
-libgtk-3-common 3.24.1-2+rvt all
-libjson-glib-1.0-0 1.4.4-1 armhf
-libjson-glib-1.0-common 1.4.4-1 all
-liblcms2-2 2.9-3 armhf
-libnspr4 2:4.20-1 armhf
-libnss3 2:3.39-1 armhf
-libproxy1v5 0.4.15-3 armhf
-librest-0.7-0 0.8.0-2 armhf
-libsoup-gnome2.4-1 2.64.1-3 armhf
-libsoup2.4-1 2.64.1-3 armhf
-libxcb-image0 0.4.0-1+b2 armhf
-libxcb-util0 0.3.8-3 armhf
Joshua Dye 6 years ago
parent 67b26200c6
commit fa127447ae

@ -64,7 +64,6 @@ maybe chmod 0644 'X11/Xsession.d/35x11-common_xhost-local'
maybe chmod 0644 'X11/Xsession.d/40x11-common_xsessionrc'
maybe chmod 0644 'X11/Xsession.d/50x11-common_determine-startup'
maybe chmod 0644 'X11/Xsession.d/90gpg-agent'
maybe chmod 0644 'X11/Xsession.d/90qt-a11y'
maybe chmod 0644 'X11/Xsession.d/90x11-common_ssh-agent'
maybe chmod 0644 'X11/Xsession.d/99x11-common_start'
maybe chmod 0644 'X11/Xsession.options'
@ -726,8 +725,6 @@ maybe chmod 0755 'gss/mech.d'
maybe chmod 0644 'gss/mech.d/README'
maybe chmod 0755 'gtk-2.0'
maybe chmod 0644 'gtk-2.0/im-multipress.conf'
maybe chmod 0755 'gtk-3.0'
maybe chmod 0644 'gtk-3.0/im-multipress.conf'
maybe chmod 0644 'host.conf'
maybe chmod 0644 'hostname'
maybe chmod 0644 'hosts'
@ -2228,7 +2225,6 @@ maybe chmod 0755 'wpa_supplicant/ifupdown.sh'
maybe chmod 0600 'wpa_supplicant/wpa_supplicant.conf'
maybe chmod 0755 'xdg'
maybe chmod 0755 'xdg/autostart'
maybe chmod 0644 'xdg/autostart/at-spi-dbus-bus.desktop'
maybe chmod 0644 'xdg/autostart/mpd.desktop'
maybe chmod 0644 'xdg/autostart/xdg-user-dirs.desktop'
maybe chmod 0755 'xdg/systemd'

@ -1,12 +0,0 @@
# -*- sh -*-
# Xsession.d script to set the env variables to enable accessibility for Qt
#
# This file is sourced by Xsession(5), not executed.
QT_ACCESSIBILITY=1
export QT_ACCESSIBILITY
if [ -x "/usr/bin/dbus-update-activation-environment" ]; then
dbus-update-activation-environment --verbose --systemd QT_ACCESSIBILITY
fi

@ -1 +0,0 @@
/usr/share/icons/Adwaita/cursor.theme

@ -1,22 +0,0 @@
# Example configuration file for the GTK+ Multipress Input Method
# Authored by Openismus GmbH, 2009.
#
# This file follows the GKeyFile format. On the left of the equal sign goes
# the key that you press repeatedly to iterate through the text items listed
# on the right-hand side. The list items are separated by semicolons ";" and
# consist of one or more characters each. The backslash "\" is used to escape
# characters; for instance "\;" for a literal semicolon.
#
# The example configuration below imitates the behavior of a standard mobile
# phone by a major manufacturer, with German language setting.
[keys]
KP_1 = .;,;?;!;';";1;-;(;);@;/;:;_
KP_2 = a;b;c;2;ä;à;á;ã;â;å;æ;ç
KP_3 = d;e;f;3;è;é;ë;ê;ð
KP_4 = g;h;i;4;ì;í;î;ï
KP_5 = j;k;l;5;£
KP_6 = m;n;o;6;ö;ò;ó;ô;õ;ø;ñ
KP_7 = p;q;r;s;7;ß;$
KP_8 = t;u;v;8;ü;ù;ú;û
KP_9 = w;x;y;z;9;ý;þ
KP_0 = \s;0

@ -1,7 +0,0 @@
[Desktop Entry]
Type=Application
Name=AT-SPI D-Bus Bus
Exec=/usr/lib/at-spi2-core/at-spi-bus-launcher --launch-immediately
NoDisplay=true
X-GNOME-AutoRestart=true
X-GNOME-Autostart-Phase=Initialization
Loading…
Cancel
Save