Accepting request 21772 from GNOME:Factory
Copy from GNOME:Factory/gnome-session based on submit request 21772 from user vuntz OBS-URL: https://build.opensuse.org/request/show/21772 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-session?expand=0&rev=83
This commit is contained in:
commit
89c3112a6a
20
gnome
20
gnome
@ -62,12 +62,22 @@ else
|
|||||||
touch ~/.skel/sled10-run
|
touch ~/.skel/sled10-run
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Install the live install desktop icon this way until there is
|
# Some actions that are specific to the LiveCD
|
||||||
# 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
|
if [ -e /usr/share/applications/YaST2/live-installer.desktop ] ; then
|
||||||
mkdir -p ~/Desktop
|
# Install the live install desktop icon this way until there is a better
|
||||||
cp -u /usr/share/applications/YaST2/live-installer.desktop ~/Desktop
|
# 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"
|
||||||
|
|
||||||
# setup live install to not start beagled
|
# setup live install to not start beagled
|
||||||
if [ -e /etc/xdg/autostart/beagled-autostart.desktop ] ; then
|
if [ -e /etc/xdg/autostart/beagled-autostart.desktop ] ; then
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:10c119de4c2f95885252a357f457386eff3ebb72df98cc52ab0235f10d5e9898
|
|
||||||
size 822389
|
|
3
gnome-session-2.28.0.tar.bz2
Normal file
3
gnome-session-2.28.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:83e89a04fb090f1a1f6b609bdc39f1e69390269b885b7da6b32e980f4e765c0c
|
||||||
|
size 822009
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Wed Sep 9 05:00:16 CEST 2009 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-session (Version 2.27.92)
|
# spec file for package gnome-session (Version 2.28.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-session
|
Name: gnome-session
|
||||||
Version: 2.27.92
|
Version: 2.28.0
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later ; LGPL v2.1 or later
|
License: GPL v2 or later ; LGPL v2.1 or later
|
||||||
Summary: Session Tools for the GNOME 2.x Desktop
|
Summary: Session Tools for the GNOME 2.x Desktop
|
||||||
|
Loading…
Reference in New Issue
Block a user