Revert "chore: Drop Tuned GUI"

This reverts commit 179ec649ef6805460eead09d99fea48d5be82a29.
This commit is contained in:
Kyle Gospodnetich 2024-02-01 17:33:40 -08:00
parent 463f206770
commit 8b6c759680

View File

@ -248,6 +248,7 @@ RUN rpm-ostree install \
tuned-ppd \
tuned-utils \
tuned-utils-systemtap \
tuned-gtk \
tuned-profiles-atomic \
tuned-profiles-cpu-partitioning \
powertop \
@ -299,6 +300,7 @@ RUN rpm-ostree install \
sed -i 's/max_cpu_load_percent.*/max_cpu_load_percent = 100.0/' /usr/etc/ublue-update/ublue-update.toml && \
sed -i 's/max_mem_percent.*/max_mem_percent = 90.0/' /usr/etc/ublue-update/ublue-update.toml && \
sed -i 's/dbus_notify.*/dbus_notify = false/' /usr/etc/ublue-update/ublue-update.toml && \
sed -i 's@Name=tuned-gui@Name=TuneD Manager@g' /usr/share/applications/tuned-gui.desktop && \
ln -s /usr/share/fonts/google-noto-sans-cjk-fonts /usr/share/fonts/noto-cjk && \
wget https://raw.githubusercontent.com/KyleGospo/steam-proton-mf-wmv/master/installcab.py -O /usr/bin/installcab && \
wget https://github.com/KyleGospo/steam-proton-mf-wmv/blob/master/install-mf-wmv.sh -O /usr/bin/install-mf-wmv && \