OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => X/Qt => Topic started by: ShiroiKuma on March 11, 2005, 02:13:26 pm

Title: Can Anyone Help Me With Xqtclip
Post by: ShiroiKuma on March 11, 2005, 02:13:26 pm
I'd like to use xqtclip which enables xqt to share the clipboard with qtopia.

I've installed it, added

xqtclip &

to ~/.xinitrc

but nothing, doesn't share the clipboard.

When I run xqtclip in a console, it gives a

setlocale() error

message. What's wrong?
Title: Can Anyone Help Me With Xqtclip
Post by: ShiroiKuma on March 12, 2005, 12:13:14 pm
I solved this by including the line
Code: [Select]
export LANG=ja_JP.eucJPin the ~/.xinitrc file.

Now it works perfectly.