SHA256
1
0
forked from pool/gdm
OBS User unknown 2008-05-16 12:16:23 +00:00 committed by Git OBS Bridge
parent 3d64176ac2
commit 1dad7090c8
3 changed files with 11 additions and 2 deletions

View File

@ -398,4 +398,4 @@
-fi
-
-exec xterm -geometry 80x24+0+0
+exec /etc/X11/xdm/Xsession $1 $GDM_LANG
+/bin/bash /etc/X11/xdm/Xstartup && exec /etc/X11/xdm/Xsession $1 $GDM_LANG

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu May 15 10:14:09 CEST 2008 - vuntz@suse.de
- Update gdm-xdm-sessions.patch to run /etc/X11/xdm/Xstartup. Part
of bnc#368673.
-------------------------------------------------------------------
Wed Apr 16 13:21:17 CEST 2008 - sbrabec@suse.cz

View File

@ -23,7 +23,7 @@ PreReq: %insserv_prereq
License: GPL v2 or later
Group: System/GUI/GNOME
Version: 2.20.4
Release: 9
Release: 24
Summary: The GNOME 2.x Display Manager
Source: %{name}-%{version}.tar.bz2
Source1: gdm.pamd
@ -293,6 +293,9 @@ sed -i s:DISPLAYMANAGER=/opt/gnome/sbin/gdm:DISPLAYMANAGER=/usr/sbin/gdm:g etc/i
%{_datadir}/gdm/*.conf
%changelog
* Thu May 15 2008 vuntz@suse.de
- Update gdm-xdm-sessions.patch to run /etc/X11/xdm/Xstartup. Part
of bnc#368673.
* Wed Apr 16 2008 sbrabec@suse.cz
- Split package according to branding conventions (fate#301792).
- Removed branding related changes from gdm-conf.patch.