From 5cb21ea94d9a59d9e9b62b09d57841e75b7268cf Mon Sep 17 00:00:00 2001 From: bms8197 Date: Tue, 12 Jul 2022 14:37:21 +0300 Subject: [PATCH] saving uncommitted changes in /etc prior to dnf run --- .etckeeper | 9 --------- dconf/profile/user | 4 ---- xdg/autostart/at-spi-dbus-bus.desktop | 9 --------- 3 files changed, 22 deletions(-) delete mode 100644 dconf/profile/user delete mode 100644 xdg/autostart/at-spi-dbus-bus.desktop diff --git a/.etckeeper b/.etckeeper index f9f2c40..70d83cc 100755 --- a/.etckeeper +++ b/.etckeeper @@ -18,8 +18,6 @@ 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 './debuginfod' mkdir -p './dkms/framework.conf.d' mkdir -p './dnf/aliases.d' @@ -482,13 +480,7 @@ 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 0755 'default' maybe chmod 0644 'default/grub' @@ -5427,7 +5419,6 @@ maybe chmod 0644 'wireguard/wg0.conf' maybe chmod 0644 'xattr.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/snap-userd-autostart.desktop' maybe chmod 0755 'xdg/systemd' maybe chmod 0600 'xinetd.conf' diff --git a/dconf/profile/user b/dconf/profile/user deleted file mode 100644 index 3fc397f..0000000 --- a/dconf/profile/user +++ /dev/null @@ -1,4 +0,0 @@ -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 deleted file mode 100644 index adb1787..0000000 --- a/xdg/autostart/at-spi-dbus-bus.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[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