<Solved>Cant install redshift gtk
Forum rules
Before you post please read how to get help
Before you post please read how to get help
<Solved>Cant install redshift gtk
I tried installing redshift-gtk from the software manager, but it wont install. What can I do? I want a graphical interface for Redshift. I'm running Mint 18.3 Cinnamon 64 bit
Last edited by whois1230 on Tue Jan 16, 2018 9:17 am, edited 1 time in total.
Re: Cant install redshift gtk
What happens? Are you getting an error message? If so, what is it?

If your issue is solved, kindly indicate that by editing the first post in the topic, and adding [SOLVED] to the title. Thanks!
Re: Cant install redshift gtk
I did get an error message, but I don't remember what it was. Now, when I write redshift in the software manager's search field, only redshift appears, which is already installed on my system. The redshift-gtk is no longer found, so it doesn't appear in the results. I don't know why.Moem wrote:What happens? Are you getting an error message? If so, what is it?
Re: Cant install redshift gtk
Hmm, that's odd. I can't reproduce that.
I suppose you could try opening a terminal and entering
... and see what you get back?
I suppose you could try opening a terminal and entering
Code: Select all
sudo apt-get install redshift-gtk

If your issue is solved, kindly indicate that by editing the first post in the topic, and adding [SOLVED] to the title. Thanks!
Re: Cant install redshift gtk
Open a terminal and use the command below as there might be a bug -
Code: Select all
sudo apt-get install geoclue-2.0
Re: Cant install redshift gtk
That worked, thanks.Moem wrote:Hmm, that's odd. I can't reproduce that.
I suppose you could try opening a terminal and entering... and see what you get back?Code: Select all
sudo apt-get install redshift-gtk
Re: Cant install redshift gtk
Elizine wrote:Open a terminal and use the command below as there might be a bug -
Code: Select all
sudo apt-get install geoclue-2.0
Code: Select all
user@user ~ $ sudo apt-get install geoclue-2.0
Reading package lists... Done
Building dependency tree
Reading state information... Done
geoclue-2.0 is already the newest version (2.4.1-1).
geoclue-2.0 set to manually installed.
The following package was automatically installed and is no longer required:
python-appindicator
Use 'sudo apt autoremove' to remove it.
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
Re: Cant install redshift gtk
Coolio, glad I could help!whois1230 wrote:That worked, thanks.

If your issue is solved, kindly indicate that by editing the first post in the topic, and adding [SOLVED] to the title. Thanks!