Text-based Window Manager using GNU Screen

Edit Package byobu
https://launchpad.net/byobu

Byobu is a Japanese term for decorative, multi-panel screens that serve as
folding room dividers. As an open source project, Byobu is an elegant
enhancement of the otherwise functional, plain, practical GNU Screen. Byobu
includes an enhanced profile and configuration utilities for the GNU screen
window manager, such as toggle-able system status notifications.

Refresh
Refresh
Source Files
Filename Size Changed
byobu.changes 0000011791 11.5 KB
byobu.keyring 0000137024 134 KB
byobu.spec 0000003379 3.3 KB
byobu_5.122.orig.tar.gz 0000581198 568 KB
byobu_5.122.orig.tar.gz.asc 0000000819 819 Bytes
Revision 1 (latest revision is 12)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 519854 from Sebastian Wagner's avatar Sebastian Wagner (sebix) (revision 1)
- upgrade to 5.122:
  * usr/lib/byobu/include/config.py.in, usr/lib/byobu/include/select-
    session.py: LP: #1711026
    - Byobu currently FTBFS on artful during pep8 verification due to
      the newly introduced E722 - ie. a 'try:/except:' block with a
      bare except that should be replaced by a 'try:except Exception:' block.
- upgrade to 5.121:
  * usr/bin/wifi-status:
    - timestamp the pings
  * autogen.sh, .bzrignore, configure.ac:
    - modernize autoconf, add .bzrignore
    - my intent is to add autogen.sh as next step as seems you currently
      produce release tarballs manually, so it contains random unneeded
      crap like autom4te.cache
- upgrade to 5.120:
  * usr/lib/byobu/include/shutil:
    - revert the last two changes;  that was a wild goose chase
- split documentation package
- fix desktop-file
- upgrade to 5.119:
 * usr/lib/byobu/include/shutil:
  - fix regression in distro detection
- upgrade to 5.118:
 * usr/lib/byobu/include/shutil:
  - use /etc/lsb-release, if it exists
    fixes detection of Linux Mint
- Update to version 5.117 (key changes since 5.108):
  * usr/share/byobu/profiles/tmux:
    - save 100K lines of scrollback, rather than 10K, which I find gets
      eclipsed too often when you actually need it
  * usr/bin/byobu.in, usr/share/byobu/profiles/tmux:
    - use screen-256color if possible, for both screen and tmux
    - allow the user to override our term choices, by setting
      BYOBU_TERM, BYOBU_DEFAULT_TERM and/or BYOBU_COLOR_TERM
  + see also https://bazaar.launchpad.net/~kirkland/byobu/trunk/view/head:/debian/changelog
- Update package requirements and recommends to include perl, gettext, net-tools
        
