forked from rhinstaller/anaconda
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add release note for the removal of screenshot support
- Loading branch information
Showing
1 changed file
with
20 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,20 @@ | ||
:Type: GUI | ||
:Summary: Remove screenshot support | ||
|
||
:Description: | ||
It was previously possible to take a screenshot of the | ||
Anaconda GUI by pressing a global hotkey. This was | ||
never widely advertised & rather hard to use for anything | ||
useful, as it was also necessary to manually extract the | ||
resulting screenshots from the installation environment. | ||
|
||
Furthermore, with many installations happening in VMs, | ||
it is usually more convenient to take a screenshot using | ||
the VM software anyway. | ||
|
||
By dropping screenshot support, we can remove dependency | ||
on the ``keybinder3`` library as well as the necessary | ||
screenshot code in the GUI. | ||
|
||
:Links: | ||
- https://github.com/rhinstaller/anaconda/pull/5255 |