On Wed, Apr 06, 2016 at 04:18:17PM -0700, Jamil Said Jr. wrote: > I have a question and would appreciate if someone can point me to the right > direction. > > I would like to fix this warning on my own. I code in bash and other > languages. My difficulty here is that I cannot find the offending code > anywhere on my installations. > > I know that grep and sed can work on binary files... but where's this code? > I looked all over the place and could not find it.
The source code is not "installed" by default. If you have a suitable deb-src line in /etc/apt/sources.list, try apt-get source xscreensaver After that, the steps to build a package from source are the same regardless of the package you want to build, i.e. it's not specific to xscreensaver, and it's widely documented. Thanks.

