@@ -84,27 +84,29 @@ uninstall_android_package 'com.xiaomi.mimusic2'
8484[ " ${DESKTOP_ENVIRONMENT} " = ' Phosh' ] && keep_first_installed_package ' io.bassi.Amberol' ' org.gnome.Decibels' ' org.gnome.Rhythmbox3'
8585
8686# Note Taking apps
87- keep_first_installed_package " com.automattic.simplenote" " foundation.e.notes"
87+ keep_first_installed_package ' com.automattic.simplenote' ' foundation.e.notes'
8888
8989# System Monitors
9090keep_first_installed_package ' gnome-system-monitor' ' net.nokyan.Resources'
9191
9292# Task Management apps
93- keep_first_installed_package " io.github.alainm23.planify" " org.gnome.Todo"
93+ keep_first_installed_package ' io.github.alainm23.planify' ' org.gnome.Todo'
94+
95+ # Terminal Emulators
96+ keep_first_installed_package ' gnome-console' ' gnome-terminal'
9497
9598# Video players
96- uninstall_android_package " com.mitv.mivideoplayer"
97- uninstall_android_package " com.mitv.videoplayer"
99+ uninstall_android_package ' com.mitv.mivideoplayer'
100+ uninstall_android_package ' com.mitv.videoplayer'
98101keep_first_installed_package ' org.gnome.Showtime' ' com.github.rafostar.Clapper' ' org.gnome.Totem'
99102
100103# zzz OTHERS
101104keep_first_installed_package ' chrony' ' ntp'
102105
103-
104106# Uninstall the packages
105- if [ " ${DISTRO_FAMILY} " = " Arch" ]; then
107+ if [ " ${DISTRO_FAMILY} " = ' Arch' ]; then
106108 if ${IS_POWERFUL_PC} ; then
107- uninstall_native_package " plank"
109+ uninstall_native_package ' plank'
108110 fi
109111
110112 uninstall_native_package " alsi" # Replaced by fastfetch
@@ -173,8 +175,11 @@ if [ "${DISTRO_FAMILY}" = "Arch" ]; then
173175 [ " ${DESKTOP_ENVIRONMENT} " = " KDE" ] && uninstall_native_package " nautilus"
174176
175177 # Terminals
176- [ " ${DESKTOP_ENVIRONMENT} " != " GNOME" ] && uninstall_native_package " gnome-terminal"
177- [ " ${DESKTOP_ENVIRONMENT} " != " KDE" ] && uninstall_native_package " konsole"
178+ if [ " ${DESKTOP_ENVIRONMENT} " != " GNOME" ]; then
179+ uninstall_native_package ' gnome-console'
180+ uninstall_native_package ' gnome-terminal'
181+ fi
182+ [ " ${DESKTOP_ENVIRONMENT} " != " KDE" ] && uninstall_native_package ' konsole'
178183
179184 # Text Editors
180185 [ " ${DESKTOP_ENVIRONMENT} " = " GNOME" ] && uninstall_native_package " kwrite"
0 commit comments