Public bug reported:

Binary package hint: xinit

Hi,

8.04.1 i686 system.  In .xsession-errors I find:

/etc/X11/Xsession.d/30xorg-common_xresources: line 13: run_parts:
command not found

And sure enough:

  if [ -d "$SYSRESOURCES" ]; then
    RESOURCEFILES=$(run_parts $SYSRESOURCES)
    if [ -n "$RESOURCEFILES" ]; then
      for RESOURCEFILE in $RESOURCEFILES; do
        xrdb ${XRDBOPTS} -merge $RESOURCEFILE
      done
    fi
  fi

I'm fairly sure that should read $(run-parts --list $SYSRESOURCES) to
get it to actually work.

** Affects: xinit (Ubuntu)
     Importance: Undecided
         Status: New

-- 
xorg-common_xresources tries to run run_parts - easy fix suggested
https://bugs.launchpad.net/bugs/296884
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to