From owner-freebsd-ports@FreeBSD.ORG Fri Mar 11 12:01:24 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 E1053106564A; Fri, 11 Mar 2011 12:01:23 +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 413858FC20; Fri, 11 Mar 2011 12:01:22 +0000 (UTC) Received: by bwz12 with SMTP id 12so2945472bwz.13 for ; Fri, 11 Mar 2011 04:01:22 -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=KXcjj6P8DhYuXiWhi+yS+JKP1pyUEs9VdufwhBqTuYE=; b=h7o9OIALEovAibpFq7Ljvhk+Er2gTugRa3W43DVsJ3QypS/YFj2WrPaNU6wWBC66KU sYToLolQw7NzHH/DTc41vapKSaRSaJ3TUCvCI7oG53uMkjkgH0cqNiGkBIFU0qGhqyi6 rpmwenwXIcL3AOE1JIUXYWdGQ9Fnh3Ga14mNQ= 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=dMrj/0CAYvJdY0MOXqb+3OZcng1p+4U/rV0kbtCWGj21iHWScZUUsIGasUdBB8J2GX OebKr1PVBfUghxzHSFMv7WonTagulaxD5p6cue5qHUAscvhLfuTQy3gzgdzV8D9YsIEO 1WXVuxuPzBjGyQLMPa35JeEMLV9/Tqv9A3Ibk= MIME-Version: 1.0 Received: by 10.204.75.23 with SMTP id w23mr2830132bkj.200.1299844881992; Fri, 11 Mar 2011 04:01:21 -0800 (PST) Received: by 10.204.51.17 with HTTP; Fri, 11 Mar 2011 04:01:21 -0800 (PST) In-Reply-To: References: <31106533.post@talk.nabble.com> Date: Fri, 11 Mar 2011 13:01:21 +0100 Message-ID: From: Olivier Duchateau To: Pavel Timofeev Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org, miwi@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, 11 Mar 2011 12:01:24 -0000 2011/3/11 Pavel Timofeev : > When I use XDM > $ grep ttyv8 /etc/ttys > ttyv8 =A0 "/usr/local/bin/xdm -nodaemon" =A0xterm =A0 on secure > $ cat .xsession > exec /usr/local/bin/xfce4-session > and 'Applications menu' doesn`t work > > If I use `startx` command instead of xdm > $ grep ttyv8 /etc/ttys > ttyv8 =A0 "/usr/local/bin/xdm -nodaemon" =A0xterm =A0 off secure > And add following (find with google) line to .xinitrc > $ cat .xinitrc > ck-launch-session startxfce4 > 'Applications menu' works good It's known bug Xdm and ConsoleKit. With Xdm and Xfce you don't need to add ck-launch-session in your ~/.xinitrc. When you install x11-wm/xfce4-session, consolekit, polkit, upower are enabled (if there are installed). Excerpt of configure script: [...] --disable-hal Do not enable HAL (default=3Denabled) --disable-upower Do not enable Upower support (formely devicekit-power) (default=3Denabled) --disable-consolekit Do not enable ConsoleKit (default=3Denabled) --disable-polkit Do not enable PolicyKit support (default=3Denable= d) [...] I don't know, why you don't use Xfce's xinitrc, it works fine with Xdm (I use it). You should also add symbolic link between ~/.xinitrc and ~/.xsession. I use sysutils/polkit (not sysutils/policykit which is replaced by polkit, and any more /usr/local/etc/PolicyKit/PolicyKit.conf) for logout / disconnect session and everything works fine. > > 2011/3/9 Martin Wilke > >> please recompile again and restart it should really work. >> >> On Wed, Mar 9, 2011 at 9:55 PM, Pavel Timofeev wrote: >> >>> >>> >>> Mark Felder-4 wrote: >>> > >>> >> How do I create a app menu, I'm getting an error when trying to load >>> the >>> >> menu "menus/applications.menu" >>> >> not found. >>> > >>> > Recompile sysutils/garcon to resolve this error. >>> > >>> > I hope this helps someone else... >>> > >>> > >>> > Regards, >>> > >>> > >>> > Mark >>> > _______________________________________________ >>> > freebsd-ports@freebsd.org mailing list >>> > http://lists.freebsd.org/mailman/listinfo/freebsd-ports >>> > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.o= rg >>> " >>> > >>> > >>> >>> Does not help in my case =3D( >>> fresh ports, fresh xfce4 install. >>> -- >>> View this message in context: >>> http://old.nabble.com/xfce-4.8-upgrade-errors-tp31083045p31106533.html >>> Sent from the freebsd-ports mailing list archive at Nabble.com. >>> >>> _______________________________________________ >>> freebsd-ports@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >>> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org= " >>> >> >> > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > --=20 olivier