copycat@lemm.eetoLinux@lemmy.ml•Debian Bug report logs: #1057843 - linux: ext4 data corruption in 6.1.64-1
4·
11 months agoI just tried to update and it failed with error 403 when it tried to download the kernel, so it seems like they took measures.
You probably want file_selected, not files. When the file mode is set to single file, then only
file_selected
signal is emitted, and when the file mode is set to multiple files, onlyfiles_selected
is emitted. So if you useawait files_selected
when file mode is set to single file, then it will be stuck forever.