(un)Disable change backgound function (#2719)

https://askubuntu.com/questions/1179663/disable-change-backgound-function
This commit is contained in:
Igor Pečovnik
2021-03-18 17:11:58 +01:00
committed by GitHub
parent 9ef3fe9687
commit 372e293ace
4 changed files with 3 additions and 35 deletions

View File

@@ -6,14 +6,6 @@ if [ -f /etc/pulse/default.pa ]; then sed "s/load-module module-udev-detect$/& t
# set wallpapper to armbian
keys=/etc/dconf/db/local.d/00-bg
locks=/etc/dconf/db/local.d/locks/background
profile=/etc/dconf/profile/user
install -Dv /dev/null $keys
install -Dv /dev/null $locks
install -Dv /dev/null $profile
echo "[org/budgie/desktop/background]
picture-uri='file:///usr/share/backgrounds/armbian/armbian03-Dre0x-Minum-dark-3840x2160.jpg'
picture-options='zoom'
@@ -44,4 +36,4 @@ dconf update
#compile schemas
if [ -d /usr/share/glib-2.0/schemas ]; then
glib-compile-schemas /usr/share/glib-2.0/schemas
fi
fi

View File

@@ -6,14 +6,6 @@ if [ -f /etc/pulse/default.pa ]; then sed "s/load-module module-udev-detect$/& t
# set wallpapper to armbian
keys=/etc/dconf/db/local.d/00-bg
locks=/etc/dconf/db/local.d/locks/background
profile=/etc/dconf/profile/user
install -Dv /dev/null $keys
install -Dv /dev/null $locks
install -Dv /dev/null $profile
echo "[org/cinnamon/desktop/background]
picture-uri='file:///usr/share/backgrounds/armbian/armbian03-Dre0x-Minum-dark-3840x2160.jpg'
picture-options='zoom'

View File

@@ -6,14 +6,6 @@ if [ -f /etc/pulse/default.pa ]; then sed "s/load-module module-udev-detect$/& t
# set wallpapper to armbian
keys=/etc/dconf/db/local.d/00-bg
locks=/etc/dconf/db/local.d/locks/background
profile=/etc/dconf/profile/user
install -Dv /dev/null $keys
install -Dv /dev/null $locks
install -Dv /dev/null $profile
echo "[org/gnome/desktop/background]
picture-uri='file:///usr/share/backgrounds/armbian/armbian03-Dre0x-Minum-dark-3840x2160.jpg'
picture-options='zoom'
@@ -46,4 +38,4 @@ dconf update
#compile schemas
if [ -d /usr/share/glib-2.0/schemas ]; then
glib-compile-schemas /usr/share/glib-2.0/schemas
fi
fi

View File

@@ -6,14 +6,6 @@ if [ -f /etc/pulse/default.pa ]; then sed "s/load-module module-udev-detect$/& t
# set wallpapper to armbian
keys=/etc/dconf/db/local.d/00-bg
locks=/etc/dconf/db/local.d/locks/background
profile=/etc/dconf/profile/user
install -Dv /dev/null $keys
install -Dv /dev/null $locks
install -Dv /dev/null $profile
echo "[org/mate/desktop/background]
picture-filename='/usr/share/backgrounds/armbian/armbian03-Dre0x-Minum-dark-3840x2160.jpg'
picture-options='zoom'
@@ -44,4 +36,4 @@ dconf update
#compile schemas
if [ -d /usr/share/glib-2.0/schemas ]; then
glib-compile-schemas /usr/share/glib-2.0/schemas
fi
fi