OBS User autobuild 2009-10-05 23:32:06 +00:00 committed by Git OBS Bridge
parent 84ad961d46
commit 9cf329d1c9
5 changed files with 10 additions and 38 deletions

20
gnome
View File

@ -62,22 +62,12 @@ else
touch ~/.skel/sled10-run
fi
# Some actions that are specific to the LiveCD
# Install the live install desktop icon this way until there is
# a better solution. The actual files reside in gnome2-SuSE
# the /usr/share/applications/YaST2/live-installer.desktop exists on a live install system
if [ -e /usr/share/applications/YaST2/live-installer.desktop ] ; then
# Install the live install desktop icon this way until there is a better
# solution. The actual files reside in gnome2-SuSE the
# /usr/share/applications/YaST2/live-installer.desktop exists on a live
# install system
if [ -e .config/user-dirs.dirs ]; then
. .config/user-dirs.dirs
else
XDG_DESKTOP_DIR="$HOME/Desktop"
fi
mkdir -p $XDG_DESKTOP_DIR
cp -u /usr/share/applications/YaST2/live-installer.desktop $XDG_DESKTOP_DIR/
# setup live install to not have a lock-enabled screensaver
gconftool-2 --set /apps/gnome-screensaver/lock_enabled --type=bool "false"
mkdir -p ~/Desktop
cp -u /usr/share/applications/YaST2/live-installer.desktop ~/Desktop
# setup live install to not start beagled
if [ -e /etc/xdg/autostart/beagled-autostart.desktop ] ; then

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:10c119de4c2f95885252a357f457386eff3ebb72df98cc52ab0235f10d5e9898
size 822389

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:83e89a04fb090f1a1f6b609bdc39f1e69390269b885b7da6b32e980f4e765c0c
size 822009

View File

@ -1,21 +1,3 @@
-------------------------------------------------------------------
Fri Oct 2 12:13:42 CEST 2009 - vuntz@opensuse.org
- Update gnome script for the Live CD:
+ Make screensaver not lock the screen by default on LiveCD.
+ Make sure the "Live Installer" icon is visible on the desktop
of the user. Because of xdg-user-dirs, the desktop directory is
not always ~/Desktop, so we have to look at
~/.config/user-dirs.dirs first.
-------------------------------------------------------------------
Tue Sep 22 14:11:47 CEST 2009 - dimstar@opensuse.org
- Update to version 2.28.0:
+ Trivial code fixes
+ Lock the screen before hibernate/suspend
+ Updated translations.
-------------------------------------------------------------------
Wed Sep 9 05:00:16 CEST 2009 - vuntz@opensuse.org

View File

@ -1,5 +1,5 @@
#
# spec file for package gnome-session (Version 2.28.0)
# spec file for package gnome-session (Version 2.27.92)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
Name: gnome-session
Version: 2.28.0
Version: 2.27.92
Release: 1
License: GPL v2 or later ; LGPL v2.1 or later
Summary: Session Tools for the GNOME 2.x Desktop