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 Both sides next revision
tricks:xflux [2016/11/05 02:21]
admin [User Interface [Xflux]]
tricks:xflux [2016/11/05 02:26]
admin [User Interface [Xflux]]
Line 30: Line 30:
  
 <​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>​