ProfP30
ProfP30
**Describe the bug** Received some spam messages via direct messages recently. Even though I have reported the messages as spam or have deleted the content, I can't remove the mails...
### Types _No response_ ### URL https://github.com/strawberrymusicplayer/strawberry ### Building guide git clone --recursive https://github.com/strawberrymusicplayer/strawberry cd strawberry mkdir build cd build cmake .. -DBUILD_WITH_QT6=ON make -j $(nproc) sudo make install ###...
### Types _No response_ ### URL https://github.com/oleksis/youtube-dl-gui ### Building guide https://github.com/oleksis/youtube-dl-gui#install-from-source ### Additional context A cross platform front-end GUI of the popular youtube-dl written in wxPython.
### Types _No response_ ### URL https://github.com/KDE/plasmatube ### Building guide _No response_ ### Additional context _No response_
### Types _No response_ ### URL https://github.com/KDE/audiotube ### Building guide _No response_ ### Additional context _No response_
### Types _No response_ ### URL https://github.com/zaps166/QMPlay2 ### Building guide [QMPlay2 installation from sources](https://github.com/zaps166/QMPlay2#installation-from-sources) ### Additional context _No response_
### Types _No response_ ### URL https://github.com/aandrew-me/tgpt ### Building guide _No response_ ### Additional context Terminal GPT (tgpt) is a cross-platform cli (command-line) tool that lets you use ChatGPT 3.5...
I am trying to create an AppImage with linuxdeploy and the linuxdeply-plugin-python like so (simplified): `linuxdeploy-x86_64.AppImage --appdir ./AppDir --plugin python --output appimage` I've downloaded the linuxdeploy-plugin-python from [here](https://github.com/niess/linuxdeploy-plugin-python/releases/download/continuous/linuxdeploy-plugin-python-x86_64.AppImage). The compilation...