Conversation
travier
left a comment
There was a problem hiding this comment.
Thanks for the PR!
Let's split this into multiple PRs as there are some parts where I'm not if we can include them. We can start with the installation page updates and then the tips & tricks updates.
modules/ROOT/pages/installation.adoc
Outdated
| == Preparing Boot Media | ||
| Fedora images are `Hybrid ISOs` and can be used to create installation media with both optical and USB disks, for booting on both BIOS and UEFI systems. | ||
|
|
||
| The best and easy way to make bootable USB media to install {variant-name} is to use Fedora Media Writer. Using it is strongly encouraged, although other USB media creation software can work as well. |
There was a problem hiding this comment.
| The best and easy way to make bootable USB media to install {variant-name} is to use Fedora Media Writer. Using it is strongly encouraged, although other USB media creation software can work as well. | |
| We recommend using Fedora Media Writer to make a bootable USB media to install {variant-name}. Other USB media creation software may work as well but are not regularly tested. |
modules/ROOT/pages/installation.adoc
Outdated
| * Enable RPM Fusion: see the xref:tips-and-tricks.adoc#_enabling_rpm_fusion_repos[Enabling RPM Fusion repos] section | ||
| * Enable TRIM in encrypt installation: see the xref:tips-and-tricks.adoc#_enable-trim-in-encrypt-installation[Enabling TRIM in encrypt installation] section | ||
| * Enable Intel GPU Acceleration: see the xref:tips-and-tricks.adoc#_enabling-intel-gpu-acceleration[Enabling Intel GPU Acceleration] section | ||
| * Using NVIDIA drivers: see the xref:troubleshooting.adoc#_using_nvidia_drivers[Using NVIDIA drivers] section | ||
| * Install GNOME Tweaks: run the command | ||
|
|
||
| $ rpm-ostree install gnome-tweak-tool | ||
|
|
||
| * Install Extension Manager: run the command | ||
|
|
||
| $ flatpak install flathub org.gnome.Extensions | ||
|
|
||
| * Install ffmpeg codecs: run the command | ||
|
|
||
| $ flatpak install org.freedesktop.Platform.ffmpeg-full | ||
|
|
||
| * Play more videos in Firefox: see xref:faq.adoc#_How_can_I_play_more_videos_in_Firefox,_like_YouTube?[How can I play more videos in Firefox, like YouTube?] section or, alternatively run these commands | ||
|
|
||
| $ rpm-ostree override remove \ | ||
| firefox \ | ||
| firefox-langpacks \ | ||
|
|
||
| $ flatpak install org.mozilla.firefox | ||
|
|
There was a problem hiding this comment.
Let's split those into independent Tips & tricks entries and and link to it instead.
|
|
||
| To download the firmwares run the command: | ||
|
|
||
| $ rpm-ostree override remove mesa-va-drivers \ |
There was a problem hiding this comment.
We'll have to link to the entry about RPM Fusion before those commands
|
Hello @travier :) thanks for suggestions. I edited as your requests and updated the branch. |
travier
left a comment
There was a problem hiding this comment.
Thanks. Can you split this into two PRs? The installation page changes should be ready to merge. The other ones will need some work and investigation to make sure we don't cross any legal constraints.
modules/ROOT/pages/faq.adoc
Outdated
|
|
||
| == About using {variant-name} | ||
|
|
||
| [[how-can-i-play-more-videos-in-firefox-like-youtebe]] |
There was a problem hiding this comment.
| [[how-can-i-play-more-videos-in-firefox-like-youtebe]] | |
| [[how-can-i-play-more-videos-in-firefox-like-youtube]] |
modules/ROOT/pages/faq.adoc
Outdated
| The one difference is that you use `rpm-ostree install` instead of `dnf install`. | ||
| An alternative solution is to install https://flathub.org/apps/details/org.mozilla.firefox[Firefox from Flathub]. | ||
|
|
||
| An alternative solution is to install https://flathub.org/apps/details/org.mozilla.firefox[Firefox from Flathub] by running these commands: |
There was a problem hiding this comment.
We recommend hiding the default browser instead as that does not changes the image and the result is the same: https://docs.fedoraproject.org/en-US/fedora-silverblue/tips-and-tricks/#_hiding_the_default_browser_firefox
We also have a note about Flathub somewhere so we should link to that and to the Firefox page on Flathub instead of command lines ideally.
modules/ROOT/pages/installation.adoc
Outdated
|
|
||
| We recommend using Fedora Media Writer to make a bootable USB media to install {variant-name}. Other USB media creation software may work as well but are not regularly tested. | ||
|
|
||
| You can see https://docs.fedoraproject.org/en-US/fedora/latest/preparing-boot-media/#_fedora_media_writer[Fedora Media Writer] section to learn to use it. |
There was a problem hiding this comment.
| You can see https://docs.fedoraproject.org/en-US/fedora/latest/preparing-boot-media/#_fedora_media_writer[Fedora Media Writer] section to learn to use it. | |
| See the https://docs.fedoraproject.org/en-US/fedora/latest/preparing-boot-media/#_fedora_media_writer[Fedora Media Writer] section to learn how to use it. |
modules/ROOT/pages/installation.adoc
Outdated
|
|
||
| [IMPORTANT] | ||
| ==== | ||
| If you are new to {variant-name}, before installing software in your newly installed Fedora, Please read and understand the https://docs.fedoraproject.org/en-US/fedora-silverblue/getting-started/[Getting Started] section to consider the difference in software installation between: *Flatpak*, *Toolbox* e *Package layering* (rpm-ostree). |
There was a problem hiding this comment.
Let's try to be more gentle here:
| If you are new to {variant-name}, before installing software in your newly installed Fedora, Please read and understand the https://docs.fedoraproject.org/en-US/fedora-silverblue/getting-started/[Getting Started] section to consider the difference in software installation between: *Flatpak*, *Toolbox* e *Package layering* (rpm-ostree). | |
| If you are new to {variant-name} and before installing software in your newly installed Fedora, you should read the https://docs.fedoraproject.org/en-US/fedora-silverblue/getting-started/[Getting Started] section to learn about the difference between *Flatpak*, *Toolbox* and *package layering* (rpm-ostree). |
|
Edited and updated the branch. |
|
Thanks. I've merged #180 so you should be able to rebase this one on top. |
|
I think is ready to review. |
|
This documentation has been merged into the unified documentation for Fedora Atomic Desktops: https://docs.fedoraproject.org/en-US/atomic-desktops/ Please re-create your pull request for the new repo: https://forge.fedoraproject.org/atomic-desktops/docs Thanks for contributing to Fedora docs. |
I hope it goes well.