Notifier for BZ 866212 ====================== These trivial scripts notify the user via D-Bus if, after waking, the GPU is not sleeping at all. Even if running a graphical environment, the GPU can be expected to sleep for some number of milliseconds while the machine wakes. If this does not happen, a D-Bus signal is sent on the system bus. The listener detects this and issues a visible notification to the user. Instructions ------------ These scripts are designed on Fedora 19 but should work on Fedora 18 as well. If your GUI environment supports GIR and GObject, such as GNOME, it will work. I don't use KDE, XFCE, LXDE (sorry!) or other environments, so you're on your own if you need to make it work there. You must have dbus-python and pygobject3 installed for these scripts. $ sudo cp check-gpu.sh /lib/systemd/system-sleep $ sudo chmod +x /lib/systemd/system-sleep $ cp resume-notifier.py $HOME/bin $ chmod +x $HOME/bin/resume-notifier.py Then run `gnome-session-properties` and create a new shortcut that launches the command `resume-notifier.py`. Logout from your session and login again to ensure the notifier starts.