checked in
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=71
This commit is contained in:
parent
84ad961d46
commit
9cf329d1c9
20
gnome
20
gnome
@ -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
|
||||
|
3
gnome-session-2.27.92.tar.bz2
Normal file
3
gnome-session-2.27.92.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:10c119de4c2f95885252a357f457386eff3ebb72df98cc52ab0235f10d5e9898
|
||||
size 822389
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:83e89a04fb090f1a1f6b609bdc39f1e69390269b885b7da6b32e980f4e765c0c
|
||||
size 822009
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user