byobu/usr/bin/byobu-reconnect-sockets.in
Dustin Kirkland a1d40527da * Applications/Byobu.app/Contents/MacOS/Byobu, AUTHORS,
debian/copyright, debian/source_byobu.py, etc/profile.d/Z97-
  byobu.sh.in, experimental/byobu-classroom, po/bg.po, po/sv.po,
  usr/bin/byobu-config.in, usr/bin/byobu-ctrl-a.in, usr/bin/byobu-
  disable.in, usr/bin/byobu-disable-prompt.in, usr/bin/byobu-
  enable.in, usr/bin/byobu-enable-prompt.in, usr/bin/byobu-export.in,
  usr/bin/byobu.in, usr/bin/byobu-janitor.in, usr/bin/byobu-
  keybindings, usr/bin/byobu-launcher.in, usr/bin/byobu-launcher-
  install.in, usr/bin/byobu-launcher-uninstall.in, usr/bin/byobu-
  launch.in, usr/bin/byobu-layout.in, usr/bin/byobu-prompt.in,
  usr/bin/byobu-quiet.in, usr/bin/byobu-reconnect-sockets.in,
  usr/bin/byobu-select-backend.in, usr/bin/byobu-select-profile.in,
  usr/bin/byobu-select-session.in, usr/bin/byobu-shell.in,
  usr/bin/byobu-silent.in, usr/bin/byobu-status-detail.in,
  usr/bin/byobu-status.in, usr/bin/manifest, usr/lib/byobu/apport,
  usr/lib/byobu/arch, usr/lib/byobu/battery, usr/lib/byobu/color,
  usr/lib/byobu/cpu_count, usr/lib/byobu/cpu_freq,
  usr/lib/byobu/cpu_temp, usr/lib/byobu/custom, usr/lib/byobu/date,
  usr/lib/byobu/disk, usr/lib/byobu/disk_io, usr/lib/byobu/distro,
  usr/lib/byobu/ec2_cost, usr/lib/byobu/entropy,
  usr/lib/byobu/fan_speed, usr/lib/byobu/hostname,
  usr/lib/byobu/include/colors, usr/lib/byobu/include/common,
  usr/lib/byobu/include/config.py.in, usr/lib/byobu/include/constants,
  usr/lib/byobu/include/cycle-status, usr/lib/byobu/include/dirs.in,
  usr/lib/byobu/include/icons, usr/lib/byobu/include/mondrian,
  usr/lib/byobu/include/notify_osd, usr/lib/byobu/include/select-
  session.py, usr/lib/byobu/include/shutil, usr/lib/byobu/include/tmux-
  detach-all-but-current-client, usr/lib/byobu/include/tmux-send-
  command-to-all-panes, usr/lib/byobu/include/tmux-send-command-to-all-
  windows, usr/lib/byobu/include/toggle-utf8.in,
  usr/lib/byobu/ip_address, usr/lib/byobu/load_average,
  usr/lib/byobu/logo, usr/lib/byobu/mail, usr/lib/byobu/memory,
  usr/lib/byobu/menu, usr/lib/byobu/network, usr/lib/byobu/notify_osd,
  usr/lib/byobu/processes, usr/lib/byobu/raid,
  usr/lib/byobu/reboot_required, usr/lib/byobu/release,
  usr/lib/byobu/services, usr/lib/byobu/session, usr/lib/byobu/swap,
  usr/lib/byobu/time, usr/lib/byobu/time_utc, usr/lib/byobu/trash,
  usr/lib/byobu/updates_available, usr/lib/byobu/uptime,
  usr/lib/byobu/users, usr/lib/byobu/whoami,
  usr/lib/byobu/wifi_quality, usr/share/byobu/keybindings/f-
  keys.screen, usr/share/byobu/keybindings/f-keys.screen.disable,
  usr/share/byobu/keybindings/f-keys.tmux,
  usr/share/byobu/keybindings/f-keys.tmux.disable,
  usr/share/byobu/profiles/bashrc, usr/share/byobu/profiles/byoburc,
  usr/share/byobu/profiles/classroom, usr/share/byobu/profiles/common,
  usr/share/byobu/profiles/NONE, usr/share/byobu/profiles/screenrc,
  usr/share/byobu/profiles/tmux, usr/share/byobu/profiles/tmuxrc,
  usr/share/byobu/status/status, usr/share/byobu/status/statusrc,
  usr/share/byobu/tests/byobu-time-notifications.in, usr/share/dbus-
  1/services/us.kirkland.terminals.byobu.service,
  usr/share/man/man1/byobu-export.1:
  - update byobu.co email addresses to byobu.org
