* usr/share/man/man1/byobu.1:

- fix minor nitpick about disk/memory measurement documentation
* usr/share/byobu/desktop/byobu.desktop.old,
  usr/share/byobu/desktop/Makefile.am, usr/share/man/man1/byobu.1: LP: #1639836
  - resurrect byobu-desktop.old, which is needed on Debian and other
    systems, where gnome-terminal may not exist
This commit is contained in:
Dustin Kirkland 2016-12-07 08:16:08 -06:00
commit 0edfa2b067
4 changed files with 17 additions and 2 deletions

6
debian/changelog vendored
View file

@ -10,6 +10,12 @@ byobu (5.113) unreleased; urgency=medium
still an argument still an argument
* usr/bin/purge-old-kernels: * usr/bin/purge-old-kernels:
- ensure that we keep the current running kernel - ensure that we keep the current running kernel
* usr/share/man/man1/byobu.1:
- fix minor nitpick about disk/memory measurement documentation
* usr/share/byobu/desktop/byobu.desktop.old,
usr/share/byobu/desktop/Makefile.am, usr/share/man/man1/byobu.1: LP: #1639836
- resurrect byobu-desktop.old, which is needed on Debian and other
systems, where gnome-terminal may not exist
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 16 Sep 2016 10:13:08 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Fri, 16 Sep 2016 10:13:08 -0500

View file

@ -1,2 +1,2 @@
desktopdir = $(datadir)/@PACKAGE@/desktop desktopdir = $(datadir)/@PACKAGE@/desktop
desktop_SCRIPTS = byobu.desktop desktop_SCRIPTS = byobu.desktop byobu.desktop.old

View file

@ -0,0 +1,9 @@
[Desktop Entry]
Name=Byobu Terminal
Comment=Advanced Command Line and Text Window Manager
Icon=byobu
Exec=env TERM=xterm-256color byobu
Terminal=true
Type=Application
Categories=GNOME;GTK;Utility;
X-GNOME-Gettext-Domain=byobu

View file

@ -151,7 +151,7 @@ Then:
$ BYOBU_WINDOWS=split4 byobu $ BYOBU_WINDOWS=split4 byobu
.SH UNITS OF MEASURE .SH UNITS OF MEASURE
byobu uses binary for capacity measurements of KB, MB, GB, and TB. This means multiples of 1024 rather than multiples of 1000, in accordance with JEDEC Standard 100B.01 for disk and memory capacity measurements. See: byobu uses binary for capacity measurements of KB, MB, GB, and TB. This means multiples of 1024 rather than multiples of 1000, in accordance with JEDEC Standard 100B.01 for memory capacity measurements. See:
* http://en.wikipedia.org/wiki/JEDEC_memory_standards * http://en.wikipedia.org/wiki/JEDEC_memory_standards
byobu uses decimal for measurements of network data transfer, meaning multiple of 1000, rather than 1024. See: byobu uses decimal for measurements of network data transfer, meaning multiple of 1000, rather than 1024. See: