![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX Desktop for Dummies Questions & Answers Discuss UNIX and Linux user interfaces like GNOME, KDE, CDE, and Open Office here. All UNIX and Linux Newbies Welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem when extracting the title of HTML doc | i007 | Shell Programming and Scripting | 2 | 12-01-2008 07:30 AM |
| problem with cygwin | raya_g | UNIX for Dummies Questions & Answers | 0 | 08-16-2007 09:46 AM |
| Change Terminal Title | here2learn | SUN Solaris | 8 | 11-21-2005 10:39 AM |
| cygwin problem | gauri_agr | UNIX for Dummies Questions & Answers | 0 | 07-28-2005 06:40 AM |
| terminal type problem with cygwin on aix | rein | UNIX for Advanced & Expert Users | 1 | 05-12-2005 04:35 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Terminal title bar tweak discrepancy problem in Cygwin/X
Code for the tweak (not my fave 'running process' but the more popular 'working directory') :
Code:
case "$TERM" in
xterm*|rxvt*|rxvt-unicode*)
PROMPT_COMMAND='echo -e "\033]0;$TERM: ${PWD}\007"'
;;
*)
;;
esac
Where it doesn't work: urxvt (aka rxvt-unicode) inside Xwindows (wm is Fluxbox, the 1.0.0 build that was contributed tangentially to the Cygwin folks; colorscheme is Leopard from Freshmeat, but I just tried some others and it made no difference) How it doesn't work: urxvt's title bar, after the rest of .bash_profile loads and displays its wares, switches to a string of 6 non-printing characters (rectangles) and stays that way. I see "bash" until my Welcome.sh script loads, then the six npc's Anyone know urxvt well enough to have a good idea as to why this tweak shouldn't work? I have some others that I've C&P'd from around the Web, and if this one is a dead rabbit, I'll just try one of those. On that score I'd need a hint as to what kind of code should work in urxvt. TIA for all advice and suggestions. BZT Last edited by SilversleevesX; 05-09-2009 at 07:06 AM.. |
| Bookmarks |
| Tags |
| cygwin, rxvt, titlebar, tweak, x11 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|