Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 848556 Details for
Bug 820514
ssh-agent isn't started as part of the session
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to launch ssh-agent
lxdm-0.4.1-ssh-agent.patch (text/plain), 990 bytes, created by
Mamoru TASAKA
on 2014-01-11 10:04:51 UTC
(
hide
)
Description:
Patch to launch ssh-agent
Filename:
MIME Type:
Creator:
Mamoru TASAKA
Created:
2014-01-11 10:04:51 UTC
Size:
990 bytes
patch
obsolete
>--- lxdm-0.4.1/data/Xsession.SSH_AGENT 2014-01-11 18:54:10.000000000 +0900 >+++ lxdm-0.4.1/data/Xsession 2014-01-11 18:09:58.000000000 +0900 >@@ -20,7 +20,7 @@ > elif [ -x /usr/bin/ck-launch-session -a -z "$CK_XINIT_SESSION" ]; then > CK_XINIT_SESSION="/usr/bin/ck-launch-session" > fi >- exec -l $SHELL -c "$CK_XINIT_SESSION $LXSESSION" >+ exec -l $SSH_AGENT $SHELL -c "$CK_XINIT_SESSION $LXSESSION" > elif [ -x /etc/X11/xinit/Xsession ]; then > # fedora > exec /etc/X11/xinit/Xsession "$LXSESSION" >@@ -30,7 +30,7 @@ > elif [ -x /etc/X11/xinit/xinitrc ]; then > #suse > export WINDOWMANAGER=$LXSESSION >- exec -l $SHELL -c /etc/X11/xinit/xinitrc >+ exec -l $SSH_AGENT $SHELL -c /etc/X11/xinit/xinitrc > else > # unknown, user should custom /etc/lxdm/xinitrc self > if [ -x /etc/lxdm/xinitrc ]; then >@@ -47,6 +47,6 @@ > eval "$(dbus-launch --sh-syntax --exit-with-session)" > fi > >- exec -l $SHELL -c "$CK_XINIT_SESSION $LXSESSION" >+ $SSH_AGENT exec -l $SHELL -c "$CK_XINIT_SESSION $LXSESSION" > fi >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 820514
:
848556
|
848568