Missing Gnome Keyring - No log in
Status: Beta
Brought to you by:
puntouy
Hello, im trying to install twittux in my linpus box. After installation when i run the application i see on the console some warnings about missing the gnome keyring. And when i try to log in into twitter it does nothing (only put out the same warning a couple more times).
Anyway to use twittux without the gnome key ring?
Hi.
Yes, you have to compile twitux, and use the option: --enable-gnome-keyring=no
$ ./configure --enable-gnome-keyring=no --prefix=/usr...
$ make & make install
D.-