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

 

 

 

f.lux

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

f.lux

#1 Post by sjsj »

Hello,

Sorry, I speak a little English.

How to install f.lux for Debian 9? I try and try, but not working.

Please help me. Thanks!

User avatar
Ardouos
Posts: 1077
Joined: 2013-11-03 00:30
Location: Elicoor II
Has thanked: 1 time
Been thanked: 4 times

Re: f.lux

#2 Post by Ardouos »

https://justgetflux.com/linux.html

It is not recommended though.

Edit: There is a snap of it, if you want to give it a shot: https://snapcraft.io/fluxgui
There is only one Debian | Do not break Debian | Stability and Debian | Backports

⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

Cyborg
Posts: 38
Joined: 2016-12-01 19:07
Has thanked: 1 time
Been thanked: 2 times

Re: f.lux

#3 Post by Cyborg »

Redshift works well and does the same thing.
http://jonls.dk/redshift/

User avatar
Ardouos
Posts: 1077
Joined: 2013-11-03 00:30
Location: Elicoor II
Has thanked: 1 time
Been thanked: 4 times

Re: f.lux

#4 Post by Ardouos »

Cyborg wrote:Redshift works well and does the same thing.
http://jonls.dk/redshift/
He already has a post on redshift.
http://forums.debian.net/viewtopic.php?f=30&t=140902

Not doubting your post, I would use it too over f.lux.
There is only one Debian | Do not break Debian | Stability and Debian | Backports

⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

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

Re: f.lux

#5 Post by sjsj »

Install instructions: GitHub

Code: Select all

su
sudo add-apt-repository ppa:nathan-renniewaldock/flux
 GUI for f.lux
https://justgetflux.com/

Bugs/feature requests should be directed to: https://github.com/xflux-gui/xflux-gui
I do not develop this, only provide a PPA.
 More info: https://launchpad.net/~nathan-renniewaldock/+archive/ubuntu/flux
Press [ENTER] to continue or ctrl-c to cancel adding it
ENTER

Code: Select all

gpg: keybox '/tmp/tmpwhtyn646/pubring.gpg' created
gpg: failed to start the dirmngr '/usr/bin/dirmngr': Nincs ilyen fájl vagy könyvtár
gpg: connecting dirmngr at '/tmp/tmpwhtyn646/S.dirmngr' failed: Nincs ilyen fájl vagy könyvtár
gpg: keyserver receive failed: Nincs dirmngr
Is it ok? I think it is not ok. Why?

User avatar
sunrat
Administrator
Administrator
Posts: 6476
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 118 times
Been thanked: 474 times

Re: f.lux

#6 Post by sunrat »

It's not OK. PPAs are specifically for Ubuntu. Sometimes they will work but sometimes they will wreck your system.

I use Redshift on all my systems. It works well and has a native Debian package in the repository which should always be preferred instead of PPA.
Your post about Redshift says it is solved. Why do you ask again about f.lux? They both do the same thing.
I just posted instructions how to install Redshift tray applet in that thread so you can configure it more easily.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: f.lux

#7 Post by GarryRicketson »

Is it ok? I think it is not ok. Why?
As many times it has been mentioned here on this forum, and else where, one would think the OP all ready knew this, guess they have not read any other posts, hmm just goes to show , So any way , Yes, you are righht, it is not ok, Why is it not ok ?
Please read this:
https://wiki.debian.org/DontBreakDebian
Don't make a FrankenDebian

Debian Stable should not be combined with other releases. If you're trying to install software that isn't available in the current Debian Stable release, it's not a good idea to add repositories for other Debian releases. The problems might not happen right away, but the next time you install updates.

The reason things can break is because the software packaged for one Debian release is built to be compatible with the rest of the software for that release. For example, installing packages from buster on a stretch system could also install newer versions of core libraries including libc6. This results in a system that is not testing or stable but a broken mix of the two.

Repositories that can create a FrankenDebian if used with Debian Stable:

Debian testing release (currently buster)

Debian unstable release (also known as sid)

Ubuntu, Mint or other derivative repositories are not compatible with Debian!
Ubuntu PPAs
But don'r just read the small part I quoted, read the whole page, it is educational.

User avatar
Lysander
Posts: 643
Joined: 2017-02-23 10:07
Location: London
Been thanked: 1 time

Re: f.lux

#8 Post by Lysander »

I used to run f.lux when I ran Debian. You need to do this, it's clearly listed in the Github page:

Code: Select all

# Download fluxgui
cd /tmp
git clone "https://github.com/xflux-gui/fluxgui.git"
cd fluxgui
./download-xflux.py

# EITHER install system wide
sudo ./setup.py install --record installed.txt

# EXCLUSIVE OR, install in your home directory
#
# The fluxgui program installs
# into ~/.local/bin, so be sure to add that to your PATH if installing
# locally. In particular, autostarting fluxgui in Gnome will not work
# if the locally installed fluxgui is not on your PATH.
./setup.py install --user --record installed.txt
       
# Run flux
fluxgui

Post Reply