kde & lxqt: keep an archive manager in the base image
Keep Arck (an archive manager) in the base image until we can install flatpaks by default. Signed-off-by: Timothée Ravier <tim@siosm.fr>
This commit is contained in:
parent
cc997ea1f1
commit
66ff343710
3 changed files with 3 additions and 2 deletions
|
@ -229,8 +229,6 @@ desktop_blacklist:
|
|||
lxqt-desktop:
|
||||
# Incompatible with ostree for various reasons
|
||||
- dnfdragora-updater
|
||||
# Non-critical apps -> Flatpak
|
||||
- ark
|
||||
deepin-desktop:
|
||||
# Incompatible with ostree for various reasons
|
||||
- dnfdragora-updater
|
||||
|
|
|
@ -12,6 +12,8 @@ packages:
|
|||
- xorg-x11-server-Xwayland
|
||||
# Portals for Flatpak
|
||||
- xdg-desktop-portal-kde
|
||||
# Provide an archive manager by default
|
||||
- ark
|
||||
|
||||
repos:
|
||||
- fedora-rawhide
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# DO NOT EDIT! This content is generated from comps-sync.py
|
||||
include: fedora-common-ostree.yaml
|
||||
packages:
|
||||
- ark
|
||||
- breeze-cursor-theme
|
||||
- breeze-gtk
|
||||
- breeze-icon-theme
|
||||
|
|
Loading…
Reference in a new issue