Forget about the patch I sent previously, and the remark about the
second proposed solution being hackish.

In fact, symlinking from `/var/run/wdm/GNUstep' to `/etc/GNUstep'
works very well here, and allows fontconfig to create the file
`/var/run/wdm/.fonts.cache-1' as necessary.

Regards,
Peter


=== etc/init.d/wdm
==================================================================
--- etc/init.d/wdm      (revision 29)
+++ etc/init.d/wdm      (local)
@@ -48,6 +48,7 @@
       if grep -qs ^auto-update-wmlist /etc/X11/wdm/wdm.options; then
         update_wdm_wmlist
       fi
+      mkdir -p /var/run/wdm && ln -f -s /etc/GNUstep /var/run/wdm
       start-stop-daemon --start --quiet $SSD_ARGS || echo -n " already running"
       echo "."
     fi


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to