Subject: rxvt-unicode: script to auto-start urxvtd
Package: rxvt-unicode
Version: 5.3-1
Severity: wishlist

It would be nice to have a script that runs urxvtd when it's not already
running. I use a script called urxvtcd as such:

#!/bin/sh
if ! urxvtc "$@" ; then
 echo "failed to start ($?), trying to start daemon"
 urxvtd &
 sleep 1
 exec urxvtc "$@"
fi

I'm not attached to the name. ;-)

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages rxvt-unicode depends on:
ii base-passwd    3.5.9                 Debian base system master
ii libc6          2.3.2.ds1-22          GNU C Library: Shared libraries
ii libfontconfig1 2.3.1-2               generic font configuration
ii libfreetype6   2.1.7-2.4             FreeType 2 font engine, shared
ii libgcc1        1:3.4.3-13            GCC support library
ii libx11-6       4.3.0.dfsg.1-14sarge1 X Window System protocol client
ii libxft2        2.1.7-1               FreeType-based font drawing
ii libxrender1    0.8.3-7               X Rendering Extension client
ii xlibs          4.3.0.dfsg.1-14sarge1 X Keyboard Extension (XKB)
ii zlib1g         1:1.2.2-4.sarge.2     compression library - runtime

-- no debconf information

-- 
Tim Riker - http://Rikers.org/ - [EMAIL PROTECTED]
Embedded Linux Technologist - http://eLinux.org/
BZFlag maintainer - http://BZFlag.org/ - for fun!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to