1. Install wine:
sudo apt install wine-stable winetricks
2. Get foobar installation here: https://mega.nz/file/HJhlEIIJ#PfjkrfPPu0TGzJ_ukgn2LX3fWRWsZK7o16beHAh4roY
Unpack it under /home/panta/.wine/drive_c/opt/
.
3. Enable font smoothing. It can be done through winetricks
, or using wine-font-smoothing.sh
. Select 3rd option (rgb). This will make fonts not look like shit.
4. Run winecfg
and switch Windows version to "Windows XP". That will make volume control work.
5. Using winetricks, import wine_breeze_colors.reg
. This will make UI look white and pretty instead of gray and old.
6. Save foobar.sh
under /usr/local/bin/foobar2000
.
7. Save foobar2000.desktop
under /usr/share/applications/foobar2000.desktop
8. Run sudo update-desktop-database
.
Thanks for posting this gist! It helped me a lot in getting foobar working. Starring it for future convenience.