日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

Ubuntu/Debian安装护眼软件f.lux indicator applet

發布時間:2023/12/18 40 豆豆
生活随笔 收集整理的這篇文章主要介紹了 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的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。