Age | Commit message (Collapse) | Author |
|
@SamLukeYes reported: when the user set QT_QPA_PLATFORM="wayland;xcb" globally,
the program does not work, because the bundled platform plugins does not
provide native wayland support.
This patch fix this issue by override QT_QPA_PLATFORM to xcb explicitly.
This is a temporary fix. It should be removed when tray menu problem has been
fixed and all bundled libraries removed.
Signed-off-by: kXuan <kxuanobj@gmail.com>
|
|
Signed-off-by: kXuan <kxuanobj@gmail.com>
|
|
Signed-off-by: kXuan <kxuanobj@gmail.com>
|
|
The library files packed in the .deb is made before 2019. These libraries are
not compatible with arch linux. Some features are failed due to this reason.
Such as unable using fcitx in the main program.
This patch remove all libraries. So the netease main program can use libraries
in the system.
Signed-off-by: kXuan <kxuanobj@gmail.com>
|