** Description changed:

  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.
+ I'm fairly sure that should read $(run-parts --list $SYSRESOURCES) to get it 
to actually work.
+ [lspci]
+ 00:00.0 Host bridge [0600]: Intel Corporation Mobile 915GM/PM/GMS/910GML 
Express Processor to DRAM Controller [8086:2590] (rev 03)
+       Subsystem: Fujitsu Limited. Unknown device [10cf:12d7]
+ 00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 
915GM/GMS/910GML Express Graphics Controller [8086:2592] (rev 03) (prog-if 00 
[VGA controller])
+       Subsystem: Fujitsu Limited. Unknown device [10cf:12de]

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to