can i please get explanation how to use this correctly
(xenial)critic@localhost:~$ redshift-gtk
/usr/lib/python3/dist-packages/redshift_gtk/statusicon.py:32: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
from gi.repository import Gtk, GLib, GObject
/usr/lib/python3/dist-packages/redshift_gtk/statusicon.py:35: PyGIWarning: AppIndicator3 was imported without specifying a version first. Use gi.require_version('AppIndicator3', '0.1') before import to ensure that the right version gets loaded.
from gi.repository import AppIndicator3 as appindicator
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Those are just warnings. You should have seen an icon appear in your taskbar where you can click and enable/disable Redshift, suspend Redshift, and so on.
i got it working thank you for your help
No problem! 馃槃
Most helpful comment
i got it working thank you for your help