HotApplet 0.2
Application
===========
HotApplet 0.2 "irish encouragement"
Description
===========
Gnome 2 applet which shows motherboard sensors values as CPU
Temperature, CPU fan rpm's, voltages, etc...
Enhancements
============
- More sensors supported
- New preferences window to select different temperatures
- Can be started multiple applets
Notes
=====
- Remember to have lm-sensors installed (README contains more info)
Download
========
http://prdownloads.sourceforge.net/hotapplet/hotapplet-0.2.tar.gz?download
Thanks and enjoy it.
_____________________________________________
Guikachu 1.3.4
... just your usual 'brown paper bag on head' release ...
http://cactus.rulez.org/projects/guikachu/download/guikachu-1.3.4.tar.gz
--
.--= ULLA! =---------------------. `We are not here to give users what
http://cactus.rulez.org they want' -- RMS, at GUADEC 2001
`---= [email protected] =---'
Ha paranoiásokkal akarsz megismerkedni, kezdd el követni ôket.
_____________________________________________
Seahorse 0.6.1
Application
===========
Seahorse 0.6.1
Description
===========
Seahorse is a GNOME frontend for GnuPG (the GNU Privacy
Guard) file encryption/decryption program.
Enhancements
============
* More and updated translations
* Key manager updates all keys when changed
* Preferences loads faster
* More HIG compliant windows & dialogs
* Failure to install schemas does not stop installation
* Better about dialog: shows version & lists translators
Fixes
=====
* Correctly check for GPGME 0.3.14 and GnuPG 1.2 during build
Download
========
http://prdownloads.sourceforge.net/seahorse/seahorse-0.6.1.tar.gz?download
_____________________________________________
Zenity 1.0
Zenity is a basic rewrite of gdialog, without the pain involved of
trying to figure out commandline parsing. Zenity is zen-like; simple and
easy to use.
Zenity is especially useful in scripts.
Zen Requirements -
==================
popt, scrollkeeper and intltool.
gtk+-2.0, libglade-2.0, gconf-2.0 and libgnomecanvas-2.0.
Zen Dialogs -
=============
Calendar, Text Entry, Error, Informational, File Selection, List,
Progress, Question, Text Information and Warning.
See 'zenity --about' and Help for more details of how to use Zenity.
Zen Thanks -
============
* Mike Newman and John Fleck for their direct help.
* Jonathan Blanford, Anders Carlsson, James Henstridge,
Havoc Pennington, Kristian Rietveld, Jakub Steiner and
Tom Tromey for their indirect help.
Zen Translations -
==================
* Vincent van Adrighem, Pablo Gonzalo del Campo, Abel Cheung,
Ole Laursen, Kjartan Maraas, Christian Rose and Pablo
Saratxaga for their wonderful translations.
Live life to the Zen.
Available from:
http://ftp.gnome.org/pub/GNOME/sources/zenity/1.0
_____________________________________________
DiaSCE 1.3.1
Application
===========
DiaSCE 1.3.1
Description
===========
DiaSCE (David is a Simple Code Editor) is a C/C++ code editor for GNOME. It
pretends to be a complement to Glade, so it doesn't include an environment
for GUI's development.It has neither a debugger. The idea is for it to be a
light code editor that doesn
Fixes
=====
- Fixed an important bug in the detection of Glade2
Download
========
http://diasce.es.gnome.org/index.php?lang=en&opt=3
_____________________________________________
gnome-pkgview 1.0.0
Application
===========
gnome-pkgview 1.0.0 (Fleet)
Description
===========
Displays the version of desktop components installed, and makes a stab at
your overall GNOME version.
Enhancements
============
- lots of new and updated translations
- a GConf key to hide/show *-uninstalled packages
Download
========
http://www.gtnorthern.demon.co.uk/packages/gnome-pkgview/
_____________________________________________
Greenwich 0.5.0
Application
===========
Greenwich 0.5.0
Description
===========
A graphical whois client for GNOME.
Enhancements
============
This is an almost complete rewrite of the original code - it is now
entirely object-oriented. A couple of new translations have been added, as
well as support for doing lookups of IP addresses, using the IP::Authority
module.
Download
========
http://jodrell.net/files/greenwich-0.5.0.tar.gz
_____________________________________________
acme 2.0.2
Hey,
acme "Ta Yeule" 2.0.2 is out.
ACME is a small GNOME tool to make use of the multimedia buttons
present on most laptops and internet keyboards.
Plenty of translation updates, and a small fix for Solaris/non-XFree86 user=
s.
Download it at http://www.hadess.net/misc-code.php3 or
http://ftp.gnome.org/pub/GNOME/sources/acme/2.0/
--=20
Bastien Nocera <[email protected]>
_____________________________________________
GStreamer 0.6.0
GStreamer "Hottest Pick" 0.6.0 released[*]
The GStreamer team is happy to announce our first ABI stable release
series. The 0.6.x series of the GStreamer streaming-media framework.
At this point in time GStreamer is fully functional for creating
audio-based applications, as shown by applications such as
gnome-sound-recorder, Rhythmbox and nautilus-media.
Video-based applications still have some issues at this point, but we
plan on solving those issues during the 0.6.x series in an ABI
compatible way.
We will also be releasing a development 0.7 release series, in which we
will work on such things as the remaining video issues and the
interactivity support which is needed for DVD menus and SWF (Flash).
This means developers working on apps needing these services can use the
0.7 series for development and then enable 0.6 support as these
additions optionally get backported to 0.6 once they are stable and work
well.
Thread issues and GStreamer
Many of GStreamer's features relies heavily on threads. Unfortunately
everything is not rosy in the Linux world of threads. If you have a
glibc version installed compiled with i686 optimizations (which uses a
different codepath than standard i386 glibc), there is a good chance you
will experience thread-related crashes in gstreamer-based applications.
There are a few workarounds to this available.
* You can use an i386 glibc package instead. (Since this is the
only one shipping with Debian, debian users do not experience
this issue.)
* You can also try running the gstreamer-based applications using
the command-line option --gst-scheduler=opt, which invokes a
newly created scheduler that does not use threads. This
scheduler is very new however so you might encounter other
issues when using it. Please report issues to our bugzilla.
The GStreamer applications we ship all check for both gstreamer-0.6,
gstreamer-libs-0.6 and gstreamer-play-0.6; if those aren't found the 0.7
version of those files are checked for. We suggest anyone making
GStreamer-based apps do the same.
We are starting to have a really nice collection of applications under
development using GStreamer. If you are looking for something specific
check out our applications status page:
http://www.gstreamer.net/status/?category=2
Features
* Pipeline based media architecture
* Over 130 plugins
* All parts interchangeable
* Few dependencies, only glib, popt and libxml for core (libxml
optional)
* Python Language bindings
* Good documentation
* Will be widely deployed through bundling with GNOME 2.2
* Design catering also for applications needing low-latency
* Highly portable, already running on most mainstream CPU's
* Modular design and use of 3rd party best of breed libraries
means no bloat
* LGPL licensing lays no restrictions on application developers
licensing.
* Easy for applications to ship their own plugins to the core as
needed
* Compiles with both GCC and Forte compilers
* Tested to run on Linux, FreeBSD and Solaris
GStreamer Homepage
More details on these features can be found on the project's website,
http://gstreamer.net/.
Download and build instructions:
http://www.gstreamer.net/releases/0.6.0/
Support and Bugs
We use Gnome's Bugzilla (http://bugzilla.gnome.org) for bug reports and
feature requests. The "product name" is GStreamer (capital G). Please do
the following before writing a bug report :
gst-feedback &> feedback 2>&1
and attach the file "feedback" to your bug report, so that we have some
information useful in the debugging process.
Developers
GStreamer is hosted on SourceForge. All code is in CVS and can be
checked out from there. Interested developers of the core library,
plug-ins, and applications should subscribe to the gstreamer-devel list.
If there is sufficient interest we will create more lists as necessary.
We are still looking for people with access to FreeBSD, Solaris, HP-UX,
Irix and True64 that would be willing to try building and testing
GStreamer. Patches fixing such problems are also more than welcome.
Contributors to this release
Patches to the core of Gstreamer
* Wim Taymans <wim.taymans(AT)chello.be>
* Erik Walthinsen <omega(AT)temple-baptist.com>
* Thomas Vander Stichele <thomas(AT)apestaart.org>
* David I. Lehn <dlehn(AT)vt.edu>
* David Schleef <ds(AT)schleef.org>
* Brian Cameron <brian.cameron(AT)sun.com>
* Joshua N Pritikin <vishnu(AT)pobox.com>
Plugins and Sample Applications
* Julien MOUTTE <jmoutte(AT)electronic-group.com>
* Cameron Hutchison <camh+gst(AT)xdna.net>
* Ronald Bultje <rbultje(AT)ronald.bitfreak.net/>
* Steve Baker <stevebaker_org(AT)yahoo.co.uk/>
* Iain Holmes <iain(AT)prettypeople.org>
* Jérémy Simon <jsimon13(AT)yahoo.fr>
* Jan Schmidt <thaytan(AT)mad.scientist.com/>
* Daniel Fischer <dan(AT)f3c.com>
* Martin Schlemmer <azarah(AT)gentoo.org>
* Andrew Turner <zombie(AT)4free.co.nz>
* Owen Fraser-Green <owen(AT)discobabe.net>
* Leif Morgan Johnson <lmjohns3(AT)eos.ncsu.edu/>
* Benjamin Otte <in7y118(AT)public.uni-hamburg.de/>
Misc
* Christian Fredrik Kalager Schaller <Uraeus(AT)gnome.org>
* Alp Toker <alp(AT)atoker.com>
[*]: GStreamer is Hottest Pick in the UK Linux Format #36, out now !
_____________________________________________
bugzilla-applet 0.1
Application
===========
bugzilla-applet 0.1
Description
===========
bugzilla-applet is a GNOME 2.x panel applet for quickly accessing bug
reports for specific bugs
Changes
=======
Initial release
Download
========
http://www.gnome.org/~aldug/gnome2/bugzilla-applet/downloads/bugzilla-applet-0.1.tar.gz
_____________________________________________
Dr. Genius 0.8.3
Application
===========
Dr. Genius 0.8.3
Description
===========
The Gnome Interactive Geometry Sofware.
Enhancements
============
- The English documentation has been review by David Bucknell. This version
of the DrGenius manual should be in good English :) However, I have decided
to not maintain it anymore. Therefore, we are looking for a new volunteer
with good English writing to take over it;
- The French documentation is now the source documentation, where new stuff
are written first. The documentation improvements are in the "DGS par
l'exemple", "Methode de reference pour DGS", "Masquer des outils dans
l'interface", "Ouvrir un fichier";
- The API has been widely extended and documented (in the French manual for
now);
- Locus rendering improvement. The locus is cuted when two consecutive
points are too far away from each other;
- Bug fixes: creating a circle equation does not make Dr.Genius to crash
any more;
- Free value and script edition are now undoable;
- We record into a static variable sessionPathName a full filename to the
last saved session. (request from JPG)