[Bug 247476] compiz-manager texture size parsing error
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jun 22 14:02:11 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247476
Bug ID: 247476
Summary: compiz-manager texture size parsing error
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: vladimir.bychik at gmail.com
In compiz-0.8.8_9, compiz-manager doesn't cover the possibility of duplicate
output from glxinfo at line 238, which causes check_texture_size() to fail. The
possible solution is adding head -n 1 to the command:
TEXTURE_LIMIT=$(glxinfo -l | grep GL_MAX_TEXTURE_SIZE | head -n 1 | sed
's/.*=[^0-9]//g')
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list