OBS User unknown 2009-03-20 19:21:30 +00:00 committed by Git OBS Bridge
parent 0ce3500203
commit cdd1b9a74a
5 changed files with 33 additions and 9 deletions

6
gnome
View File

@ -68,17 +68,15 @@ fi
if [ -e /usr/share/applications/YaST2/live-installer.desktop ] ; then if [ -e /usr/share/applications/YaST2/live-installer.desktop ] ; then
mkdir -p ~/Desktop mkdir -p ~/Desktop
cp -u /usr/share/applications/YaST2/live-installer.desktop ~/Desktop cp -u /usr/share/applications/YaST2/live-installer.desktop ~/Desktop
# Workaround for gio not knowing about X-KDE-SubstituteUID -- see bnc#379332
sed -i "s/^Exec=/Exec=gnomesu -- /g" ~/Desktop/live-installer.desktop
# 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
mkdir -p ~/.config/autostart mkdir -p ~/.config/autostart
cp /etc/xdg/autostart/beagled-autostart.desktop ~/.config/autostart cp /etc/xdg/autostart/beagled-autostart.desktop ~/.config/autostart
echo "X-GNOME-Autostart-enabled=false" >> ~/.config/autostart/beagled-autostart.desktop echo "X-GNOME-Autostart-enabled=false" >> ~/.config/autostart/beagled-autostart.desktop
fi fi
# setup live install to not start updater-applet # setup live install to not start updater-applet
if [ -e /usr/share/gnome/autostart/gpk-update-icon.desktop ] ; then if [ -e /usr/share/gnome/autostart/gpk-update-icon.desktop ] ; then
mkdir -p ~/.config/autostart mkdir -p ~/.config/autostart
cp /usr/share/gnome/autostart/gpk-update-icon.desktop ~/.config/autostart cp /usr/share/gnome/autostart/gpk-update-icon.desktop ~/.config/autostart

View File

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

View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Mar 19 03:37:11 CET 2009 - vuntz@novell.com
- Remove workaround adding gnomesu to live-installer.desktop. It's
not needed anymore. Will fix bnc#486644.
-------------------------------------------------------------------
Tue Mar 17 01:38:44 CET 2009 - vuntz@novell.com
- Update to version 2.26.0:
+ Turn off debug spew
+ Hide the "Save current session" button in the session
properties since it's not working
+ Disable session saving because it's not ready yet
+ Updated translations.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 6 16:51:46 CET 2009 - vuntz@novell.com Fri Mar 6 16:51:46 CET 2009 - vuntz@novell.com

View File

@ -1,5 +1,5 @@
# #
# spec file for package gnome-session (Version 2.25.92) # spec file for package gnome-session (Version 2.26.0)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -32,7 +32,7 @@ BuildRequires: tcpd-devel
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
License: GPL v2 or later; LGPL v2.1 or later License: GPL v2 or later; LGPL v2.1 or later
Group: System/GUI/GNOME Group: System/GUI/GNOME
Version: 2.25.92 Version: 2.26.0
Release: 1 Release: 1
Summary: Session Tools for the GNOME 2.x Desktop Summary: Session Tools for the GNOME 2.x Desktop
Url: http://www.gnome.org Url: http://www.gnome.org
@ -180,6 +180,16 @@ rm -rf $RPM_BUILD_ROOT
##%endif ##%endif
%changelog %changelog
* Thu Mar 19 2009 vuntz@novell.com
- Remove workaround adding gnomesu to live-installer.desktop. It's
not needed anymore. Will fix bnc#486644.
* Tue Mar 17 2009 vuntz@novell.com
- Update to version 2.26.0:
+ Turn off debug spew
+ Hide the "Save current session" button in the session
properties since it's not working
+ Disable session saving because it's not ready yet
+ Updated translations.
* Fri Mar 06 2009 vuntz@novell.com * Fri Mar 06 2009 vuntz@novell.com
- Update to version 2.25.92: - Update to version 2.25.92:
+ Ensure treeview is included in a scrolled window with a shadow + Ensure treeview is included in a scrolled window with a shadow