Attempt to fix resize

This commit is contained in:
2025-04-25 20:30:21 -07:00
parent 8e2305eb5c
commit f9327e82ae
20 changed files with 23 additions and 17 deletions

View File

@@ -4,7 +4,6 @@ desktop-base
git
gvfs
rfkill
firefox-esr
fonts-droid-fallback
fonts-liberation2
obconf

View File

@@ -0,0 +1 @@
firefox-esr

View File

@@ -1 +1 @@
gnome-session gnome-shell libpam-gnome-keyring gnome-control-center gnome-software network-manager-gnome pulseaudio gnome-terminal gnome-initial-setup gnome-tweaks gnome-shell-extension-no-annoyance gnome-shell-extension-manager gnome-shell-extension-gsconnect gnome-shell-extension-dash-to-panel gnome-shell-extension-bluetooth-quick-connect gnome-shell-extension-appindicator gnome-shell-extension-desktop-icons-ng gnome-shell-extensions-extra
gnome-session gnome-shell libpam-gnome-keyring gnome-control-center gnome-software network-manager-gnome pulseaudio gnome-terminal gnome-online-accounts gnome-initial-setup gnome-tweaks gnome-shell-extension-no-annoyance gnome-shell-extension-manager gnome-shell-extension-gsconnect gnome-shell-extension-dash-to-panel gnome-shell-extension-bluetooth-quick-connect gnome-shell-extension-appindicator gnome-shell-extension-desktop-icons-ng gnome-shell-extensions-extra

View File

@@ -16,11 +16,7 @@ EOF
mkdir -p "${ROOTFS_DIR}/etc/dconf/db/local.d"
mkdir -p "${ROOTFS_DIR}/etc/dconf/profile"
on_chroot << EOF
# Create the user profile to link user-db:user and system-db:local
echo "user-db:user" > /etc/dconf/profile/user
echo "system-db:local" >> /etc/dconf/profile/user
EOF
install -m 644 files/dconf-profile "${ROOTFS_DIR}/etc/dconf/profile/user"
# Set default gnome-extensions
install -m 644 files/gnome-extensions "${ROOTFS_DIR}/etc/dconf/db/local.d/00-extensions"

View File

@@ -0,0 +1,2 @@
user-db:user
system-db:local

View File

@@ -4,6 +4,7 @@ color-scheme='prefer-dark'
[org/gnome/desktop/background]
picture-uri='file:///usr/local/share/backgrounds/loveimage.png'
picture-uri-dark='file:///usr/local/share/backgrounds/loveimage.png'
picture-options='spanned'
primary-color='000000'
secondary-color='FFFFFF'

View File

Before

Width:  |  Height:  |  Size: 3.8 MiB

After

Width:  |  Height:  |  Size: 3.8 MiB

View File

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 81 KiB