From owner-freebsd-xfce@FreeBSD.ORG Tue May 8 18:49:32 2012 Return-Path: Delivered-To: freebsd-xfce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C576B106564A for ; Tue, 8 May 2012 18:49:32 +0000 (UTC) (envelope-from christian.mangin@gmail.com) Received: from mail-qa0-f49.google.com (mail-qa0-f49.google.com [209.85.216.49]) by mx1.freebsd.org (Postfix) with ESMTP id 7D5348FC0C for ; Tue, 8 May 2012 18:49:32 +0000 (UTC) Received: by qabj40 with SMTP id j40so1058788qab.15 for ; Tue, 08 May 2012 11:49:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:content-type:content-transfer-encoding; bh=x3UXkS1nw0ZP9bKQO4MZVoMmmSUPwyppTGqEY/OM/+o=; b=kikFTEUNbOf6HUGdBQWDwqlrIyq/0g0wUIE9+aULtxzK2BfSE17Y/mNrzMBu2Qnff+ 38roLqZgf+jDd/a8G4YfldJHAyi27QtWUEHXzbGZkD+SPXJgOE6iJCtkRsumvqj7xh9z Q2TBgc7GrDaDcfuqN+vs7G+BzMOkbdtRSadzKuMNC2zTT/OUWyzxOwQD1l+2BWBolzMA Wr92esJ2HAIKjp0iCscQCarldet4yPsVDvlUPVvJ24cCZfDoS4ckR+AaoWfULTbGIN+G NAxveR3xs3s/hRjdFoBJAo/0EaKFJ77f7Wk/SHScS6r5FtS+FymubeYGNH3Md63UYQi2 ZTAw== Received: by 10.224.215.135 with SMTP id he7mr271908qab.48.1336502966162; Tue, 08 May 2012 11:49:26 -0700 (PDT) Received: from [192.168.80.173] (cable-10-157-60.b2b2c.ca. [72.10.157.60]) by mx.google.com with ESMTPS id bm15sm5436583qab.17.2012.05.08.11.49.25 (version=SSLv3 cipher=OTHER); Tue, 08 May 2012 11:49:25 -0700 (PDT) Message-ID: <4FA96AB4.7030708@gmail.com> Date: Tue, 08 May 2012 14:49:24 -0400 From: Christian Mangin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120425 Firefox/12.0 SeaMonkey/2.9 MIME-Version: 1.0 To: freebsd-xfce@freebsd.org X-Enigmail-Version: 1.5pre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [CFT] Xfce 4.10 X-BeenThere: freebsd-xfce@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: XFCE for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2012 18:49:32 -0000 Hi there, I've used your 'xfcemerge' script to update to and test xfce 4.10. Here's my observations: - On the ports update itself, the scripts doesn't clean up some patch files. I had to manually removes patch files from these ports: sysutils/xfce4-power-manager sysutils/xfce4-cpugraph-plugin x11-wm/xfce4-session x11-wm/xfce4-wm - After the upgrade x11/Terminal needs to be rebuilt. That should be part of the core packages. I'm running the Xfce 4.10 desktop right now. Everything seems to be working fine except for a few panel plugin issues : - The orage panel plugin crashes on startup. A rebuild of the package fixes it. - The power manager plugin works fine as long as you don't select 'always display icon'. In that case if you remove the laptop battery you'll see a little red icon instead of the adapter icon and clicking on it will crash the plugin. (I know because I fixed it a year ago in 1.0.10) - All the icons are stacked to the left of the panel when you first start the desktop. That can be fixed by adding a separator at the correct location. Thanks for your work!