text window manager, shell multiplexer, integrated DevOps environment
Find a file
Dustin Kirkland dcebea76d2 gnome-terminal-server, LP: #1512498
* === added directory usr/share/byobu/desktop, === added directory
  usr/share/dbus-1, === added directory usr/share/dbus-1/services,
  configure.ac, debian/control, debian/postinst, debian/postrm,
  Makefile.am, usr/share/applications/byobu.desktop =>
  usr/share/byobu/desktop/byobu.desktop,
  usr/share/applications/Makefile.am =>
  usr/share/byobu/desktop/Makefile.am,
  usr/share/byobu/desktop/byobu.desktop.old, usr/share/dbus-
  1/services/Makefile.am, usr/share/dbus-
  1/services/us.kirkland.terminals.byobu.service: LP: #1512498, #1503418
  - huge work around the mess that is gnome-terminal-server
  - install two different desktop files to /usr/share/byobu/desktops/*
  - in postinst, symlink the correct one into /usr/share/applications
  - clean up that conditionally installed symlink in postinst
  - suggest gnome-terminal package, as our new desktop file hardcodes
    gnome-terminal (this kind of sucks)
  - in byobu.desktop, exec gnome-terminal with a --app-id hint, and
    drop the Terminal=true, as gnome-terminal will take care of that
  - install a dbus service, as new gnome-terminal expects to launch
    via dbus
  - fqdn namespace that service to us.kirkland.terminals.byobu
    + this is stupid, btw
2015-12-02 13:35:05 -06:00
Applications/Byobu.app/Contents * Applications/Byobu.app/Contents/MacOS/Byobu, debian/copyright, 2014-03-17 09:34:21 +09:00
debian gnome-terminal-server, LP: #1512498 2015-12-02 13:35:05 -06:00
etc * configure.ac, debian/install, debian/postinst, debian/postrm, 2015-11-14 16:57:11 -06:00
experimental * experimental/byobu-classroom, usr/bin/byobu-ctrl-a.in, usr/bin/byobu- 2015-08-31 10:24:58 -05:00
po * po/fr.po: 2015-02-18 10:36:23 -08:00
usr gnome-terminal-server, LP: #1512498 2015-12-02 13:35:05 -06:00
AUTHORS * AUTHORS, debian/copyright, po/bg.po, po/sv.po, README, 2013-01-19 13:46:18 -06:00
configure.ac gnome-terminal-server, LP: #1512498 2015-12-02 13:35:05 -06:00
COPYING Adding a GPL-3 copyright file, per: 2009-01-06 15:13:35 -06:00
Makefile.am gnome-terminal-server, LP: #1512498 2015-12-02 13:35:05 -06:00
NEWS * NEWS: 2013-01-24 18:37:56 -06:00
README * README: 2015-03-07 18:58:18 -05:00

For more information about this package, please see:
 * http://byobu.co

If Byobu is not packaged for your Linux or UNIX OS, or if you do not have
administrative privileges in order to install Byobu, you may be able to
install locally, using the following instructions...

 0) If you pull the source from the upstream bzr or git:
      bzr branch lp:byobu && cd byobu
      git clone git://github.com/dustinkirkland/byobu.git byobu-src && cd byobu-src
      ./debian/rules autoconf
 1) Or download the latest officially released version from:
      https://launchpad.net/byobu/+download
 2) Extract:
      tar zxvf byobu*.tar.gz && cd byobu*
 3) Configure:
      ./configure --prefix="$HOME/byobu"
 4) OPTIONAL: Use python from your environment, rather than from your distro
      echo "export BYOBU_PYTHON='/usr/bin/env python'" >> $HOME/.bashrc
 5) Build:
      make
 6) Install:
      make install
 7) Update your PATH and BYOBU_PREFIX environment variables
      echo "export PATH=$HOME/byobu/bin:$PATH" >> $HOME/.bashrc
      . $HOME/.bashrc
 8) Run:
      byobu

Note that you will need to have a few dependencies installed:
 * tmux >= 1.5 and screen
 * python-newt (if you want to use Byobu's configuration utility)
 * gsed (if your sed implementation doesn't support -i)

Dustin Kirkland <kirkland@byobu.co>
2015-03-01