Re: Start Ogle
Bj|rn Englund <[email protected]> Fri, 20 May 2005 02:01:18 +0200
| Newsgroups | gmane.comp.video.ogle.user |
|---|---|
| Message-ID | <[email protected]> |
Thu May 19 2005, Ron Eggler wrote: > By the way, I congratulated to early, it still doesn't work 100%... :( > I have to set 'export OGLE_USE_XV=0' before every start and if I set 'export > OGLE_USE_XV=0' in knosole and then try to start ogle in KDE, it doesn't work > either... :( > > But it works when I open a konsole in KDE and doing following commands: > reg@linux:~> export OGLE_USE_XV=0 > reg@linux:~> ogle You can add the lines OGLE_USE_XV=0 export OGLE_USE_XV to your ogle script (run 'which ogle' to find it) after the first two lines so it looks like this #!/bin/sh # scripts/ogle. Generated from ogle.in by configure. OGLE_USE_XV=0 export OGLE_USE_XV Then you should be able to start ogle without having to set it manually every time. /Bj|rn