Start gnome-keyring support for ssh before the session. Thanks urusha for
the patch (LP: #664206).
This commit is contained in:
parent
0a8e9d2646
commit
4720795880
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -14,6 +14,8 @@ lubuntu-default-settings (0.23) UNRELEASED; urgency=low
|
|||||||
- Add a custom configuration file for xscreensaver, with blank mode by
|
- Add a custom configuration file for xscreensaver, with blank mode by
|
||||||
default (LP: #578789).
|
default (LP: #578789).
|
||||||
- Don't append /etc/xdg in xdg path, already done by Xsession.d
|
- Don't append /etc/xdg in xdg path, already done by Xsession.d
|
||||||
|
- Start gnome-keyring support for ssh before the session. Thanks urusha for
|
||||||
|
the patch (LP: #664206).
|
||||||
|
|
||||||
-- Julien Lavergne <gilir@ubuntu.com> Tue, 15 Nov 2011 13:47:32 +0700
|
-- Julien Lavergne <gilir@ubuntu.com> Tue, 15 Nov 2011 13:47:32 +0700
|
||||||
|
|
||||||
|
@ -65,5 +65,11 @@ if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
|
|||||||
eval "$(dbus-launch --sh-syntax --exit-with-session)"
|
eval "$(dbus-launch --sh-syntax --exit-with-session)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Export Gnome-keyring variables if needed
|
||||||
|
# See bug #664206
|
||||||
|
if which gnome-keyring-daemon >/dev/null; then
|
||||||
|
export $(/usr/bin/gnome-keyring-daemon --start --components=ssh)
|
||||||
|
fi
|
||||||
|
|
||||||
# Start the LXDE session
|
# Start the LXDE session
|
||||||
exec /usr/bin/lxsession -s Lubuntu -e LXDE
|
exec /usr/bin/lxsession -s Lubuntu -e LXDE
|
||||||
|
@ -65,5 +65,11 @@ if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
|
|||||||
eval "$(dbus-launch --sh-syntax --exit-with-session)"
|
eval "$(dbus-launch --sh-syntax --exit-with-session)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Export Gnome-keyring variables if needed
|
||||||
|
# See bug #664206
|
||||||
|
if which gnome-keyring-daemon >/dev/null; then
|
||||||
|
export $(/usr/bin/gnome-keyring-daemon --start --components=ssh)
|
||||||
|
fi
|
||||||
|
|
||||||
# Start the LXDE session
|
# Start the LXDE session
|
||||||
exec /usr/bin/lxsession -s Lubuntu-Netbook -e LXDE
|
exec /usr/bin/lxsession -s Lubuntu-Netbook -e LXDE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user