From owner-freebsd-ports@FreeBSD.ORG Fri Mar 4 21:31:00 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20C421065679 for ; Fri, 4 Mar 2011 21:31:00 +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 A24B98FC14 for ; Fri, 4 Mar 2011 21:30:59 +0000 (UTC) Received: by bwz12 with SMTP id 12so2585404bwz.13 for ; Fri, 04 Mar 2011 13:30:58 -0800 (PST) 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=Nkc7pQo15k7wLfyMV9xbjVwRi9NVQOgAK9hBRYVz228=; b=iJqpv79guB6W6x0Ndq7n81NiETw51jQq0tkaT0D490pBdgUCTvjs2kEUdGQvYUiovl CG/xMn9XWY2IC1W4/S0qAYIShNCFvmIuvtOmC3cZ7aljvsG8tLodTrPb/iKf+nDrlnq+ eBmG2QvNevw8YI1LK+lrVf+IqSLwMS6ptnTr4= 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=VtZtmZfODXGpKhQqOr5QGJifd4zdpqvrSgEQ2+GVyXAkVK6GWwrN8uP2/iQ8zny6tM h3cmMW25OyPQVwKiZ53yZCLfhG7J0uixXEaeDYFc7IFVOmiFtnSAkqU9G+dBwjAd6m+k bhQN+ildmL4PNLvT1XASKgq2JTxe9rGv6oLoA= MIME-Version: 1.0 Received: by 10.204.75.23 with SMTP id w23mr978994bkj.200.1299274258528; Fri, 04 Mar 2011 13:30:58 -0800 (PST) Received: by 10.204.70.204 with HTTP; Fri, 4 Mar 2011 13:30:58 -0800 (PST) In-Reply-To: References: Date: Fri, 4 Mar 2011 22:30:58 +0100 Message-ID: From: Olivier Duchateau To: Warren Block Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org Subject: Re: xfce4.8 icons/menus/panel 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, 04 Mar 2011 21:31:00 -0000 2011/3/4 Warren Block : > On Fri, 4 Mar 2011, Olivier Duchateau wrote: > >>> % pkg_info -Ix hicolor >>> hicolor-icon-theme-0.12 A high-color icon theme shell from the >>> FreeDesktop >>> project >> >> Are you installed x11-themes/icons-tango (and >> x11-themes/icons-tango-extras) ? > > % pkg_info -Ix icons > icons-tango-0.8.90_1 A basic set of icons for the most common usage > icons-tango-extras-0.1.0_4 A extra set of icons from the Tango project > >> If not, be careful, you must add SVG support in graphics/ImageMagick, >> otherwise icons will be awful (black borders instead of transparent). > >> You can also install misc/gnome-icon-theme. > > SVG was not enabled on graphics/ImageMagick, enabled and reinstalled. Als= o > reinstalled misc/gnome-icon-theme, but no change. > >> How do you run your Xfce session ? Could you post (somewhere) you >> ~/.xsession-errors (if it exists). > > xfce is started from .xinitrc, with exec /usr/local/bin/startxfce4. Myself I copy xinitrc file taken from sysutils/xfce4-utils ( find /usr/local/etc -type f -regex 'xinitrc' -print) and create symbolic link for .xsession. My ~/.xsession-errors is almost empty: Agent pid 1441 xfdesktop[1459]: starting up xfce4-settings-helper: Another instance is already running. Leaving... I run Xfce 4.8 right from the beginning (4.8pre1) and I never got any problem with xfce4-panel (I always backup ~/.config). > .xsession-errors is short: > > /usr/local/bin/startxfce4: X server already running on display :0 > xrdb: =A0"Xft.hinting" on line 9 overrides entry on line 6 > xrdb: =A0"Xft.hintstyle" on line 11 overrides entry on line 7 > Agent pid 1169 > got eof > > ** (xfwm4:1184): CRITICAL **: getBoolValue: assertion > `G_VALUE_TYPE(rc[i].value) =3D=3D G_TYPE_BOOLEAN' failed > > (xfce4-panel:1189): xfce4-panel-WARNING **: xfce4-panel is not running > xfdesktop[1190]: starting up > > ** (devilspie:1161): CRITICAL **: e_sexp_eval: assertion `f->tree !=3D NU= LL' > failed > > ** (devilspie:1161): CRITICAL **: e_sexp_eval: assertion `f->tree !=3D NU= LL' > failed > > ** (devilspie:1161): CRITICAL **: e_sexp_eval: assertion `f->tree !=3D NU= LL' > failed > unsetenv: not found > unsetenv: not found > Agent pid 1169 killed > devilspie: Fatal IO error 35 (Resource temporarily unavailable) on X serv= er > :0.0. > xfsettingsd: Fatal IO error 35 (Resource temporarily unavailable) on X > server :0.0. > > --=20 olivier