``` ~ $ xfce4-terminal --version xfce4-terminal 0.8.7.3 (Xfce 4.12) Copyright (c) 2003-2018 The Xfce development team. All rights reserved. Written by Benedikt Meurer , Nick Schermer and Igor Zakharov . Please report bugs to . ~ $ ls -l .config/xfce4/terminal/terminalrc lrwxrwxrwx 1 rockandska rockandska 85 sept. 13 21:17 .config/xfce4/terminal/terminalrc -> ../../../.STOW/_home_rockandska_.local_src_dotfiles/.config/xfce4/terminal/terminalrc ~ $ cat .config/xfce4/terminal/terminalrc [Configuration] ColorForeground=#b7b7b7 ColorBackground=#131926 ColorCursor=#0f4999 ColorSelection=#163b59 ColorSelectionUseDefault=FALSE ColorBold=#ffffff ColorBoldUseDefault=FALSE ColorPalette=#000000;#aa0000;#44aa44;#aa5500;#0039aa;#aa22aa;#1a92aa;#aaaaaa;#777777;#ff8787;#4ce64c;#ded82c;#295fcc;#cc58cc;#4ccce6;#ffffff FontName=Anonymice Nerd Font 9 MiscAlwaysShowTabs=FALSE MiscBell=FALSE MiscBellUrgent=FALSE MiscBordersDefault=TRUE MiscCursorBlinks=FALSE MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK MiscDefaultGeometry=80x24 MiscInheritGeometry=FALSE MiscMenubarDefault=TRUE MiscMouseAutohide=FALSE MiscMouseWheelZoom=TRUE MiscToolbarDefault=FALSE MiscConfirmClose=TRUE MiscCycleTabs=TRUE MiscTabCloseButtons=TRUE MiscTabCloseMiddleClick=TRUE MiscTabPosition=GTK_POS_TOP MiscHighlightUrls=TRUE MiscMiddleClickOpensUri=FALSE MiscCopyOnSelect=FALSE MiscShowRelaunchDialog=TRUE MiscRewrapOnResize=TRUE MiscUseShiftArrowsToScroll=FALSE MiscSlimTabs=FALSE MiscNewTabAdjacent=FALSE TabActivityColor=#0f4999 TitleInitial=Terminala ~ $ ``` Change the initial terminal name back to "Terminal" and the symlink is replaced by a normal file ``` ~ $ ls -l .config/xfce4/terminal/terminalrc -rw-rw-r-- 1 rockandska rockandska 1009 sept. 13 21:19 .config/xfce4/terminal/terminalrc ~ $ cat .config/xfce4/terminal/terminalrc [Configuration] ColorForeground=#b7b7b7 ColorBackground=#131926 ColorCursor=#0f4999 ColorSelection=#163b59 ColorSelectionUseDefault=FALSE ColorBold=#ffffff ColorBoldUseDefault=FALSE ColorPalette=#000000;#aa0000;#44aa44;#aa5500;#0039aa;#aa22aa;#1a92aa;#aaaaaa;#777777;#ff8787;#4ce64c;#ded82c;#295fcc;#cc58cc;#4ccce6;#ffffff FontName=Anonymice Nerd Font 9 MiscAlwaysShowTabs=FALSE MiscBell=FALSE MiscBellUrgent=FALSE MiscBordersDefault=TRUE MiscCursorBlinks=FALSE MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK MiscDefaultGeometry=80x24 MiscInheritGeometry=FALSE MiscMenubarDefault=TRUE MiscMouseAutohide=FALSE MiscMouseWheelZoom=TRUE MiscToolbarDefault=FALSE MiscConfirmClose=TRUE MiscCycleTabs=TRUE MiscTabCloseButtons=TRUE MiscTabCloseMiddleClick=TRUE MiscTabPosition=GTK_POS_TOP MiscHighlightUrls=TRUE MiscMiddleClickOpensUri=FALSE MiscCopyOnSelect=FALSE MiscShowRelaunchDialog=TRUE MiscRewrapOnResize=TRUE MiscUseShiftArrowsToScroll=FALSE MiscSlimTabs=FALSE MiscNewTabAdjacent=FALSE TabActivityColor=#0f4999 ~ $ ```