Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] URXVT shows as "broken" in title
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
ali998
n00b
n00b


Joined: 26 May 2021
Posts: 25

PostPosted: Mon Jun 14, 2021 5:12 pm    Post subject: [SOLVED] URXVT shows as "broken" in title Reply with quote

Hello, I'm Ali. Before starting i wish everyone a good day. I'm opening this topic in Desktop Environments because i couldn't find a "Window Managers" section.
The problem is, URXVT terminal shows as "broken" in the title just like this:
https://i.hizliresim.com/luxg2jr.png
I don't know how to solve it, i emerged it a few times.

Thanks for your effort of reading this.


Last edited by ali998 on Wed Jun 16, 2021 6:28 pm; edited 1 time in total
Back to top
View user's profile Send private message
alamahant
Advocate
Advocate


Joined: 23 Mar 2019
Posts: 3879

PostPosted: Mon Jun 14, 2021 5:36 pm    Post subject: Reply with quote

Try appending in ~/.bashrc
Code:

case "$TERM" in
xterm*|rxvt*)
        PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"'
        ;;
*)
        ;;
esac

What did you emerge?
Code:

x11-terms/mrxvt
x11-terms/rxvt-unicode

?
_________________
:)
Back to top
View user's profile Send private message
ali998
n00b
n00b


Joined: 26 May 2021
Posts: 25

PostPosted: Mon Jun 14, 2021 7:20 pm    Post subject: Reply with quote

I appended what you said but it didn't work.

I installed "x11-terms/rxvt-unicode".

Thanks for the reply.
Back to top
View user's profile Send private message
The Main Man
Veteran
Veteran


Joined: 27 Nov 2014
Posts: 1166
Location: /run/user/1000

PostPosted: Mon Jun 14, 2021 8:01 pm    Post subject: Reply with quote

I don't know why exactly does it say 'broken' , but it should be empty for terminal windows anyway, if you launch some terminal app then it should change.
If you're emerging something you should see emerge status for example.
Try running htop or top
Back to top
View user's profile Send private message
ali998
n00b
n00b


Joined: 26 May 2021
Posts: 25

PostPosted: Tue Jun 15, 2021 7:35 am    Post subject: Reply with quote

Thats the problem, it doesnt change. It doesnt affect anything but it doesnt change.

Thanks for the reply.
Back to top
View user's profile Send private message
The Main Man
Veteran
Veteran


Joined: 27 Nov 2014
Posts: 1166
Location: /run/user/1000

PostPosted: Tue Jun 15, 2021 10:26 am    Post subject: Reply with quote

Interesting, did you try some other terminal maybe?
just to rule out a possible problem in dwm ?
Back to top
View user's profile Send private message
ali998
n00b
n00b


Joined: 26 May 2021
Posts: 25

PostPosted: Wed Jun 16, 2021 6:27 pm    Post subject: Reply with quote

Sorry for the late reply, i found that its a bug about dwm. Even though i open alacritty or surf browser it just shows "broken". I'll probably disable showing the window information or i'll make a script myself that actually works and implement it to the code. Thanks for help and reply, have a awesome day sir.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum