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

..31-Jan-2020-

lumina-config/H03-May-2022-152,037150,340

lumina-search/H31-Jan-2020-15,86215,591

lumina-xconfig/H31-Jan-2020-5,2654,972

README.mdH A D31-Jan-2020798 2821

core-utils.proH A D31-Jan-2020132 116

README.md

1## Core Utilities of the Lumina Desktop
2
3It is **strongly-encouraged** that the "core-utils" of Lumina are built and distributed as a single package.
4
5Binaries:
6 * `lumina-config`: (lumina-config directory) Graphical utility for configuring the desktop session
7 * `lumina-search`: (lumina-search directory): Graphical utility to search for applications or files and launch them
8 * `lumina-xconfig`: (lumina-xconfig directory: Graphical utility to manage multiple-monitor arrangements
9
10### Library Dependencies
11
121. Qt 5.2+ (specific modules listed below)
13   * concurrent
14   * core
15   * gui
16   * network
17   * multimedia
18   * svg
19   * widgets
20   * x11extras
212. Other Libraries
22   * libc
23
24### Runtime Utilities
25
261. Required utilities
27   * `xrandr`	: Used for multi-monitor controls in `lumina-xconfig`
28