Openbox 3.4.7 (Stable branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Openbox 3.4.7 (Stable branch)
# 1  
Old 04-16-2008
Openbox 3.4.7 (Stable branch)

ImageOpenbox is a minimalistic, highly configurablewindow manager. Since it supports the latestfreedesktop.org standards and previous standards,it lets you use the latest applications (which mayhave been intended for use with GNOME or KDE)without a full desktop environment.License: GNU General Public License (GPL)Changes:
New Openbox-themed prompt windows have been added. Translations have been updated. Rendering of some gradients has been sped up. An icon cache has been added to reduce the memory footprint. There are some minor bugfixes and new actions.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Kde Desktop Effect won't work after installing OpenBox

I recently installed OpenBox to work with KDE in replacing the Kwin Session manager. A lot of things did seem to use less processing and memory, but it seems I've lost my KDE Desktop Effects. I managed to track down this in /home/user/.xsession-errors after trying to re-enable them: ... (0 Replies)
Discussion started by: Azrael
0 Replies

2. UNIX for Dummies Questions & Answers

Openbox unable to start on OpenBSD

The other day I installed the packages for Openbox on OpenBSD. I tried starting it from the command-line as a normal user with "openbox-session" and got the following error: Openbox-Message: Failed to open the display from the DISPLAY environment variable. I looked online and saw that... (2 Replies)
Discussion started by: Azrael
2 Replies
Login or Register to Ask a Question
clearerr(3)						     Library Functions Manual						       clearerr(3)

NAME
clearerr - Clears indicators on a stream LIBRARY
Standard C Library (libc) SYNOPSIS
#include <stdio.h> void clearerr( FILE *stream); STANDARDS
Interfaces documented on this reference page conform to industry standards as follows: clearerr(): XSH5.0 Refer to the standards(5) reference page for more information about industry standards and associated tags. PARAMETERS
Specifies the input or output stream to be cleared. DESCRIPTION
The clearerr() function resets the error indicator and the EOF indicator for the stream specified by the stream parameter. NOTES
[Tru64 UNIX] The clearerr() function is supported for multithreaded applications. RETURN VALUES
The clearerr() function returns no value. RELATED INFORMATION
Functions: open(2), fopen(3), feof(3), fileno(3), ferror(3) Standards: standards(5) delim off clearerr(3)