Bug #57
lspci in compiz-manager
| Status : | Closed | Start : | 02/03/2008 | |
| Priority : | Normal | Due date : | ||
| Assigned to : | Steve Kennedy | % Done : | 0% |
|
| Category : | Packages | |||
| Target version : | 2.20.3 RC1 | |||
Description
compiz-manager script calls lspci; lspci is in /sbin/; /sbin/ is not
in the user’s path by default. I think that the inaccessibility of
lspci does not break anything, but it would be better to either redefine
$PATH in the compiz-manager script or call /sbin/lspci by absolute path.
Need to add a PATH variable to compiz-manager script.