Try this: Instead of using startxfce4, use startx and the DISPLAY_SESSION environment variable.
Code:
env DISPLAY_SESSION=xfce startx
-or-
env DISPLAY_SESSION=xubuntu startx
After X comes up, check your XDG_CONFIG_DIRS and XDG_DATA_DIRS environment variables.
xfce will have:
Code:
XDG_CONFIG_DIRS=/etc/xdg/xdg-xfce:/etc/xdg:/etc/xdg
XDG_DATA_DIRS=/usr/share/xfce:/usr/local/share/:/usr/share/:/usr/share
while xubuntu will have:
Code:
XDG_CONFIG_DIRS=/etc/xdg/xdg-xubuntu:/etc/xdg:/etc/xdg
XDG_DATA_DIRS=/usr/share/xubuntu:/usr/local/share/:/usr/share/:/usr/share
Bookmarks