The .face thing is not kde/plasma specific.

This commit is contained in:
Aurélien COUDERC
2023-02-26 22:30:54 +01:00
parent 81d789d8f7
commit c5fec9d6d6
3 changed files with 6 additions and 4 deletions
+5 -3
View File
@@ -38,6 +38,11 @@ build-logos clean-logos install-logos:
install: install-grub install-emblems install-logos install-local
install-local:
# debian logo in circle as default user face icon
install -d $(DESTDIR)/etc/skel
$(INSTALL_DATA) defaults/common/etc/skel/.face $(DESTDIR)/etc/skel
cd $(DESTDIR)/etc/skel && ln -s .face .face.icon
# background files
mkdir -p $(DESTDIR)/usr/share/images/desktop-base
cd $(DESTDIR)/usr/share/images/desktop-base && ln -s $(DEFAULT_BACKGROUND) default
@@ -54,9 +59,6 @@ install-local:
ln -s ../../desktop-base/active-theme/plymouth $(DESTDIR)/usr/share/plymouth/themes/debian-theme
# Set Plasma 5 customizations
install -d $(DESTDIR)/etc/skel
$(INSTALL_DATA) defaults/kde/etc/skel/.face $(DESTDIR)/etc/skel
cd $(DESTDIR)/etc/skel && ln -s .face .face.icon
install -d $(DESTDIR)/etc/xdg/autostart
$(INSTALL_DATA) defaults/kde/etc/xdg/kcm-about-distrorc $(DESTDIR)/etc/xdg
$(INSTALL_DATA) defaults/kde/etc/xdg/kickoffrc $(DESTDIR)/etc/xdg
+1 -1
View File
@@ -1,6 +1,6 @@
desktop-base (12.0.4) UNRELEASED; urgency=medium
* Add default profile icon for Plasma users.
* Add Debian swirl in circle as default profile icon for new users.
-- Aurélien COUDERC <coucouf@debian.org> Sat, 18 Feb 2023 23:58:45 +0100

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB