Your message dated Sat, 2 Dec 2006 13:53:26 +0100
with message-id <[EMAIL PROTECTED]>
and subject line kwin: Add option to Autostart ssh-add
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: kwin
Version: 4:3.1.3-1
Severity: wishlist
Tags: sid patch
Some tools like ksysguardd can use ssh to connect to foreign machines. When the
ssh key is encrypted, a dialog apears requesting for the password. When adding
ssh-add to the Autostart folder, this runs into problems, because the password
dialog is exclusive, and i must enter the password more than once, because the
Autostart entry isn't started and finished before the tools need ssh.
I wrote a simple patch that run ssh-add when $HOME/.kde/ssh-add exist before
the window manager,... is started. This unlocks the ssh-keys and the user has
not the enter the key twice.
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux cruor.intra.poelzi.org 2.4.22 #2 Mo Okt 6 21:06:56 CEST 2003 i686
Locale: LANG=en_US, LC_CTYPE=de_DE
Versions of packages kwin depends on:
ii kdelibs4 4:3.1.4-1 KDE core libraries
ii libart-2.0-2 2.3.16-1 Library of functions for 2D graphi
ii libc6 2.3.2-8 GNU C Library: Shared libraries an
ii libfam0c102 2.6.10-1.1 client library to control the FAM
ii libgcc1 1:3.3.2-0pre4 GCC support library
ii libpng12-0 1.2.5.0-4 PNG library - runtime
ii libqt3c102-mt 3:3.2.1-6 Qt GUI Library (Threaded runtime v
ii libstdc++5 1:3.3.2-0pre5 The GNU Standard C++ Library v3
ii libxrender1 0.8.2-1 X Rendering Extension client libra
ii xlibs 4.2.1-12.1 X Window System client libraries
ii zlib1g 1:1.1.4-15 compression library - runtime
-- no debconf information
--- startkde.old 2003-07-13 22:17:40.000000000 +0200
+++ startkde 2003-10-19 13:42:52.000000000 +0200
@@ -31,4 +31,9 @@
test -n "$KDEHOME" && kdehome=`echo "$KDEHOME"|sed "s,^\~/,$HOME/,"`
+# Start ssh-add when .kde/ssh-add exists and ssh-agent is running
+if [ "$SSH_AGENT_PID" != "0" ] && test -f "$kdehome/ssh-add"; then
+ ssh-add
+fi;
+
# Activate the kde font directories.
#
--- End Message ---
--- Begin Message ---
The correct way to obtain this is to add shell scripts to ~/.kde/env/ as
documented in help:/khelpcenter/faq/configure.html#id2573157
/Sune
--
How to rename the floppy disk from MS-DOS NT?
You should reset the connection over a parallel display over the utility to
get access over a analogic display.
pgp49ey24wbWc.pgp
Description: PGP signature
--- End Message ---