Difficulties with retrieving the selected file from FileDialog 9
file_path = await new_dialog.files_selected
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, only files_selected
is emitted. So if you use await files_selected
when file mode is set to single file, then it will be stuck forever.
Reply
What's the best tool available on Linux for downloading Spotify albums without DRM? 4
It is dead, but the app still works.
Reply
Debian Bug report logs: #1057843 - linux: ext4 data corruption in 6.1.64-1 4
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.
Reply
Steam On Linux Usage Spikes To Nearly 2% In July, Larger Marketshare Than Apple macOS 3
You can skip it with the --skip-launcher
launch option
Reply
Next