Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible-shared
client
Commits
104cffbf
Commit
104cffbf
authored
7 years ago
by
Robin Sonnabend
Committed by
Thomas Schneider
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Set the sddm keymap to de
parent
2f532711
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
client/files/00-keyboard.conf
+5
-0
5 additions, 0 deletions
client/files/00-keyboard.conf
client/tasks/kde.yml
+7
-0
7 additions, 0 deletions
client/tasks/kde.yml
with
12 additions
and
0 deletions
client/files/00-keyboard.conf
0 → 100644
+
5
−
0
View file @
104cffbf
Section
"InputClass"
Identifier
"system-keyboard"
MatchIsKeyboard
"on"
Option
"XkbLayout"
"de"
EndSection
This diff is collapsed.
Click to expand it.
client/tasks/kde.yml
+
7
−
0
View file @
104cffbf
...
@@ -89,6 +89,13 @@
...
@@ -89,6 +89,13 @@
file
:
state=link src=/usr/share/xsessions/plasma.desktop dest=/usr/share/xsessions/default.desktop
file
:
state=link src=/usr/share/xsessions/plasma.desktop dest=/usr/share/xsessions/default.desktop
notify
:
restart sddm
notify
:
restart sddm
-
name
:
ensure there is a x11 config folder
file
:
path=/etc/X11/xorg.conf.d state=directory owner=root group=root mode=775
-
name
:
ensure sddm has the correct keymap
copy
:
src=00-keyboard.conf dest=/etc/X11/xorg.conf.d/00-keyboard.conf owner=root group=root mode=0644
notify
:
restart sddm
#- name: ensure deployment of a nice kdm theme
#- name: ensure deployment of a nice kdm theme
# copy: src=kdm/fsmpi_theme/ dest=/usr/share/kde4/apps/kdm/themes/fsmpi owner=root group=root mode=0644
# copy: src=kdm/fsmpi_theme/ dest=/usr/share/kde4/apps/kdm/themes/fsmpi owner=root group=root mode=0644
#
#
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment