atom feed29 messages in org.freebsd.freebsd-portsRe: xfce 4.8 upgrade errors
FromSent OnAttachments
Mark FelderMar 6, 2011 12:53 pm 
Pavel TimofeevMar 9, 2011 5:54 am 
Martin WilkeMar 9, 2011 5:55 am 
Pavel TimofeevMar 10, 2011 4:53 am 
Warren BlockMar 10, 2011 6:59 am 
Pavel TimofeevMar 10, 2011 7:05 am 
Mark FelderMar 10, 2011 8:53 am 
Pavel TimofeevMar 11, 2011 12:58 am 
Pavel TimofeevMar 11, 2011 3:05 am 
Pavel TimofeevMar 11, 2011 3:54 am 
Olivier DuchateauMar 11, 2011 4:00 am 
Pavel TimofeevMar 11, 2011 4:41 am 
timpMar 17, 2011 6:22 am 
Olivier DuchateauMar 17, 2011 10:39 am 
timpMar 22, 2011 7:38 am 
timpApr 13, 2011 5:50 am 
Pavel TimofeevApr 14, 2011 4:32 am 
Warren BlockApr 14, 2011 1:59 pm 
Olivier DuchateauApr 15, 2011 12:59 am 
Pavel TimofeevApr 15, 2011 2:51 am 
Olivier DuchateauApr 15, 2011 4:26 am 
Pavel TimofeevApr 15, 2011 4:40 am 
Pavel TimofeevApr 15, 2011 5:36 am 
Pavel TimofeevApr 15, 2011 5:45 am 
Warren BlockApr 15, 2011 7:15 am 
Pavel TimofeevApr 15, 2011 7:43 am 
Pavel TimofeevApr 30, 2011 1:09 am 
Pavel TimofeevMay 3, 2011 12:02 am 
Pavel TimofeevAug 4, 2011 4:10 am 
Subject:Re: xfce 4.8 upgrade errors
From:Olivier Duchateau (duch@gmail.com)
Date:Mar 11, 2011 4:00:58 am
List:org.freebsd.freebsd-ports

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 <mi@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...

Does not help in my case =( fresh ports, fresh xfce4 install.