From 36b77bfee347bee3831410661998b0113ce31f6f Mon Sep 17 00:00:00 2001 From: bms8197 Date: Fri, 2 Dec 2022 12:29:18 +0200 Subject: [PATCH] committing changes in /etc made by "-bash" Package changes: --- .etckeeper | 9 +++++++++ dconf/db/local | Bin 104 -> 104 bytes dconf/db/site | Bin 104 -> 104 bytes dconf/profile/user | 4 ++++ xdg/autostart/at-spi-dbus-bus.desktop | 9 +++++++++ 5 files changed, 22 insertions(+) create mode 100644 dconf/profile/user create mode 100644 xdg/autostart/at-spi-dbus-bus.desktop diff --git a/.etckeeper b/.etckeeper index a407c87..d366d45 100755 --- a/.etckeeper +++ b/.etckeeper @@ -18,6 +18,8 @@ mkdir -p './cron.weekly' mkdir -p './crypto-policies/policies/modules' mkdir -p './cxs/newusers' mkdir -p './dbus-1/session.d' +mkdir -p './dconf/db/local.d/locks' +mkdir -p './dconf/db/site.d/locks' mkdir -p './dkms/framework.conf.d' mkdir -p './dnf/aliases.d' mkdir -p './dnf/modules.defaults.d' @@ -485,7 +487,13 @@ maybe chmod 0644 'dconf/db/distro' maybe chmod 0755 'dconf/db/distro.d' maybe chmod 0755 'dconf/db/distro.d/locks' maybe chmod 0644 'dconf/db/local' +maybe chmod 0755 'dconf/db/local.d' +maybe chmod 0755 'dconf/db/local.d/locks' maybe chmod 0644 'dconf/db/site' +maybe chmod 0755 'dconf/db/site.d' +maybe chmod 0755 'dconf/db/site.d/locks' +maybe chmod 0755 'dconf/profile' +maybe chmod 0644 'dconf/profile/user' maybe chmod 0755 'debuginfod' maybe chmod 0644 'debuginfod/elfutils.urls' maybe chmod 0755 'default' @@ -5805,6 +5813,7 @@ maybe chmod 0644 'xattr.conf' maybe chmod 0755 'xdg' maybe chmod 0755 'xdg/QtProject' maybe chmod 0755 'xdg/autostart' +maybe chmod 0644 'xdg/autostart/at-spi-dbus-bus.desktop' maybe chmod 0644 'xdg/autostart/snap-userd-autostart.desktop' maybe chmod 0755 'xdg/qtchooser' maybe chmod 0644 'xdg/qtchooser/5-64.conf' diff --git a/dconf/db/local b/dconf/db/local index e1cd5d272dcfea858f7e5c9e9c46e13f0462ade8..24bfa084adf898c28f25d6d402c57ac8b24f0419 100644 GIT binary patch delta 14 Rcmd1Em|(%i00tB7v;Y>v0+;{* delta 14 Vcmd1Em|($n;e7VR=+KFFS^zJ31|t9f diff --git a/dconf/db/site b/dconf/db/site index 07af8da15e6a8dd4e4cc4b0b65d2e22672acbd29..5c3be14a5d40ef7c71896a28f5b3a7ccc033edb2 100644 GIT binary patch delta 12 Tcmd1Em|)5B(``Z9L|bhDAt(g= delta 12 Tcmd1Em|)2=GxK8fL|bhDAEN}t diff --git a/dconf/profile/user b/dconf/profile/user new file mode 100644 index 0000000..3fc397f --- /dev/null +++ b/dconf/profile/user @@ -0,0 +1,4 @@ +user-db:user +system-db:local +system-db:site +system-db:distro diff --git a/xdg/autostart/at-spi-dbus-bus.desktop b/xdg/autostart/at-spi-dbus-bus.desktop new file mode 100644 index 0000000..adb1787 --- /dev/null +++ b/xdg/autostart/at-spi-dbus-bus.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=Application +Name=AT-SPI D-Bus Bus +Exec=/usr/libexec/at-spi-bus-launcher --launch-immediately +OnlyShowIn=GNOME;Unity; +NoDisplay=true +AutostartCondition=GSETTINGS org.gnome.desktop.interface toolkit-accessibility +X-GNOME-AutoRestart=true +X-GNOME-Autostart-Phase=Initialization