[debian-edu-commits] [Git][debian-edu/debian-edu-artwork][master] Add Xfce environment config to prevent first-start dialog.
Dominik George
gitlab at salsa.debian.org
Tue Nov 13 11:53:56 GMT 2018
Dominik George pushed to branch master at Debian Edu / debian-edu-artwork
Commits:
f4bb65d9 by Dominik George at 2018-11-13T11:38:58Z
Add Xfce environment config to prevent first-start dialog.
- - - - -
6 changed files:
- art-common/Makefile.am
- + art-common/xfce/55xfce4-session-debian-edu
- + art-common/xfce/Makefile.am
- configure.ac
- debian/changelog
- debian/debian-edu-artwork.install
Changes:
=====================================
art-common/Makefile.am
=====================================
@@ -1,3 +1,4 @@
SUBDIRS = \
gdm-theme \
- mate
+ mate \
+ xfce
=====================================
art-common/xfce/55xfce4-session-debian-edu
=====================================
@@ -0,0 +1,8 @@
+case "$BASESTARTUP" in
+ xfce4-session|startxfce4)
+ if [ -z "$XFCE_PANEL_MIGRATE_DEFAULT" ]; then
+ XFCE_PANEL_MIGRATE_DEFAULT=1
+ export XFCE_PANEL_MIGRATE_DEFAULT
+ fi
+ ;;
+esac
=====================================
art-common/xfce/Makefile.am
=====================================
@@ -0,0 +1,4 @@
+install-data-local:
+ $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/X11/Xsession.d
+ $(INSTALL_DATA) 55xfce4-session-debian-edu \
+ $(DESTDIR)$(sysconfdir)/X11/Xsession.d/55xfce4-session-debian-edu
=====================================
configure.ac
=====================================
@@ -28,6 +28,7 @@ Makefile
art-common/Makefile
art-common/mate/Makefile
art-common/gdm-theme/Makefile
+art-common/xfce/Makefile
art-lines/Makefile
art-lines/g-i/Makefile
art-lines/gnome-shell/Makefile
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+debian-edu-artwork (2.10.1.1-1) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Prevent first-start dialog in Xfce.
+
+ -- Dominik George <natureshadow at debian.org> Tue, 13 Nov 2018 12:23:07 +0100
+
debian-edu-artwork (2.10.1.0-1) unstable; urgency=medium
[ Wolfgang Schweer ]
=====================================
debian/debian-edu-artwork.install
=====================================
@@ -1,3 +1,4 @@
+etc/X11/Xsession.d/55xfce4-session-debian-edu
usr/share/gdm/dconf/
usr/share/glib-2.0/
usr/share/mate-panel/
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-artwork/commit/f4bb65d98f25a26f5821a3e5f2f1caa7f8c966b7
--
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-artwork/commit/f4bb65d98f25a26f5821a3e5f2f1caa7f8c966b7
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20181113/35ec49b4/attachment-0001.html>
More information about the debian-edu-commits
mailing list