obconf-qt Packaging
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Alf Gaida a4bd5035ea
Cherry-picking upstream release 0.11.0.
8 years ago
cmake Cherry-picking upstream version 0.10.96~25-gbc999b9. 8 years ago
data Adding upstream version 0.9.0. 9 years ago
debian Cherry-picking upstream release 0.11.0. 8 years ago
src Cherry-picking upstream version 0.10.96~25-gbc999b9. 8 years ago
.gitignore Cherry-picking upstream release 0.11.0. 8 years ago
AUTHORS Cherry-picking upstream version 0.10.96~25-gbc999b9. 8 years ago
CHANGELOG Cherry-picking upstream release 0.11.0. 8 years ago
CMakeLists.txt Cherry-picking upstream release 0.11.0. 8 years ago
COPYING Cherry-picking upstream version 0.9.0+20151227. 9 years ago
README.md Cherry-picking upstream release 0.11.0. 8 years ago

README.md

ObConf-Qt

Overview

ObConf-Qt is a Qt port of ObConf, a configuration editor for window manager OpenBox.

It is maintained by the LXQt project but can be used independently from this desktop environment.

Installation

Compiling source code

Runtime dependencies are xkbcommon, qtx11extras, xdg-utils, hicolor-icon-theme and Openbox.
Additional build dependencies are CMake and optionally Git to pull latest VCS checkouts. The localization files were outsourced to repository lxqt-l10n so the corresponding dependencies are needed, too. Please refer to this repository's README.md for further information.

Code configuration is handled by CMake. CMake variable CMAKE_INSTALL_PREFIX has to be set to /usr on most operating systems.

To build run make, to install make install which accepts variable DESTDIR as usual.

Binary packages

Official binary packages are available in Arch Linux and Debian (as of Debian stretch).
The tool is missing in Fedora so far. Same applies to openSUSE where it is about to be included, though.