Better migration from previous version

Desktop / Xfce / Xfdesktop - Eric Koegel [gmail.com] - 26 February 2014 00:58 UTC

This code makes xfdesktop set whatever settings it finds to xfconf. This way it isn't always trying to migrate if the user never defines anything. There was also a couple bugs in the migration code that have been fixed. Additionally, when gtk sends a style set we only recreate the icon view (to update the labels) rather than refrsh the wallpaper as well. This should make xfdesktop startup a little faster. The style set workaround will go away in GTK3 when we get there.

26feb3b Better migration from previous version
src/xfce-backdrop.c | 6 +-
src/xfce-desktop.c | 45 +++++++----
src/xfce-workspace.c | 214 ++++++++++++++++++++++++++++++++++++--------------
3 files changed, 190 insertions(+), 75 deletions(-)

Upstream: git.xfce.org


  • Share