argh still found something
This commit is contained in:
@@ -39,9 +39,9 @@ printf "${NOTE} Installing ${BLUE}Thunar${RESET} Packages...\n\n"
|
||||
printf "\n%.0s" {1..2}
|
||||
|
||||
# confirm if wanted to set as default
|
||||
read -p "${CAT} Do you want to set ${MAGENTA}Thunar${RESET} as the default file manager? (y/n): " thunar_default
|
||||
read -p "${CAT} Do you want to set ${MAGENTA}Thunar${RESET} as the default file manager? (y/n): " thundefault
|
||||
|
||||
if [[ "$thunar_default" == [Yy] ]]; then
|
||||
if [[ "$thundefault" == [Yy] ]]; then
|
||||
xdg-mime default thunar.desktop inode/directory
|
||||
xdg-mime default thunar.desktop application/x-wayland-gnome-saved-search
|
||||
echo "${OK} Thunar has been set as the default file manager." 2>&1 | tee -a "$LOG"
|
||||
|
||||
Reference in New Issue
Block a user