<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode:
space; line-break: after-white-space;">
<p><font size="+1">Dear Maintainer,</font></p>
<p><font size="+1">here's a patch that should fix the bug:</font></p>
<p><font size="+1"><br>
</font></p>
<p><tt>diff --git a/etc/gdm3/Init/Default b/etc/gdm3/Init/Default</tt></p>
<tt>index a8e6993..b50a234 100755</tt><tt><br>
</tt><tt>--- a/etc/gdm3/Init/Default</tt><tt><br>
</tt><tt>+++ b/etc/gdm3/Init/Default</tt><tt><br>
</tt><tt>@@ -25,8 +25,10 @@ gdmwhich () {</tt><tt><br>
</tt><tt> sysresources=/etc/X11/Xresources</tt><tt><br>
</tt><tt> </tt><tt><br>
</tt><tt> # merge in defaults</tt><tt><br>
</tt><tt>-if [ -f "$sysresources" ]; then</tt><tt><br>
</tt><tt>- xrdb -merge "$sysresources"</tt><tt><br>
</tt><tt>+if [ -d "$sysresources" ]; then</tt><tt><br>
</tt><tt>+ run-parts --list "$sysresources" | while read F; do</tt><tt><br>
</tt><tt>+ xrdb -merge "$F"</tt><tt><br>
</tt><tt>+ done</tt><tt><br>
</tt><tt> fi</tt><tt><br>
</tt><tt> </tt><tt><br>
</tt><tt> sysmodmap=/etc/X11/Xmodmap</tt><br>
<p><font size="+1"><br>
</font></p>
<p><font size="+1">However, gdm3 seems to ignore the file „</font><tt>/etc/gdm3/Init/Default</tt><font
size="+1">“ in contrary to „</font><tt>GDM3.8(1)</tt><font
size="+1">“:</font></p>
<p><i><font size="+1">When managing a display, gdm3 attempts to
execute /etc/gdm3/Init/display, or /etc/gdm3/Init/Default if
that does not exist.</font></i></p>
<p><font size="+1">„</font><tt>/etc/gdm3/Init/display</tt><font
size="+1">“ does not exist, therefore „</font><tt>/etc/gdm3/Init/Default</tt><font
size="+1"><font size="+1">“ should be run. But this file is not
run when I manually restart the service „</font></font><tt>gdm3</tt><font
size="+1"><font size="+1">“.</font><i><font size="+1"><br>
</font></i></font></p>
<p><font size="+1"><br>
</font></p>
<p><font size="+1">Regards</font><br>
</p>
<pre class="moz-signature" cols="72">--
Tilmann Böß <a class="moz-txt-link-rfc2396E" href="mailto:tux@velotiger.de"><tux@velotiger.de></a></pre>
</body>
</html>