Main > Free Download Search >

Free 2.18.1 software for linux

2.18.1

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 13
Sabayon 2.18.1

Sabayon 2.18.1


Sabayon is a system administration tool to manage GNOME desktop settings. more>>
Sabayon is a system administration tool to manage GNOME desktop settings.

Sabayon provides a sane way to edit GConf defaults and GConf mandatory keys: the same way you edit your desktop. Sabayon launches profiles in an Xnest window.

Any changes you make in the Xnest window are saved back to the profile file, which can then be applied to users accounts.

<<less
Download (0.76MB)
Added: 2007-03-21 License: GPL (GNU General Public License) Price:
947 downloads
libRSVG 2.18.1

libRSVG 2.18.1


libRSVG is a very fast SVG rendering engine written in C. more>>
libRSVG is a component used within software applications to enable support for SVG-format scalable graphics.
In contrast to raster formats, scalable vector graphics provide users and artists a way to create, view, and provide imagery that is not limited to the pixel or dot density that an output device is capable of.
Many software developers use the librsvg library to render SVG graphics. It is lightweight and portable, requiring only libxml and libart at a minimum, while providing extra features when used with libcroco, libgsf, and mozilla. It is included as part of the GNOME Desktop, and is licensed under the LGPL license.
Enhancements:
- rsvg-styles.c: Basic support for SVG 1.1s text-rendering and shape-rendering properties (#464599)
- http://www.w3.org/TR/SVG/painting.html#ShapeRenderingProperty
- rsvg-styles.h: Ditto
- rsvg-cairo-draw.c: Ditto
<<less
Download (0.54MB)
Added: 2007-08-21 License: GPL (GNU General Public License) Price:
803 downloads
Liboobs 2.18.1

Liboobs 2.18.1


Liboobs is a wrapping library to the System Tools Backends. more>>
Liboobs is a wrapping library to the System Tools Backends.

Liboobs will provide easy to access GObjects to system configuration details, like users, groups and network interfaces, it will handle sessions with the backend and data consistency too

To compile, you will need system-tools-backends 2.0 and DBus >= 0.31

Installation:

The simplest way to compile this package is:

1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.

Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.

2. Type `make to compile the package.

3. Optionally, type `make check to run any self-tests that come with the package.

4. Type `make install to install the programs and any data files and documentation.

5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean. There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
<<less
Download (0.43MB)
Added: 2007-04-10 License: GPL (GNU General Public License) Price:
927 downloads

2.18.1 related searches

: 2.18.1.4,
libgnomeui 2.18.1

libgnomeui 2.18.1


libgnomeui is the gui parts of what was previously gnome-libs. more>>
libgnomeui is the gui parts of what was previously gnome-libs.

<<less
Download (2.1MB)
Added: 2007-03-14 License: GPL (GNU General Public License) Price:
954 downloads
GNOME LiveCD 2.18.1

GNOME LiveCD 2.18.1


GNOME LiveCD will help you run GNOME on a computer without installing on your hard drive. more>>
GNOME LiveCD will help you run GNOME on a computer without installing on your hard drive. Download, burn to CD, and boot your computer.
Main features:
- Tomboy, the note-taking applet, helps you to keep better track of your most important notes by pinning them, making sure they will always easier to find.
- Using Tomboy to create lists is now as simple as adding aor a -.
- Never lose track of your work and pick up where you left off by finding the recently opened files, or just search for new distractions with the new Deskbar applet.
- Find out where all your disk space is going with the new ring chart view in GNOMEs Disk Usage Analyzer.
- Save battery power with GNOME Power Managers control over your processor.
- Whether you have two monitors or not, the GNOME Document Viewer now supports opening multiple instances of a document at the same time.
- Use the new history feature to navigate your documents like a web page.
- Hand out better printed slide notes and keep your audience engaged with Evinces new presentation mode.
- Digitally sign or authenticate your documents using Seahorse, the new front-end to GNU Privacy Guard.
- Use Seahorse to manage the security of your desktop and your OpenPGP and SSH keys.
<<less
Download (MB)
Added: 2007-04-14 License: LGPL (GNU Lesser General Public License) Price:
928 downloads
libgnomeprint 2.18.1

libgnomeprint 2.18.1


libgnomeprint is a Gnome printing library. more>>
libgnomeprint is a Gnome printing library.
This is an implementation of the Gnome Printing Architecture, as described in:
http://www.levien.com/gnome/print-arch.html
An updated description of gnome-print and future plans can be found in :
http://www.levien.com/gnome/print-summit-2000.htm
We have a mailing list setup:
gnome-print@gnome.org
Overview
1. Imaging
Gnome-print uses semi-standard PostScript imaging model. I.e. all
shapes are described as sequences of path commands (moveto, lineto
curveto, closepath) and images created through fill and stroke
operators.
2. Coordinates
The initial coordinate system is identical to the PostScript one,
i.e. unit is 1 typographic point and y grows upwards on the page.
Coordinate system can be modified, using concat operator.
3. Graphic state
Graphic state is manipulated through usual operators, like
setrgbcolor, setopacity, setlinewidth. There are gsave and grestore
operators that manipulate graphic state stack.
Currently the only supported colorspace is RGB, as we have yet to
figure out the patent issues involved in CMYK and other colorspaces.
4. Text
There are 2 primary text operators. The simpler one (show) accepts
UTF-8 encoded string, and outputs it as well as possible using
current font from graphic state.
The other one (glyphlist) accepts device idependently formatted
sequence of glyphs - i.e. user program should do exact layout and
languge analyzing itself. Glyphlist can include glyphs from different
fonts, use different colors and position glyphs either in
predetermined coordinates or use simple font-specific positioning
rules (glyph advances for latin-like fonts).
5. Fonts
Gnome-print uses type1 fonts for all rendering, so printed output
is always identical to onscreen preview.
Enhancements:
- Fix a crash in Gedit caused by a typo. (Jeremy Messenger, Joe Marcus Clarke)
- Fix compiler warnings (Damien Carberry, Michael Wolf)
Updated translations:
- fi (Ilkka Tuohela)
- ga (Ignacio Casal Quinteiro)
- si (Danishka Navin)
- ta (Tirumurthi Vasudevan)
- vi (Pham Thanh Long)
<<less
Download (1.1MB)
Added: 2007-08-08 License: LGPL (GNU Lesser General Public License) Price:
807 downloads
control-center 2.18.1

control-center 2.18.1


control-center package is a Gnome system control center. more>>
control-center package is a Gnome system control center.
Enhancements:
- configure.in: updated for 2.18.1.
- configure.in: build libslab statically, to avoid conflicts with gnome-main-menu, which installs its .so and header files.
<<less
Download (3.4MB)
Added: 2007-04-10 License: GPL (GNU General Public License) Price:
929 downloads
gnome-terminal 2.18.1

gnome-terminal 2.18.1


gnome-terminal is the GNOME terminal emulator application. more>>
gnome-terminal is the GNOME terminal emulator application. gnome-terminal is only the shell (menubar, prefs dialog); the terminal emulation ("stuff in the middle") comes from the VTE widget. Remember this when choosing a bugzilla component.

How it works:

Profiles:
all settings are stored in profiles. prefs dialog edits the current profile

Session:
just the number of open windows/tabs and their profile is stored per-session

Command line options:
do not overlap things that are preferences
<<less
Download (2.8MB)
Added: 2007-06-19 License: GPL (GNU General Public License) Price:
873 downloads
Vino 2.18.1 / 2.19.90

Vino 2.18.1 / 2.19.90


Vino package contains an integrated VNC server for GNOME. more>> <<less
Download (0.73MB)
Added: 2007-08-14 License: LGPL (GNU Lesser General Public License) Price:
803 downloads
gnome-vfs 2.18.1 / 2.19.3

gnome-vfs 2.18.1 / 2.19.3


gnome-vfs is a Filesystem Abstraction library. more>>
gnome-vfs is a Filesystem Abstraction library. It provides an abstraction layer for the reading, writing and execution of files. It is primarily used by the Nautilus file manager and other GNOME applications.
A cause of confusion is the fact that the file system abstraction used by the Linux kernel is also called the virtual file system (VFS). This is however at a lower level.
Whats New in 2.19.3 Development Release:
- Export modules directory in pkg-config files
- Fix crash in gnome_vfs_xfer
- Add GNOME_VFS_DIRECTORY_VISIT_IGNORE_RECURSE_ERROR flag
- Dont resolve non-mdns hosts when resolving mDNS service names
- Workaround issue with mDNS and link-local ipv6 addresses
<<less
Download (2.6MB)
Added: 2007-07-27 License: GPL (GNU General Public License) Price:
819 downloads
GNOME System Tools 2.18.1

GNOME System Tools 2.18.1


The GNOME System Tools are a set of tools aimed to make easy the system administration tasks. more>>
Formerly known as the Ximian Setup Tools, GNOME System Tools are a fully integrated set of tools aimed to make easy the job that means the computer administration on an UNIX or Linux system.
Theyre thought to help from the new Linux or UNIX user to the system administrators. The GNOME System Tools are free software, licensed under the terms of the GNU General Public License.
Main features:
Its main advantages are:
- Full integration with the new GNOME Control Center.
- An user-friendly interface to carry out the main administration tasks.
- The use of a common user interface in every system.
- A common structure that makes easy the development of new system tools.
Nowadays there are tools for managing:
- Users and groups
- Date and time
- Network configuration
- Bootloaders
- Runlevels
<<less
Download (1.8MB)
Added: 2007-04-10 License: GPL (GNU General Public License) Price:
929 downloads
Gnome-utils 2.18.1 / 2.19.90

Gnome-utils 2.18.1 / 2.19.90


Gnome-utils are useful GNOME utilities/apps. more>>
Gnome-utils contains GNOME time tracker, searching tool, calculator, and other useful GNOME utilities/apps.

The GNOME 2.12 Desktop is the latest release of the ever popular, multi-platform free desktop environment - on time, to the day! It includes a number of interesting new features and hundreds of bug fixes.

GNOME is...

Free

GNOME is Free Software and part of the GNU project, dedicated to giving users and developers the ultimate level of control over their desktops, their software, and their data. Find out more about the GNU project and Free Software at gnu.org.

Usable

GNOME understands that usability is about creating software that is easy for everyone to use, not about piling on features. GNOMEs community of professional and volunteer usability experts have created Free Softwares first and only Human Interface Guidelines, and all core GNOME software is adopting these principles. Find out more about GNOME and usability at the GNOME Usability Project.

Accessible

Free Software is about enabling software freedom for everyone, including users and developers with disabilities. GNOMEs Accessibility framework is the result of several years of effort, and makes GNOME the most accessible desktop for any Unix platform. Find out more at the GNOME Accessibility Project.

International

GNOME is used, developed and documented in dozens of languages, and we strive to ensure that every piece of GNOME software can be translated into all languages. Find out more at the GNOME Translation Project.

Developer-friendly

Developers are not tied to a single language with GNOME. You can use C, C++, Python, Perl, Java, even C#, to produce high-quality applications that integrate smoothly into the rest of your Unix or Linux desktop.

Organized

GNOME strives to be an organized community, with a foundation of several hundred members, usability, accessibility, and QA teams, and an elected board. GNOME releases are defined by the GNOME Release Team and are scheduled to occur every six months.

Supported

Beyond the worldwide GNOME Community, GNOME is supported by the leading companies in Linux and Unix, including HP, MandrakeSoft, Novell, Red Hat, and Sun. Find out more at foundation.gnome.org.

A community

Perhaps more than anything else, GNOME is a worldwide community of volunteers who hack, translate, design, QA, and generally have fun together. Find out more at GNOME Developers site.
<<less
Download (5.0MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
803 downloads
Deskbar Applet 2.18.1 / 2.19.90.1

Deskbar Applet 2.18.1 / 2.19.90.1


Deskbar Applet is a Gnome applet to allow easy access to various search engines (like Googles Deskbar for Windows). more>>
Deskbar Applet is a Gnome applet to allow easy access to various search engines (like Googles Deskbar for Windows).

Deskbar Applet looks like the current Gnome Mini-Commander, but it launches search queries instead of programs.

Example search-engines include:

Google
MSN
EBay
IMDB
Stock Quotes
Wikipedia
Local File Search (and eventually also Beagle)

A related idea was posted at http://live.gnome.org/AuricApplet.

<<less
Download (0.89MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
809 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1