So bleach bit is giving me this error read out.
Exception while running operation 'system': '[Errno 13] Permission denied: '/proc/1082/fd/0''
Traceback (most recent call last):
File "/usr/share/bleachbit/Worker.py", line 345, in run_operations
for _dummy in self.clean_operation(operation):
File "/usr/share/bleachbit/Worker.py", line 159, in clean_operation
for cmd in backends[operation].get_commands(option_id):
File "/usr/share/bleachbit/Cleaner.py", line 499, in get_commands
is_open = FileUtilities.openfiles.is_open(path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/bleachbit/FileUtilities.py", line 170, in is_open
self.scan()
File "/usr/share/bleachbit/FileUtilities.py", line 163, in scan
for filename in open_files():
File "/usr/share/bleachbit/FileUtilities.py", line 136, in open_files
target = os.path.realpath(filename)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen posixpath>", line 416, in realpath
File "<frozen posixpath>", line 476, in _joinrealpath
PermissionError: [Errno 13] Permission denied: '/proc/1082/fd/0'
I’d like to resolve this. Is anyone here familiar with this error?