File: ruby-gtk2.README.Debian

package info (click to toggle)
ruby-gnome2 3.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 28,872 kB
  • sloc: ansic: 96,386; ruby: 70,722; xml: 350; sh: 105; cpp: 45; makefile: 34
file content (13 lines) | stat: -rw-r--r-- 629 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
Implementing Gtk Tray Icons
---------------------------

As of Ruby-GNOME2 0.16.0, actualy as of Gtk 2.10.0, the (Ruby) Gtk2 library
implements the tray icon with Gtk::StatusIcon.  This officially deprecates
usage of the Gtk::TrayIcon and the gtktrayicon library contained in the
libgtk-trayicon-ruby and libgtk-trayicon-ruby1.8 packages.  

For Lenny, the next Debian release, this package will replace and conflict
libgtk-trayicon-ruby, which will be removed from the suite.  Please
update your programs to use Gtk::StatusIcon instead of Gtk::TrayIcon!

-- Paul van Tilburg <paulvt@debian.org>, Thu, 24 Mar 2007 08:28:24 +0200