@@ -210,7 +210,7 @@ The extensions are mounted in alphabetical path order of directory.
210210
211211``org.freedesktop.Platform.ffmpeg-full `` is an application extension
212212(mounted inside ``/app/extension_directory ``) belonging to
213- org.freedesktop.Platform.
213+ `` org.freedesktop.Platform `` .
214214
215215.. code-block :: yaml
216216
@@ -538,67 +538,67 @@ Freedesktop runtime/SDK or are shipped along with it. Most of these
538538are inherited by the GNOME and KDE runtimes as well. These may
539539change over time, please check the respective project.
540540
541- These are common to the Freedesktop SDK and runtime.
541+ These are common to the Freedesktop SDK and runtime:
542542
543- - org.freedesktop.Platform.GL - Extension for graphics drivers managed
543+ - `` org.freedesktop.Platform.GL `` – Extension for graphics drivers managed
544544 by the runtime and installed or removed automatically. The default
545545 has two branches ``${RUNTIME_VERSION} `` and
546546 ``${RUNTIME_VERSION}-extra ``, the latter containing support for
547547 patented codecs.
548- - org.freedesktop.Platform.GL.Debug - Debug extension point for
549- org.freedesktop.Platform.GL, managed by the runtime but the user needs
548+
549+ ``org.freedesktop.Platform.GL.Debug `` – Debug extension point for
550+ ``org.freedesktop.Platform.GL ``, managed by the runtime but the user needs
550551 to explicitly install ``org.freedesktop.Platform.GL.Debug.default//${RUNTIME_VERSION} ``
551552 and ``org.freedesktop.Platform.GL.Debug.default//${RUNTIME_VERSION}-extra ``
552553 to have the debug symbols available.
553554
554-
555- The following extensions utilise the above two extension points::
556-
557- org.freedesktop.Platform.GL.default//${RUNTIME_VERSION}
558- org.freedesktop.Platform.GL.default//${RUNTIME_VERSION}-extra
559- org.freedesktop.Platform.GL.Debug.default//${RUNTIME_VERSION}
560- org.freedesktop.Platform.GL.Debug.default//${RUNTIME_VERSION}-extra
561-
562- org.freedesktop.Platform.GL32.default//${RUNTIME_VERSION}
563- org.freedesktop.Platform.GL32.default//${RUNTIME_VERSION}-extra
564- org.freedesktop.Platform.GL32.Debug.default//${RUNTIME_VERSION}
565- org.freedesktop.Platform.GL32.Debug.default//${RUNTIME_VERSION}-extra
566-
567- org.freedesktop.Platform.GL.nvidia-${DRIVER_VERSION}
568- org.freedesktop.Platform.GL32.nvidia-${DRIVER_VERSION}
569-
570- - org.freedesktop.Platform.VulkanLayer - Extension point for
555+ The following extensions utilise the above two extension points::
556+
557+ org.freedesktop.Platform.GL.default//${RUNTIME_VERSION}
558+ org.freedesktop.Platform.GL.default//${RUNTIME_VERSION}-extra
559+ org.freedesktop.Platform.GL.Debug.default//${RUNTIME_VERSION}
560+ org.freedesktop.Platform.GL.Debug.default//${RUNTIME_VERSION}-extra
561+
562+ org.freedesktop.Platform.GL32.default//${RUNTIME_VERSION}
563+ org.freedesktop.Platform.GL32.default//${RUNTIME_VERSION}-extra
564+ org.freedesktop.Platform.GL32.Debug.default//${RUNTIME_VERSION}
565+ org.freedesktop.Platform.GL32.Debug.default//${RUNTIME_VERSION}-extra
566+
567+ org.freedesktop.Platform.GL.nvidia-${DRIVER_VERSION}
568+ org.freedesktop.Platform.GL32.nvidia-${DRIVER_VERSION}
569+
570+ - ``org.freedesktop.Platform.VulkanLayer `` – Extension point for
571571 `Vulkan layers <https://github.com/KhronosGroup/Vulkan-Guide/blob/main/chapters/layers.md >`_.
572572 Developers can provide extensions using this extension point
573573 and the user needs to install those extensions to have them available.
574- - org.freedesktop.Platform.GStreamer - Extension point for GStreamer
574+ - `` org.freedesktop.Platform.GStreamer `` – Extension point for GStreamer
575575 plugins. Developers can provide extensions using this extension point
576576 and the user needs to install those extensions to have them available.
577- - org.freedesktop.Platform.Icontheme - Extension point for icon themes.
577+ - `` org.freedesktop.Platform.Icontheme `` – Extension point for icon themes.
578578 Developers can provide extensions using this extension point
579579 and the user needs to install those extensions to have them available.
580- - org.gtk.Gtk3theme - Extension point for Gtk3 themes. Extensions
580+ - `` org.gtk.Gtk3theme `` – Extension point for Gtk3 themes. Extensions
581581 under this extension point are automatically installed by Flatpak
582582 if an extension matching the host theme is available. Developers can
583583 provide extensions using this extension point.
584- - org.freedesktop.Platform.VAAPI.Intel - Extension providing Intel
584+ - `` org.freedesktop.Platform.VAAPI.Intel `` – Extension providing Intel
585585 VAAPI media drivers. This is automatically installed if the user
586586 has an Intel GPU.
587587
588588 This has a compat i386 extension ``org.freedesktop.Platform.VAAPI.Intel.i386 ``.
589589
590- - org.freedesktop.Platform.openh264 - Extension providing OpenH264,
590+ - `` org.freedesktop.Platform.openh264 `` – Extension providing OpenH264,
591591 automatically installed by the runtime.
592- - org.freedesktop.Platform.ffmpeg - Extension providing ffmpeg with
592+ - `` org.freedesktop.Platform.ffmpeg `` – Extension providing ffmpeg with
593593 support for patented codecs. This needs to explicitly added to the
594594 manifest using ``add-extensions `` by the developer, so that it becomes
595595 available when the user installs it.
596596
597597 This has a compat i386 extension ``org.freedesktop.Platform.ffmpeg_full.i386 ``.
598598
599- These are only in Freedesktop SDK.
599+ These are only in Freedesktop SDK:
600600
601- - org.freedesktop.Sdk.Extension - Extension point for SDK extensions
601+ - `` org.freedesktop.Sdk.Extension `` – Extension point for SDK extensions
602602 like extra toolchains (eg. LLVM), compilers and language specific
603603 tools to aid building applications or provide language support for
604604 development tools such as IDEs.
0 commit comments