bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] Mouse clicking becoming disabled


From: Michael Petch
Subject: Re: [Bug-gnubg] Mouse clicking becoming disabled
Date: Sun, 28 Dec 2014 13:21:14 -0700
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0


On 2014-12-28 1:10 PM, Louis Zulli wrote:
> Well, here's a strange one.
> 
> I just built gnubg-1.04.001 from source under Linux (Elementary
> OS---basically Ubuntu).
> 

This sounds very familiar. Such a bug exists in Ubuntu builds because of
issues with overlay scrollbars not being entirely compatible with the
existing GNUbg code.

As an experiment do the normal ./autogen.sh and ./configure process but
before doing a 'make' modify the config.h by adding this line:

#define NO_OVERLAYSCROLLBARS 1

My guess is that your current config.h probably has this in it:

/* Needed for now on recent Ubuntu releases */
/* #undef NO_OVERLAYSCROLLBARS */

If building with "#define NO_OVERLAYSCROLLBARS 1" works then something
that would be useful is to know what you get from these two commands:

lsb_release -rs
lsb_release -is


-- 
Michael Petch
GNU Backgammon Maintainer / Developer
OpenPGP FingerPrint=D81C 6A0D 987E 7DA5 3219 6715 466A 2ACE 5CAE 3304



reply via email to

[Prev in Thread] Current Thread [Next in Thread]