I think I have the picture now... You guys can give your views.

The gtk code has no (or at least, now more now) gnome clock support.

15:29:51 rrs@learner:/usr/lib/python3/dist-packages/redshift_gtk$ grep -Ri clock * 15:29:56 rrs@learner:/usr/lib/python3/dist-packages/redshift_gtk$ grep -Ri gnome *
Binary file __pycache__/utils.cpython-34.pyc matches
utils.py:                  ('X-GNOME-Autostart-enabled', ('false', 'true')))



With no gnome clock support in the gtk gui, and something that I missed in the upstream changelogs...... sigh.....

NEWS:* Remove deprecated GNOME clock location provider.
NEWS:* Fix: Handle multiple instances of the GNOME clock applet; contributed by NEWS:* Automatically obtain the location from the GNOME Clock applet if possible.


So I guess the conclusion is that GNOME clock support was dropped upstream. You either need to use geoclue (which does not work afaik) or else provide the location details manually.


Can we close this bug (and all similar) report ?




On Tuesday 07 October 2014 03:28 PM, Ritesh Raj Sarraf wrote:
On Tuesday 07 October 2014 03:24 PM, Ritesh Raj Sarraf wrote:

I'll keep digging, as time permits.

        if appindicator:
            # Create indicator
            self.indicator = appindicator.Indicator.new('redshift',
'redshift-status-on',
appindicator.IndicatorCategory.APPLICATION_STATUS)
self.indicator.set_status(appindicator.IndicatorStatus.ACTIVE)
        else:
            # Create status icon
            self.status_icon = Gtk.StatusIcon()
self.status_icon.set_from_icon_name('redshift-status-on')
            self.status_icon.set_tooltip_text('Redshift')



The way it works currently, we are falling under the appindicator side. Anyone of you, using it, has any insight about it ? I have not much clue on what it does than just that it is something about Unity's unified sleek messaging protocol.
--
Ritesh Raj Sarraf
RESEARCHUT -http://www.researchut.com
"Necessity is the mother of invention."


--
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
"Necessity is the mother of invention."

Reply via email to