{"id":16164102,"url":"https://github.com/rodlie/lumina-extra","last_synced_at":"2025-07-03T07:06:18.436Z","repository":{"id":96765577,"uuid":"129942764","full_name":"rodlie/lumina-extra","owner":"rodlie","description":"Lumina Desktop Extras","archived":false,"fork":false,"pushed_at":"2018-06-10T18:55:47.000Z","size":247,"stargazers_count":0,"open_issues_count":11,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T11:23:47.714Z","etag":null,"topics":["dbus","dbus-service","disk-manager","freedesktop","hibernate","keyboard","lumina","lumina-desktop","lumina-desktop-extras","power-management","qt","qt5","screensaver","session-daemon","shutdown","sleep","udisks","upower"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rodlie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-17T17:42:23.000Z","updated_at":"2018-06-10T18:55:48.000Z","dependencies_parsed_at":"2023-03-16T18:00:25.960Z","dependency_job_id":null,"html_url":"https://github.com/rodlie/lumina-extra","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rodlie/lumina-extra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodlie%2Flumina-extra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodlie%2Flumina-extra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodlie%2Flumina-extra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodlie%2Flumina-extra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rodlie","download_url":"https://codeload.github.com/rodlie/lumina-extra/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodlie%2Flumina-extra/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263279275,"owners_count":23441682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dbus","dbus-service","disk-manager","freedesktop","hibernate","keyboard","lumina","lumina-desktop","lumina-desktop-extras","power-management","qt","qt5","screensaver","session-daemon","shutdown","sleep","udisks","upower"],"created_at":"2024-10-10T02:45:21.207Z","updated_at":"2025-07-03T07:06:18.404Z","avatar_url":"https://github.com/rodlie.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PROJECT EOL!\n\nUseful stuff has been moved to own repos:\n\n* https://github.com/rodlie/powerdwarf\n* https://github.com/rodlie/cyan\n* https://github.com/rodlie/qtfm\n\n\n\n\n\n\n\n\n\n[![Build Status](https://travis-ci.org/rodlie/lumina-extra.svg?branch=master)](https://travis-ci.org/rodlie/lumina-extra)\n\n# Lumina Desktop Extras\n\nAdditional software to enchance the Lumina Desktop Enviroment.\n\n### Lumina disk manager\n\nAn disk manager for Lumina. Supports removable and optical devices.\n\n### Lumina power manager\n\nAn power manager for Lumina.\n\n * Implements org.freedesktop.PowerManagement session daemon\n * Implements org.freedesktop.ScreenSaver session daemon\n * Tray icon with battery percent\n * Supports lock screen, suspend, hibernate, shutdown (TODO)\n * Supports lid actions\n * Hibernate/Shutdown on critical battery\n * Auto sleep\n * Monitor hotplug\n\n### Lumina keyboard manager\n\nEnables users to set custom keyboard layout, variant and model in Lumina.\n\n## Build\n\nClone or download this repository, then make sure you have :\n * Qt 4/5 (Just use the same version Lumina is built against) development files (core/gui/dbus)\n * XSS (X11 Screen Saver extension) development files\n * RandR development files\n * Xinerama development files\n * lumina-xconfig is needed at runtime\n * Udisks/bsddisks is needed at runtime\n * UPower is needed at runtime\n * xrandr is needed at runtime\n\nBuild and install to /usr/local:\n\n```\ngit clone https://github.com/rodlie/lumina-extra\ncd lumina-extra\ngit submodule update -i --recursive\nmkdir build \u0026\u0026 cd build\nqmake CONFIG+=release .. \u0026\u0026 make\nmake install\n```\n\nPackage for distribution:\n\n```\nqmake CONFIG+=release PREFIX=/usr\nmake\nmake INSTALL_ROOT=/path/to/package install\n```\n```\npackage/\n├── etc\n│   └── xdg\n│       └── autostart\n│           ├── lumina-disk-manager.desktop\n│           ├── lumina-keyboard-loader.desktop\n│           └── lumina-power-manager.desktop\n└── usr\n    ├── bin\n    │   ├── lumina-disk-manager\n    │   ├── lumina-keyboard-loader\n    │   ├── lumina-keyboard-settings\n    │   ├── lumina-power-manager\n    │   └── lumina-power-settings\n    └── share\n        ├── applications\n        │   ├── lumina-keyboard-settings.desktop\n        │   └── lumina-power-settings.desktop\n        └── doc\n            ├── lumina-disk-manager-1.4.2\n            │   ├── LICENSE\n            │   └── README.md\n            ├── lumina-keyboard-manager-1.4.2\n            │   ├── LICENSE\n            │   └── README.md\n            └── lumina-power-manager-1.4.2\n                ├── LICENSE\n                └── README.md\n```\n * The XDG destination can be customized with ``XDGDIR=``\n * The doc destination can be customized with ``DOCDIR=``\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodlie%2Flumina-extra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodlie%2Flumina-extra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodlie%2Flumina-extra/lists"}