Commit graph

2957 commits

Author SHA1 Message Date
Didier Roche
c347b11f07 * byobu.desktop:
- give some hints for GNOME Shell to correctly match byobu desktop file
    (LP: #1718482)
2018-05-09 14:03:40 +02:00
Dustin Kirkland
706262387c * usr/lib/byobu/include/shutil, usr/lib/byobu/logo:
- add a logo for gLinux
2018-04-27 03:43:45 -05:00
Dustin Kirkland
db3d301216 * usr/lib/byobu/session:
- don't count sessions that start with _
  - BUG: #892489
2018-04-11 16:00:52 -05:00
Dustin Kirkland
76560f004d * usr/lib/byobu/include/constants, usr/share/byobu/keybindings/f-
keys.screen, usr/share/byobu/keybindings/f-keys.tmux:
  - create a $BYOBU_EDITOR variable, using "sensible-editor" if found
    (it will be on Debian/Ubuntu systems), or $EDITOR if not, and falling
    back to "vim" in the case where none are found
  - use $BYOBU_EDITOR with Shift-F7 to open the printscreen buffer in
    a new window;  this fixes a bug on some distros where $EDITOR might
    be undefined
2018-04-11 10:16:45 -05:00
Dustin Kirkland
c00e1e06a0 opening 5.126 2018-03-16 10:09:57 -07:00
Dustin Kirkland
c4136ebfe9 releasing 5.125 2018-03-16 10:09:57 -07:00
Dustin Kirkland
8d013218b0 * debian/control:
- need sensible-utils
2018-03-16 09:28:26 -07:00
Dustin Kirkland
12b0cc46c1 * usr/lib/byobu/include/select-session.py:
- Fix cull_zombies() so that we properly cull zombies of sessions that
   have non-numeric session names
 - Allow the dynamic session-creation behaviour to be disabled by
   creating ~/.byobu/.reuse-session
2018-03-15 14:27:54 -07:00
Dustin Kirkland
ffbe142913 * usr/share/byobu/profiles/dircolors: LP: #1752352
- fix blinking symlinks
2018-03-15 14:18:16 -07:00
Jean-Baptiste Lallement
f9b58596bd * usr/share/byobu/profiles/dircolors: Adjust color of symlink to cyan-ish foreground, without any attribute 2018-03-09 09:05:00 +01:00
Jean-Baptiste Lallement
d209e8b604 * usr/share/byobu/profiles/dircolors: LP: #1752352
- Changed color attribute of symlinks from blinking to underscore.
2018-03-08 15:21:51 +01:00
Dustin Kirkland
559a1c9398 opening 5.125 2017-12-04 07:46:49 -06:00
Dustin Kirkland
ed1e339c6a releasing 5.124 2017-12-04 07:46:48 -06:00
Dustin Kirkland
34c0d77bbf * Build-depend on dh-python.
* Drop the alternative python2 dependencies. LP: #1735348.
2017-12-04 07:44:47 -06:00
Dustin Kirkland
11bf755c9b * usr/lib/byobu/include/select-session.py:
- Fix culling sessions with named groups (#25)
  - https://github.com/dustinkirkland/byobu/pull/25
2017-11-14 14:23:52 +11:00
Dustin Kirkland
4311382b18 * usr/bin/purge-old-kernels:
- make sure we pass through the -f|-y apt options
2017-11-07 17:13:41 +11:00
Dustin Kirkland
e82b22e450 * === added directory snap, snap/snapcraft.yaml:
- initial crack at snap packaging
2017-10-15 11:59:54 -05:00
Dustin Kirkland
4351008d97 * usr/bin/wifi-status:
- add a speedometer split
* debian/control, usr/bin/wifi-status,
  usr/share/byobu/profiles/bashrc:
  - kill the double bracket;  doesn't always print nicely
2017-10-11 17:09:08 -04:00
Chow Loong Jin
755c0e9f28 Allow disabling of automatic tmux session creation 2017-10-05 13:30:42 +08:00
Chow Loong Jin
72e8630b1d Fix cull_zombies() for sessions with non-numeric names 2017-10-05 13:29:38 +08:00
Dustin Kirkland
cb9467a142 opening 5.124 2017-09-25 10:28:42 -05:00
Dustin Kirkland
0e2380091f releasing 5.123 2017-09-25 10:28:42 -05:00
Dustin Kirkland
5801edb00e * usr/bin/byobu-ctrl-a.in: LP: #1710780
- set prefix2 to F12 in screen-compat ctrl-a mode
2017-09-25 10:27:21 -05:00
Dustin Kirkland
b8550dd4b7 * usr/bin/byobu.in:
- add support for a BYOBU_ALT_TITLE variable, which enables users to
    set an alternate window title for their byobu session
  - https://github.com/dustinkirkland/byobu/pull/23
2017-09-25 10:22:11 -05:00
Dustin Kirkland
7640503f65 * usr/bin/wifi-status:
- use iw and ip rather than ifconfig and iwconfig, which are deprecated
  - https://github.com/dustinkirkland/byobu/pull/24
2017-09-25 10:10:48 -05:00
Dustin Kirkland
a55e3b4f83 * po/es.po:
- fix typos and errors in the spanish translation
  - https://github.com/dustinkirkland/byobu/pull/21
2017-09-25 09:32:15 -05:00
Dustin Kirkland
3ebbea1ec2 opening 5.123 2017-08-17 18:44:26 -05:00
Dustin Kirkland
714841ee03 releasing 5.122 2017-08-17 18:44:26 -05:00
Dustin Kirkland
e266bebe9c * 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.
2017-08-17 16:54:20 -05:00
root
2b6e2e18e7 fix pep8 E722 failures (no bare except)
* usr/lib/byobu/include/config.py.in: replace all 'except:' instances
  by 'except Exception:'. LP: #1711026.
* usr/lib/byobu/include/config.py.in: same.
2017-08-16 04:13:43 +00:00
Mitsuya Shibata
c199d4df9b * usr/bin/byobu-ctrl-a: LP: #1710780
- always set F12 key to prefix2 on tmux
2017-08-15 15:51:04 +09:00
Dustin Kirkland
5933fd21f3 opening 5.122 2017-08-09 16:53:48 -05:00
Dustin Kirkland
a04ef9064d releasing 5.121 2017-08-09 16:53:48 -05:00
Dustin Kirkland
f98a193515 * debian/control:
- lower screen to a suggests
2017-08-09 16:51:55 -05:00
Dustin Kirkland
e2251f6a91 * 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
2017-07-21 10:42:50 +02:00
Dustin Kirkland
c7991ff639 * usr/bin/wifi-status:
- timestamp the pings
2017-06-08 13:10:39 -07:00
Dustin Kirkland
8a28a29f29 opening 5.121 2017-06-05 11:44:03 -05:00
Dustin Kirkland
37f667a02b releasing 5.120 2017-06-05 11:44:01 -05:00
Dustin Kirkland
d68c17888e opening 5.120 2017-06-01 17:18:46 -05:00
Dustin Kirkland
7ff1ddf1ec releasing 5.119 2017-06-01 17:18:46 -05:00
Dustin Kirkland
b8affb49b3 * usr/lib/byobu/include/shutil:
- fix regression in distro detection
2017-06-01 17:17:59 -05:00
Dustin Kirkland
949294bd3b opening 5.119 2017-06-01 11:45:49 -05:00
Dustin Kirkland
3aeae51e63 releasing 5.118 2017-06-01 11:45:48 -05:00
Dustin Kirkland
2f0bb33ff9 * usr/lib/byobu/include/shutil:
- use /etc/lsb-release, if it exists
    fixes detection of Linux Mint
2017-06-01 11:43:31 -05:00
Dustin Kirkland
0ab8a3b00f opening 5.118 2017-04-27 16:26:19 -05:00
Dustin Kirkland
356036d5bf releasing 5.117 2017-04-27 16:26:18 -05:00
Dustin Kirkland
e4e1944409 * usr/bin/purge-old-kernels, usr/share/man/man1/purge-old-kernels.1: LP: #1686138
- deprecate the logic in purge-old-kernel, as apt autoremove is supposed
    to work properly now
2017-04-27 16:20:01 -05:00
Dustin Kirkland
c4cffa2bad opening 5.117 2017-03-18 12:05:58 -05:00
Dustin Kirkland
9bf905adee releasing 5.116 2017-03-18 12:05:57 -05:00
Dustin Kirkland
59b5b264f0 * usr/bin/purge-old-kernels, usr/share/man/man1/purge-old-kernels.1:
- add a --quiet option for cronjobs
  - add note in the manpage
2017-03-18 12:04:47 -05:00