giorgosioak / gtkshutdown

A Shutdown Manager based on GTK+ 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gtkshutdown

A Shutdown Manager based on GTK+ 3

Screenshot of version 0.2

Building

Compile:

Ubuntu/Debian dependencies: $ sudo apt install libgtk-3-dev libnotify-dev libcanberra-dev

$ make

Run:

$ make run or $ cd build; ./gtkshutdown

Install / Uninstall:

System wide DESTDIR example
$ sudo make install $ make DESTDIR=/home/username install
$ sudo make uninstall $ make DESTDIR=/home/username uninstall

Notes

  • Supports all desktop enviroments that can run GTK+ 3.
  • Uses GResource to be portable

Features

  • Logout, Restart, Shutdown
  • Shedule timer for shutdown and restart
  • Notification with alert sound when shutdown with timer

In some distributions you might have to: Enable "Event Sounds" in Settings Manager -> Appearance -> Settings

Submit your idea

Developers

George Ioakeimidis <giorgosioak95 at gmail.com>

This program is developed on Arch Linux in C and GTK+3 using Glade for ui.

About

A Shutdown Manager based on GTK+ 3

License:GNU General Public License v3.0


Languages

Language:C 94.4%Language:Makefile 5.6%