mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* usr/share/applications/byobu.desktop:
- have the desktop file just launch the byobu executable - fixes situation where user runs byobu-disable, which touches the auto launch disable flag, but user tries to click on byobu desktop icon
This commit is contained in:
parent
a50152b1f6
commit
0e86df078e
2 changed files with 6 additions and 1 deletions
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -22,6 +22,11 @@ byobu (5.68) unreleased; urgency=low
|
||||||
* usr/share/man/man1/byobu-ugraph.1, usr/share/man/man1/byobu-
|
* usr/share/man/man1/byobu-ugraph.1, usr/share/man/man1/byobu-
|
||||||
ulevel.1, usr/share/man/man1/Makefile.am:
|
ulevel.1, usr/share/man/man1/Makefile.am:
|
||||||
- add manpages, silences lintian warning
|
- add manpages, silences lintian warning
|
||||||
|
* usr/share/applications/byobu.desktop:
|
||||||
|
- have the desktop file just launch the byobu executable
|
||||||
|
- fixes situation where user runs byobu-disable, which touches
|
||||||
|
the auto launch disable flag, but user tries to click on byobu
|
||||||
|
desktop icon
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 02 Dec 2013 18:46:28 -0600
|
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 02 Dec 2013 18:46:28 -0600
|
||||||
|
|
||||||
|
|
|
@ -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=env TERM=xterm-256color byobu-launcher
|
Exec=env TERM=xterm-256color byobu
|
||||||
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