Hello community, here is the log from the commit of package gnome-session checked in at Thu Jun 1 00:13:09 CEST 2006. -------- --- GNOME/gnome-session/gnome-session.changes 2006-05-24 22:43:40.000000000 +0200 +++ gnome-session/gnome-session.changes 2006-05-31 22:10:05.000000000 +0200 @@ -1,0 +2,5 @@ +Wed May 31 22:09:41 CEST 2006 - jpr@suse.de + +- Don't run the migration script for new users (#179332) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-session.spec ++++++ --- /var/tmp/diff_new_pack.cH9dwh/_old 2006-06-01 00:12:51.000000000 +0200 +++ /var/tmp/diff_new_pack.cH9dwh/_new 2006-06-01 00:12:51.000000000 +0200 @@ -18,7 +18,7 @@ Group: System/GUI/GNOME Autoreqprov: on Version: 2.12.0 -Release: 112 +Release: 114 Summary: Session Tools for the GNOME 2.x Desktop Source: gnome-session-%{version}.tar.bz2 Source1: gnome @@ -150,6 +150,8 @@ %dir /usr/share/xsessions %changelog -n gnome-session +* Wed May 31 2006 - jpr@suse.de +- Don't run the migration script for new users (#179332) * Wed May 24 2006 - joeshaw@suse.de - Fix the gnome script to not break when setting the background on multihead setups. Patch from Erik Jacobsen. (bnc #178388) ++++++ gnome ++++++ --- GNOME/gnome-session/gnome 2006-05-24 22:42:23.000000000 +0200 +++ gnome-session/gnome 2006-05-29 19:54:26.000000000 +0200 @@ -167,7 +167,7 @@ [ -e $HOME/.skel/sled10-run ] && return # dump the existing config for backup -PANEL_BACKUP=panel-gconf-`date '+%m%d%y%H%M%S'`.xml +PANEL_BACKUP=panel-settings-backup-`date '+%m%d%y%H%M%S'`.xml gconftool-2 --dump /apps/panel > $PANEL_BACKUP # unset the current panel configuration @@ -198,7 +198,7 @@ # reset the SLED 10 UI only if upgrading from NLD9/SLES9, anything newer we # ignore (like SL 9.3), the logic here is redundant but its low risk TRY_SLED10=1 -if [ -e $HOME/.skel/gnome2-run-9.2 ] ; then +if [ ! -e $HOME/.skel/gnome2-run ] || [ -e $HOME/.skel/gnome2-run-9.2 ] ; then TRY_SLED10=0 fi ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit-help@opensuse.org