You are not logged in.
Pages: 1
I've installed ruby gtk2 by issuing: "gem install gtk2"
A bunch of libraries installed correctly.
Now I tried just an example (got if from official website) under irb and got this:
irb(main):001:0> require "gtktrayicon"
LoadError: no such file to load -- gtktrayicon
Also tried this:
irb(main):002:0> require "gtk2"
=> true
irb(main):003:0> Gtk::TrayIcon
NameError: uninitialized constant Gtk::TrayIcon
Where is gtktrayicon?
[SOLVED]
Ok, it's just deprecated by StatusIcon
Last edited by tigrezno (2011-08-08 23:16:14)
Offline
Pages: 1