You are not logged in.
Hi there i wrote here, because in Slackware64 14.2 with xfce4-terminal, the tabs ever are untitled. are ignoring the bashrc configuration and i don't know why Terminal do not change tab name, or if exist another method for put automatic titles like "1,2,3".
The another thing is when i want to set wallpaper folders, the directory choose is blocked i can't select any folder
Direct Link for Image -> https://s25.postimg.org/is1t7r28f/xfce4 … 2_bugs.png
Thanks for any help you can gave me :=)
Offline
It might help if we knew the version of XFCE you are using, probably 4. something.
As for the background issue, see "xfce 4.12 on Debian Stretch: Cannot set background using file selector", https://forum.xfce.org/viewtopic.php?id=11965.
Offline
i solve the xfce4-terminal tab title. just adding one of two follow lines to my bashrc file :
Absolute Path :
export PROMPT_COMMAND='printf "\033]0;%s@%s:%s\007" "${USER}" "${HOSTNAME%%.*}" "${PWD/#$HOME/~}"'
Relative Path :
export PROMPT_COMMAND='printf "\033]0;%s@%s: %s\007" "${USER}" "${HOSTNAME%%.*}" "${PWD/*\//}"'
Offline
[ Generated in 0.011 seconds, 7 queries executed - Memory usage: 521.47 KiB (Peak: 528.43 KiB) ]