From owner-freebsd-questions@FreeBSD.ORG Fri Dec 14 18:51:09 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (unknown [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CD9C63FE for ; Fri, 14 Dec 2012 18:51:09 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 526D48FC14 for ; Fri, 14 Dec 2012 18:51:09 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TjaLw-00016U-Vl for freebsd-questions@freebsd.org; Fri, 14 Dec 2012 19:51:20 +0100 Received: from cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com ([86.21.186.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 Dec 2012 19:51:20 +0100 Received: from walterhurry by cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 Dec 2012 19:51:20 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Walter Hurry Subject: Re: Startup Notification? Date: Fri, 14 Dec 2012 18:50:57 +0000 (UTC) Lines: 31 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com User-Agent: Pan/0.135 (Tomorrow I'll Wake Up and Scald Myself with Tea; GIT 30dc37b master) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Dec 2012 18:51:09 -0000 On Fri, 14 Dec 2012 18:09:16 +0000, jb wrote: > Walter Hurry gmail.com> writes: > > >> I'm running FreeBSD 9.1RC3 with LXDE and OpenBox. >> >> The startup-notification port is installed (it's required by a number >> of other ports anyway), but I don't actually see any form of visual >> notification when opening GUI applications. For many of these (e.g. >> lxterminal, pcmanfm) this doesn't matter, since they appear virtually >> instantaneously, but for others (like firefox) the lack is something of >> a nuisance. >> >> Am I missing an optional port, or is there a configuration file >> somewhere which I need to edit? > > This narrative should give you some clue: > https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/11462 > > Find a file like e.g. mozilla-firefox.desktop that will look similar to > this: > ... > Exec=firefox %u Icon=firefox Terminal=false Type=Application > StartupWMClass=Firefox-bin > MimeType=text/html;text/xml;application/xhtml+xml;application > /vnd.mozilla.xul+xml;text/mml; > StartupNotify=true X-Desktop-File-Install-Version=0.15 > Categories=Network;WebBrowser; Thanks, but that made no difference whatever.