mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23: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
|
byobu (3.15) unreleased; urgency=low
|
||||||
|
|
||||||
* usr/lib/byobu/raid: only match one raid rebuild (the first one)
|
* 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
|
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
|
$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
|
||||||
dh_link usr/share/byobu/keybindings/f-keys usr/share/byobu/keybindings/common
|
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/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.
|
# Build architecture-independent files here.
|
||||||
binary-indep: build install
|
binary-indep: build install
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Byobu Window Manager
|
Name=Byobu Window Manager
|
||||||
Comment=Text-based Window Manager using GNU Screen
|
Comment=Text-based Window Manager using GNU Screen
|
||||||
Icon=/usr/share/byobu/pixmaps/byobu.svg
|
Icon=byobu
|
||||||
Exec=byobu-launcher
|
Exec=byobu-launcher
|
||||||
Type=Application
|
Type=Application
|
||||||
Terminal=true
|
Terminal=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue