


apt policy mint-x-theme mint-themes


$ apt policy mint-x-theme mint-themes
mint-x-theme:
Installed: 1.0.7
Candidate: 1.0.7
Version table:
*** 1.0.7 0
700 http://packages.linuxmint.com/ debian/main amd64 Packages
100 /var/lib/dpkg/status
mint-themes:
Installed: (none)
Candidate: 1.0.8
Version table:
1.0.8 0
700 http://packages.linuxmint.com/ debian/main amd64 Packages







mint-themes:
Installed: (none)
Candidate: 1.0.8
Version table:
1.0.8 0
700 http://packages.linuxmint.com/ debian/main i386 Packages
mint-x-theme:
Installed: 1.0.7
Candidate: 1.0.7
Version table:
*** 1.0.7 0
700 http://packages.linuxmint.com/ debian/main i386 Packages
100 /var/lib/dpkg/status

apt install mint-themes


zerozero wrote:please install mint-themes
- Code: Select all
apt install mint-themes










#!/bin/sh
WHOAMI=`whoami`
if [ x$WHOAMI != xroot ]; then
echo Please run me as root.
exit 1
fi
cd /etc/fonts/conf.d
ln -s ../conf.avail/10-antialias.conf 10-antialias.conf
ln -s ../conf.avail/10-hinting.conf 10-hinting.conf
ln -s ../conf.avail/10-hinting-slight.conf 10-hinting-slight.conf
ln -s ../conf.avail/11-lcdfilter-default.conf 11-lcdfilter-default.conf
ln -s ../conf.avail/53-monospace-lcd-filter.conf 53-monospace-lcd-filter.conf
Monsta wrote:Thinking out loud about what I've just read when I followed GeneC's links...
[...]
Though I have some doubts about some of the fonts (not all of them) in Firefox. And I don't use Chrome.
Moreover, my eyes are quite tired from today's tinkering with all this font stuff, so I may have missed something. Just test this script please and see if it works for you.


Users browsing this forum: No registered users and 3 guests