[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: xrdb bug?



  Rob> Anyway I got around it by making xrdb a script on the
  Rob> offending machine that does this:
  Rob> 
  Rob> #!/bin/sh
  Rob> LD_PRELOAD=libgnumalloc.so.5 exec /usr/X11R6/bin/xrdb-crufty
  Rob> 
  Rob> And of course I copied the original xrdb to xrdb-crufty.

I think you want to make that 

  #!/bin/sh
  LD_PRELOAD=libgnumalloc.so.5 exec /usr/X11R6/bin/xrdb-crufty "$*"

in order to pass the arguments as well.

-- 
    Dirk Eddelbuettel     edd@rosebud.sps.queensu.ca     edd@debian.org


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: