diff --git a/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fbliveapp b/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fbliveapp index 009e707..21769ab 100755 --- a/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fbliveapp +++ b/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fbliveapp @@ -9,14 +9,6 @@ if [ "$1" = "votecoin" ]; then ONLY64=true fi -if [ "$1" = "gnumeric" ]; then - NAME="Gnumeric Spreadsheet" - EXECUTABLE="/usr/bin/gnumeric" - INSTALL="apt install --yes gnumeric" - POSTINSTALL="rm -f /usr/share/applications/gnumeric.desktop" -fi - - if [ "$1" = "vlc" ]; then NAME="VLC Video Player" EXECUTABLE="/usr/bin/vlc" @@ -30,6 +22,7 @@ if [ "$1" = "chromium" ]; then NAME="Chromium Web Browser" EXECUTABLE="/usr/bin/chromium" INSTALL="apt install --yes chromium" + POSTINSTALL="rm -f /usr/share/applications/chromium.desktop" GUEST=true fi diff --git a/Slax/debian/modules/03-desktop/rootcopy/usr/share/applications/chromium.desktop b/Slax/debian/modules/03-desktop/rootcopy/usr/share/applications/5chromium.desktop similarity index 100% rename from Slax/debian/modules/03-desktop/rootcopy/usr/share/applications/chromium.desktop rename to Slax/debian/modules/03-desktop/rootcopy/usr/share/applications/5chromium.desktop