mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-30 12:32:37 +00:00
Merge branch 'main' into testing
This commit is contained in:
commit
e1fbb541d0
@ -358,6 +358,7 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
|
||||
python3-pip \
|
||||
libadwaita \
|
||||
duperemove \
|
||||
cpulimit \
|
||||
sqlite \
|
||||
xwininfo \
|
||||
xrandr \
|
||||
@ -587,6 +588,7 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
|
||||
gnome-extensions-app \
|
||||
gnome-terminal \
|
||||
gnome-terminal-nautilus \
|
||||
gnome-system-monitor \
|
||||
gnome-initial-setup \
|
||||
gnome-shell-extension-background-logo \
|
||||
gnome-shell-extension-apps-menu && \
|
||||
@ -597,7 +599,6 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
|
||||
curl -Lo /usr/share/thumbnailers/exe-thumbnailer.thumbnailer https://raw.githubusercontent.com/jlu5/icoextract/master/exe-thumbnailer.thumbnailer && \
|
||||
unzip /tmp/tilingshell/tilingshell@ferrarodomenico.com.zip -d /usr/share/gnome-shell/extensions/tilingshell@ferrarodomenico.com && \
|
||||
rm -rf /tmp/tilingshell && \
|
||||
sed -i 's@\[Desktop Entry\]@\[Desktop Entry\]\nNoDisplay=true@g' /usr/share/applications/org.gnome.SystemMonitor.desktop && \
|
||||
systemctl enable dconf-update.service \
|
||||
; fi && \
|
||||
/usr/libexec/containerbuild/cleanup.sh && \
|
||||
|
@ -1,3 +1,7 @@
|
||||
<p align="center">
|
||||
<img src="convergence_wallpaper.png?raw=true" alt="Bazzite"/>
|
||||
</p>
|
||||
|
||||
# Press Kit
|
||||
|
||||
Thanks for generating content about about Bazzite and Universal Blue! This document will explain how to use the brand and terminology used by the project.
|
||||
|
@ -309,7 +309,7 @@ fi
|
||||
cmd rm -f "$DUPEREMOVE_DB"
|
||||
fi
|
||||
# shellcheck disable=SC2086
|
||||
cmd duperemove --hashfile="$DUPEREMOVE_DB" --exclude="$TARGET/$RMLINT_DB" --exclude="$TARGET/$DUPEREMOVE_DB" --exclude="$TARGET/@swapfile/swapfile" ${DUPEREMOVE_ARGS} "$TARGET"/ &
|
||||
cmd cpulimit -l 50 nice -19 ionice -c 3 duperemove --cpu-threads=2 --io-threads=2 --hashfile="$DUPEREMOVE_DB" --exclude="$TARGET/$RMLINT_DB" --exclude="$TARGET/$DUPEREMOVE_DB" --exclude="$TARGET/@swapfile/swapfile" ${DUPEREMOVE_ARGS} "$TARGET"/ &
|
||||
worker_waiter
|
||||
cmd cp -a "$DUPEREMOVE_DB" "$TARGET"/
|
||||
cmd rm -f "$DUPEREMOVE_DB"
|
||||
|
@ -6,11 +6,3 @@ EnvironmentFile=-/etc/conf.d/btrfs-dedup
|
||||
ExecStart=/usr/bin/btrfs-dedup %f
|
||||
ExecReload=/usr/bin/btrfs-dedup --powerchange
|
||||
PIDFile=/run/btrfs-dedup/%i.pid
|
||||
Nice=19
|
||||
CPUSchedulingPolicy=batch
|
||||
IOSchedulingClass=best-effort
|
||||
IOSchedulingPriority=7
|
||||
OOMScoreAdjust=1000
|
||||
CPUWeight=30
|
||||
CPUQuota=100%
|
||||
IOWeight=30
|
||||
|
Loading…
x
Reference in New Issue
Block a user