Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion files/scripts/20-desktop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ elif [[ "${VARIANT}" == "kde" ]]; then
--exclude=plasma-discover-packagekit \
@"KDE Plasma Workspaces"

systemctl enable sddm
systemctl enable plasmalogin

elif [[ "${VARIANT}" == "cosmic" ]]; then
# workaround: cosmic-greeter requires fprintd-pam but for aarch64 it's only in devel repo
Expand Down
4 changes: 0 additions & 4 deletions files/scripts/50-branding.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ elif [[ "${VARIANT}" == "kde" ]]; then
's,org.fedoraproject.fedora.desktop,org.kde.breezetwilight.desktop,g' \
/usr/share/kde-settings/kde-profile/default/xdg/kdeglobals

sed -i \
's,#Current=01-breeze-fedora,Current=breeze,g' \
/etc/sddm.conf

else
true

Expand Down
Loading