From 06941d51314fc15900d3dea14c0739b28cd52f54 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Mon, 22 Jan 2024 18:59:12 -0800 Subject: [PATCH] chore: Hide Fish and recategorize System Update to the System category --- Containerfile | 1 + .../desktop/shared/usr/share/applications/system-update.desktop | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index e74d93ba..1affe2ed 100644 --- a/Containerfile +++ b/Containerfile @@ -412,6 +412,7 @@ RUN /tmp/image-info.sh && \ rm -f /etc/profile.d/toolbox.sh && \ sed -i 's@/usr/bin/steam@/usr/bin/bazzite-steam@g' /usr/share/applications/steam.desktop && \ sed -i 's@\[Desktop Entry\]@\[Desktop Entry\]\nNoDisplay=true@g' /usr/share/applications/shredder.desktop && \ + sed -i 's@\[Desktop Entry\]@\[Desktop Entry\]\nNoDisplay=true@g' /usr/share/applications/fish.desktop && \ rm -f /usr/share/vulkan/icd.d/lvp_icd.*.json && \ mkdir -p "/usr/etc/profile.d/" && \ ln -s "/usr/share/ublue-os/firstboot/launcher/login-profile.sh" \ diff --git a/system_files/desktop/shared/usr/share/applications/system-update.desktop b/system_files/desktop/shared/usr/share/applications/system-update.desktop index 2eb3ab53..8be86153 100644 --- a/system_files/desktop/shared/usr/share/applications/system-update.desktop +++ b/system_files/desktop/shared/usr/share/applications/system-update.desktop @@ -3,6 +3,6 @@ Type=Application Name=System Update Comment=Update Bazzite, Flatpaks, Distrobox containers, and more Icon=/usr/share/ublue-os/bazzite/update.svg -Categories=Utility; +Categories=ConsoleOnly;System; Terminal=true Exec=/usr/bin/ujust update