- Update to version 5.108 (changes since 5.104):
  * usr/share/man/man1/byobu.1:
    - Update examples.
  * usr/lib/byobu/swap, usr/share/man/man1/byobu.1:
    - Switch swap to black on green, white on green was unreadable.
  * usr/bin/byobu-ctrl-a.in:
    - Silence stderr.
  * usr/share/byobu/profiles/bashrc:
    - Fix colour comment.
  * usr/bin/byobu-janitor.in:
    - No longer default to enabling ec2 status (lp#1564320).
    - Institute better timeouts for metadata wgets (lp#1564320).
  * usr/bin/byobu-select-session.in:
    - Exec the select-session command, to keep from having an sh
      hanging around (lp#1555446).
  * usr/bin/manifest:
    - Remove http, breaks pastebinit.
    - Fix manifest URL.
  * usr/bin/wifi-status:
    - Use tmux target pane.
  * usr/lib/byobu/battery:
    - Use `POWER_SUPPLY_CAPACITY` for battery if available and
      neither POWER_SUPPLY_ENERGY_NOW nor POWER_SUPPLY_CHARGE_NOW
      are available (important for summing multiple batteries).
  * usr/lib/byobu/include/tmux-send-command-to-all-panes:
    - Fix breakage on sending command to all panes.
- Update to 5.104.
- Update to 5.99:
  * usr/share/byobu/pixmaps/byobu.svg:
    - Clean up vector image from Nobuto Murata.
  * configure.ac, debian/install, debian/postinst, debian/postrm,
    etc/profile.d/Makefile.am, usr/share/byobu/profiles/Makefile.am,
    usr/share/byobu/profiles/Z97-byobu.sh.in => etc/profile.d/Z97-
    byobu.sh.in:
    - Fix some recent regressions on byobu auto launching.
- Update to 5.98:
  * usr/bin/vigpg:
    - Specify stdin for input file.
  * usr/bin/vigpg:
    - Get vigpg working with the new release of gpg in 15.10.
    - Clean up encrypted copies of the file.
  * usr/share/applications/byobu.desktop:
    - Use byobu icon rather than gnome-terminal (lp#1503418).
  * usr/lib/byobu/include/config.py.in:
    - Fix help for openSUSE.
- Update to 5.97 (changes since 5.94):
  * usr/lib/byobu/battery:
    - Sum together all batteries.
  * usr/bin/byobu.in:
    - Ensure we start tmux with unicode support (lp#1268072).
    - Respect user's custom default-command and/or default-shell in
      the first window launched (lp#1369783).
  * usr/bin/byobu.in, usr/share/man/man1/byobu.1:
    - byobu -h|--help enters manpage, place this code with
      -v|--version (lp#1483394).
  * usr/bin/byobu-shell.in:
    - Find the motd (lp#1458941).
  * usr/share/byobu/keybindings/f-keys.tmux.disable:
    - Ensure that we source user's keybindings (lp#1453037).
  * experimental/byobu-classroom, usr/bin/byobu-ctrl-a.in,
    usr/bin/byobu-disable-prompt.in, usr/bin/byobu-janitor.in,
    usr/bin/byobu-launcher-uninstall.in, usr/bin/byobu-quiet.in,
    usr/bin/byobu-silent.in, usr/bin/byobu-status.in,
    usr/lib/byobu/include/constants,
    usr/share/byobu/keybindings/f-keys.screen:
    - Create BYOBU_SED_INLINE variable, to handle inline sed's,
      using --follow-symlinks when possible (not always available)
      (lp#1068580).
  * usr/lib/byobu/logo:
    - Fix minor logic typo (reversed logic).
  * usr/bin/byobu-launcher.in:
    - Add some helpful information about nested sessions (lp#1338260).
    - Fix byobu autolaunch for TERM=screen-256color users (lp#1338260).
  * usr/lib/byobu/include/constants:
    - Fix check for sed's follow-symlinks feature.
  * configure.ac, debian/install, debian/postinst, debian/postrm,
    etc/profile.d/Makefile.am, etc/profile.d/Z97-byobu.sh.in =>
    usr/share/byobu/profiles/Z97-byobu.sh.in, usr/bin/byobu.in,
    usr/bin/byobu-launcher-install.in,
    usr/lib/byobu/include/config.py.in,
    usr/share/byobu/profiles/Makefile.am:
    - Fix some discrepancies between Z97- and Z98-.
- Move documentation to a proper directory.
- Add tarball signing.
- Spec cleanup.
- Update to 5.94
  + see http://bazaar.launchpad.net/~kirkland/byobu/trunk/view/head:/debian/changelog
- update to 5.87
  see http://bazaar.launchpad.net/~kirkland/byobu/trunk/view/head:/debian/changelog
  removed byobu-remove_shebang_from_profile_sourced.patch, upstream fixeda
  allow building on older targets back to SL 10.0
- update to 5.47:
  + see http://bazaar.launchpad.net/~kirkland/byobu/trunk/view/head:/debian/changelog
- version 5.43
  + see http://bazaar.launchpad.net/~kirkland/byobu/trunk/view/head:/debian/changelog
- Fix unecessary shebang in Z97-byobu.sh (patch from pbleser)
- Update to 5.35
  + see http://bazaar.launchpad.net/~kirkland/byobu/trunk/view/head:/debian/changelog
- Update to 5.29
  + see http://bazaar.launchpad.net/~kirkland/byobu/trunk/view/head:/debian/changelog
- Update to 5.22
  + see http://bazaar.launchpad.net/~kirkland/byobu/trunk/view/head:/debian/changelog
- Update to 5.21
  + see http://bazaar.launchpad.net/~kirkland/byobu/trunk/view/head:/debian/changelog
- Update to 5.5
- Update to 4.54
- Add fix for lp#842113 apport doesn't behave as intended
- Update to 4.32
    + silence message that some users found noisy
    + fix a suite of support issues around launching byobu under sudo, where
      files/dirs would be created under the $SUDO_USER's $HOME, but would be
      owned by root + save a fork
    + fix bold color printing
    + deprecate backticks file, no longer needed
    + fix breakage when $TMUX is undefined
    + go bold on window activity
    + clean up and make window colorings more consistent
    + speed up disabled status runs
    + support tmux status, using a cached print mechanism and a list of
    + left and right status items
    + drop the failed byobu-statusd experiment and its byobu-status-print
    + helper
    + add a PCT constant, required to support both screen and tmux
    + fix a bug/typo in shutil (should be /proc/uptime)
    + separate status cache between screen and tmux (different formatting)
    + make byobu-status-tmux support screen
    + PCT="%%" for both
    + update backticks and caption/hardstatus
    + fix default status
    + drop backticks and double printing of date/time in tmux
    + transition to the new, faster, less-resource intensive status
    + gathering method
    + migrate to toggling on/off the list of status items
    + fix initial seeding of status config
    + drop experimental code, no longer necessary
    + test non-zero cache file
    + combine mem_* to memory
    + decrease raid status frequency
    + add trailing space to logo
    + make network calculations drastically cheaper, by using status_freq
    + rather than a file stat
    + ensure that byobu-janitor runs on reload
    + must separate run dirs for tmux/screen run status scripts;
    + otherwise, calculated rates are off
    + fix wireless utf8 icon bug, default to utf8 for tmux
    + fix tmux color rendering
    + fix underscore, italics, hidden
    + ensure that the cache dir gets created
    + get 256 colors working in tmux
    + add .zZ symbol for powernap state, per feedback at LinuxConNA in
    + Vancouver
    + fix flag path; simplify coloring
    + add session selection support for tmux
    + flatten bold/dim/bright modifiers when in 8-color mode
    + fix bold printing
    + check exist status of session listing
    + fix stray directory creation
    + fall back to the tmux tmpdir
- Update to 4.29
- initial package (3.5)
Comments 0
openSUSE Build Service is sponsored by