-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add realease notes for keyboard from live system
- Loading branch information
1 parent
696f1f5
commit a9ecfc4
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
:Type: Live Environment | ||
:Summary: Use keyboard layout configuration from the Live system | ||
|
||
:Description: | ||
Until now, users had to specify keyboard layout for the Live environment manually in Anaconda. | ||
With this change, live system itself is responsible for the keyboard configuration and | ||
Anaconda just reads the configuration from the live system for the installed system. | ||
|
||
The live keyboard layout is used automatically only if the user does not specify it manually. | ||
At this moment, only Gnome Shell environment is supported. | ||
|
||
This is proper fix for https://bugzilla.redhat.com/show_bug.cgi?id=2016613 which was resolved | ||
by a workaround in the past. | ||
It is also a step forward to resolve https://bugzilla.redhat.com/show_bug.cgi?id=1955025 . | ||
|
||
:Links: | ||
- https://github.com/rhinstaller/anaconda/pull/4976 | ||
- https://bugzilla.redhat.com/show_bug.cgi?id=2016613 | ||
- https://bugzilla.redhat.com/show_bug.cgi?id=1955025 |