Redshift as a binary package

Need support for GhostBSD. Ask here if your question does not fit elsewhere.
Post Reply
christophe60_fr
Posts: 50
Joined: Thu Oct 29, 2015 3:05 pm

Redshift as a binary package

Post 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.
User avatar
slughorn
Posts: 135
Joined: Mon Oct 02, 2017 2:55 pm

Re: Redshift as a binary package

Post by slughorn »

https://wiki.ghostbsd.org/index.php/App ... Management
Use Software Station
It's no easier way.
christophe60_fr
Posts: 50
Joined: Thu Oct 29, 2015 3:05 pm

Re: Redshift as a binary package

Post 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.
User avatar
slughorn
Posts: 135
Joined: Mon Oct 02, 2017 2:55 pm

Re: Redshift as a binary package

Post 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.
christophe60_fr
Posts: 50
Joined: Thu Oct 29, 2015 3:05 pm

Re: Redshift as a binary package

Post 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?
User avatar
slughorn
Posts: 135
Joined: Mon Oct 02, 2017 2:55 pm

Re: Redshift as a binary package

Post 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
christophe60_fr
Posts: 50
Joined: Thu Oct 29, 2015 3:05 pm

Re: Redshift as a binary package

Post 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 !
Post Reply