{"id":20278855,"url":"https://github.com/madladsquad/untitleddesessionlogout","last_synced_at":"2025-10-11T11:46:52.600Z","repository":{"id":103428977,"uuid":"580720720","full_name":"MadLadSquad/UntitledDESessionLogout","owner":"MadLadSquad","description":"The session logout utility for the UntitledDesktopEnvironment","archived":false,"fork":false,"pushed_at":"2025-09-02T17:20:16.000Z","size":185,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-02T19:11:58.532Z","etag":null,"topics":["cpp","dbus","imgui","logout","session","session-management"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MadLadSquad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yaml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"MadLadSquad","ko_fi":"madladsquad"}},"created_at":"2022-12-21T09:24:43.000Z","updated_at":"2025-09-02T17:20:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"bd4a8982-e41a-415a-acb3-7925bc648e1e","html_url":"https://github.com/MadLadSquad/UntitledDESessionLogout","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/MadLadSquad/UntitledDESessionLogout","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MadLadSquad%2FUntitledDESessionLogout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MadLadSquad%2FUntitledDESessionLogout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MadLadSquad%2FUntitledDESessionLogout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MadLadSquad%2FUntitledDESessionLogout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MadLadSquad","download_url":"https://codeload.github.com/MadLadSquad/UntitledDESessionLogout/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MadLadSquad%2FUntitledDESessionLogout/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007065,"owners_count":26084230,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cpp","dbus","imgui","logout","session","session-management"],"created_at":"2024-11-14T13:26:47.707Z","updated_at":"2025-10-11T11:46:52.583Z","avatar_url":"https://github.com/MadLadSquad.png","language":"C++","funding_links":["https://github.com/sponsors/MadLadSquad","https://ko-fi.com/madladsquad"],"categories":[],"sub_categories":[],"readme":"# UntitledDESessionLogout\n[![CI](https://github.com/MadLadSquad/UntitledDESessionLogout/actions/workflows/CI.yaml/badge.svg)](https://github.com/MadLadSquad/UntitledDESessionLogout/actions/workflows/CI.yaml)\n[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)\n[![trello](https://img.shields.io/badge/Trello-UDE-blue])](https://trello.com/b/HmfuRY2K/untitleddesktop)\n[![Discord](https://img.shields.io/discord/717037253292982315.svg?label=\u0026logo=discord\u0026logoColor=ffffff\u0026color=7389D8\u0026labelColor=6A7EC2)](https://discord.gg/4wgH8ZE)\n\n![image](https://github.com/MadLadSquad/UntitledDESessionLogout/assets/40400590/ac666164-9f37-49ce-802c-353556b0d3bf)\n\n\nThe session logout utility for the UntitledDesktopEnvironment. It provides both a simple CLI and GUI method to log out of the \ncurrent session. Currently supported features:\n- [x] Log out the user from the current session\n- [x] Restart the user's computer\n- [x] Power off the user's computer\n- [x] Suspend the user\n- [x] Hybernate the user\n\n## Preview\n![image](https://user-images.githubusercontent.com/40400590/208991632-61d382d0-9bcd-435a-9c23-45017f0904c5.png)\n\n\n## Dependencies\nThis application depends on the following outside the standard UntitledImGuiFramework:\n1. dbus\n1. elogind\n1. polkit\n\nAdditionally the user needs to be a part of the `power` group to be part of this, to create the group simply run the following:\n1. `root # groupadd power`\n1. `root # gpasswd -a \u003cusername\u003e power`\n\n## Building\nThis is a standard [UntitledImGuiFramework](https://github.com/MadLadSquad/UntitledImGuiFramework) project. Building instructions can be found \n[here](https://github.com/MadLadSquad/UntitledImGuiFramework/wiki/Collaborating-on-a-project-with-the-framework#setting-up-another-persons-project).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadladsquad%2Funtitleddesessionlogout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadladsquad%2Funtitleddesessionlogout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadladsquad%2Funtitleddesessionlogout/lists"}