2011/3/11 Pavel Timofeev <tim...@gmail.com>: > When I use XDM > $ grep ttyv8 /etc/ttys > ttyv8 "/usr/local/bin/xdm -nodaemon" xterm 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 "/usr/local/bin/xdm -nodaemon" xterm 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=enabled) --disable-upower Do not enable Upower support (formely devicekit-power) (default=enabled) --disable-consolekit Do not enable ConsoleKit (default=enabled) --disable-polkit Do not enable PolicyKit support (default=enabled) [...] 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 <m...@freebsd.org> > >> please recompile again and restart it should really work. >> >> On Wed, Mar 9, 2011 at 9:55 PM, Pavel Timofeev <tim...@gmail.com> 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-unsubscr...@freebsd.org >>> " >>> > >>> > >>> >>> Does not help in my case =( >>> 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-unsubscr...@freebsd.org" >>> >> >> > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org" > -- olivier _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"