|
Lines 1-10
Link Here
|
| 1 |
Index: gdm-2.17.7/config/Xsession.in |
1 |
--- gdm-2.20.0-orig/config/Init.in 2007-09-17 16:45:50.000000000 +0200 |
| 2 |
================================================================================ |
|
|
| 3 |
--- gdm-2.19.3/config/Xsession.in |
| 4 |
+++ gdm-2.19.3/config/Xsession.in |
| 5 |
@@ -1,278 +1,2 @@ |
| 6 |
-#!@XSESSION_SHELL@ |
| 7 |
-# |
|
Lines 281-286
Link Here
|
| 281 |
-fi |
398 |
-fi |
| 282 |
- |
399 |
- |
| 283 |
-exec xterm -geometry 80x24+0+0 |
400 |
-exec xterm -geometry 80x24+0+0 |
| 284 |
+#!/bin/sh |
|
|
| 285 |
+exec /etc/X11/xdm/Xsession $1 $GDM_LANG |
401 |
+exec /etc/X11/xdm/Xsession $1 $GDM_LANG |
| 286 |
\ No newline at end of file |
|
|