GNOME 3620 Published by Philipp Esselbach 0

GnomePythonDesktop 2.17.1 has been just released. This is a unstable release for testing purposes.

GnomePythonDesktop provides python interfacing modules for some GNOME libraries part of the GNOME Desktop. The following Python modules are included:

- gnomeapplet
- gnomeprint, gnomeprint.ui
- gtksourceview
- wnck
- totem.plparser
- gtop
- nautilusburn
- mediaprofiles
- metacity
- rsvg
- gnomekeyring
- gnomedesktop

The source tarball can be found here:
http://ftp.gnome.org/pub/GNOME/sources/gnome-python-desktop/2.17/

Please file bug reports (bugs, missing APIs) here:
http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-python-desktop

GNOME 3620 Published by Philipp Esselbach 0

gNumExp 0.11 has been released:

Following up on the heels of the numexp-core 0.14 release, gnumexp 0.11 has just been unleashed to the world. It features many improvements since the last release (long time ago), including better GUI, plot export options, gtk+ 2.10 based printing, and simplified build requirements.

About:
=====
NumExp is a math/algebra engine and programming language. gNumExp is a GTK+ frontend to the NumExp engine.

Download:
==================
https://sourceforge.net/project/showfiles.php?group_id=333

GNOME 3620 Published by Philipp Esselbach 0

Pango-1.14.6 is now available for download at:

http://download.gnome.org/sources/pango/1.14/
or
ftp://ftp.gtk.org/pub/pango/1.14

e2c9658c6ed0b1f6bdc3b7c1171bf90f pango-1.14.6.tar.bz2
51511c1742e4f51e2a83c4980b615210 pango-1.14.6.tar.gz

Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed, though most of the work on Pango so far has been done in the context of the GTK+ widget toolkit. Pango forms the core of text and font handling for GTK+-2.x.

This is a stable release and is source and binary compatible with 1.14.x.

GNOME 3620 Published by Philipp Esselbach 0

This is a bug-fix release of Evince for GNOME 2.16

* What is it ?
==============

Evince is a document viewer. It primarily displays pdf, though djvu, tiff, dvi, impress slides, postscript and even comics archives are also supported.

More information can be found at http://www.gnome.org/projects/evince/

* Where to get it ?
===================

Evince is available at:

http://download.gnome.org/sources/evince/0.6/evince-0.6.1.tar.gz
md5sum: 665387e278d4da97f7540aeddeaae57d
size: 1.6M

http://download.gnome.org/sources/evince/0.6/evince-0.6.1.tar.bz2
md5sum: 55a1d4af3cac209c7cfbe83b7ffcee1d
size: 1.2M

GNOME 3620 Published by Philipp Esselbach 0

GNOME Screen Ruler lets you measure distances vertically or horizontally on your screen in Pixels, Inches, Centimeters, Picas, Points, and as a percentage of the ruler's length.

Font and colors are customizable.

