but they pretend that they do and run the sk utilities anyway.
So we pretend to run them :).
Fixes the scrollkeeper gunk appearing under under /usr/local/var as pointed
out by naddy@ (not to mention the *very* slow fake times).
- add message to PLIST which mentions the possibility of needing additional setup
- mention the use of sysctl(8) to modify shared memory settings in DESCR
--
From: MAINTAINER
--
neXtaw is a replacement library for the Athena (libXaw) widget set.
It is based on Xaw3d, by Kaleb Keithley and is almost 100% backward
compatible with it. Its goal is to try to emulate the look and feel
of the N*XTSTEP GUI.
WWW: http://siag.nu/neXtaw/
brad@ ok
--
The XawM Widget set is based on the widely-distributed Xaw3d widget set.
XawM makes a few changes required to give Athena the "modern"
look-and-feel. It borrows a few features from neXtaw and other widgets
sets as required to obtain a modern look and feel, although the actual
source code is entirely based on Xaw3d.
WWW: http://xawm.sourceforge.net/
brad@ ok
--
The GNOMECanvas library provides a number of features:
- Image loading facilities.
- Rendering of a GdkPixBuf into various formats:
drawables (windows, pixmaps), GdkRGB buffers.
- A cache interface
From marcm for gnome2
--
Gnome-terminal is a terminal emulator program that is part of the GNOME
project. Gnome-terminal supports color displays and provides mouse support
to applications that are aware of mouse events for xterm-like terminals.
From marcm for gnome2
--
This package contains the following:
* the GNOME session manager
* the GNOME session manager configuration program and several other
session management related utilities.
* the GNOME session manager proxy, which handles basic session
management for applications that do not support XSM.
From marcm for gnome2
--
This package contains the GNOME panel which the area on your desktop
from which you can run applications and applets, and perform other
tasks.
The libpanel-applet library is also in this package. This library allows
one to develop small applications which may be embedded in the panel.
These are called applets. Several applets are also supplied - the
Workspace Switcher, the Window List, the Inbox Monitor, the Clock and
the infamous 'Wanda the Fish'.
From marcm for gnome2
--
Nautilus is the official file manager for the GNOME desktop.
It is designed to be primarly a file manager, but there are
support for web and file viewing too.
For more information about nautilus, visit:
WWW: http://www.gnome.org/projects/nautilus/
From marcm for gnome2
--
The librsvg library is a lightweight library for parsing and rendering
vector-graphic files in SVG format (like the ones made by sodipodi). It also
includes functions that render anti-aliased fonts using freetype, including
caching of glyphs. It's used by Nautilus for drawing vector icons and
anti-aliased type.
From marcm for gnome2
--
GtkHTML is a lightweight HTML rendering/printing/editing engine.
It was originally based on KHTMLW, part of the KDE project, but is
now being developed independently.
From marcm for gnome2
--
Bonobo is a set of language and system independant CORBA interfaces
for creating reusable components, controls and creating compound
documents.
From marcm for gnome2
--
The Eazel Extensions Library is a collection of widgets and extensions
to many modules of the GNOME platform. These widgets and extensions
were developed by hackers working on Nautilus. For the duration of
the Nautilus 1.0 development cycle, the code was internal to Nautilus
and its components.
From marcm for gnome2
--
This package contains the libgnome-desktop library as well as GNOME's
.desktop files, the gnome-about program, some manpages and GNOME's
core graphics files and icons.
From marcm for gnome2
- fix thread startup in knode, including work-around for thread bugs up until
a week ago...
- replace IP detection code with home-made code so that kfrb/krdc works for us.
- fix thread startup in knode, including work-around for thread bugs up until
a week ago...
- replace IP detection code with home-made code so that kfrb/krdc works for us.
- use kcontrol/nics/nic.cpp from kde-current to access getifaddrs...
IPv4 masks are not printed properly yet.
- konsole fixes for utmp
- ksysguardd mostly working. Should unify with Net/FreeBSD
- clock and timezone fixes mostly from Flinn Mueller.
- uses kxkb_pic lib, thanks to Matthieu.
--
GTK+extra is a useful widget library set complementary
to GTK+ for creating graphical interfaces for the X
Window System.
WWW: http://gtkextra.sourceforge.net/
From: Chris Kuethe <ckuethe@ualberta.ca>
brad@ ok
Add fixes/speed-up from kde's qt-copy:
- let moc handle optional identifiers
- speed-up qt startup by looking up some settings at qapplication startup
(use one single qsettings object)
- some cursor/refresh bug.
Submitted by Nick Nauwelaerts <nick@nauwelaerts.net>.
mterm is a small X11 application that lets a user enter commands and
run them without opening a terminal. It can be withdrawn into the
dock/wharf/slit or run in windowed mode.
There's no accounting security left if konsole_granpty works on a ttyname
without corresponding rights on a fd.
So, the proper fix will involve figuring out where kprocess/kpty loses that
fd after running the command.
(The code in kde-current is substantially different, so this won't go in
unchanged)
- use konsole_grantpty to do the login/logout, so that only this program
needs to be setgid utmp.
- pass the ttyname to konsole_grantpty explicitly.
- use openpty to get the ttyname in a simple way.
- deactivate USE_LOGIN on OpenBSD, as login/logout must occur in grantpty.