mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* usr/share/applications/byobu.desktop:
- ensure TERM gets full color when launching from desktop
This commit is contained in:
parent
f7fa417898
commit
787f7f310a
2 changed files with 3 additions and 2 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue