From owner-freebsd-ports@FreeBSD.ORG Fri Apr 15 08:00:26 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0177106566C for ; Fri, 15 Apr 2011 08:00:26 +0000 (UTC) (envelope-from duchateau.olivier@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 237578FC13 for ; Fri, 15 Apr 2011 08:00:05 +0000 (UTC) Received: by bwz12 with SMTP id 12so2695518bwz.13 for ; Fri, 15 Apr 2011 01:00:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=vbiQuvvII7ETdFaYJ5FR4FSdHbGuc/aKl1DrWWbZA3s=; b=fkz3NhbS5rbQ3oBwPPpV41AUUzOlQx8BDr99GUVE8yAjdAdliU5WYmADQR49t8RDyd EbfU8Cnc69t1rMbcfq/2+WJ5j7fVzslHR2UYAcd6OBS5aE7f/+vxlBWqo96sBfom1JBT tUf9HWaNXujxVyiTaXGCezTLXtHqB5V2xwJ+4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=lWZXE41harxwoDDR+XkLW3q8mKdpYaJg7Efmose4LdiYXsnOaUrpYVZlv3u7LjZJF1 K0vFWW+lpRW8sVnLq8LrmeAylgrP/3GCX3PMe+xCL5FKADDPjUFpRPoHlHUkPbACUCOh dNHfxhQCbhDDhxxZ2SE11RZCfpRUqhh20no18= MIME-Version: 1.0 Received: by 10.204.14.204 with SMTP id h12mr1365323bka.78.1302854404878; Fri, 15 Apr 2011 01:00:04 -0700 (PDT) Received: by 10.204.6.90 with HTTP; Fri, 15 Apr 2011 01:00:04 -0700 (PDT) In-Reply-To: References: <1300368202240-3863483.post@n5.nabble.com> <1302699023481-4300506.post@n5.nabble.com> Date: Fri, 15 Apr 2011 10:00:04 +0200 Message-ID: From: Olivier Duchateau To: Warren Block Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Pavel Timofeev , freebsd-ports@freebsd.org Subject: Re: xfce 4.8 upgrade errors X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2011 08:00:26 -0000 2011/4/14 Warren Block : > On Thu, 14 Apr 2011, Pavel Timofeev wrote: > >> I just understood the problem! >> It dawned upon me! All these apps are united by the fact that they have >> icons (when they running) at notification area on xfce4-panel. >> Problem with xfce4-panel! I checked it. >> >> If I make >> $ rm -rf .config >> and then logon to xfce4 it tell me 'Welcome to the first start of the >> panel' >> and I choose =A0'Use default config'. >> Now all works very good, >> But if I make logout and then relogon to xfce4 again opera and some apps >> hangs system. >> >> Ok. Reboot system. Logon to xfce4 and first thing remove 'notification >> area' >> from xfce4-panel. And now all works fine! >> Problem in xfce4-panel. > > There was a new release of xfce4-panel a few days ago: > http://foo-projects.org/pipermail/xfce/2011-April/028514.html I've send PR, http://www.freebsd.org/cgi/query-pr.cgi?pr=3D156231 > > Also a new version of garcon: > http://foo-projects.org/pipermail/xfce/2011-April/028513.html > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D156230 We must wait for upgrade made by maintainer, but you can use patches. Pavel, are you able to run your xfce session with startx command ? 1. In /etc/ttys (line beginning by ttyv8), replace 'on' by 'off', reboot your computer. 2. if in your $HOME directory, .xinitrc (or .xsession) file doesn't exist, copy it from /usr/local/etc/xdg/xfce4/. 3. create also .xsession (ln -sf ~/.xinitrc ~/.xsession) 4. finally, run 'startx' command, a file called .xsession-errors will appea= r Look at warning and errors. --=20 olivier