Items 1-12 out of 2292 displayed
I fixed it! I just had to reinstall HPLIP, go to the directory where the installer extracted all of the files, run sudo make uninstall
, delete the files using the commands, restart...
in this particular case, local
is a visible directory, and .local
is a hidden directory. you can see list of all hidden directory and/or files in a certain directory...
There were 2 issues: conky permissions, and network interface (NIC) name. The short summary is:
run this command to give Conky the needed permissions:
sudo...
Seems this is a known Wine bug, with only a luck based workaround.
The dropdown menu does exist, and you can navigate it, you just can't see it.
If you're having this problem...
OK, in that case maybe
for i in /tmp/**; do
&&
(( $(stat -c %h "$i") > 1 )) &&
stat -c '%i %n' "$i"
done | sort -V