[qubes-users] Re: Qubes R3.2, cannot find redshift{-gtk} packages on dom0

2016-10-22 Thread pablo
On Saturday, October 22, 2016 at 9:15:27 AM UTC-3, srhgr wrote:
> 
> when I install the redshift-gtk it tries to find the geolocation but it 
> fails. how can I simply dimm the light like adjusting the audio volume with 
> redshift?

In order to have the feature that automatically adjust the screen color based 
on the time of day, you can set your location using a configuration file 
located in ~/.config/redshift.conf with this content:

[redshift]
location-provider=manual
[manual]
lat=-31.4
lon=-64.5

where you should put appropriate values for your actual location (or a matching 
timzone at least).

Regards,
///Pablo

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/9ad186c9-7146-4304-a229-cc64ed7d1e23%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: Qubes R3.2, cannot find redshift{-gtk} packages on dom0

2016-10-22 Thread Holger Levsen
On Sat, Oct 22, 2016 at 05:15:27AM -0700, srhgr wrote:
> when I install the redshift-gtk it tries to find the geolocation but it 
> fails. how can I simply dimm the light like adjusting the audio volume with 
> redshift?

AFAIK redshift cannot do this, but:

$ cat bin/my_redshift 
#!/bin/sh

# berlin
COORD=52.5:13.4
redshift-gtk -l $COORD &


-- 
cheers,
Holger

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/20161022123112.GB11616%40layer-acht.org.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: Digital signature


[qubes-users] Re: Qubes R3.2, cannot find redshift{-gtk} packages on dom0

2016-10-22 Thread srhgr
On Thursday, October 20, 2016 at 3:47:56 AM UTC+2, Pablo Di Noto wrote:
> Hello all,
> 
> I have reinstalled R3.2 and want to install Redshift (and its GUI) on dom0 
> again.
> I do not recall how I did it on R3.1, and successive updates.
> 
> I see on a Fedora 23 VM that redshift and redshift-gtk are available in the 
> `updates` repository. 
> 
> But cannot find how to access these (or equivalent) repositories on dom0. 
> Used `qubes-dom0-update --enablerepo=XXX` with many different repositories 
> mentioned in FAQs and other posts here with XXX={updates, 
> qubes-dom0-current-testing, qubes-dom0-security-testing, qubes-dom0-unstable, 
> ...} but all return "Unable to find a match".
> 
> What am I missing?
> 
> Thanks in advance,
> ///Pablo



when I install the redshift-gtk it tries to find the geolocation but it fails. 
how can I simply dimm the light like adjusting the audio volume with redshift?

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/1776ede4-c1c8-407d-8101-2c922fd4bcdb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: Qubes R3.2, cannot find redshift{-gtk} packages on dom0

2016-10-21 Thread Pablo Di Noto
>
>
>>
> Well, ahem, it turned out that following the advice on
> https://www.qubes-os.org/doc/i3/
> I could install it without any issue.
>
> I swear I tried `qubes-dom0-current-testing` but it seems I did not.
> Sorry for the noise!
>
>
For future reference (including to myself, it seems) you can install
Redshift, (which adjusts the color temperature of your screen according to
your surroundings and may help your eyes hurt less if you are working in
front of the screen at night, as its author states) in plain R3.2 with:

[user@dom0 ~]$ sudo qubes-dom0-update
--enablerepo=qubes-dom0-current-testing redshift redshift-gtk

Cheers,
///Pablo

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/CAOJFbN_f3b35_Li2hUuysHvPnao6nCR0oX%2BR2Wh9XeboZPWj4g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: Qubes R3.2, cannot find redshift{-gtk} packages on dom0

