mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 05:53:22 -07:00
gnome-terminal-server, LP: #1512498
* === 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
This commit is contained in:
parent
3da5660439
commit
dcebea76d2
12 changed files with 54 additions and 6 deletions
|
@ -20,7 +20,6 @@ AC_OUTPUT(Makefile \
|
|||
etc/byobu/Makefile \
|
||||
etc/profile.d/Makefile \
|
||||
etc/profile.d/Z97-byobu.sh \
|
||||
usr/share/applications/Makefile \
|
||||
usr/bin/byobu \
|
||||
usr/bin/byobu-config \
|
||||
usr/bin/byobu-ctrl-a \
|
||||
|
@ -51,12 +50,14 @@ AC_OUTPUT(Makefile \
|
|||
usr/lib/byobu/include/dirs \
|
||||
usr/lib/byobu/include/toggle-utf8 \
|
||||
usr/share/byobu/tests/byobu-time-notifications \
|
||||
usr/share/byobu/desktop/Makefile \
|
||||
usr/share/byobu/keybindings/Makefile \
|
||||
usr/share/byobu/pixmaps/Makefile \
|
||||
usr/share/byobu/profiles/Makefile \
|
||||
usr/share/byobu/status/Makefile \
|
||||
usr/share/byobu/tests/Makefile \
|
||||
usr/share/byobu/windows/Makefile \
|
||||
usr/share/dbus-1/services/Makefile \
|
||||
usr/share/doc/byobu/Makefile \
|
||||
usr/lib/byobu/Makefile \
|
||||
usr/lib/byobu/include/Makefile \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue