summaryrefslogtreecommitdiff
path: root/logout-manager/README.md
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-03-23 15:06:42 +0000
committerB Stack <bgstack15@gmail.com>2020-03-23 15:06:42 +0000
commit098605e5950da5fed94fa8d31e57e8ec8f74b416 (patch)
treedf1da57b92f1aa8d7202e82767c439c1870005e5 /logout-manager/README.md
parentMerge branch 'freefilesync-bump' into 'master' (diff)
parentLogout manager 0.0.2 (diff)
downloadstackrpms-098605e5950da5fed94fa8d31e57e8ec8f74b416.tar.gz
stackrpms-098605e5950da5fed94fa8d31e57e8ec8f74b416.tar.bz2
stackrpms-098605e5950da5fed94fa8d31e57e8ec8f74b416.zip
Merge branch 'logout-manager-bump' into 'master'
Logout manager 0.0.2 See merge request bgstack15/stackrpms!145
Diffstat (limited to 'logout-manager/README.md')
-rw-r--r--logout-manager/README.md21
1 files changed, 21 insertions, 0 deletions
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
bgstack15