[Seek Help] anaconda打不开图形界面
Tofloor
poster avatar
mgl666
deepin
2021-10-23 06:12
Author

Reply Favorite View the author
All Replies
U_Apple_QAQ_U
deepin
2021-10-23 17:24
#1

Reply View the author
mgl666
deepin
2021-10-23 18:11
#2
U_Apple_QAQ_U

他还是报错这个WARNING linux_scaling.get_scaling_factor_using_dbus:31
An exception occurred during fetching list of system display settings.

Reply View the author
小明Hackintosh
deepin
2022-03-25 22:24
#3

新版本好像改了

#!/home/zzyy/anaconda3/bin/python

# -*- coding: utf-8 -*-
import re
import sys

from anaconda_navigator.app.main import main

if __name__ == '__main__':
    sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
    sys.exit(main())

截图_选择区域_20220325143033.png

Reply View the author