Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Hide syncthing application entries
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmnemonic committed Sep 23, 2024
1 parent fd1d737 commit 33cf4a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,13 @@ rpm-ostree uninstall \
# Remove preinstalled applications
rpm-ostree override remove firewall-config

# Remove .desktop file for wine applications
# Hide application entries for wine
sed -i 's@\[Desktop Entry\]@\[Desktop Entry\]\nNoDisplay=true@g' /usr/share/applications/wine-*.desktop

# Hide application entries for syncthing
sed -i 's@\[Desktop Entry\]@\[Desktop Entry\]\nNoDisplay=true@g' /usr/share/applications/syncthing-*.desktop


# this would install a package from rpmfusion
# rpm-ostree install vlc

Expand Down

0 comments on commit 33cf4a2

Please sign in to comment.