Hello Gene,
Thank you very much it worked like a charm

. Everything's ok even the notifications and systray apps integration, installed GTK themes are correctly handled and all Gnome apps are available. Autostart apps are also still there. I had problems using cairo-dock with MATE (right-click actions freezing the dock) all gone with XFCE

!
Note that
this PPA is the one used by Linux Mint 13 XFCE (there's no Xubuntu official repo for XFCE 4.10, Xubuntu 12.10 is not yet available) so there's nothing to worry about,
it's a verified source.
I noticed that it's important to set the default XFCE configuration when asked on the first start, you'll lost the mint menu but you'll have clean functional XFCE environment and menus (confused menu and panel lacking systray if not).
Concerning the customizations, I had to do few things to enhance the environment (after setting gtk and icons themes):
- Installing thunar plugins (especially the archive plugin, just type thunar in your software manager all plugins will appear)
- Activating Font antialiasing
- Activating composite display
- Creating a .gtkrc-2.0 file in my user folder where i inserted the following code:
- Code: Select all
style "xfdesktop-icon-view" {
XfdesktopIconView::label-alpha = 0
XfdesktopIconView::selected-label-alpha = 170
XfdesktopIconVIew::ellipsize-icon-labels = 1
XfdesktopIconView::shadow-x-offset = 0
XfdesktopIconView::shadow-y-offset = 0
XfdesktopIconView::shadow-color = "#000000"
XfdesktopIconView::selected-shadow-x-offset = 0
XfdesktopIconView::selected-shadow-y-offset = 0
XfdesktopIconView::selected-shadow-color = "#ffffff"
XfdesktopIconVIew::cell-spacing = 6
XfdesktopIconView::cell-padding = 6
XfdesktopIconView::cell-text-width-proportion = 2.5
base[NORMAL] = "#cccccc"
base[SELECTED] = "#cccccc"
base[ACTIVE] = "#cccccc"
fg[NORMAL] = "#ffffff"
fg[SELECTED] = "#000000"
fg[ACTIVE] = "#000000"
}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
This code sets the desktop font to white and adds background transparency to the desktop icons labels.
I had to restart XFCE to make some apps integrating the new parameters set (transparency and systray icon).
Hope this helps any other XFCE Switcher
