Because I got no replies as to why the userresources are merged instead of loaded, I made a patch to change this functionality. This patch makes it so that, in all cases, a user specified property overrides the system defaults. Would someone be so kind as to apply it to /etc/X11/Xsession which belongs to the xinitrc package or let me know why such a patch would be inappopriate? Thanks.
SS --- Xsession Tue Mar 5 23:48:32 2002 +++ Xsession.new Tue Mar 5 23:47:19 2002 @@ -46,11 +46,11 @@ fi if [ -f $userresources ]; then - xrdb -merge $userresources + xrdb -load $userresources fi if [ -f $userresources2 ]; then - xrdb -merge $userresources2 + xrdb -load $userresources2 fi if [ -x /etc/X11/xinit/fixkeyboard ]; then _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com
