FS#39910 - [redshift] redshift-gtk fails to start
Attached to Project:
Community Packages
Opened by Artem Sheremet (dot) - Wednesday, 16 April 2014, 20:23 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 17 April 2014, 05:33 GMT
Opened by Artem Sheremet (dot) - Wednesday, 16 April 2014, 20:23 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 17 April 2014, 05:33 GMT
|
Details
Description:
redshift-gtk fails to start Additional info: * package version(s): redshift 1.9-3 * config and/or log files etc.: none Steps to reproduce: * install redshift * run redshift-gtk: Traceback (most recent call last): File "/bin/redshift-gtk", line 26, in <module> from redshift_gtk.statusicon import run File "/usr/lib/python3.4/site-packages/redshift_gtk/statusicon.py", line 31, in <module> from gi.repository import Gtk, GLib ImportError: No module named 'gi' |
This task depends upon
Comment by Doug Newgard (Scimmia) -
Thursday, 17 April 2014, 03:59 GMT
Did you check the optional dependencies? "python-gobject
(optional) - for redshift-gtk"
Comment by Artem Sheremet (dot) -
Thursday, 17 April 2014, 05:31 GMT
Aww, right! Sorry about that. Works perfectly, thank you.