In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"remotes/origin/Plasma/5.5
parent
bfa9646d1d
commit
4b74b294ab
5 changed files with 25 additions and 25 deletions
@ -1,8 +1,8 @@ |
|||||||
{ |
{ |
||||||
"KPlugin": { |
"KPlugin": { |
||||||
|
"Description": "Render through drm node.", |
||||||
"Id": "KWinWaylandDrmBackend", |
"Id": "KWinWaylandDrmBackend", |
||||||
"Name": "drm", |
"Name": "drm" |
||||||
"Description": "Render through drm node." |
|
||||||
}, |
}, |
||||||
"input": false |
"input": false |
||||||
} |
} |
||||||
@ -1,8 +1,8 @@ |
|||||||
{ |
{ |
||||||
"KPlugin": { |
"KPlugin": { |
||||||
|
"Description": "Render to framebuffer.", |
||||||
"Id": "KWinWaylandFbdevBackend", |
"Id": "KWinWaylandFbdevBackend", |
||||||
"Name": "framebuffer", |
"Name": "framebuffer" |
||||||
"Description": "Render to framebuffer." |
|
||||||
}, |
}, |
||||||
"input": false |
"input": false |
||||||
} |
} |
||||||
@ -1,8 +1,8 @@ |
|||||||
{ |
{ |
||||||
"KPlugin": { |
"KPlugin": { |
||||||
|
"Description": "Render through hwcomposer through libhybris.", |
||||||
"Id": "KWinWaylandHwcomposerBackend", |
"Id": "KWinWaylandHwcomposerBackend", |
||||||
"Name": "hwcomposer", |
"Name": "hwcomposer" |
||||||
"Description": "Render through hwcomposer through libhybris." |
|
||||||
}, |
}, |
||||||
"input": true |
"input": true |
||||||
} |
} |
||||||
@ -1,8 +1,8 @@ |
|||||||
{ |
{ |
||||||
"KPlugin": { |
"KPlugin": { |
||||||
|
"Description": "Render to a nested window on running Wayland compositor.", |
||||||
"Id": "KWinWaylandWaylandBackend", |
"Id": "KWinWaylandWaylandBackend", |
||||||
"Name": "wayland", |
"Name": "wayland" |
||||||
"Description": "Render to a nested window on running Wayland compositor." |
|
||||||
}, |
}, |
||||||
"input": true |
"input": true |
||||||
} |
} |
||||||
@ -1,8 +1,8 @@ |
|||||||
{ |
{ |
||||||
"KPlugin": { |
"KPlugin": { |
||||||
|
"Description": "Render to a nested window on X11 windowing system.", |
||||||
"Id": "KWinWaylandX11Backend", |
"Id": "KWinWaylandX11Backend", |
||||||
"Name": "x11", |
"Name": "x11" |
||||||
"Description": "Render to a nested window on X11 windowing system." |
|
||||||
}, |
}, |
||||||
"input": true |
"input": true |
||||||
} |
} |
||||||
Loading…
Reference in new issue