mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
debian/rules, usr/share/applications/byobu.desktop: try to get
the icon working in Unity, LP: #683444
This commit is contained in:
parent
c84803af14
commit
0a2fc4f674
3 changed files with 5 additions and 2 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -1,8 +1,10 @@
|
|||
byobu (3.15) unreleased; urgency=low
|
||||
|
||||
* usr/lib/byobu/raid: only match one raid rebuild (the first one)
|
||||
* debian/rules, usr/share/applications/byobu.desktop: try to get
|
||||
the icon working in Unity, LP: #683444
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 05 Dec 2010 11:11:06 -0600
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 07 Dec 2010 21:03:29 -0600
|
||||
|
||||
byobu (3.14-0ubuntu1) natty; urgency=low
|
||||
|
||||
|
|
1
debian/rules
vendored
1
debian/rules
vendored
|
@ -50,6 +50,7 @@ install: build install-po
|
|||
$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
|
||||
dh_link usr/share/byobu/keybindings/f-keys usr/share/byobu/keybindings/common
|
||||
dh_link usr/bin/shell usr/bin/motd+shell
|
||||
dh_link usr/share/byobu/pixmaps/byobu.svg usr/share/icons/hicolor/scalable/apps/byobu.svg
|
||||
|
||||
# Build architecture-independent files here.
|
||||
binary-indep: build install
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[Desktop Entry]
|
||||
Name=Byobu Window Manager
|
||||
Comment=Text-based Window Manager using GNU Screen
|
||||
Icon=/usr/share/byobu/pixmaps/byobu.svg
|
||||
Icon=byobu
|
||||
Exec=byobu-launcher
|
||||
Type=Application
|
||||
Terminal=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue