Re: KDE & fullscreen

Bj|rn Englund <[email protected]> Mon, 21 Jul 2003 10:58:46 +0200
Newsgroups gmane.comp.video.ogle.devel
Message-ID <[email protected]>
Mon Jul 21 2003, Rob Kaper wrote:

> I'll check the version number of KWin for KDE 3.2 when I get home, although
> checking for the given KDE version seems appropriate: I doubt many people
> will upgrade KWin seperate from KDE, apart from developers using CVS, who
> should know what they're doing anyway (and will most likely be running
> 3.2/HEAD anyway).
> 

I changed the ogle script in cvs so it checks for
kde 3.1 or 3.1.1 before enabling the workaround.
There is no 3.1.0 version, right?

KDE_3_1_X=`kwin --version 2> /dev/null | grep KDE | grep -v "3.1\."|grep "3.1"`
KDE_3_1_X=${KDE_3_1_X}`kwin --version 2> /dev/null | grep KDE | grep "3.1.1"`
 if [ x"$KDE_3_1_X" != x"" ]; then
...


/Björn