diff --git a/community/deepin/desktop-overlay/usr/share/deepin-default-settings/fontconfig.json b/community/deepin/desktop-overlay/usr/share/deepin-default-settings/fontconfig.json new file mode 100644 index 0000000..3f78e0e --- /dev/null +++ b/community/deepin/desktop-overlay/usr/share/deepin-default-settings/fontconfig.json @@ -0,0 +1,26 @@ +{ + "zh_CN":{ + "Standard":"Noto Sans CJK SC", + "Mono":"Noto Mono" + }, + "zh_TW":{ + "Standard":"Noto Sans CJK TC", + "Mono":"Noto Mono" + }, + "zh_HK":{ + "Standard":"Noto Sans CJK TC", + "Mono":"Noto Mono" + }, + "ja":{ + "Standard":"Noto Sans CJK JP", + "Mono":"Noto Mono" + }, + "ko":{ + "Standard":"Noto Sans CJK KR", + "Mono":"Noto Mono" + }, + "en_US":{ + "Standard":"Noto Sans", + "Mono":"Noto Mono" + } +} diff --git a/community/i3/desktop-overlay/etc/profile.d/libreoffice-gtk2.csh b/community/i3/desktop-overlay/etc/profile.d/libreoffice-gtk2.csh deleted file mode 100755 index dd66e9f..0000000 --- a/community/i3/desktop-overlay/etc/profile.d/libreoffice-gtk2.csh +++ /dev/null @@ -1,6 +0,0 @@ -# to force a certain look'n feel - -#setenv SAL_USE_VCLPLUGIN gen -#setenv SAL_USE_VCLPLUGIN kde4 -setenv SAL_USE_VCLPLUGIN gtk -#setenv SAL_USE_VCLPLUGIN gtk3 # currently broken and not available diff --git a/community/i3/desktop-overlay/etc/profile.d/libreoffice-gtk2.sh b/community/i3/desktop-overlay/etc/profile.d/libreoffice-gtk2.sh deleted file mode 100755 index d5e91ec..0000000 --- a/community/i3/desktop-overlay/etc/profile.d/libreoffice-gtk2.sh +++ /dev/null @@ -1,6 +0,0 @@ -# to force a certain look'n feel - -#export SAL_USE_VCLPLUGIN=gen -#export SAL_USE_VCLPLUGIN=kde4 -export SAL_USE_VCLPLUGIN=gtk -#export SAL_USE_VCLPLUGIN=gtk3 # currently broken and not available