ObConf:About

From Openbox

(Difference between revisions)
Jump to: navigation, search
m (Download)
(Added some extra info on how to build ObConf)
Line 1: Line 1:
This page is about the soon-to-be-released ObConf 2.0.
+
This page is about the Openbox configuration tool, ObConf 2.0.
  
 
== Installing and distributing Openbox themes ==
 
== Installing and distributing Openbox themes ==
Line 33: Line 33:
 
</pre></code>
 
</pre></code>
 
These programs are a part of the <code>shared-mime-info</code> and <code>desktop-file-utils</code> packages.  They should be installed if GNOME is installed.
 
These programs are a part of the <code>shared-mime-info</code> and <code>desktop-file-utils</code> packages.  They should be installed if GNOME is installed.
 +
 +
=== Dependencies ===
 +
 +
Compiling ObConf requires the following packages:
 +
* GTK+ 2.x library and headers (development package)
 +
* Glade 2.x library and headers (development package)
 +
 +
=== Building ObConf ===
 +
 +
If you have installed Openbox into the <code>/usr/local</code> prefix, you will need to tell the ObConf configure script where to find the Openbox libraries:
 +
 +
<code><pre>
 +
  PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --prefix=/usr
 +
</pre></code>

Revision as of 19:15, 5 June 2007

This page is about the Openbox configuration tool, ObConf 2.0.

Contents

Installing and distributing Openbox themes

ObConf now easily installs new themes which use the .obt Openbox theme archive format for distribution. Just open any .obt theme archive in your file browser, or use the interface provided inside ObConf.

You can also use ObConf to create .obt Openbox theme archives for distributing your own themes.

Screenshots

(thumbnail)
Theme options
(thumbnail)
Appearance options
(thumbnail)
Behavior options
(thumbnail)
Desktop options
(thumbnail)
Dock options

Download

ObConf is available for download here.

The current changelog is found here.

Installing ObConf

ObConf should be installed to the /usr prefix to have file associations function correctly.

When ObConf is installed, upgraded or uninstalled, you need to run these commands to update the .obt file associations for GNOME:

update-mime-database /usr/share/mime
update-desktop-database /usr/share/applications

These programs are a part of the shared-mime-info and desktop-file-utils packages. They should be installed if GNOME is installed.

Dependencies

Compiling ObConf requires the following packages:

  • GTK+ 2.x library and headers (development package)
  • Glade 2.x library and headers (development package)

Building ObConf

If you have installed Openbox into the /usr/local prefix, you will need to tell the ObConf configure script where to find the Openbox libraries:

  PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --prefix=/usr
Personal tools