Tiny Core Base > CorePlus

Application not showing correctly

(1/5) > >>

t18:
Hello,

my application doesn't show line borders like the attached wp_ok.png


but like the attached wp_tc.png


Anything I can do?

Many thanks

Juanito:
It looks like you need one or more of:

A terminal emulator that supports unicode like rxvt
A font extension that supports unicode
An appropriate locale to be set

Rich:
Hi t18
I've seen mc (midnight commander) behave like that
on the repo server. I fixed it like this:

--- Code: ---LC_ALL=C mc
--- End code ---

Assuming Wordperfect is called wp, try starting it like this:

--- Code: ---LC_ALL=C wp
--- End code ---

If that works, add this to .ashrc:

--- Code: ---alias wp='LC_ALL=C wp'
--- End code ---

t18:
Hi All,

installing unifont, xfonts-unifont and the utility program has no effect.

And LC_ALL=C doesn't work.

I'm running Xvesa however.

t18:
And Midnight Commander works fine without any special settings.

Navigation

[0] Message Index

[#] Next page

Go to full version