Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lxqt/obconf-qt
The Qt port of obconf, the Openbox configuration tool
https://github.com/lxqt/obconf-qt
Last synced: 3 days ago
JSON representation
The Qt port of obconf, the Openbox configuration tool
- Host: GitHub
- URL: https://github.com/lxqt/obconf-qt
- Owner: lxqt
- License: gpl-2.0
- Created: 2013-07-18T19:11:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T13:35:49.000Z (2 months ago)
- Last Synced: 2024-10-29T10:12:28.449Z (2 months ago)
- Language: C++
- Homepage: https://lxqt.github.io
- Size: 1.24 MB
- Stars: 27
- Watchers: 25
- Forks: 26
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# ObConf-Qt
## Overview
ObConf-Qt is a Qt port of [ObConf](http://openbox.org/wiki/ObConf:About), a configuration editor for window manager [OpenBox](http://openbox.org).
It is not actively developed anymore by LXQt project, code contributions and bugfixes will be accepted.
It can be used independently from this desktop environment.## Installation
### Compiling source code
Runtime dependencies are Qt X11 Extras, gtk-update-icon-cache, hicolor-icon-theme and Openbox.
Additional build dependencies are CMake, [liblxqt](https://github.com/lxqt/liblxqt) and [lxqt-build-tools](https://github.com/lxqt/lxqt-build-tools),
optionally Git to pull latest VCS checkouts.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 the most common distributions, search in your package manager for `obconf-qt`.
### Translations
Translations can be done in [LXQt-Weblate](https://translate.lxqt-project.org/projects/lxqt-configuration/obconf-qt/).