Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Workspace
Commits
b7a4b750
Commit
b7a4b750
authored
Mar 12, 2022
by
Aleix Pol Gonzalez
🐧
Committed by
Aleix Pol Gonzalez
Mar 15, 2022
Browse files
sddm: Disable the keyboard menu on Wayland
It's not supported yet which makes it very confusing.
parent
04e3d8f1
Pipeline
#150714
passed with stage
in 9 minutes and 52 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
sddm-theme/KeyboardButton.qml
View file @
b7a4b750
...
...
@@ -17,7 +17,7 @@ PlasmaComponents.ToolButton {
onCurrentIndexChanged
:
keyboard
.
currentLayout
=
currentIndex
text
:
i18nd
(
"
plasma_lookandfeel_org.kde.lookandfeel
"
,
"
Keyboard Layout: %1
"
,
instantiator
.
objectAt
(
currentIndex
).
shortName
)
visible
:
menu
.
count
>
1
visible
:
menu
.
count
>
1
&&
!
Qt
.
platform
.
pluginName
.
includes
(
"
wayland
"
)
// This menu needs porting to wayland https://github.com/sddm/sddm/issues/1528
Component.onCompleted
:
{
currentIndex
=
Qt
.
binding
(()
=>
keyboard
.
currentLayout
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment