You are not logged in.

#1 2011-08-08 23:13:24

tigrezno
Member
Registered: 2004-05-10
Posts: 64

Ruby-Gtk2 TrayIcon [solved]

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

Board footer

Powered by FluxBB