mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
* 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:
parent
3649eec285
commit
0edfa2b067
4 changed files with 17 additions and 2 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -10,6 +10,12 @@ byobu (5.113) unreleased; urgency=medium
|
|||
still an argument
|
||||
* usr/bin/purge-old-kernels:
|
||||
- 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
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
desktopdir = $(datadir)/@PACKAGE@/desktop
|
||||
desktop_SCRIPTS = byobu.desktop
|
||||
desktop_SCRIPTS = byobu.desktop byobu.desktop.old
|
||||
|
|
9
usr/share/byobu/desktop/byobu.desktop.old
Normal file
9
usr/share/byobu/desktop/byobu.desktop.old
Normal 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
|
|
@ -151,7 +151,7 @@ Then:
|
|||
$ BYOBU_WINDOWS=split4 byobu
|
||||
|
||||
.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
|
||||
|
||||
byobu uses decimal for measurements of network data transfer, meaning multiple of 1000, rather than 1024. See:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue