KGIII / pino-twitter

Automatically exported from code.google.com/p/pino-twitter
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Start via terminal produces error #342

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install pino following instructions
2. run in terminal: $ pino

What is the expected output? What do you see instead?
I expected to see some kind of program window, but got the following:

(pino:2384): GLib-GObject-CRITICAL **: g_value_type_transformable: assertion 
`G_TYPE_IS_VALUE (dest_type)' failed

(pino:2384): Gtk-WARNING **: can't retrieve style property `link-color' of type 
`GdkColor' as value of type `(null)'

** (pino:2384): WARNING **: Invalid GValue unboxing (wrong type or NULL)

(pino:2384): GLib-GObject-WARNING **: invalid cast from `OsScrollbar' to 
`GtkVScrollbar'

(pino:2384): GLib-GObject-WARNING **: invalid cast from `OsScrollbar' to 
`GtkVScrollbar'

(pino:2384): GLib-GObject-WARNING **: invalid cast from `OsScrollbar' to 
`GtkVScrollbar'

(pino:2384): GLib-GObject-WARNING **: invalid cast from `OsScrollbar' to 
`GtkVScrollbar'

(pino:2384): GLib-GObject-WARNING **: invalid cast from `OsScrollbar' to 
`GtkVScrollbar'

(pino:2384): GLib-GObject-WARNING **: invalid cast from `OsScrollbar' to 
`GtkVScrollbar'

(pino:2384): GLib-GObject-WARNING **: invalid cast from `OsScrollbar' to 
`GtkVScrollbar'

(pino:2384): GLib-GObject-WARNING **: invalid cast from `OsScrollbar' to 
`GtkVScrollbar'

(pino:2384): GLib-GObject-WARNING **: invalid cast from `OsScrollbar' to 
`GtkVScrollbar'

Then it waited for me to do something, but I just stopped it. What to do?

What version of the product are you using? On what operating system?
It's pino-0.2.10 on Ubuntu 11.04

Original issue reported on code.google.com by iazerkov...@gmail.com on 14 Aug 2011 at 9:45

GoogleCodeExporter commented 8 years ago
After reinstalling the message changed to:
(pino:3665): Unique-DBus-WARNING **: Error while sending message: Did not 
receive a reply. Possible causes include: the remote application did not send a 
reply, the message bus security policy blocked the reply, the reply timeout 
expired, or the network connection was broken.

Original comment by iazerkov...@gmail.com on 15 Aug 2011 at 7:49