![](/static/c15a0eb1/assets/icons/icon-96x96.png)
![](https://lemmy.dbzer0.com/pictrs/image/a18b0c69-23c9-4b2a-b8e0-3aca0172390d.png)
4·
1 year agoIt is dead, but the app still works.
It is dead, but the app still works.
I 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 can skip it with the --skip-launcher
launch option
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.