This commit is contained in:
Stephan Raabe
2024-02-21 15:30:42 +01:00
parent d82c423eb9
commit 91d497ff07
4 changed files with 3 additions and 1 deletions

View File

@@ -10,7 +10,8 @@ if [ -f ~/dotfiles/.settings/terminal.sh ]; then
echo "TerminalEmulator=$terminal" > ~/.config/xfce4/helpers.rc
echo ":: $terminal defined as Thunar Terminal Emulator."
else
echo "ERROR: ~/.config/xfce4 not found. Please check or create."
echo "ERROR: ~/.config/xfce4 not found. Please open Thunar once to create it."
echo "Then start this script again."
fi
else
echo "ERROR: ~/dotfiles/.settings/terminal.sh not found"