diff --git a/Containerfile b/Containerfile
index 279d916c12..f689d43adf 100644
--- a/Containerfile
+++ b/Containerfile
@@ -396,8 +396,7 @@ RUN rpm-ostree install \
mangohud.x86_64 \
mangohud.i686 \
vk_hdr_layer.x86_64 \
- vk_hdr_layer.i686 \
- gperftools-libs.i686 && \
+ vk_hdr_layer.i686 && \
if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
rpm-ostree override remove \
gamemode \
diff --git a/README.md b/README.md
index 37813778e2..dbd5f68ca5 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,6 @@ Bazzite is built from [ublue-os/main](https://github.com/ublue-os/main) and [ubl
- [GCAdapter_OC](https://github.com/hannesmann/gcadapter-oc-kmod) driver for overclocking Nintendo's Gamecube Controller Adapter to 1000hz polling.
- Out of the box support for [Wooting](https://wooting.io/) keyboards.
- Built in support for Southern Islands (HD 7000) and Sea Islands (HD 8000) AMD GPUs under the `amdgpu` driver.
-- A fix is available for [a 32-bit Source 1 engine game bug (IE: TF2)](https://github.com/ValveSoftware/Source-1-Games/issues/5043) that makes the game crash on launch - `ujust fix-source1-tcmalloc`
- [XwaylandVideoBridge](https://invent.kde.org/system/xwaylandvideobridge) is available for Discord screensharing on Wayland.
- [Webapp Manager](https://github.com/linuxmint/webapp-manager) is available for creating applications from websites for a variety of browsers, including Firefox.
diff --git a/system_files/desktop/shared/usr/share/ublue-os/just/81-bazzite-fixes.just b/system_files/desktop/shared/usr/share/ublue-os/just/81-bazzite-fixes.just
index 6308c241e3..f9c3cb28b2 100644
--- a/system_files/desktop/shared/usr/share/ublue-os/just/81-bazzite-fixes.just
+++ b/system_files/desktop/shared/usr/share/ublue-os/just/81-bazzite-fixes.just
@@ -6,13 +6,6 @@ fix-steam-download-speed:
rm -f $HOME/.local/share/Steam/steam_dev.cfg
bash -c 'printf "@nClientDownloadEnableHTTP2PlatformLinux 0\n@fDownloadRateImprovementToAddAnotherConnection 1.0\n" > $HOME/.local/share/Steam/steam_dev.cfg'
-# Patch a bug in some 32-bit Source 1.x titles that causes them to crash at startup
-fix-source1-tcmalloc:
- #!/usr/bin/bash
- echo 'Add the following as a launch option in Steam:'
- echo 'LD_PRELOAD=/usr/lib/libtcmalloc_and_profiler.so.4 %command%'
- echo "Delete libtcmalloc_minimal.so.x in the game's bin folder if present."
-
# Patch GMod's 64-bit beta to work properly on Linux (https://github.com/solsticegamestudios/GModCEFCodecFix)
fix-gmod:
#!/usr/bin/bash