Page 1 of 1

Redshift as a binary package

Posted: Tue Mar 31, 2020 3:04 pm
by christophe60_fr
Hello everybody,

GhostBSD-20.02-XFCE.
Does anyone know how to install redshift and make it work without going through compilation?

Many thanks.

Re: Redshift as a binary package

Posted: Tue Mar 31, 2020 4:23 pm
by slughorn
https://wiki.ghostbsd.org/index.php/App ... Management
Use Software Station
It's no easier way.

Re: Redshift as a binary package

Posted: Wed Apr 01, 2020 1:41 pm
by christophe60_fr
Hi slughorn,

Precisely, the problem is that by installing redshift in this way, the icon does not appear in the list of Applications or in the taskbar of XFCE (while the command exists in the automatic start of the parameters manager). In short, nothing in graphics and redshift does not run.
On the other hand, a compilation installation works perfectly until the next update.

Re: Redshift as a binary package

Posted: Sun Apr 05, 2020 2:50 pm
by slughorn
Try

Code: Select all

 whereis
on the command line. There are some places were it can be.
These are https://wiki.ghostbsd.org/index.php/Sys ... _Utilities.
After you got the info where the application is stored you can set a link to your desktop.

Re: Redshift as a binary package

Posted: Mon Apr 13, 2020 12:53 pm
by christophe60_fr
As said above, installing redshift in the usual way (using Software Station) does not allow this package to work.
On the other hand, the installation by the ports makes possible to have redshift perfectly operational.
But then the downside is that Ghostbsd absolutely wants to reinstall it (Update Available). If I click on Install update, I return to the starting point. So, redshift disappears and therefore becomes unusable.
Why ?
How to avoid it?
Is it due to one or more missing dependencies?

Re: Redshift as a binary package

Posted: Mon Apr 13, 2020 4:19 pm
by slughorn
If you have got an application via the ports system and don't like to change it during pkg upgrade process, do

Code: Select all

#pkg lock packagename 
seehttps://wiki.ghostbsd.org/index.php/Pkg ... _A_Package

Re: Redshift as a binary package

Posted: Tue Apr 14, 2020 6:59 am
by christophe60_fr
Maybe I should change my glasses !
However, I browsed this pkg wiki and used it (pkg info, pkg autoremove, pkg mirrors), but I had not seen this possibility ...
It doesn't explain the issue but it works.
thank you so very much, slughorn !