Public bug reported: Binary package hint: compiz
Latest Gutsy update (1:0.5.1+git20070626-0ubuntu1) causes the compiz wrapper script to hang. Running it manually using sh -xv reveals that it stops responding in the running_under_bad_driver() function: running_under_bad_driver() { LOG=$(xset q|grep "Log file"|awk '{print $3}') if egrep -q "/usr/lib/xorg/modules/drivers/+(nv|vga|vesa)_drv\.so" $LOG; then verbose "vesa or vga driver in use" return 0 fi return 1 } Here, LOG is not valued after its contents are executed. Therefore the egrep in the if statement only gets executed with one argument and hangs while it waits for stdin. ** Affects: compiz (Ubuntu) Importance: Undecided Status: New -- [Gutsy] /usr/bin/compiz hangs https://bugs.launchpad.net/bugs/122456 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs