fix: Remove fontconfig change

This commit is contained in:
Kyle Gospodnetich 2024-01-28 11:41:52 -08:00
parent e2a90fd758
commit 28983537eb
2 changed files with 7 additions and 7 deletions

View File

@ -177,7 +177,6 @@ RUN rpm-ostree override replace \
|| true
# Install Valve's patched Mesa, Pipewire and Bluez
# Install ublue patched power-profiles-daemon and fontconfig
RUN rpm-ostree override replace \
--experimental \
--from repo=copr:copr.fedorainfracloud.org:kylegospo:bazzite-multilib \
@ -201,11 +200,7 @@ RUN rpm-ostree override replace \
bluez-cups \
bluez-libs \
bluez-obexd \
xorg-x11-server-Xwayland && \
rpm-ostree override replace \
--experimental \
--from repo=copr:copr.fedorainfracloud.org:ublue-os:staging \
fontconfig
xorg-x11-server-Xwayland
# Remove unneeded packages
RUN rpm-ostree override remove \

View File

@ -11,7 +11,7 @@ BAZZITE_CONFIG_DIR="${XDG_DATA_HOME:-$HOME/.local/share}/bazzite"
mkdir -p "$BAZZITE_CONFIG_DIR"
# SCRIPT VERSION
USER_SETUP_VER=24
USER_SETUP_VER=25
USER_SETUP_VER_FILE="$BAZZITE_CONFIG_DIR/version"
USER_SETUP_FEDORA_VER_FILE="$BAZZITE_CONFIG_DIR/fedora_version"
@ -44,6 +44,11 @@ flatpak remote-modify --user --enable flathub
# Handle privileged tasks
pkexec /usr/libexec/bazzite-privileged-user-setup
# Refresh fontconfig
if [[ -f "$HOME/.config/fontconfig" ]]; then
rm -rf "$HOME/.config/fontconfig"
fi
# Set up optional Gradience themes
THEME_DIR="/usr/share/ublue-os/bazzite/themes"
GRADIENCE_DIR="$HOME/.var/app/com.github.GradienceTeam.Gradience/config/presets/user"