From f38f655280f6ac385d1af9ad39cf9e38fa41f7c8 Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 23 Mar 2020 15:06:42 +0000 Subject: Logout manager 0.0.2 --- logout-manager/README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 logout-manager/README.md (limited to 'logout-manager/README.md') diff --git a/logout-manager/README.md b/logout-manager/README.md new file mode 100644 index 0000000..e2c678d --- /dev/null +++ b/logout-manager/README.md @@ -0,0 +1,21 @@ +# Readme for logout-manager + +## Upstream +[https://gitlab.com/bgstack15/logout-manager](https://gitlab.com/bgstack15/logout-manager) + +## Reason for being in stackrpms +Logout Manager is a homegrown tool and has no place in any official repositories. + +## Alternatives +I did not research any alternatives. The project is based on general ideas such as included in Xfce, where an easy button for similar logout options exists as an option for the Xfce panel. + +## Reverse dependency matrix +Distro | logout-manager version +---------- | ---------------- +Devuan | 0.0.2 + +## Additional info +This project also exists as a proof-of-concept for myself, for various combinations of things in Python3, including [svg graphics in tkinter](https://bgstack15.wordpress.com/2019/07/13/display-svg-in-tkinter-python3/), and Gtk3 applications and status icons, and menus with icons on the items. + +## Differences from upstream +None -- cgit