Xfce XFCE4 doesn't start properly

Hi guys,

latest quarterly updates brought a lot of issues with Xfce4, the main issue is after the Lightdm login I got only the desktop image and nothing else.
I need to restart several time Lightdm before to get a functional desktop.

Code:
usr/local/bin/iceauth:  creating new authority file /var/run/user/1001/ICEauthority
(xfsettingsd:26287): xfconf-WARNING **: 12:06:49.744: Failed to set property "displays::/ActiveProfile": Operation was cancelled
** (wrapper-2.0:35933): WARNING **: 12:06:50.087: could not get output property
** (xfce4-power-manager:40966): WARNING **: 12:06:50.330: could not get output property
(xfsettingsd:26287): libxfce4ui-WARNING **: 12:07:01.940: ICE I/O Error
(xfce4-power-manager:40966): libxfce4ui-WARNING **: 12:07:01.940: ICE I/O Error
(xfsettingsd:26287): libxfce4ui-WARNING **: 12:07:01.940: Disconnected from session manager.
(xfce4-power-manager:40966): libxfce4ui-WARNING **: 12:07:01.940: Disconnected from session manager.
(xfce4-terminal:36708): libxfce4ui-WARNING **: 12:07:01.940: ICE I/O Error
(xfce4-terminal:36708): libxfce4ui-WARNING **: 12:07:01.940: Disconnected from session manager.
(xfce4-panel:27292): libxfce4ui-WARNING **: 12:07:01.940: ICE I/O Error
(xfce4-panel:27292): libxfce4ui-WARNING **: 12:07:01.940: Disconnected from session manager.
(xfdesktop:27868): libxfce4ui-WARNING **: 12:07:01.940: ICE I/O Error
(xfdesktop:27868): libxfce4ui-WARNING **: 12:07:01.940: Disconnected from session manager.
xfsettingsd: Another instance took over. Leaving...
(Thunar:27767): thunar-WARNING **: 12:07:01.946: Name 'org.xfce.FileManager' lost on the message dbus.
(Thunar:27767): thunar-WARNING **: 12:07:01.946: Name 'org.freedesktop.FileManager1' lost on the message dbus.
(xfce4-notes:37495): GVFS-RemoteVolumeMonitor-WARNING **: 12:07:01.950: Owner of volume monitor org.gtk.vfs.UDisks2VolumeMonitor disconnected from the bus; removing drives/volumes/mounts
(xfce4-notes:37495): GVFS-RemoteVolumeMonitor-WARNING **: 12:07:01.954: Owner of volume monitor org.gtk.vfs.MTPVolumeMonitor disconnected from the bus; removing drives/volumes/mounts
(xfce4-notes:37495): GVFS-RemoteVolumeMonitor-WARNING **: 12:07:01.955: Owner of volume monitor org.gtk.vfs.GPhoto2VolumeMonitor disconnected from the bus; removing drives/volumes/mounts
** (xfce4-power-manager:40966): WARNING **: 12:07:01.973: Error: The connection is closed
** (xfce4-power-manager:40966): WARNING **: 12:07:01.973: Error: The connection is closed
(xfsettingsd:44947): xfconf-WARNING **: 12:08:38.221: Failed to set property "displays::/ActiveProfile": Operation was cancelled
** (wrapper-2.0:53588): WARNING **: 12:08:38.567: could not get output property
** (xfce4-power-manager:58360): WARNING **: 12:08:38.818: could not get output property
JavaScript error: resource://gre/modules/XPCOMUtils.sys.mjs, line 140: TypeError:

I have also many XFCE4 dumps on my home:
Code:
lagrange.core
thunar.core
thunderbird.core
wrapper-2.0.core
xfce4-display-setti.core
xfce4-terminal.core

This is a serious bug, how should I report it?

Thanks! 🙏
 

Attachments

  • XFCE4 A.jpg
    XFCE4 A.jpg
    739.9 KB · Views: 33
  • XFCE4 B.jpg
    XFCE4 B.jpg
    1.2 MB · Views: 30
Nothing that will really help you, but I just upgraded a XFCE4 VM on the quaterly repo and got no trouble. I don't use LightDM.

That said, I struggled to make XFCE4 works at the base. It was simpler before...
 
Which FreeBSD version do you use?

I upgraded two of my pc's with FreeBSD 14.0 RELEASE-p6 and XFCE with lightdm without any problems.
 
Which FreeBSD version do you use?

I upgraded two of my pc's with FreeBSD 14.0 RELEASE-p6 and XFCE with lightdm without any problems.

I have your exact version, can you share your RC.CONF, perhaps you settings are better!
Do you have Nvdia as GPU?

Thanks!
 
Any ideas
1. Run outside of ligthdm:
# service lightdm stop
$ startx > xfce_log 2>&1

2. Delete or rename your ~/.config
3. Check the status of your disks: df -h
4. Missing deps?
 
Last edited:
I agree with what YYY__ has suggested. Running startx or probably startxfc4 from a commandline will give you more info. There is probably a "$HOME/.config/xfce4" directory that maybe move just that out of the way. There may also be a $HOME/.config/autostart directory to move out also.
I would not delete $HOME/.config thats where you have all the config for "all the things"
 
Back
Top