In the first post i asked how to enable reading history of Evince in WSL2, thanks to the answer which recommends:
dbus-launch evince <file.pdf>
But I found a problem, I cannot use WSL2 input methods in PDF search anymore (for example I use fcitx5 as input method).
I can still use fcitx5 in the old method to open a PDF without history.
evince <file.pdf>
So how could I use fcitx5 in Evince with the dbus-launch command?
p.s. how to install and use fcitx5 in WSL2 (partially solved)