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

Re: [MiNT] MiNT and Litchi



On Wed, 24 Nov 2010 16:52:42 , Lars Schmidbauer <latzmaster@gmx.de> wrote:
> YES, the env-variables...that's it:
> Litchi evaluates the variables $HOME, $BUBBLEGEM and $STGUIDE.
> HOME and STGUIDE works correct, but if BUBBLEGEM is set (to a valid path),
> Litchi shows the error "Pfadname nicht gefunden" at start.
> I tried some variations of "path-style" for $BUBBLEGEM, like
> C:\mint\start\bubble.app
> c:\mint\start\bubble.app
> C:\MINT\START\BUBBLE.APP
> u:\c\mint\start\bubble.app
> all with negative result.
> Only if $BUBBLEGEM is not set, Litchi starts correct. Strange that there's
> no problem with MiNT 1.16.3.
> BubbleGem itself works good (GEMDict, MyMail).
>
> Can you confirm this?
> Thank you both, Peter and m0n0.
>
> Regards,
> Lars

Bugglegem works fine here.

bash-2.05a# set
ACCEXT=ACC,ACX
ACCPATH='c:\ACCS'
AVSERVER=THING
BASH=/bin/bash
BASH_VERSINFO=([0]="2" [1]="05a" [2]="0" [3]="1" [4]="release" [5]="m68k-atari-mint")
BASH_VERSION='2.05a.0(1)-release'
BROWSER='u:\d\INTERNET\HIGHWIRE\HIGHWIRE.APP'
BUBBLESPATH='u:\c\bubbles\avbubble.app'
COLORTERM=1
COLUMNS=132
.
.
.
HOME=/home
.
.
.
PWD=/home
SDL_VIDEODRIVER=gem
SDMASTER='C:\EASYMINT\SHUTDOWN\SHUTDOWN.APP'
SHELL=/bin/bash
SHELLOPTS=braceexpand:hashall:histexpand:monitor:history:interactive-comments:emacs
SHLVL=1
SLBPATH='c:\mint\slb'
SYSDIR=u:/c/mint/1-17-0/
TEMP='u:\tmp'

Peter