aboutsummaryrefslogtreecommitdiff
path: root/components/desktops/lxde.xml
blob: 0dbe83b531857f6aac28bb213ef04ae4f93c0272 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<image>
	<profiles>
		<profile name="DesktopCommon" description="Common desktop packages"/>
		<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>