diff options
Diffstat (limited to 'share/provision/debian/desktop-basic')
-rwxr-xr-x | share/provision/debian/desktop-basic | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/provision/debian/desktop-basic b/share/provision/debian/desktop-basic index ec49414..30c9ea3 100755 --- a/share/provision/debian/desktop-basic +++ b/share/provision/debian/desktop-basic @@ -56,6 +56,9 @@ sudo cp $DIRNAME/files/desktop-basic/etc/lightdm/lightdm.conf /etc/lightdm/light sudo cp $DIRNAME/files/desktop-basic/etc/default/keyboard /etc/default/keyboard sudo update-alternatives --set x-window-manager /usr/bin/ratpoison +# Fontconfig with bitmaps support +sudo apps/trashman/trashman install fontconfig-bitmaps + # Removing the dotfiles' version of .dmrc ensures that # # the default x-window-manager automatically starts. Otherwise we may end up |