Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 07/11/2018, à 16:18

chris7522

[RESOLU] Installation logiciel anti lumiere bleu "fluxgi "

Bonjour a toutes et tous ,
J'ai téléchargé le logiciel " fluxgui "sur le github , apres l'avoir cloné sur mon bureau , je ne parviens pas a faire l'installation , meme apres avoir lu le document read me . Pouvez vous , s'il vous plait, m'apporter votre aide ?

Install Instructions
--------------------

### Only Python 2 is Supported

The `fluxgui` is only known to work with Python 2, so use `python2` instead of `python` for the commands in this README if Python 3 is the default on your system.

### Ubuntu PPA Package Manager Install

To install via apt:

```bash
sudo add-apt-repository ppa:nathan-renniewaldock/flux
sudo apt-get update
sudo apt-get install fluxgui
```

See [ubuntuhandbook.org instructions](http://ubuntuhandbook.org/index.php/2016/03/install-f-lux-in-ubuntu-16-04/) for more details.

If you have trouble with the PPA version try the manual install below.

### Fedora Package Manager Install

There is no Fedora package provided yet. Please use [Manual Install](#manual-install) below.

### Manual Install

To install manually you first install the dependencies using your package manager, and then install `fluxgui` using the provided `setup.py`. The manual install can be done locally or system wide.

#### Install Dependencies Using Package Manager

##### Ubuntu/Debian

```bash
sudo apt-get install git python-appindicator python-xdg python-pexpect python-gconf python-gtk2 python-glade2 libxxf86vm1
```
##### Fedora/CentOS

```bash
sudo yum install git python-appindicator python2-pyxdg python2-pexpect gnome-python2-gconf pygtk2 pygtk2-libglade
```

#### Install `fluxgui`

There are separate instructions in the code below for installing system wide and for installing locally in your user directory; choose one.

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

# EITHER install system wide
sudo python setup.py install

# EXCLUSIVE OR, install in your home directory. The binary 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.
python setup.py install --user
       
# Run flux
fluxgui
```

   Figure dans le dossier :
- Un dossier build
- Un dossier debian
- Un dossier desktop
- Un dossier icons
- Un dossier ressources
- Un dossier src
- un fichier download-xflux.py
- Un fichier fluxgui
- Un fichier read me
- Un fichier fichier setup.py
  - Un fichier xflux
Je ne souhaite pas l'installer via la commande apt-get install mais a partir du fichier téléchargé sur mon bureau
Merci d'avance

Dernière modification par chris7522 (Le 07/11/2018, à 17:20)

Hors ligne

#2 Le 07/11/2018, à 16:25

nany

Re : [RESOLU] Installation logiciel anti lumiere bleu "fluxgi "

Bonjour,

Donne le retour de :

cd Bureau && ls

Hors ligne

#3 Le 07/11/2018, à 16:43

chris7522

Re : [RESOLU] Installation logiciel anti lumiere bleu "fluxgi "

chris@chris:~$ cd Bureau && ls
fluxgui
chris@chris:~/Bureau$ 

Hors ligne

#4 Le 07/11/2018, à 16:53

nany

Re : [RESOLU] Installation logiciel anti lumiere bleu "fluxgi "

Il faut commencer par installer les dépendances :

sudo apt-get install git python-appindicator python-xdg python-pexpect python-gconf python-gtk2 python-glade2 libxxf86vm1

Ensuite, il faut aller dans le répertoire fluxgui ;

cd ~/Bureau/fluxgui

puis lancer download-xflux.py ;

python download-xflux.py

Enfin, lancer l’installation :

sudo python setup.py install

Hors ligne

#5 Le 07/11/2018, à 17:20

chris7522

Re : [RESOLU] Installation logiciel anti lumiere bleu "fluxgi "

Parfaitement clair !
  Merci beaucoup

Hors ligne