redshift icon indicating copy to clipboard operation
redshift copied to clipboard

running redshift on dedian returns a “Segmentation fault”

Open elad2109 opened this issue 4 years ago • 4 comments

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior: I ran:

sudo apt-get install redshift redshift-gtk sudo apt-get install geoclue-2.0

and then:

$ /usr/bin/redshift -l 52.3:16.3 -t 6700:3500
Segmentation fault


DISTRIB_CODENAME=rodete
DISTRIB_DESCRIPTION="Debian GNU/Linux rodete"
DISTRIB_ID=Debian
DISTRIB_RELEASE=rodete

I restart my machine and I saw a popup with cannot run redshift.

I tried to run it from the cmd, and got the above Segmentation fault error.

Expected behavior A clear and concise description of what you expected to happen.

Error output/logs/screenshots If applicable, add screenshots to help explain your problem.

$ redshift -O 3000 Segmentation fault

Software versions (please complete the following information):

  • OS: Linux

  • Redshift version: [e.g. 1.11, run redshift -V in a terminal] redshift -V Segmentation fault image

  • Distribution: [e.g. Debian]

  • Redshift installed from: "using apt-get"

image

elad2109 avatar Jan 17 '21 10:01 elad2109

I'm having the same issue.

$ redshift -V
Segmentation fault

$ redshift -O 3000
Segmentation fault

cashpw avatar Jan 19 '21 17:01 cashpw

I solved it by restart my desktop.

Hope it works on your side!

spacime avatar Jul 23 '21 05:07 spacime

This seems to be related to #672

wiltwong avatar Dec 22 '23 09:12 wiltwong

This seems to be related to #672

That's it! I had the config as a symlink. I've copied the file into ~/.config/redshift.conf directly (rather than use a symlink) and redshift is working.

cashpw avatar Dec 23 '23 16:12 cashpw