diff --git a/build.sh b/build.sh index 621e56ea..c4f3d31c 100755 --- a/build.sh +++ b/build.sh @@ -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