2016-04-07 17:07:52 -05:00

107 lines
3.2 KiB
Bash
Executable File

#!/bin/sh
#
# byobu-reconnect-sockets - source this file to re-establish
# GPG_AGENT_INFO and DBUS_SESSION_BUS_ADDRESS,
# useful when reconnecting to an existing
# byobu session.
#
# Copyright (C) 2009 Canonical Ltd.
# Copyright (C) 2012-2014 Dustin Kirkland <kirkland@byobu.org>
#
# Authors: Dustin Kirkland <kirkland@byobu.org>
# Ryan C. Thompson <rct@thompsonclan.org>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, version 3 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
PKG="byobu"
[ -r "$HOME/.byoburc" ] && . "$HOME/.byoburc"
[ -z "${BYOBU_PREFIX}" ] && export BYOBU_PREFIX="@prefix@" || export BYOBU_PREFIX
. "${BYOBU_PREFIX}/lib/${PKG}/include/common"
case "$-" in
*i*)
# no-op
;;
*)
echo 2>&1
echo "ERROR: You must source this file, rather than execute it." 2>&1
echo " . $0" 2>&1
echo 2>&1
exit 1
;;
esac
export_and_send () {
var="$1"
value="$(eval "echo \$$var")"
export "$var"
case $BYOBU_BACKEND in
tmux)
tmux setenv "$var" "$value"
;;
screen)
screen -X setenv "$var" "$value"
;;
esac
}
screen_update () {
# Ensure that screen's environment variables/values get propagated here
# Enable word splitting for zsh:
[ "x$ZSH_VERSION" != x ] && setopt local_options sh_word_split
tempfile=$(mktemp -q ${BYOBU_RUN_DIR}/sockets-XXXXXXXX) && {
for var in $VARS_TO_UPDATE; do
screen sh -c "echo export $var=\$$var >> \"$tempfile\""
done
. "$tempfile"
rm -f "$tempfile"
}
}
tmux_update () {
# Ensure that tmux's environment variables/values get propagated here
# Enable word splitting for zsh:
[ "x$ZSH_VERSION" != x ] && setopt local_options sh_word_split
for var in $VARS_TO_UPDATE; do
expr="$(tmux showenv | grep "^$var=")"
if [ -n "$expr" ]; then
export "$expr"
fi
done
}
# Pull environment variables/values from backend and update/export here
VARS_TO_UPDATE="DISPLAY DBUS_SESSION_BUS_ADDRESS SESSION_MANAGER GPG_AGENT_INFO XDG_SESSION_COOKIE XDG_SESSION_PATH GNOME_KEYRING_CONTROL GNOME_KEYRING_PID GPG_AGENT_INFO SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID WINDOWID UPSTART_JOB UPSTART_EVENTS UPSTART_SESSION UPSTART_INSTANCE"
case $BYOBU_BACKEND in
tmux)
tmux_update
;;
screen)
screen_update
;;
esac
# Establish gpg-agent socket, helps when reconnecting to a detached session
newest "$HOME/.gnupg/gpg-agent-info-*" && . "$_RET" && export_and_send GPG_AGENT_INFO
# Reconnect dbus, source the most recently touched session-bus
# Sorry, ls -t is needed here, to sort by time
newest "$HOME/.dbus/session-bus/*" && . "$_RET"
[ -r "$BYOBU_RUN_DIR/sockets" ] && . "$BYOBU_RUN_DIR/sockets"
export_and_send DBUS_SESSION_BUS_ADDRESS
export_and_send SESSION_MANAGER
# vi: syntax=sh ts=4 noexpandtab