- 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
* === added directory usr/share/byobu/desktop, === added directory
usr/share/dbus-1, === added directory usr/share/dbus-1/services,
configure.ac, debian/control, debian/postinst, debian/postrm,
Makefile.am, usr/share/applications/byobu.desktop =>
usr/share/byobu/desktop/byobu.desktop,
usr/share/applications/Makefile.am =>
usr/share/byobu/desktop/Makefile.am,
usr/share/byobu/desktop/byobu.desktop.old, usr/share/dbus-
1/services/Makefile.am, usr/share/dbus-
1/services/us.kirkland.terminals.byobu.service: LP: #1512498, #1503418
- huge work around the mess that is gnome-terminal-server
- install two different desktop files to /usr/share/byobu/desktops/*
- in postinst, symlink the correct one into /usr/share/applications
- clean up that conditionally installed symlink in postinst
- suggest gnome-terminal package, as our new desktop file hardcodes
gnome-terminal (this kind of sucks)
- in byobu.desktop, exec gnome-terminal with a --app-id hint, and
drop the Terminal=true, as gnome-terminal will take care of that
- install a dbus service, as new gnome-terminal expects to launch
via dbus
- fqdn namespace that service to us.kirkland.terminals.byobu
+ this is stupid, btw
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
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-
at Z97-* to ensure that it's sourced last-ish; clean up and check
etc/byobu/statusrc, experimental/byobu-status-all => usr/bin/byobu-
statusd, Makefile.am, usr/bin/byobu-janitor, usr/bin/byobu-status-
print, usr/bin/Makefile.am, usr/lib/byobu/color,
usr/lib/byobu/.constants, usr/lib/byobu/Makefile.am,
usr/lib/byobu/.shutil, usr/share/byobu/profiles/common,
usr/share/byobu/status/1, usr/share/byobu/status/2,
usr/share/byobu/status/3, usr/share/byobu/status/4,
usr/share/byobu/status/Makefile.am:
- add shared configurations for status ordering
- install symlinks to status ordering
- add status script for status colors
- move color function to shared utils
- add stub for tmux color support
- add byobu-statusd, daemon to cache and update status information in the
run directory as the information expires
- add byobu-status-print, script to concatenate status per ordered
configuration
- move byobu backend support below BYOBU_CONFIG_DIR determination
- move status frequencies to a shared utility function
- drop the backtick commands for all the individual status functions
- add the backtick commands for the 4 quadrants of status
- update the hardstatus line accordingly