From owner-freebsd-questions@freebsd.org Thu Jun 25 19:56:00 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D219F98D859 for ; Thu, 25 Jun 2015 19:56:00 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id AD56A1969 for ; Thu, 25 Jun 2015 19:56:00 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from lowell-desk.lan (router.lan [172.30.250.2]) by be-well.ilk.org (Postfix) with ESMTP id 82E8C33C1D; Thu, 25 Jun 2015 15:55:49 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id F208739819; Thu, 25 Jun 2015 15:55:47 -0400 (EDT) From: Lowell Gilbert To: "William A. Mahaffey III" Cc: freebsd-questions@freebsd.org Subject: Re: How do I add arbitrary stuff to XFCE tool bar ? References: <558B1991.6070607@hiwaay.net> <44oak4vcb2.fsf@lowell-desk.lan> <558B971E.9000009@hiwaay.net> <20150625193141.250db9f0@gumby.homeunix.com> <558C5AC4.1080800@hiwaay.net> Date: Thu, 25 Jun 2015 15:55:47 -0400 In-Reply-To: <558C5AC4.1080800@hiwaay.net> (William A. Mahaffey, III's message of "Thu, 25 Jun 2015 14:53:31 -0453") Message-ID: <44k2urimv0.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jun 2015 19:56:00 -0000 "William A. Mahaffey III" writes: > Problem is, the app I want (xcalc) isn't on the main menu > ('Applications' button on my bottom tool bar/panel/whatever they call > it) .... I'll try the 'add an empty launcher & then pick the app' & > see how that goes. Thanks. I'm sure you can handle it. [3001] (lowell@hog) ~> cat Desktop/xcalc.desktop [Desktop Entry] Name=XCalc GenericName=Scientific Calculator Comment=Scientific Calculator X11 Client Exec=xcalc -rpn Terminal=false Type=Application Categories=Utility; Icon=/usr/share/icons/mate/48x48/apps/kcalc.png [3002] (lowell@hog) ~>