Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 7. Desktop
Review the most notable changes to desktop between RHEL 9 and RHEL 10.
power-profiles-daemonis replaced withtunedingnome-control-center-
gnome-control-centerreplacedpower-profiles-daemonwithtunedfor its power profiles, such as Power Saver, Balanced, and Performance. You can customize thetunedprofiles used by GNOME Settings to control the system’s power consumption.Tuneddynamically adjusts system parameters such as CPU frequency, display brightness, and USB auto-suspend based on the workload for effective power management and performance tuning.
Other Locationfunctionality is enhanced from Files appIn RHEL 9, the Files application offered an
Other Locationoption to access remote file systems and network shares without relying on locally mounted drives.In RHEL 10, the Files application is updated. You can now access network shares from the Network option, and mass storage devices from the Devices section in the sidebar.
- Flatpaks are the default delivery method for Mozilla Firefox and Thunderbird
The default delivery method for Mozilla Firefox and Thunderbird is changed from RPM packages to Flatpaks. Anaconda, the RHEL installer, preinstalls these Flatpaks by default.
If your system is subscribed to Red Hat, you do not need to provide your Red Hat credentials when accessing the Red Hat Flatpak Registry. If you use the Red Hat Flatpak Registry on an unsubscribed system, follow the official guidelines.
Because there might be use cases where Flatpaks do not fit well, Red Hat will continue to provide and support
firefoxandthunderbirdRPM packages in theAppStreamrepository for the lifetime of RHEL 10. If you identify any of these use cases, contact Red Hat Support. Alternatively, you can provide your feedback in the RHEL-160615 Jira ticket.You can change the delivery method in Anaconda from Flatpaks back to RPM packages by following the process outlined in the documentation. For example, use the following configuration to preinstall the
firefoxRPM package instead of the Flatpak:%packages @^graphical-server-environment -redhat-flatpak-preinstall-firefox firefox %end