Anders Linden wrote:
>
> Ok, I have a problem with X-Windows
> How can I write the $, ] and } in X?
> When I try I only get a 4, a 9 and a 0.
> I'm writing this in the console, and as you can see
> it works fine there. I just can't get it to work in X (Using KDE).
> I've already tries to change the usual rows in the XFConfig file, but
> that obvioustly didn't help. I'm from Sweden, so I'm using the swedish
> keyboard layout, only if I change to english layout nothing happens
> either.
> Help wanted!
>
> Anders
I had the same trouble and resolved it as follows:
In console type X > /var/log/x.out 2>&1
( nothing will be happen so type CTRL-C)
Then read this file with your tex editor.
Probably there is a message : .............. no access to
/var/............
Because you logged in as user and have no access writing to this.
So, set the permissions to the dirs as owner and group.(not to root)
Let me now if it worked.
Eric