This commit is contained in:
parent
0ce3500203
commit
cdd1b9a74a
2
gnome
2
gnome
@ -68,8 +68,6 @@ fi
|
||||
if [ -e /usr/share/applications/YaST2/live-installer.desktop ] ; then
|
||||
mkdir -p ~/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
|
||||
if [ -e /etc/xdg/autostart/beagled-autostart.desktop ] ; then
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8d379d7ad195a82541553720eb23a40c31fd84eeb2bc3808ecdcf5006317577
|
||||
size 827877
|
3
gnome-session-2.26.0.tar.bz2
Normal file
3
gnome-session-2.26.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a161c419718b83e18200fe51e7e5f827b9b72a5ef055782c8c896c550a7881b
|
||||
size 829541
|
@ -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
|
||||
|
||||
|
@ -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.
|
||||
#
|
||||
@ -32,7 +32,7 @@ BuildRequires: tcpd-devel
|
||||
BuildRequires: update-desktop-files
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
Group: System/GUI/GNOME
|
||||
Version: 2.25.92
|
||||
Version: 2.26.0
|
||||
Release: 1
|
||||
Summary: Session Tools for the GNOME 2.x Desktop
|
||||
Url: http://www.gnome.org
|
||||
@ -180,6 +180,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||
##%endif
|
||||
|
||||
%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
|
||||
- Update to version 2.25.92:
|
||||
+ Ensure treeview is included in a scrolled window with a shadow
|
||||
|
Loading…
Reference in New Issue
Block a user