• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

data/H03-May-2022-

src/H03-May-2022-30,28828,697

AUTHORSH A D17-Apr-2021462 1410

CHANGELOGH A D17-Apr-20218.9 KiB211190

COPYINGH A D17-Apr-202114.9 KiB281237

README.mdH A D17-Apr-20211.3 KiB3117

README.md

1# ObConf-Qt
2
3## Overview
4
5ObConf-Qt is a Qt port of [ObConf](http://openbox.org/wiki/ObConf:About), a configuration editor for window manager [OpenBox](http://openbox.org).
6
7It is maintained by the LXQt project but can be used independently from this desktop environment.
8
9## Installation
10
11### Compiling source code
12
13Runtime dependencies are Qt X11 Extras, gtk-update-icon-cache, hicolor-icon-theme and Openbox.
14Additional build dependencies are CMake and [liblxqt](https://github.com/lxqt/liblxqt), optionally Git to pull latest VCS checkouts.
15
16Code configuration is handled by CMake. CMake variable `CMAKE_INSTALL_PREFIX` has to be set to `/usr` on most operating systems.
17
18To build run `make`, to install `make install` which accepts variable `DESTDIR` as usual.
19
20### Binary packages
21
22Official binary packages are available in the most common distributions, search in your package manager for `obconf-qt`.
23
24### Translations
25
26Translations can be done in [LXQt-Weblate](https://translate.lxqt-project.org/projects/lxqt-configuration/obconf-qt/).
27
28<a href="https://translate.lxqt-project.org/projects/lxqt-configuration/obconf-qt/">
29<img src="https://translate.lxqt-project.org/widgets/lxqt-configuration/-/obconf-qt/multi-auto.svg" alt="Translation status" />
30</a>
31