[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2014-01-06 Thread Michael Vorburger
 Still a bug in Ubuntu 13.10.

Confirming - I'm seeing the same, with redshift 1.7. As others have said
above,  confirming that I was also able to workaround the clearly
missing dependency via manually doing:

sudo apt-get install geoclue-hostip

Still using 1.7 instead of 1.8 as that's the vesion you still get when
you do sudo apt-get install redshift today in 13.10; if this is fixed in
1.8, maybe 1.8 could be released for 13.10 as well?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2013-12-17 Thread Alexander Kallenbach
Still a bug in Ubuntu 13.10.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2013-11-08 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/redshift

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2013-11-08 Thread mike beqiri
** Changed in: redshift (Ubuntu)
 Assignee: mike beqiri (mxls10) = (unassigned)

** Changed in: ubuntu-geoip
 Assignee: mike beqiri (mxls10) = (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2013-10-17 Thread mike beqiri
** Changed in: ubuntu-geoip
   Status: New = Confirmed

** Changed in: ubuntu-geoip
 Assignee: (unassigned) = mike beqiri (mxls10)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2013-10-16 Thread valent
I can confirm this. After installing geoclue-hostip RedShift works. So it is 
a simple missing dependency issue.
Package maintainter can fix this issue really fast...

 $ gtk-redshift 
Started Geoclue provider `Geoclue Master'.
Using provider `geoclue'.
Could not get location (3 retries left): Geoclue master client has no usable 
Position providers.
Unable to get location from provider.

$ sudo apt-get install geoclue-hostip

$ gtk-redshift 
Started Geoclue provider `Geoclue Master'.
Using provider `geoclue'.
According to the geoclue provider we're at: 45.80, 15.78
Using method `randr'.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2013-10-16 Thread Mark Russell
Thank you @Fred and @valent!  This has been bugging me for ages.  Though
I lived with it by hardcoding my location, it was still really annoying
when traveling.

I prepared a debdiff for saucy adding a dependency on geoclue-hostip.
But I also took a look for geoclue-ubuntu-geoip bugs and sure enough, I
found LP bug 1239082 which seems to confirm that it is broken in
general.

So I'll upload this first debdiff, as adding a dependency on geoclue-
hostip does solve the problem alone, and perhaps the ubuntu-geoip
provider will be fixed later.

** Patch added: redshift.saucy.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/redshift/+bug/868904/+attachment/3879553/+files/redshift.saucy.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2013-10-16 Thread Mark Russell
Here's another debdiff with a patch to add the dependency _and_ change
the default provider in source from

#define DEFAULT_PROVIDER org.freedesktop.Geoclue.Providers.UbuntuGeoIP
#define DEFAULT_PROVIDER_PATH /org/freedesktop/Geoclue/Providers/UbuntuGeoIP

to:

#define DEFAULT_PROVIDER org.freedesktop.Geoclue.Providers.Hostip
#define DEFAULT_PROVIDER_PATH /org/freedesktop/Geoclue/Providers/Hostip

I'm not sure this proves anything but I also noticed that UbuntuGeoIP is not on 
Freedesktop.org's list of providers:
http://www.freedesktop.org/wiki/Software/GeoClue/Providers/

Really, redshift should have some sort of dependency on a working
provider regardless.  geoclue-ubuntu-geoip was only there on Unity-based
desktops because it happens to already be pulled in by indicator-
datetime and unity-webapps-service.  The dependency was always missing,
it just happened to work as long as geoclue-ubuntu-geoip was there and
still working.

** Patch added: redshift.saucy.chgdefault.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/redshift/+bug/868904/+attachment/3879574/+files/redshift.saucy.chgdefault.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2013-10-16 Thread Ubuntu Foundations Team Bug Bot
The attachment redshift.saucy.debdiff seems to be a debdiff.  The
ubuntu-sponsors team has been subscribed to the bug report so that they
can review and hopefully sponsor the debdiff.  If the attachment isn't a
patch, please remove the patch flag from the attachment, remove the
patch tag, and if you are member of the ~ubuntu-sponsors, unsubscribe
the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2013-10-15 Thread Fred
Hmm... this problem goes away after I install 'geoclue-hostip' and 
'geoclue-yahoo'.
Even though 'geoclue-ubuntu-geoip' already was installed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2013-09-01 Thread Adolfo Jayme Barrientos
** Changed in: ubuntu-geoip (Ubuntu)
   Importance: Undecided = Medium

** No longer affects: redshift (Ubuntu Oneiric)

** No longer affects: ubuntu-geoip (Ubuntu Oneiric)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2013-08-08 Thread Jaideep Kekre
What works for me  (13.04)

1.Add this to startup applications  redshift -l 22.00:77.00 -t
4500:4000 -v 

2.Replace 22.00:77.00 with your location.(hint : find your location
here http://whatsmylatlng.com/; )

3.This sets the location manually , bypassing geoclue ( hint : redshift
-l lists)

4. The -t 4500:4000 is of the form -t DAY:NIGHT , replace with desired
values

5. -v is for verbose output

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2013-07-30 Thread Jan Vlnas
The problem is still present in Raring (13.04). If gtk-redshift is added
as a startup application, geoclue-ubuntu-geoip crashes after login.

To build upon's Jeremy's workaround (#48), you can also specify provider
and your location in ~/.config/redshift.conf – this way, gtk-redshift
always uses correct settings. Configuration example follows:

[redshift]
location-provider=manual

[manual]
lat=latitude
lon=longitude

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2013-07-30 Thread mike beqiri
Thanks for your information, is very helpfull.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2013-07-07 Thread mike beqiri
shift doesn't work on ubuntu 12.04 LTS, I had a edition of ubuntu, Cylon
12.04 LTS in with Gnome user face, which was working fine, but in Unity
doesn't seem to work. Also I installed Grome user face.changed desktop
to Gnome user face.was same anyway. Any helf please!!

** Changed in: redshift (Ubuntu)
 Assignee: Clint Byrum (clint-fewbar) = mike beqiri (mxls10)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2013-06-29 Thread Jeremy Pallats (starcraft.man)
I've recently started using f.lux and settled on this program for when
I'm using Linux. I ran into this and investigated  the issue a bit. It
appears that the problem is hostip.info simply isn't reliable. Geoclue
via hostip was working fine until my ability to reach the server ended.
I assume the problem lies with hostip server and when it cannot even
establish a connection geoclueinstantly fails rather than ping it on
some schedule.

For those wanting to use this program reliably without having to depend
on either geoclue OR gnome-clock as a location provider, I'd recommend
manual configuration. You can do this using the legacy manual lat/lon
command. Find your current location using another service such as
http://www.itouchmap.com/latlong.html. Some people above seemed confused
by the format for redshift's manual command, it follows standard +/-
notation where +latitude is north and - latitude is south and +
longitude is east while -longitude is west.

Command example:
redshift -t 6500:3400 -l 43.63:-79.33 

The above command starts redshift with coordinates for Toronto area of
Canada, I have also provided new defaults for daytime/night color values
(same values as f.lux) with -t. The  makes the process execute in the
background.

Likely redshift should find a more reliable internet mechanism than
hostip.info for the future though it isn't really the programs fault.

As a final note, if you are like me and don't want to have to execute
that on each reboot. I'd advise putting that in a tiny script and having
it execute on startup via whatever startup manager/process your flavor
of Ubuntu uses.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2013-05-05 Thread Karl M. Davis
I'm also having the same problem with redshift and gtk-redshift. Here's
the debugging info I've compiled so far:

$ redshift 
Started Geoclue provider `Geoclue Master'.
Using provider `geoclue'.
** (process:11896): WARNING **: Could not get location, 3 retries left.
** (process:11896): WARNING **: Could not get location, 2 retries left.
** (process:11896): WARNING **: Could not get location, 1 retries left.
** (process:11896): WARNING **: Provider does not have a valid location 
available.
Unable to get location from provider.

$ redshift -l list
Available location providers:
  geoclue
  gnome-clock
  manual

$ redshift -l gnome-clock
Cannot list GNOME panel applets.
Initialization of gnome-clock failed.

$ lsb_release -d
Description:Ubuntu 12.10

$ dpkg --get-selections|grep geoclue
geoclue install
geoclue-ubuntu-geoipinstall
libgeoclue0 install

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2013-03-26 Thread Daniel van Vugt
** Also affects: ubuntu-geoip
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2013-02-16 Thread gcb
On the first time i installed redshift on ubuntu 12.10 it worked. on all
other tries i get the geolocation error

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2013-02-12 Thread Olivier Berger
See my suggestions for solving these geoclue-hostip issues :
https://bugs.launchpad.net/redshift/+bug/808006/comments/15

I have now in my  ~/.config/redshift.conf :

[redshift]
  location-provider=geoclue

[geoclue]
name=org.freedesktop.Geoclue.Providers.Hostip
path=/org/freedesktop/Geoclue/Providers/Hostip

; The location provider and adjustment method settings
; are in their own sections.
[manual]
lat=48.530344
lon=2.250073

and can the switch to gtk-redshift -l manual if needed for a fallback
when geoclue-hostip won't work (and when I'm in Paris).

I'm not sure the DEFAULT_PROVIDER and DEFAULT_PROVIDER_PATH in src
/location-geoclue.c are valid outside the Ubuntu world, so hence the
name and path...

Hope this helps

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2013-02-11 Thread O Gopal
Comment 29 by ethanay is right on target. He has rightly understood the
problem, and his proposed behavior would admirably solve it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2013-01-06 Thread Matt Zimmerman
geoclue_position_get_position is returning a latitude, but not a
longitude, i.e. fields contains GEOCLUE_POSITION_FIELDS_LATITUDE but not
GEOCLUE_POSITION_FIELDS_LONGITUDE. I'm not sure why this is, since when
I run geoclue-test-gui, it shows both latitude and longitude.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2013-01-06 Thread Matt Zimmerman
The issue I'm experiencing with getting latitude but not longitude seems
to be covered by bug #1060645

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2013-01-05 Thread melchiaros
In respect to the comments the tags precise and quantal were added.

My own observation brings this bug also to raring.

** Tags added: precise quantal raring

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2013-01-05 Thread melchiaros
@Clint Byrum

Your patch do not solv the problem. It is only shifting it a bit to:

 redshift
Started Geoclue provider `Geoclue Master'.
Dienst »geoclue« wird benutzt.

** (process:2886): WARNING **: Could not get location, 3 retries left.


** (process:2886): WARNING **: Could not get location, 2 retries left.


** (process:2886): WARNING **: Could not get location, 1 retries left.


** (process:2886): WARNING **: Provider does not have a valid location 
available.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2012-12-31 Thread Sylvhem
There is the same issue on Ubuntu 12.10 Quantal Quetzal. The command
line return:

Started Geoclue provider `Geoclue Master'.
Utilisation du fournisseur « geoclue ».

** (process:8284): WARNING **: Could not get location, 3 retries left.


** (process:8284): WARNING **: Could not get location, 2 retries left.


** (process:8284): WARNING **: Could not get location, 1 retries left.


** (process:8284): WARNING **: Provider does not have a valid location 
available.
Impossible d'obtenir une localisation du fournisseur.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2012-12-30 Thread valent
Same issue on Fedora 17 with geoclue installed redshift doesn't start:

Started Geoclue provider `Geoclue Master'.
Using provider `geoclue'.
Could not get location: Router mac address query failed.
Unable to get location from provider.

and then crashes

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2012-12-29 Thread Robin
redshift will not load from the startup programs or the terminal in my
Ubuntu 12.04

In terminal I have tried

redshift
/usr/bin/redshift

In both cases it hangs and gives no error message.

It does start when the redshift icon is clicked in the unity dock.

I have set up the ~/.config/redshift.conf
so that it uses the lat/ long within the conf file.

Internet always starts on startup.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2012-12-27 Thread Ian Nicholson
So has a fix been released?  Because I'm still experiencing this on an
up to date 12.10 machine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2012-11-30 Thread jc00ke
@ksthiele nice, I was doing that too, but I didn't want to always find
my lat/long. Installing geoclude-hostip didn't fix it for me, so I
whipped up a little Ruby script to grab my coordinates:
https://gist.github.com/4180325

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2012-11-06 Thread Kay
Could we just add an option to remove geo clue and let work with the
clock?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2012-11-06 Thread Kay
btw I handled it this way:

open Startup Applications
Add - Name: Redshift
- Command gtk-redshift -l your coordinations (00.00:00:00)

works perfectly

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2012-11-04 Thread jawz101
holy crap this bug has been ongoing for a year

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2012-11-04 Thread Derek Roberts
A fix for 12.10 would be great, because I'm having this problem as well.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2012-11-04 Thread Jonathan Davies
Installing the 'geoclue-hostip' package fixes it for me on 12.10.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2012-10-01 Thread ethanay
The -l lat:lon is what I use and sufficient for me, but the workaround
is insufficient, though, from a design perspective.  For example, both
my parents and my girlfriend just think the program is completely broken
if they try to use it while not connected to the internet.

Both Unity and Gnome allow setting your current location.  Redshift
should probably do the following automatically by default unless given a
manual over-ride (such as using the -l lat:lon option):

1. Try to find current location using geoclue and internet connection
2. If #1 doesn't work, fall back to using Unity / Gnome location in the clock 
applet
3. If #2 doesn't work, fall back to using last-known good startup location
4. If #3 doesn't work, prompt use to enter a location manually at least once 
using the -l switch (so it can create a config file and fall back to #3 next 
time)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2012-09-30 Thread Prasanna K
Above mentioned work around works without active internet connection.
i.e, redshift doesn't go looking for geolocations if you use this
workaround.

But if we tuse terminal and use command : $ redshift
(it shows)

** (process:3248): WARNING **: Metadata for error domain geoclue-error-
quark already registered

Started Geoclue provider `Geoclue Master'.
Using provider `geoclue'.
Could not get location (3 retries left): Geoclue master client has no usable 
Position providers.
Unable to get location from provider.

But when you type command $ gtk-redshift -l LAT:LONG (Where LAT and LONG 
correspond with your coordinates.)
it runs soomthly as send in the above question. Hence forth a startup 
application is created using this command. 

By the way when you click ApplicationsAccessoriesRedshift it works
through geolocation and needs a active internet connection every time
where as the little workout in http://askubuntu.com/questions/194525
/does-redshift-need-active-internet-connection-to-work/194582#194582
helps the otherway by mannually creating the geolocation.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2012-09-29 Thread Aristotelis
Workaround:

Set your geodata manually through a configuration file:
http://askubuntu.com/questions/194525/does-redshift-need-active-
internet-connection-to-work/194582#194582

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2012-09-12 Thread zEn
also started experiencing that exact same problem when switching to
quantal beta 1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2012-08-28 Thread Fred
I didn't have this issue in Ubuntu 12.04 LTS, but now I got this in
12.10.

$ redshift
Started Geoclue provider `Geoclue Master'.
Using provider `geoclue'.
Could not get location (3 retries left): Geoclue master client has no
usable Position providers.
Unable to get location from provider.

$ redshift -l gnome-clock
Cannot list GNOME panel applets.
Initialization of gnome-clock failed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2012-06-21 Thread Jimmy
For those having this bug, do you also have this one?
https://bugs.launchpad.net/ubuntu/+source/ubuntu-geoip/+bug/1010993

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2012-06-02 Thread Jose Luis Navarro
It doesn't work at 12.04 when there are not internet connection.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2012-06-02 Thread Clint Byrum
Excerpts from Jose Luis Navarro's message of 2012-06-02 11:31:56 UTC:
 It doesn't work at 12.04 when there are not internet connection.
 

Indeed, redshift needs a bit of refactoring to keep trying even w/o a
location result.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2012-03-02 Thread Launchpad Bug Tracker
This bug was fixed in the package redshift - 1.7-1ubuntu2

---
redshift (1.7-1ubuntu2) precise; urgency=low

  * d/patches/retry-geoclue.patch: Retry geoclue a few times so
redshift does not explode at startup. (LP: #868904)
 -- Clint Byrum cl...@ubuntu.com   Fri, 02 Mar 2012 19:14:43 -0800

** Branch linked: lp:ubuntu/redshift

** Changed in: redshift (Ubuntu)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2012-03-02 Thread Clint Byrum
It appears to me that the problem is that
geoclue_position_get_position() is not blocking until a response comes
from geoclue *OR* its possible that the ubuntu-geoip is doing the wrong
thing and is fooling geoclue into thinking there's a response, but since
the fields come back as not set, I think its geoclue working in a
confusing way.

As a workaround, I added a sleep loop that waits 1 second between
retries, which should be long enough if you boot up with network
connectivity.

Long term, redshift should be trying repeatedly to get a location
forever, not just at startup. If I put my laptop to sleep in Los
Angeles, and get on a plane to New York, I'd like for redshift to
adjust. This would also make it more resilient to not having a defined
location at startup. It should basically just refuse to start messing
with the display until a location is available.

** Changed in: redshift (Ubuntu)
 Assignee: (unassigned) = Clint Byrum (clint-fewbar)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2012-02-24 Thread Daniel Hahler
** Also affects: ubuntu-geoip (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2012-02-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubuntu-geoip (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2012-02-24 Thread Daniel Hahler
** Changed in: redshift (Ubuntu)
   Status: Confirmed = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2012-02-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubuntu-geoip (Ubuntu Oneiric)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2012-02-20 Thread Mark van den Bergh
What I use as a workaround is defining the latitude and longitude at
startup. I don't travel that much to benefit from the service to look it
up every time I boot.

1) use http://itouchmap.com/latlong.html or any other service to find your 
latitude/longitude
2) adjust the startup command of redshift to: gtk-redshift -l 
latitude:longitude
Example of latitude/longitude of Amsterdam for redshift: gtk-redshift -l 
52.37:4.9

Adjusting the startup command in Ubuntu 11.10:
Start the dash and enter startup applications, select Redshift and click 
Edit, adjust the command as mentioned above.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2012-02-17 Thread ethanay
does the workaround exist yet?  is it possible to specificy a manual
fallback location in a config file if/when redshift fails to start?

ideally, if redshift starts without network access, would the program
fall back to its last known good location setting, and then wait for an
internet connection to confirm or update location?

it was really nice when redshift played nice w/the gnome clock applet's
location settings, esp for mobile users.  maybe we can work with gnome
or cinnamon to restore that functionality?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2012-02-11 Thread Simba MacDhuibh
After installing geoclue-hostip it worked, but produced bug #808006 kindof, 
which means they are not duplicates.
geoclue-hostip should definitely be included in dependancies so apt-get/yum can 
work the magic. Ubuntu 11.10 AMD64.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2012-01-29 Thread Felix Möller
This is a duplicate of bug #808006 i guess.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2012-01-06 Thread Jon Lund Steffensen
The workaround is to ensure that redshift can start successfully at boot
even though network and such is not up yet. This may be possible with
some geoclue providers. Otherwise a configuration file with the location
entered manually can be created.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2012-01-05 Thread Don Myers
On two machines with Ubuntu 11.10, it will not start automatically even
though startup applications shows it is supposed to start. When booting
it looks like it is trying to start, but then stalls, the desktop
picture flashes, and then the boot completes normally. If I click the
dash button, then type in redshift, and then left click the icon, it
loads, and I get an icon for it in the top bar. Then everything works
fine until shutdown. If I don't click on the button in the top bar and
select to quit redshift, both computers freeze during shutdown. The only
way to turn them off is to hold the power button down.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2012-01-01 Thread tellapu
Thanks Roger (#8) for the tip, but it does not work for me in Ubuntu 11.10, 
although gnome-clock is listed as provider, I get his output in the terminal:
$ redshift -l gnome-clock
Cannot list GNOME panel applets.
Initialization of gnome-clock failed.

Anything I can change to make it run?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2012-01-01 Thread Roger Binns
I use gnome-shell as my desktop, not Unity.  That is probably what makes
it work.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2011-12-01 Thread Jon Lund Steffensen
** Changed in: redshift
   Status: New = Confirmed

** Changed in: redshift
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2011-11-22 Thread Daniel Hahler
It works for me in Oneiric, having the following geoclue packages installed:
geoclue, geoclue-ubuntu-geoip and libgeoclue0

I am affected by another bug, where it crashes during startup, related
to geoclue apparently: bug 888661.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2011-10-27 Thread Roger Binns
geoclue was already installed for me and so geoclue-hostip was added.
The consequence was that I couldn't start redshift at all, and even
uninstalling didn't help.  Totally hosed the setup.

In the end the fix is to make redshift not use geoclue at all until
Ubuntu fix that package.  Use 'redshift -l list' to see a list of other
providers it can use.  I'm using 'redshift -l gnome-clock' which works
perfectly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2011-10-25 Thread Rafał Błaszczyk
The workaround in Oneiric is to install geoclue and geoclue-hostip It
works without additional configuration after installing these two. I
think it could be a problem with installed (by default) geoclue-ubuntu-
geoip.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2011-10-25 Thread rodlaycock
I installed geoclue and geoclue-hostip and now Redshift won't start
automatically or manually.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2011-10-18 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: redshift (Ubuntu Oneiric)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/redshift/+bug/868904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs