diff options
author | 2006-04-25 15:47:30 +0000 | |
---|---|---|
committer | 2006-04-25 15:47:30 +0000 | |
commit | 94a73ab42c46c6dee6405489f27580c6b5078894 (patch) | |
tree | ab2eb7d3cf0da2770d825ab0ec93ab0a432c5d85 /eclass | |
parent | Stable on sparc (diff) | |
download | historical-94a73ab42c46c6dee6405489f27580c6b5078894.tar.gz historical-94a73ab42c46c6dee6405489f27580c6b5078894.tar.bz2 historical-94a73ab42c46c6dee6405489f27580c6b5078894.zip |
Added TryExec to make_desktop_entry so menu items will only display for users that have permissions to run them.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/eutils.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index 09913db6eba3..59f60cfabaf1 100644 --- a/eclass/eutils.eclass +++ b/eclass/eutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.233 2006/04/19 03:53:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.234 2006/04/25 15:47:30 wolf31o2 Exp $ # # Author: Martin Schlemmer <azarah@gentoo.org> # @@ -901,6 +901,7 @@ Name=${name} Type=Application Comment=${DESCRIPTION} Exec=${exec} +TryExec=${exec} Path=${path} Icon=${icon} Categories=Application;${type};" > "${desktop}" |