-
Notifications
You must be signed in to change notification settings - Fork 190
For Some Packages need more operation to use
wgjak47 edited this page Jan 14, 2020
·
3 revisions
the upstream maybe giving the project soon. But It is working now. you need some more operations if you encounter problems.
add --force-device-scale-factor=<your_scale_factor>
to commandline
unset PLATFORMTHEME
#!/bin/sh
# my_netease.sh
HERE="$(dirname "$(readlink -f "${0}")")"
export LD_LIBRARY_PATH="${HERE}"/libs
export QT_PLUGIN_PATH="${HERE}"/plugins
export QT_QPA_PLATFORM_PLUGIN_PATH="${HERE}"/plugins/platforms
export XDG_CURRENT_DESKTOP=DDE
unset PLATFORMTHEME
exec "${HERE}"/netease-cloud-music --force-device-scale-factor=1 $@
Fcitx5 is still not stable yet, but if you want try, add gentoo-zh For leak of time, I only write ebuilds for chinese input methods only. And It only works fine with kde.
emerge -av app-i18n/kcm-fcitx5 app-i18n/fcitx5-rime app-i18n/fcitx5-qt app-i18n/fcitx5-gtk app-i18n/fcitx5-chinese-addons app-i18n/fcitx5
#.xprofile/.pam_environment
export XMODIFIERS="@im=fcitx5"
export QT_IM_MODULE=fcitx5
export GTK_IM_MODULE=fcitx5
open kcm-fcitx5 for init the config or fcitx5 may not work.
add .config/fcitx5/profile
# .config/fcitx5/profile
[Groups/0]
Name=Default
Default Layout=us
DefaultIM=rime
[Groups/0/Items/0]
Name=keyboard-us
Layout=
[Groups/0/Items/1]
Name=pinyin
Layout=
[Groups/0/Items/2]
Name=rime
Layout=
[GroupOrder] 0=Default
refer: https://iovxw.net/p/fcitx5/