New in Version 0.7
------------------
* Rewrite in Ruby
* First appearance in GNOME CVS ( http://cvs.gnome.org/viewcvs/gruler/ )
* The "Track Mouse Position" feature is not yet in the Ruby version, but is otherwise feature-equivalent with 0.6.

GNOME 3620 Published by Philipp Esselbach 0

I am pleased to announce version 2.10.3 of the Python bindings for GTK.

The new release is available from ftp.gnome.org and its mirrors as soon as its synced correctly:

http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.10/

This is an unstable release and should be used with caution. It requires either GTK+ 2.8.x or GTK+ >= 2.10.

Blurb:

GTK is a toolkit for developing graphical applications that run on systems such as Linux, Windows and MacOS X. It provides a comprehensive set of GUI widgets, can display Unicode bidi text. It links into the Gnome Accessibility Framework through the ATK library.

PyGTK provides a convenient wrapper for the GTK+ library for use in Python programs, and takes care of many of the boring details such as managing memory and type casting. When combined with PyORBit and gnome-python, it can be used to write full featured Gnome applications.

Like the GTK+ library itself PyGTK is licensed under the GNU LGPL, so is suitable for use in both free software and proprietary applications. It is already in use in many applications ranging from small single purpose scripts up to large full features applications.

pygtk-2.10.3 3-october-2006
- Fix a crasher bug introduced in 2.10.2 (Gustavo)
- Make PyGTK work with Python 2.5 and 64-bit (#337368, Gustavo)
(when used in conjunction with the soon-to-be-released PyGObject 2.12.2)

PyGTK requires GTK+ >= 2.8.0 and Python >= 2.3.5 to build.

Bug reports, as always, should go to Bugzilla; check out
http://pygtk.org/developer.html and http://pygtk.org/feedback.html for links to posting and querying bug reports for PyGTK.

GNOME 3620 Published by Philipp Esselbach 0

I am pleased to announce version 2.12.2 of the Python bindings for GObject.

The new release is available from ftp.gnome.org as and its mirrors as soon as its synced correctly:

http://download.gnome.org/sources/pygobject/2.12/

What's new since PyGObject 2.12.1:
- Make PyGObject 64-bit safe for Python 2.5 (Gustavo)
- All headers are now LGPL and not GPL (Johan)
- Remove a couple of GCC warnings (Gustavo)
- Revive distutils support (Cedric Gustin)
- Emission hook reference count bugfix (Gustavo)
- MSVC/ANSI C compilation fix (John Ehresman)
- Bump Ctrl-C timeout handler from 100ms to 1000ms (Johan)

Blurb:

GObject is a object system library used by GTK+ and GStreamer.

PyGObject provides a convenient wrapper for the GObject+ library for use in Python programs, and takes care of many of the boring details such as managing memory and type casting. When combined with PyGTK, PyORBit and gnome-python, it can be used to write full featured Gnome applications.

Like the GObject library itself PyGObject is licensed under the GNU LGPL, so is suitable for use in both free software and proprietary applications. It is already in use in many applications ranging from small single purpose scripts up to large full featured applications.

PyGObject requires GObject >= 2.8.0 and Python >= 2.3.5 to build.

GNOME 3620 Published by Philipp Esselbach 0

I am pleased to announce version 2.10.2 of the Python bindings for GTK. The new release is available from ftp.gnome.org and its mirrors as soon as its synced correctly:

http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.10/

This is an unstable release and should be used with caution. It requires either GTK+ 2.8.x or GTK+ >= 2.10.

Blurb:

GTK is a toolkit for developing graphical applications that run on systems such as Linux, Windows and MacOS X. It provides a comprehensive set of GUI widgets, can display Unicode bidi text. It links into the Gnome Accessibility Framework through the ATK library.

PyGTK provides a convenient wrapper for the GTK+ library for use in Python programs, and takes care of many of the boring details such as managing memory and type casting. When combined with PyORBit and gnome-python, it can be used to write full featured Gnome applications.

Like the GTK+ library itself PyGTK is licensed under the GNU LGPL, so is suitable for use in both free software and proprietary applications. It is already in use in many applications ranging from small single purpose scripts up to large full features applications.

pygtk-2.10.0 3-october-2006
- distutils / win32 compilation fixes (Cedric Gustin)
- gtk.TreeSelection.selected_foreach bug fix (#347273, Gustavo)
- Fix compilation older C compilers (John Ehresman)

PyGTK requires GTK+ >= 2.8.0 and Python >= 2.3.5 to build.

Bug reports, as always, should go to Bugzilla; check out
http://pygtk.org/developer.html and http://pygtk.org/feedback.html for
links to posting and querying bug reports for PyGTK.

GNOME 3620 Published by Philipp Esselbach 0

Metacity is a simple window manager that integrates nicely with GNOME 2.

* What's changed ?
=================

Thanks to Jens Granseuer and Elijah Newren for improvements in this release.

- fix another C89 vs. C99 issue (Jens) [#356631]
- fix longstanding focus bug with mouse focus (not sloppy focus) and popup override redirect windows, such as mozilla's/firefox's location bar autocompletion, causing nasty flickering and lost keystrokes (Elijah) [#357695]
- prevent a crash when closing apps run remotely over ssh (Elijah) [#358514]
- ignore edge resistance for size-increment windows when resizing with the keyboard (Elijah) [#346782]

Translators
Vladimir Petkov (bg), Jordi Mallach (ca), Ivar Smolin (et), Luca Ferretti (it)

* Where can I get it ?
=====================

Source code

http://download.gnome.org/sources/metacity/2.16/

MD5SUMs

95bdf58d175284217132a12a353fe7ec metacity-2.16.3.tar.bz2
c1a761d6cb6f29c001d9ec7f962948b1 metacity-2.16.3.tar.gz

GNOME 3620 Published by Philipp Esselbach 0

The 2.16.1 release is a stable release of GDM with the following new features:

- Use g_markup_printf_escaped so gdmsetup better handles description strings that contains things similar to a tag like an email address. Fixes bug #357998. (Matthias Clasen)

- Fix gdmsetup so that the window manager close button works as the Close button in the dialog (Matthias Clasen)

- Fix for bug #352838, avoid crashing by moving call to get GDM_KEY_SYSTEM_MENU until after authentication check. (Frederic Crozat)

- Add g_type_init() to gdmflexiserver since this is needed for -a (authentication) code to work.

- Translation updates (Rahul Bhalerao, Runa Bhattacharjee, Alessio Frusciante, Priit Laes, David Lodge, \303\205smund Skj\303\246veland)

Note: GDM2 was originally written by Martin K. Petersen <mkp@mkp.net>. Much work has been done on GDM2 by George Lebl, and Brian Cameron currently shares maintainership duties with the Queen of England.

Note2: If installing from the tarball do note that make install overwrites most of the setup files, all except gdm.conf. It will however save backups with the .orig extension first.

#ifndef GDM_DISABLE_DEPRECATED
Note3: Note3 has been depracated ...
#endif /* GDM_DISABLE_DEPRECATED */

Downloading:
===========

Online Documentation - http://www.gnome.org/projects/gdm/
Latest Stable - http://ftp.gnome.org/pub/GNOME/sources/gdm/2.16/
Latest Unstable - http://ftp.gnome.org/pub/GNOME/sources/gdm/2.17/

No RPM this time around BTW. Have fun. A spec file is included though, so you can try:

rpmbuild -ta gdm-whatever.tar.gz

GNOME 3620 Published by Philipp Esselbach 0

gnome-games 2.16.1 is now available for download at:
http://download.gnome.org/sources/gnome-games/2.16

More information about gnome-games can be found at:
http://www.gnome.org/projects/gnome-games/

Release notes for gnome-games 2.16.1
===================================

This is the first maintenance release of the stable 2.16 version of gnome-games.

General:

- Install all icon sizes for the games (#354507).
- Remove compilation warings (#347262).

Aisleriot:

- Correct a link in Aisleriot's documentation (#356269).

Mahjongg:

- Implement a workaround to ensure that all buttons in the toolbar
are redrawn correctly (#353964), due to a bug in gtk+ (#332573).

Translations:

- Italian: Francesco Marletta
- British English: David Lodge
- Estonian: Priit Laes

GNOME 3620 Published by Philipp Esselbach 0

Yelp 2.16.1 is now available from an FTP mirror near you. Yelp is the program that appears from the mist when you click the Help button in your favourite GNOME application.

Changed in 2.16.1:
------------------
* Set initial caret state properly in prefs (Don Scorgie)
* Fix build with gecko trunk (Christian Persch)
* Prefer xulrunner over mozilla (Chrisitan Persch)
* Updated Translations:
el: Kostas Papadimas
en_GB: David Lodge
gl: Ignacio Casal Quinteiro
it: Luca Ferretti
ka: Vladimer Sichinava
mg: Thierry Randrianiriana
sl: Matic Zgur
wa: Pablo Saratxaga

GNOME 3620 Published by Philipp Esselbach 0

gedit is the offcial text editor of GNOME

While aiming at simplicity and ease of use, gedit is a powerful general purpose text editor.

Among others, it features full UTF-8 support, syntax highlighting and a powerful plugin system.

website: http://www.gedit.org

gedit 2.16.1 is a stable release and features the following changes:

- Remember the active page in the side and bottom panes (Paolo Borelli)
- Fix spinner with some themes (Christian Persch)
- Some fixes to the file saving code (Alexander Larsson)
- Filebrowser plugin fixes (Jesse van den Kieboom)
- Updated translations (nn, en_GB, fi, et, cs, ca, vi, dz)

download:
http://ftp.gnome.org/pub/GNOME/sources/gedit/2.16/gedit-2.16.1.tar.gz

GNOME 3620 Published by Philipp Esselbach 0

1. What is it?

The Fast User Switch Applet is an applet for the GNOME 2.10 panel which allows for MacOS X-style menu-based user-switching.

2. What's new?

* Moving through the user list with arrow keys goes in the correct direction. (#343907) (Thomas)
* Refresh user list on creation of /etc/passwd as well as update. (#356368) (Thomas)
* Updated translations:
ar (Djihed Afifi)
bn (Khandakar Mujahidul Islam)
el (Kostas Papadimas)
en_GB (David Lodge)
et (Ivar Smolin)
ka (Vladimer Sichinava)

3. Where is it?

http://download.gnome.org/sources/fast-user-switch-applet/2.17/

e01a6db1369cb459aba58570bc4adeaf fast-user-switch-applet-2.17.1.tar.bz2
f5e7e680af2224082936e42834f07a96 fast-user-switch-applet-2.17.1.tar.gz

GNOME 3620 Published by Philipp Esselbach 0

What is GQ
=========
GQ is a GTK based LDAP client.

Features include:
* LDAP browser
* LDAP V3 Schema browser
* Template builder
* Export subtree or whole server to LDIF
* Use any number of servers
* Search based on single argument or LDAP filter
* Edit and delete entries
* Add entries using an existing entry, or based on your own template
* Supports LDAP syntaxes and special attributes by presenting them in a custom way. Currently there are custom "displaytypes" for jpegPhoto, userPassword and X509 certificates and CRLs.

GNOME 3620 Published by Philipp Esselbach 0

A new Agave release 0.4.1 is now available.

What is it?
==========
Agave is a very simple application for the GNOME desktop that allows you to generate a variety of colorschemes from a single starting color.

It is aimed primarily toward web designers for creating pleasing color combinations for websites.

More information can be found at http://home.gna.org/colorscheme/

Where to get it?
===============
This release is available as a source package in tar.gz or tar.bz2 format and can be downloaded from:

http://download.gna.org/colorscheme/releases/agave-0.4.1.tar.gz
which can be verified with:
http://download.gna.org/colorscheme/releases/agave-0.4.1.tar.gz.sig

or:

http://download.gna.org/colorscheme/releases/agave-0.4.1.tar.bz2
which can be verified with:
http://download.gna.org/colorscheme/releases/agave-0.4.1.tar.bz2.sig

GNOME 3620 Published by Philipp Esselbach 0

Scratchpad 0.3.0 is now available from:
http://www.chorse.org/stuff/scratchpad/scratchpad-0.3.0.tar.bz2

About
===
Scratchpad is a lightweight but useful spatial text editor for the GNOME desktop, based on gtksourceview.

This is the first release after the port to Vala, which means that Scratchpad runs natively now and does not require mono anymore. Another new feature is tag-based replacing, as demonstrated in this screencast:
http://dborg.wordpress.com/files/2006/09/scratchpad-replace.gif

Changes since 0.2
==========
New Features:
- Complete port/rewrite to Vala, Scratchpad now runs (flys) natively!
- Tag-based replace mechanism.
- Use GUniqueApp for single instance behaviour, so startup notification
and focus stealing should work better now.

Removed Features:
- No more GnomeVFS, waiting for GVFS!
- Revisions. Wasn't happy with them, to be reconsidered.
- Autosave and save options. Now defaults to save on focus out (saving your laptop batteries).
- Tools menu.

Bugfixes:
- It's practically a rewrite, so all bugs should be brand new!
- Icon sucks less.

Known Problems:
- Font changes won't take effect immediately.

GNOME 3620 Published by Philipp Esselbach 0

Accessibility Test Suite 2.11.1 and 2.15.1 are now available

In light of the recent loosening of TSA travel requirements on airlines, I also bring good tidings in the form of scripts which will help your applications better fit into the world of Universal Access Design. These scripts evaluate applications in the desktop for missing accessibility features in widgets used within, and create reports of this data, so that these issues may be fixed.

It is possible to write a script to scan any application which supports using ATK on some level within itself. Scripts currently exist for the following applications:

- Banshee
- beagle-search
- The SLED 10 App Browser and Control Center
- Evolution (incomplete, but covers most of the mailer UI currently)
- GEdit
- GIMP (very incomplete, but covers several basic interfaces)
- The preference dialogs in gnome-control-center
- gnome-passwd from SUSE
- GNOME System Monitor
- RealPlayer 10
- Yelp
- zen-installer from SLED 10

GNOME 3620 Published by Philipp Esselbach 0

Planner v0.14.1 is now available for download:
http://ftp.gnome.org/pub/GNOME/sources/planner/0.14/

What is Planner
==============
Planner is the GNOME project management tool.

Homepage: http://live.gnome.org/Planner

What's New in Planner v0.14.1
============================
* new man page contributed by Martin-Eric Racine
* fix for bug #353213 - fix compile with libgda 1.3.91 - contrubuted by Dennis Lubert
* corrected build of translated user guides
* src/planner-format.c: fix NULL pointer deref - bug #334121
* src/planner-gantt-row.c: patch to fix segv on scrolling - bug #345517
* po/POTFILES.in: Added missing files per bug #344793
* README: Put some better, more current info in there
* NEWS: Updates since v0.13

GNOME 3620 Published by Philipp Esselbach 0

Gossip 0.17 is now available for download from:
http://download.gnome.org/sources/gossip/0.17/

What's Gossip
=============

Gossip is an instant messaging client for GNOME with an easy-to-use interface, providing users of the GNOME Desktop with a friendly way to keep in touch with their friends.

What's New
==========

- Require GTK+ 2.10
- Show the contacts in a flat type mode instead of tree like so we don't waste space on the left (Martyn Russell).