Xfce Forum

Sub domains
 

You are not logged in.

#1 2018-01-26 17:03:07

inukaze
Member
Registered: 2014-07-31
Posts: 46

Slackware64 14.2 [xfce4-terminal tabs title, thunar backgrounds]

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
xfce4_slack64142_bugs.png

Direct Link for Image -> https://s25.postimg.org/is1t7r28f/xfce4 … 2_bugs.png

Thanks for any help you can gave me :=)

Offline

#2 2018-01-26 17:43:00

theOtherCharles
Member
Registered: 2018-01-05
Posts: 29

Re: Slackware64 14.2 [xfce4-terminal tabs title, thunar backgrounds]

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

#3 2018-01-26 21:01:54

inukaze
Member
Registered: 2014-07-31
Posts: 46

Re: Slackware64 14.2 [xfce4-terminal tabs title, thunar backgrounds]

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

Board footer

Powered by FluxBB