A PCRE internal error occured. This might be caused by a faulty plugin

====== Differences ====== This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tricks:xflux [2016/11/05 02:20]
admin [f.lux Binary Installation]
tricks:xflux [2016/11/05 02:39]
admin [User Interface [Xflux]]
Line 25: Line 25:
 ===== User Interface [Xflux] ===== ===== User Interface [Xflux] =====
  
-There is a Debian compatible GUI for f.lux, written in Python, that's available [[https://​github.com/​xflux-gui/​xflux-gui|on GitHub]].+There is a Debian compatible GUI for f.lux, called Xflux, written in Python, that's available [[https://​github.com/​xflux-gui/​xflux-gui|on GitHub]].
  
-You're invited to read the README.md file about this project, but as a summary, here are the steps to install it:+You're invited to consult ​the full README.md file related to this project, but as a summary, here are the steps to install it:
  
 <​Code>​ <​Code>​
-+# Install dependencies 
 +sudo apt-get install git python-appindicator python-xdg python-pexpect python-gconf python-gtk2 python-glade2 libxxf86vm1 
 + 
 +# Download xflux-gui 
 +> cd /tmp 
 +> git clone "​https://​github.com/​xflux-gui/​xflux-gui.git"​ 
 +> cd xflux-gui 
 +> python download-xflux.py 
 + 
 +# EITHER install globally 
 +> sudo python setup.py install 
 + 
 +# OR, install in your home directory 
 +> python setup.py install --user 
 + 
 +# Run flux 
 +> fluxgui 
 + 
 +# To uninstall:​ 
 +> sudo rm -rf /​usr/​local/​lib/​python2.7/​dist-packages/​{fluxgui/,​f.lux_indicator*} 
 +> sudo rm /​usr/​local/​share/​icons/​hicolor/​scalable/​apps/​fluxgui.* 
 +> sudo rm /​usr/​local/​share/​applications/​fluxgui.desktop 
 +> sudo rm /​usr/​local/​bin/​{xflux,​fluxgui} 
 +> rm -rf ~/​.gconf/​apps/​fluxgui/​
 </​Code>​ </​Code>​
 +
 +You now have the indicator applet in **/​usr/​local/​share/​applications**,​ you can double-click on it to launch it the first time. You have the option to have f.lux indicator automatically launched at startup... ​
 +You'll also notice that there is no "​shortcut"​ available in your desktop "​Menu"​ for "​fluxgui"​. Although it will appear in your toolbar on your next login... In case you'd like to have a menu entry for fluxgui, please read [[tricks:​application-icon|this article]].
  
 ++++ Previously available, now unmaintained,​ GUI software | ++++ Previously available, now unmaintained,​ GUI software |
Line 48: Line 74:
 > rm -r f.lux-indicator-applet > rm -r f.lux-indicator-applet
 </​code>​ </​code>​
- 
-You now have the indicator applet in **/​usr/​local/​share/​applications**,​ you can double-click on it to launch it the first time. You have the option to have f.lux indicator automatically launched at startup... ​ 
 ++++ ++++