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: Louis Zulli
Subject: Re: [Bug-gnubg] Mouse clicking becoming disabled
Date: Sun, 28 Dec 2014 16:35:19 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0

Thanks, that worked!

Here's what I get:

address@hidden:~/Documents/Backgammon/gnubg-1.04.001$ lsb_release -rs
0.2.1
address@hidden:~/Documents/Backgammon/gnubg-1.04.001$ lsb_release -is
elementary OS

Louis

PS---Was almost ready to switch back to OS X.

On 12/28/2014 03:21 PM, Michael Petch wrote:

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




reply via email to

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