#211 comps-sync: exclude qt from Silverblue
Closed a year ago by siosm. Opened 3 years ago by lis.
lis/workstation-ostree-config silverblue-drop-qt  into  main

@@ -115,7 +115,13 @@ 

      - desktop-backgrounds-gnome

      - gnome-shell-extension-background-logo

      - pinentry-gnome3

+     # Silverblue removes all Qt apps (and flatpak has its own Qt)

      - qgnomeplatform

+     - adwaita-qt5

+     - qt5-qtbase

+     - qt5-qtbase-gui

+     - qt5-qtdeclarative

+     - qt5-qtxmlpatterns

      # x86 specific packages. Added back by fedora-common-ostree.yaml

      - mcelog

      - microcode_ctl

@@ -8,7 +8,6 @@ 

    - aajohan-comfortaa-fonts

    - abattis-cantarell-fonts

    - acl

-   - adwaita-qt5

    - alsa-sof-firmware

    - alsa-ucm

    - alsa-utils
@@ -163,10 +162,6 @@ 

    - psmisc

    - pt-sans-fonts

    - qemu-guest-agent

-   - qt5-qtbase

-   - qt5-qtbase-gui

-   - qt5-qtdeclarative

-   - qt5-qtxmlpatterns

    - quota

    - realmd

    - rootfiles

file modified
-3
@@ -8,9 +8,6 @@ 

    - desktop-backgrounds-gnome

    - gnome-shell-extension-background-logo

    - pinentry-gnome3

-   # Does it really still make sense to ship Qt by default if we

-   # expect people to run apps in containers?

-   - qgnomeplatform

    # Include evince-thumbnailer otherwise PDF thumbnails won't work in Nautilus

    # https://github.com/fedora-silverblue/issue-tracker/issues/98

    - evince-thumbnailer

I noticed that Silverblue has Qt installed, despite having excluded all applications which might use it (since they come via Flatpak). Let's remove Qt as well, then, and save some space.

Wouldn't this mean that if the user overlays some Qt application then they will loose the Qt GNOME integration (though adwaita-qt5). Or is it being required by some qt5* packages? @jgrulich do you know?

rebased onto cebbdf9

2 years ago

Closing as we're not going to do it for now. See https://github.com/fedora-silverblue/issue-tracker/issues/194 for more details.

Pull-Request has been closed by siosm

a year ago