Files
HoralOS/components/desktops/lxde.xml
T
Neal Gompa 4d0315767d components/desktops: Drop duplicate unused DesktopCommon profile entries
This is principally to avoid confusion as the DesktopCommon profile
is defined in one place and used across the board.

No functional changes.
2025-02-22 04:05:41 -05:00

19 lines
774 B
XML

<image>
<profiles>
<profile name="LXDE-Desktop" description="LXDE Desktop">
<requires profile="DesktopCommon"/>
</profile>
</profiles>
<packages type="image" patternType="plusRecommended" profiles="LXDE-Desktop">
<!-- install env-group to resolve RhBug:1891500 -->
<namedCollection name="lxde-desktop-environment"/>
<namedCollection name="lxde-apps"/>
<namedCollection name="lxde-media"/>
<namedCollection name="lxde-office"/>
<package name="lxpolkit"/> <!-- Ensure LXDE polkit agent is used -->
<package name="notification-daemon"/> <!-- Ensure correct notification daemon is used -->
<ignore name="PackageKit*"/> <!-- we use dnfdragora instead -->
<ignore name="fprintd-pam"/> <!-- pam-fprint causes segfaults in LXDM -->
</packages>
</image>