Thursday, August 25, 2016

Upgrade WINE (Fixes Issue with Mp3Tag Under PlayOnLinux)


If your system is 64 bit, enable 32 bit architecture (if you haven't already):
sudo dpkg --add-architecture i386 
Add the repository:
sudo add-apt-repository ppa:wine/wine-builds
Update packages:
sudo apt-get update
Then install (example for the development branch):
sudo apt-get install --install-recommends winehq-devel

Monday, May 16, 2016

Install More Screensavers Linux Mint Mate Version


If you want to add additional screensavers in Linux Mint Mate edition use the following commands:


sudo apt-get install xscreensaver-data-extra xscreensaver-gl-extra
cd /usr/share/applications/screensavers
sudo perl -p -i -e 's/OnlyShowIn=GNOME;/OnlyShowIn=GNOME;MATE;/g' *.desktop