kwin/backends/hwcomposer/hwcomposer.json
Martin Graesslin 425e703dff Drop Android input handling
Libinput does work on libhybris enabled devices. There is no need to
use Android's input stack. This simplifies our code a lot and increases
sharing with normal Linux systems.

What's tricky is to convince the system to use libinput through with our
logind helper. Logind fails to open the files for us if we start KWin
over either ssh or adb shell. We need to get it into a proper session, so
only a kwin started through a helper like simplelogin will be able to use
libinput.

REVIEW: 125608
2015-10-14 08:13:37 +02:00

35 lines
1.8 KiB
JSON

{
"KPlugin": {
"Description": "Render through hwcomposer through libhybris.",
"Description[ca]": "Renderitza mitjançant el «hwcomposer» mitjançant «libhybris».",
"Description[en_GB]": "Render through hwcomposer through libhybris.",
"Description[es]": "Renderizar a través «hwcomposer» mediante «libhybris».",
"Description[nl]": "Render via hwcomposer via libhybris.",
"Description[nn]": "Teikn opp via hwcomposer gjennom libhybris.",
"Description[pl]": "Wyświetlaj przez sprzętowy kompozytor przez libhybris.",
"Description[pt]": "Desenhar através do Hwcomposer, usando a libhybris.",
"Description[pt_BR]": "Renderizar através do hwcomposer e libhybris.",
"Description[sk]": "Renderovať cez hwcomposer cez libhybris.",
"Description[sv]": "Återge via på hårdvarusammansättare via libhybris.",
"Description[uk]": "Обробляти за допомогою апаратного засобу композиції через libhybris.",
"Description[x-test]": "xxRender through hwcomposer through libhybris.xx",
"Description[zh_CN]": "使用 libhybris 通过 hwcomposer 渲染。",
"Id": "KWinWaylandHwcomposerBackend",
"Name": "hwcomposer",
"Name[ca]": "hwcomposer",
"Name[cs]": "hwcomposer",
"Name[en_GB]": "hwcomposer",
"Name[es]": "hwcomposer",
"Name[nl]": "hwcomposer",
"Name[nn]": "hwcomposer",
"Name[pl]": "sprzętowy kompozytor",
"Name[pt]": "Hwcomposer",
"Name[pt_BR]": "hwcomposer",
"Name[sk]": "hwcomposer",
"Name[sv]": "hårdvarusammansättare",
"Name[uk]": "hwcomposer",
"Name[x-test]": "xxhwcomposerxx",
"Name[zh_CN]": "hwcomposer"
},
"input": false
}