From owner-freebsd-xfce@FreeBSD.ORG Mon Nov 4 19:28:51 2013 Return-Path: Delivered-To: freebsd-xfce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5C108253 for ; Mon, 4 Nov 2013 19:28:51 +0000 (UTC) (envelope-from rosti.bsd@gmail.com) Received: from mail-we0-x22f.google.com (mail-we0-x22f.google.com [IPv6:2a00:1450:400c:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F230E2CD2 for ; Mon, 4 Nov 2013 19:28:50 +0000 (UTC) Received: by mail-we0-f175.google.com with SMTP id t61so2509915wes.20 for ; Mon, 04 Nov 2013 11:28:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=wj/mziyoYZI1XN5JkyXq3upHkdvqSCtFJBBSkYxQV8w=; b=plaY5PPvota42nx1t1X1GjY6T5VNPgE7c98RhhCR2kae2gR7XMoB1DFU6BGug3id3G rZCKrOh25UtjqtBii2uMofiM0vQ9NQ1yFj5908sQmDR5AtOJHaOalKUvVLUTuxZFsWra 7fuLlvUYk+5SWIpl/ONQOdaVfs5YNjs8F73ECVPZwGWkHPVOHVx5e8v8P4wUys/X/9uM zMd+rmINMbVICm5nW/4TKfcekVQStRN3I+3F0n6rQ2N/vnWaqDKLcVisnnOxneJU7B4L 7V2uMALdD6fZPsfzq/01RTDZn7UTi0HZnruNDqYK2OZstcfKKM2yrrWkgNRen8HTtT1S SmMw== MIME-Version: 1.0 X-Received: by 10.180.94.38 with SMTP id cz6mr13726993wib.27.1383593329245; Mon, 04 Nov 2013 11:28:49 -0800 (PST) Received: by 10.194.216.2 with HTTP; Mon, 4 Nov 2013 11:28:49 -0800 (PST) Date: Mon, 4 Nov 2013 21:28:49 +0200 Message-ID: Subject: vendorinfo file From: Rostislav Krasny To: freebsd-xfce@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-xfce@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: XFCE for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Nov 2013 19:28:51 -0000 Hi, I've noticed that 'xfce4-about' looks for the /usr/local/share/xfce4/vendorinfo file. If it's missed a warning message is printed in console: xfce4-about-Message: No vendor information found in "/usr/local/share/xfce4/vendorinfo". If this file exists then there is an additional tab (FreeBSD tab) in the xfce4-about window and content of the vendorinfo file is printed there. Is it a known feature? It seems to be added in the upstream 3 years ago by following commit: http://mail.xfce.org/pipermail/xfce4-commits/2010-November/013752.html I think some "about" and/or other FreeBSD advertising information could be put into that file. What do you think?