You are not logged in.
It will not run. This is a fresh and new installation of arch on new hardware. Installed last night, and pacman -Syu shows all is up to date. This is a 64 bit system with multilib enabled.
I read and followed this article: https://bbs.archlinux.org/viewtopic.php?id=218808
This is the error I am getting:
Traceback (most recent call last):
File "/usr/lib/python3.5/site-packages/gufw/gufw.py", line 30, in <module>
gufw = Gufw(controler.get_frontend())
File "/usr/lib/python3.5/site-packages/gufw/gufw/view/gufw.py", line 81, in __init__
self.winadd = Add(self)
File "/usr/lib/python3.5/site-packages/gufw/gufw/view/add.py", line 36, in __init__
self.apps = AppProfiles()
File "/usr/lib/python3.5/site-packages/gufw/gufw/view/add.py", line 492, in __init__
self.all_apps = self._load_from_files()
File "/usr/lib/python3.5/site-packages/gufw/gufw/view/add.py", line 499, in _load_from_files
cfg.read(glob.glob('*.*'))
File "/usr/lib/python3.5/configparser.py", line 696, in read
self._read(fp, filename)
File "/usr/lib/python3.5/configparser.py", line 1012, in _read
for lineno, line in enumerate(fp, start=1):
File "/usr/lib/python3.5/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 333: ordinal not in range(128)
NetTools is installed.
Help would be appreciated. Thank You!
Dave
Last edited by dcbdbis (2016-12-23 20:26:29)
Offline
Were you able to get this working? I'm getting the exact same error. Only difference is i'm running on a 7 year old 32 bit laptop. (I'm using xfce4.)
Offline
Nope. No one has responded, and recent updates since the post have not resolved this issue.
Sorry!
Dave.
Offline
what about ufw, is it working?
sudo ufw status
This will at least makes sure that you have got working firewall.
Note: I am using ufw without graphical front-end and it is working without issue.
Arch is home!
https://github.com/Docbroke
Offline
Yes. ufw is working. I followed the Arch wiki and it works just fine. In fact I had ufw working for a day or two before I installed the gufw.
It's only the GUI add-on that isn't working.
Thanks!
Dave
Offline