mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-04-11 00:44:41 +00:00
fix: Remove fontconfig change
This commit is contained in:
parent
e2a90fd758
commit
28983537eb
@ -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 \
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user