2016-10-21 Thread Pablo Di Noto
>
>
> On Thursday, October 20, 2016 at 3:47:56 AM UTC+2, Pablo Di Noto wrote:
>> > Hello all,
>> >
>> > I have reinstalled R3.2 and want to install Redshift (and its GUI) on
>> dom0 again.
>> > I do not recall how I did it on R3.1, and successive updates.
>> >
>> > I see on a Fedora 23 VM that redshift and redshift-gtk are available in
>> the `updates` repository.
>> >
>> > But cannot find how to access these (or equivalent) repositories on
>> dom0. Used `qubes-dom0-update --enablerepo=XXX` with many different
>> repositories mentioned in FAQs and other posts here with XXX={updates,
>> qubes-dom0-current-testing, qubes-dom0-security-testing,
>> qubes-dom0-unstable, ...} but all return "Unable to find a match".
>> >
>> > What am I missing?
>> >
>>
>> I know how to install redshift but whats the dom0 command to install the
>> redshift-gtk ?
>>
>> sudo yum install redshift-gtk ?
>>
>> tried it and can not find it...
>>
>>
> Well, as I mentioned in my original post, neither `redshift` nor
> `redshift-gtk` seem to be available into the repositories that come
> installed and enabled in Qubes R3.2.
>
> I guess during my successive updates from R3 -> R3.1rcX -> R3.2rcX somehow
> I enabled a testing repository where I found it, but cannot redo the same
> now.
>
> Being a mostly debian/ubuntu habitual, I am not very familiar with the
> latests Fedora packaging. I can grasp the idea on a Fedora 23 vm, but I get
> lost in the dom0 proxy update system (works like a charm, no intention of
> critizicing it).
>
> My eyes miss Redshift, would really appreciate any pointers.
>
> Cheers,
> ///Pablo
>
>
>
>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "qubes-users" group.
>> To unsubscribe from this topic, visit https://groups.google.com/d/to
>> pic/qubes-users/Qi1NqE8raS8/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> qubes-users+unsubscr...@googlegroups.com.
>> To post to this group, send email to qubes-users@googlegroups.com.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/qubes-users/9770c041-20de-45ca-87c6-0e3fbf0cf603%40googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
Well, ahem, it turned out that following the advice on
https://www.qubes-os.org/doc/i3/
I could install it without any issue.

I swear I tried `qubes-dom0-current-testing` but it seems I did not.
Sorry for the noise!

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/CAOJFbN_P5skuKOOKspqNdzHYpNb3y8%3DYFdr0pK5XGX%3DYxfyARg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: Qubes R3.2, cannot find redshift{-gtk} packages on dom0

2016-10-21 Thread Gorka Alonso
El viernes, 21 de octubre de 2016, 10:52:48 (UTC+2), vincent.ma...@gmail.com  
escribió:
> On Thursday, October 20, 2016 at 3:47:56 AM UTC+2, Pablo Di Noto wrote:
> > Hello all,
> > 
> > I have reinstalled R3.2 and want to install Redshift (and its GUI) on dom0 
> > again.
> > I do not recall how I did it on R3.1, and successive updates.
> > 
> > I see on a Fedora 23 VM that redshift and redshift-gtk are available in the 
> > `updates` repository. 
> > 
> > But cannot find how to access these (or equivalent) repositories on dom0. 
> > Used `qubes-dom0-update --enablerepo=XXX` with many different repositories 
> > mentioned in FAQs and other posts here with XXX={updates, 
> > qubes-dom0-current-testing, qubes-dom0-security-testing, 
> > qubes-dom0-unstable, ...} but all return "Unable to find a match".
> > 
> > What am I missing?
> > 
> > Thanks in advance,
> > ///Pablo
> 
> 
> 
> 
> 
> I know how to install redshift but whats the dom0 command to install the 
> redshift-gtk ?
> 
> 
> sudo yum install redshift-gtk ?
> 
> tried it and can not find it...

I guess this [1] link can help you.

[1] https://www.qubes-os.org/doc/software-update-dom0/

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/677da3b0-b434-4b53-b5b0-d87b4dc55acf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: Qubes R3.2, cannot find redshift{-gtk} packages on dom0

2016-10-21 Thread vincent . maximus . coco
On Thursday, October 20, 2016 at 3:47:56 AM UTC+2, Pablo Di Noto wrote:
> Hello all,
> 
> I have reinstalled R3.2 and want to install Redshift (and its GUI) on dom0 
> again.
> I do not recall how I did it on R3.1, and successive updates.
> 
> I see on a Fedora 23 VM that redshift and redshift-gtk are available in the 
> `updates` repository. 
> 
> But cannot find how to access these (or equivalent) repositories on dom0. 
> Used `qubes-dom0-update --enablerepo=XXX` with many different repositories 
> mentioned in FAQs and other posts here with XXX={updates, 
> qubes-dom0-current-testing, qubes-dom0-security-testing, qubes-dom0-unstable, 
> ...} but all return "Unable to find a match".
> 
> What am I missing?
> 
> Thanks in advance,
> ///Pablo





I know how to install redshift but whats the dom0 command to install the 
redshift-gtk ?


sudo yum install redshift-gtk ?

tried it and can not find it...

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/9770c041-20de-45ca-87c6-0e3fbf0cf603%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.