Re: [Vala] why thread not updating the UI

2011-12-31 Thread JM
Haven't tested your program but I have to say that you should never update any UI stuff from the main thread unless you take preconditions for it. Gtk is thread aware but not thread save by default! You would have to use Gdk.threads_enter() and Gdk.threads_leave() around Gtk.main() and every UI

[Vala] Vala IRC Bot

2011-12-31 Thread David Gomes
Does anybody know about a simple Vala IRC bot? (I found https://github.com/cmende/foobot-vala, but I think it has too much stuff I don't need, and seems way too more complex than it should be), so I'd like something simple, perhaps with a single class. Thanks! -- David Gomes

[Vala] Vala 0.16

2011-12-31 Thread David Gomes
vala: error while loading shared libraries: libvala-0.16.so.0: cannot open shared object file: No such file or directory. Guys, I built Vala 0.16 from source on Ubuntu 11.10, and after sudo make install, I got that. I used to have 0.14, which I got from the Ubuntu repositories. What do you

Re: [Vala] Vala 0.16

2011-12-31 Thread Ronaldo Nascimento
prob just missing a link to the so is there any other libvala-0.16 in /usr/lib ? if so just link it to libvala-0.16.so.0 On Sat, 31 Dec 2011 19:16:39 + David Gomes davidrafago...@gmail.com wrote: vala: error while loading shared libraries: libvala-0.16.so.0: cannot open shared object file:

[Vala] Vala logo

2011-12-31 Thread Tobias Bernard
Hi all, It's been a few months since I first proposed to help with a Vala logo and branding. Since on the mailing list there are mostly users and little developers of the language and they aren't very active here, it's hard to know who to talk to to organize something official. When I contacted

Re: [Vala] Vala 0.16

2011-12-31 Thread rastersoft
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Try to do: sudo ldconfig El 31/12/11 20:16, David Gomes escribió: vala: error while loading shared libraries: libvala-0.16.so.0: cannot open shared object file: No such file or directory. Guys, I built Vala 0.16 from source on Ubuntu

Re: [Vala] Vala logo

2011-12-31 Thread Steven Oliver
I like the wings. What's the connection to vala though? Sent from my iPhone On Dec 31, 2011, at 8:03 PM, Tobias Bernard berto...@gmail.com wrote: Hi all, It's been a few months since I first proposed to help with a Vala logo and branding. Since on the mailing list there are mostly users