diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-03-20 08:57:14 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-03-20 08:57:14 +0000 |
commit | 9217bcc26b626382756a265ce760ac853aa81f1c (patch) | |
tree | fa5bee8e9620d0f11c5b907b71577644e2129644 /x11-plugins | |
parent | binary package for the purpose of bringing ELK to Gentoo; written by T. Mozes... (diff) | |
download | gentoo-2-9217bcc26b626382756a265ce760ac853aa81f1c.tar.gz gentoo-2-9217bcc26b626382756a265ce760ac853aa81f1c.tar.bz2 gentoo-2-9217bcc26b626382756a265ce760ac853aa81f1c.zip |
Fix desktop file
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmsystray/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmsystray/files/wmsystray.desktop | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/x11-plugins/wmsystray/ChangeLog b/x11-plugins/wmsystray/ChangeLog index 95229320546f..9af009ed0667 100644 --- a/x11-plugins/wmsystray/ChangeLog +++ b/x11-plugins/wmsystray/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmsystray -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystray/ChangeLog,v 1.12 2010/09/09 13:43:12 s4t4n Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystray/ChangeLog,v 1.13 2015/03/20 08:57:14 jlec Exp $ + + 20 Mar 2015; Justin Lecher <jlec@gentoo.org> files/wmsystray.desktop: + Fix desktop file 09 Sep 2010; Michele Noberasco <s4t4n@gentoo.org> wmsystray-0.1.1.ebuild: Honour Gentoo LDFLAGS, see bug #336296. diff --git a/x11-plugins/wmsystray/files/wmsystray.desktop b/x11-plugins/wmsystray/files/wmsystray.desktop index fe03b8c441e0..e3701e0603e8 100644 --- a/x11-plugins/wmsystray/files/wmsystray.desktop +++ b/x11-plugins/wmsystray/files/wmsystray.desktop @@ -4,6 +4,5 @@ Comment=SysTray dockapp for WindowMaker Comment[pl]=Dokowalny SysTray dla WindowMakera Exec=wmsystray Type=Application -Encoding=UTF-8 -Terminal=0 -Categories=Application;Utility; +Terminal=false +Categories=Utility; |