Codebase list mozc / lintian-fixes/main debian / ibus-mozc-launch-xwayland.desktop
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

ibus-mozc-launch-xwayland.desktop @lintian-fixes/mainraw · history · blame

1
2
3
4
5
6
7
8
[Desktop Entry]
Name=Launch Xwayland on startup of wayland session
Comment=This ensures that ibus-x11, needed for ibus-mozc, is started
Type=Application
Exec=sh -c 'if [ "$XDG_SESSION_TYPE" = "wayland" ]; then xrefresh; fi'
TryExec=xrefresh
OnlyShowIn=GNOME;
NoDisplay=true