xref: /illumos-gate/usr/src/cmd/print/scripts/desktop-print-management-applet.desktop (revision 5f58abfdcb4ac30ee3299a9fc222d33bb75d22a7)
1*5f58abfdSNorm Jacobs#
2*5f58abfdSNorm Jacobs# CDDL HEADER START
3*5f58abfdSNorm Jacobs#
4*5f58abfdSNorm Jacobs# The contents of this file are subject to the terms of the
5*5f58abfdSNorm Jacobs# Common Development and Distribution License (the "License").
6*5f58abfdSNorm Jacobs# You may not use this file except in compliance with the License.
7*5f58abfdSNorm Jacobs#
8*5f58abfdSNorm Jacobs# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*5f58abfdSNorm Jacobs# or http://www.opensolaris.org/os/licensing.
10*5f58abfdSNorm Jacobs# See the License for the specific language governing permissions
11*5f58abfdSNorm Jacobs# and limitations under the License.
12*5f58abfdSNorm Jacobs#
13*5f58abfdSNorm Jacobs# When distributing Covered Code, include this CDDL HEADER in each
14*5f58abfdSNorm Jacobs# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*5f58abfdSNorm Jacobs# If applicable, add the following below this CDDL HEADER, with the
16*5f58abfdSNorm Jacobs# fields enclosed by brackets "[]" replaced with your own identifying
17*5f58abfdSNorm Jacobs# information: Portions Copyright [yyyy] [name of copyright owner]
18*5f58abfdSNorm Jacobs#
19*5f58abfdSNorm Jacobs# CDDL HEADER END
20*5f58abfdSNorm Jacobs#
21*5f58abfdSNorm Jacobs
22*5f58abfdSNorm Jacobs#
23*5f58abfdSNorm Jacobs# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
24*5f58abfdSNorm Jacobs# Use is subject to license terms.
25*5f58abfdSNorm Jacobs#
26*5f58abfdSNorm Jacobs
27*5f58abfdSNorm Jacobs[Desktop Entry]
28*5f58abfdSNorm JacobsEncoding=UTF-8
29*5f58abfdSNorm JacobsName=Desktop Printing Monitoring applet
30*5f58abfdSNorm JacobsComment=Show balloon dialog for printers
31*5f58abfdSNorm JacobsIcon=print-manager.png
32*5f58abfdSNorm JacobsExec=env DESKTOP_LAUNCHED=true /usr/bin/desktop-print-management-applet
33*5f58abfdSNorm JacobsTerminal=false
34*5f58abfdSNorm JacobsType=Application
35*5f58abfdSNorm JacobsCategories=
36*5f58abfdSNorm JacobsOnlyShowIn=GNOME;
37*5f58abfdSNorm JacobsX-GNOME-Autostart-enabled=true
38