Ubuntu/Debian安装护眼软件f.lux indicator applet
生活随笔
收集整理的這篇文章主要介紹了
Ubuntu/Debian安装护眼软件f.lux indicator applet
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
注意文檔中提到,必須以python2來執行命令
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.
Github上安裝的方法大概如下
# Install dependencies sudo apt-get install git python-appindicator python-xdg python-pexpect python-gconf python-gtk2 python-glade2 libxxf86vm1# Download fluxgui 我隨便放的位置 cd /tmp git clone "https://github.com/xflux-gui/fluxgui.git" cd fluxgui python download-xflux.py# EITHER install globally 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. python setup.py install --user# Run flux fluxgui
但是安裝之后報錯
Exception AttributeError: AttributeError(FluxGUI object has no attribute xflux_controller,) in
按順序依次執行 代碼: ps -A | grep flux ls -al /tmp | grep flux fluxgui & sudo pkill -9 flux ps -A | grep flux fluxgui把結果全部復制貼上來總結
以上是生活随笔為你收集整理的Ubuntu/Debian安装护眼软件f.lux indicator applet的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 高二上计算机知识点,【高考备考】2017
- 下一篇: 北京政协:电子垃圾回收是亟待破解的难题