* usr/share/applications/byobu.desktop:

- ensure TERM gets full color when launching from desktop
This commit is contained in:
Dustin Kirkland 2013-07-29 12:37:22 -05:00
commit 787f7f310a
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View file

@ -1,6 +1,7 @@
byobu (5.50) unreleased; urgency=low byobu (5.50) unreleased; urgency=low
* UNRELEASED * usr/share/applications/byobu.desktop:
- ensure TERM gets full color when launching from desktop
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 28 Jul 2013 19:51:39 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Sun, 28 Jul 2013 19:51:39 -0500

View file

@ -2,7 +2,7 @@
Name=Byobu Terminal Name=Byobu Terminal
Comment=Advanced Command Line and Text Window Manager Comment=Advanced Command Line and Text Window Manager
Icon=byobu Icon=byobu
Exec=byobu-launcher Exec=env TERM=xterm-256color byobu-launcher
Type=Application Type=Application
Terminal=true Terminal=true
Categories=GNOME;GTK;Utility; Categories=GNOME;GTK;Utility;