lp:ubuntu/natty-proposed/byobu

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/natty-proposed/byobu
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Mature

Recent revisions

110. By Dustin Kirkland 

* debian/postinst:
  - fix chown of reload-required flag, which might otherwise fail,
    and break package upgrades, LP: #796422

109. By Dustin Kirkland 

* usr/bin/byobu-launch: make sure this finishes with a true
* usr/lib/byobu/disk_io: conditionally use readlink -f, LP: #764584

108. By Dustin Kirkland 

* usr/bin/byobu-launch, usr/bin/byobu-launcher:
  - fix situation where the profile might exit 0,
    and prevent a user from logging in

107. By Dustin Kirkland 

* usr/bin/byobu-select-session:
  - fix path to screen binary, use os.execvp()
  - drop use of PREFIX here, rely on byobu being in your path

106. By Dustin Kirkland 

[ Dustin Kirkland ]
* usr/share/applications/byobu.desktop: fix description
* usr/bin/byobu-status-detail: make a couple of minor modifications
  noticed while investigating the already-fixed LP: #750887
* usr/lib/byobu/raid: fix grep that changed recently in Linux's
  md driver's printing to /proc/mdstat, LP: #760693
* usr/share/byobu/profiles/common: preserve splits across detach/reattach,
  LP: #760696
* usr/bin/byobu-launcher: don't disrupt work flow, but rather inform
  user about launching byobu in a nested screen session, LP: #747649
* usr/bin/byobu-launch, usr/bin/byobu-launcher-install: fix handling
  of logout behavior, when dpkg-configured globally by the sysadmin,
  LP: #741281
* usr/share/byobu/profiles/common: fix bold color intensity, LP: #727466
* usr/bin/byobu-janitor, usr/bin/byobu-launch, usr/bin/byobu-launcher-
  install, usr/bin/byobu-launcher-uninstall,
  usr/share/byobu/keybindings/f-keys,
  usr/share/byobu/keybindings/screen-escape-keys,
  usr/share/man/man1/byobu.1:
  - add a more permanent fix for LP: #604931
  - update documentation
* usr/share/byobu/keybindings/f-keys,
  usr/share/byobu/keybindings/screen-escape-keys:
  - fix ctrl-f5
* debian/source/format, === removed directory debian/source: remove these
  until bzr builddeb bug gets fixed
* usr/bin/byobu, usr/share/byobu/profiles/byoburc,
  usr/share/byobu/profiles/Makefile.am,
  usr/share/byobu/profiles/screenrc: support using ~/.byoburc, instead of
  ~/.screenrc, if present; some users seem to want to use byobu and screen
  separately, and keep their profiles separate, LP: #731529
* usr/bin/byobu-janitor: use greadlink on Mac OSX, LP: #740370
* usr/bin/byobu-select-session: fix broken path to screen, affects users
  who build/install byobu locally only, LP: #758177

[ Chaskiel Grundman ]
* debian/postinst: correctly fix old-school screen-profiles era diversions
  of /usr/bin/screen, LP: #727738

105. By Dustin Kirkland 

[ Dustin Kirkland ]
* usr/share/man/man1/byobu.1: document PS1 workaround, LP: #525552
* usr/share/man/man1/byobu.1: fix minor manpage typo, add SERVICES example
* usr/lib/byobu/wifi_quality, usr/share/man/man1/byobu.1: support overriding
  the default wireless interface, LP: #723260
* usr/share/man/man1/byobu.1: document TERM=vt100 for Mac keyboard users,
  LP: #482623
* usr/bin/byobu-janitor: use readlink, much more graceful
* usr/lib/byobu/time_binary, usr/share/byobu/profiles/common,
  usr/share/man/man1/byobu.1: fixup a couple of minor issues with the binary
  clock commit
* usr/bin/byobu-status: switch the interpreter from sh to bash; this is
  needed to support James' time_binary script, which is bash and cannot be
  simply sourced by byobu-status; if significant performance regressions
  occur, we will need to back this change out and approach it a different
  way

[ James Hunt ]
* etc/byobu/statusrc, usr/bin/byobu-config, usr/lib/byobu/time_binary,
  usr/share/byobu/profiles/common, usr/share/man/man1/byobu.1:
  - add support for the super-geeky-but-fun binary clock; requires
    UTF8 support in GNU Screen, LP: #705037

[ Chow Loong Jin and Dustin Kirkland ]
* usr/lib/byobu/disk_io: canonicalize symlinks so that disk_io works
  with raid, lvm, dm volumes, LP: #709224, #711373, #723187

104. By Dustin Kirkland 

[ Dustin Kirkland ]
* usr/lib/byobu/wifi_quality: don't show wifi-quality if connectivity == 0
* usr/lib/byobu/disk_io: don't show disk_io if rate = 0
* usr/lib/byobu/services: finally fix that nagging, mysterious whitespace
* rename:
  - wastebasket -> trash
  - uclock -> time_binary
  - ugraph -> /usr/bin/byobu-ugraph
  - ulevel -> /usr/bin/byobu-ulevel
* usr/share/applications/byobu.desktop: change the "window manager"
  verbiage to "command line"; looks a little better on desktop
  applications menu where "window manager" sounds quite different
* usr/lib/byobu/date, usr/share/man/man1/byobu.1: fix issues from
  Question #144881

[ James Hunt <email address hidden> ]
* usr/lib/byobu/time_binary: New UTF-8 notification showing time in binary
  (requires bash for UTF-8 handling) (LP: #705037).
* usr/bin/byobu-ugraph: New UTF-8 notification utility showing
  historical byobu-ugraph data (required bash for UTF-8 handling).
* usr/bin/byobu-ulevel: New UTF-8 notification utility which displays
  some 'level' using various unicode characters (requires bash for
  UTF-8 handling). Also has an accessibility mode using an option or
  environment variable to display all values as percentages in ASCII.
  (LP: #705032).
* usr/lib/byobu/trash: New ASCII+UTF-8 notification indicating
  contents of trash.
* usr/lib/byobu/wifi_quality: added UTF-8 icon.

103. By Dustin Kirkland 

* usr/bin/byobu: -v|--version
* usr/lib/byobu/fan_speed: drop detail section, nothing interesting here
* usr/share/byobu/profiles/common: accommodate for powernap's off- and on-
  lining of processors dynamically
* etc/byobu/statusrc, usr/bin/byobu-config, usr/lib/byobu/network,
  usr/share/byobu/profiles/common, usr/share/man/man1/byobu.1:
  - enable the network monitor by default (it seems I *always* turn this
    on, on every single byobu instance)
  - only display when traffic is non-zero
  - move further to the left, so that entire line doesn't jump around
* usr/share/byobu/profiles/common: move disk_io further left, so line
  does jump around so much

102. By Dustin Kirkland 

[ Dustin Kirkland ]
* usr/bin/byobu-reconnect-sockets, usr/lib/byobu/date,
  usr/share/byobu/keybindings/f-keys,
  usr/share/byobu/keybindings/screen-escape-keys:
  - add a ctrl-f5 keybinding for reconnecting sockets
* usr/share/byobu/profiles/common: explicitly set deflogin on,
  LP: #525552

[ swalker <email address hidden> ]
* A set of fixes for LP: #700911
* usr/bin/byobu-status, usr/bin/byobu-status-detail:
  - improve support for byobu-status-detail on systems without vim
* usr/lib/byobu/mail: test for mail dir, avoids errors
* usr/lib/byobu/reboot_required: test for file existence, avoids errors

[ Dustin Kirkland + swalker <email address hidden> ]
* usr/lib/byobu/wifi_quality: avoid potential divide by zero error
* usr/lib/byobu/fan_speed: add support for /proc/i8k for some other
  systems' fan speeds (e.g. Dell Inspiron), LP: #700204

101. By Dustin Kirkland 

usr/lib/byobu/disk_io: these look better

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/oneiric/byobu
This branch contains Public information 
Everyone can see this information.

Subscribers