Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2020 14:02:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 247476] compiz-manager texture size parsing error
Message-ID:  <bug-247476-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247476

            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@FreeBSD.org
          Reporter: vladimir.bychik@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=3D$(glxinfo -l | grep GL_MAX_TEXTURE_SIZE | head -n 1 | sed
's/.*=3D[^0-9]//g')

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247476-7788>