Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] Redshift

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
User avatar
sjsj
Posts: 166
Joined: 2016-10-22 16:26
Has thanked: 3 times

[SOLVED] Redshift

#1 Post by sjsj »

Hello,

Sorry, I speak a little English.

Why not know run the Redshift? I don't know install f.lux and another app for eyes.

Image

Please help me. Thanks!
Last edited by sjsj on 2019-03-10 17:47, edited 1 time in total.

tynman
Posts: 132
Joined: 2016-05-03 19:48
Location: British Columbia, Canada
Been thanked: 2 times

Re: Redshift

#2 Post by tynman »

You don't need to use geoclue to run redshift. Instead, specify your location using your latitude and longitude coordinates with the "-l" parameter. For example, if you live in Torremolinas, Spain, you could run:

Code: Select all

> redshift -l 36.62:-4.52 -b 1.0:1.0 -t 6000:5500

thinman
Posts: 5
Joined: 2018-11-26 11:18
Has thanked: 12 times

Re: Redshift

#3 Post by thinman »

If you want to use Geoclue, you'll need to grant Redshift access in /etc/geoclue/geoclue.conf:

Code: Select all

# append the following to /etc/geoclue/geoclue.conf

[redshift]
allowed=true
system=false
users=

User avatar
sjsj
Posts: 166
Joined: 2016-10-22 16:26
Has thanked: 3 times

Re: Redshift

#4 Post by sjsj »

thinman wrote:If you want to use Geoclue, you'll need to grant Redshift access in /etc/geoclue/geoclue.conf:

Code: Select all

# append the following to /etc/geoclue/geoclue.conf

[redshift]
allowed=true
system=false
users=
Thanks.

User avatar
sunrat
Administrator
Administrator
Posts: 6458
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 116 times
Been thanked: 472 times

Re: [SOLVED] Redshift

#5 Post by sunrat »

You can install a tray applet for redshift to make display and configuration of Redshift easier, and they put an icon in your panel for easy access.

Code: Select all

apt install redshift-gtk
Or if using KDE Plasma:

Code: Select all

apt install plasma-applet-redshift-control
You could use Synaptic package manager if you prefer GUI installer.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

Post Reply