Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 189201 - kde-base/kdebase-startkde: add urxvtd from rxvt-unicode to agent-startup.sh
Summary: kde-base/kdebase-startkde: add urxvtd from rxvt-unicode to agent-startup.sh
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-17 08:14 UTC by Martin von Gagern
Modified: 2008-04-26 20:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin von Gagern 2007-08-17 08:14:55 UTC
The agent-startup.sh file that comes with the ebuild and lies in its files dir has commented instructions for starting gpg-agent and ssh-agent. I'm using rxvt-unicode which has the ability to run multiple terminals in one single process, thus starting up faster and saving resources. agent-startup.sh is a good place to start this urxvtd as well. Maybe you want to add appropriate comments to the template file. I added these three lines:

if [ -x /usr/bin/urxvtd ]; then
  /usr/bin/urxvtd --opendisplay --fork --quiet
fi

The --opendisplay ensures that the daemon quits when the X server terminates, therefore you don't need matching lines in agent-shutdown.sh.
Comment 1 Wulf Krueger (RETIRED) gentoo-dev 2008-04-26 20:33:20 UTC
Thanks, Martin, I've just added it.