Bug#655195: Desktop shell type (GNOME, KDE, LXDE...) configuration via D-I udeb template (for wheezy)

2014-08-28 Thread Petter Reinholdtsen
[Mike Gabriel]
 Hi Petter,

Hi.

 Can you please add MATE to the list of available desktops?

I do not plan to work on this approach any more until we decide that
this is the way forward, but feel free to update the package
yourself. :)

-- 
Happy hacking
Petter Reinholdtsen


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#655195: Desktop shell type (GNOME, KDE, LXDE...) configuration via D-I udeb template (for wheezy)

2014-08-27 Thread Mike Gabriel

Hi Petter,

On  Di 26 Aug 2014 13:32:48 CEST, Petter Reinholdtsen wrote:


[Petter Reinholdtsen]

I suspect it is better to do this as a separate udeb, say
desktop-chooser, which when pulled into debian-installer will ask for
what desktop to use.


I wrote a udeb proposal for this and put it in the d-i git repository.
See URL: https://lists.debian.org/debian-boot/2013/06/msg00256.html 
for the proposal and code.

The git repo is availabe from
URL: http://anonscm.debian.org/cgit/d-i/desktop-chooser.git/ .

--
Happy hacking
Petter Reinholdtsen


Can you please add MATE to the list of available desktops?

Thanks,
Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpFQXGtd9JOE.pgp
Description: Digitale PGP-Signatur


Bug#655195: Desktop shell type (GNOME, KDE, LXDE...) configuration via D-I udeb template (for wheezy)

2014-08-26 Thread Petter Reinholdtsen

[Petter Reinholdtsen]
 I suspect it is better to do this as a separate udeb, say
 desktop-chooser, which when pulled into debian-installer will ask for
 what desktop to use.

I wrote a udeb proposal for this and put it in the d-i git repository.
See URL: https://lists.debian.org/debian-boot/2013/06/msg00256.html 
for the proposal and code.

The git repo is availabe from
URL: http://anonscm.debian.org/cgit/d-i/desktop-chooser.git/ .

-- 
Happy hacking
Petter Reinholdtsen


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#655195: Desktop shell type (GNOME, KDE, LXDE...) configuration via D-I udeb template (for wheezy)

2012-01-15 Thread Petter Reinholdtsen

[Mike Gabriel]
 as a patch you find attached a _very_ raw draft (that shall give an
 idea) of a udeb template that allows selecting the desktop shell type
 (GNOME, KDE, LXDE, ...) during the installation process of Debian Edu.

I suspect it is better to do this as a separate udeb, say
desktop-chooser, which when pulled into debian-installer will ask for
what desktop to use.

It would be usable in the normal debian installation and also by Debian
Edu. :)

Options should probably be Gnome, KDE, LXDE, Sugar, but there might be
some desktops I have forgotten.  I suspect for our use we need to limit
the options a bit.
-- 
Happy hacking
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#655195: Desktop shell type (GNOME, KDE, LXDE...) configuration via D-I udeb template (for wheezy)

2012-01-08 Thread Mike Gabriel

package: debian-edu-install
severity: wishlist

Hi,

as a patch you find attached a _very_ raw draft (that shall give an  
idea) of a udeb template that allows selecting the desktop shell type  
(GNOME, KDE, LXDE, ...) during the installation process of Debian Edu.


This selection screen could either be added to the expert installation  
screen series or to the basic installation screen series. My  
preference would be to offer the question whenever installing a Debian  
Edu workstation (that is: becoming one question of the basic set of  
questions asked by Debian Edu installer).


As this issue is a wishlist item for wheezy, maybe people can comment  
on that and also give their preference if and where such a screen  
should appear. However, we should consider this from the user's point  
of view (admin teachers at schools).


Greets,
Mike

--

DAS-NETZWERKTEAM
mike gabriel, dorfstr. 27, 24245 barmissen
fon: +49 (4302) 281418, fax: +49 (4302) 281419

GnuPG Key ID 0xB588399B
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
Index: build/CD-administrator/CONF-squeeze-test-dvd.sh
===
--- build/CD-administrator/CONF-squeeze-test-dvd.sh	(Revision 73162)
+++ build/CD-administrator/CONF-squeeze-test-dvd.sh	(Arbeitskopie)
@@ -344,7 +344,7 @@
 
 # Parameters to pass to kernel (or d-i) when the CD boots. Not currently
 # supported for all architectures.
-export KERNEL_PARAMS=desktop=kde
+export KERNEL_PARAMS=
 
 # Default desktop (currently only used by win32-loader)
 export DESKTOP=kde
Index: build/CD-administrator/CONF-edu-testing-nolocal-dvd.sh
===
--- build/CD-administrator/CONF-edu-testing-nolocal-dvd.sh	(Revision 73162)
+++ build/CD-administrator/CONF-edu-testing-nolocal-dvd.sh	(Arbeitskopie)
@@ -335,7 +335,7 @@
 
 # Parameters to pass to kernel (or d-i) when the CD boots. Not currently
 # supported for all architectures.
-export KERNEL_PARAMS=desktop=kde
+export KERNEL_PARAMS=
 
 # Default desktop (currently only used by win32-loader)
 export DESKTOP=kde
Index: build/CD-administrator/CONF-edu-testing-nolocal-netinst.sh
===
--- build/CD-administrator/CONF-edu-testing-nolocal-netinst.sh	(Revision 73162)
+++ build/CD-administrator/CONF-edu-testing-nolocal-netinst.sh	(Arbeitskopie)
@@ -334,7 +334,7 @@
 
 # Parameters to pass to kernel (or d-i) when the CD boots. Not currently
 # supported for all architectures.
-export KERNEL_PARAMS=desktop=kde
+export KERNEL_PARAMS=
 
 # Default desktop (currently only used by win32-loader)
 export DESKTOP=kde
Index: build/CD-administrator/CONF-squeeze-test-amd64-i386-netinst.sh
===
--- build/CD-administrator/CONF-squeeze-test-amd64-i386-netinst.sh	(Revision 73162)
+++ build/CD-administrator/CONF-squeeze-test-amd64-i386-netinst.sh	(Arbeitskopie)
@@ -335,7 +335,7 @@
 
 # Parameters to pass to kernel (or d-i) when the CD boots. Not currently
 # supported for all architectures.
-export KERNEL_PARAMS=desktop=kde
+export KERNEL_PARAMS=
 
 # Default desktop (currently only used by win32-loader)
 export DESKTOP=kde
Index: debian-edu-install/debian/changelog
===
--- debian-edu-install/debian/changelog	(Revision 73162)
+++ debian-edu-install/debian/changelog	(Arbeitskopie)
@@ -2,6 +2,7 @@
 
   [ Mike Gabriel ]
   * Setting author in etckeeper's VCS (Closes: #617383)
+  * Adds a d-i selection screen for the default desktop environment.
 
  -- Petter Reinholdtsen p...@debian.org  Fri, 31 Dec 2010 10:32:23 +0100
 
Index: debian-edu-install/debian/rules
===
--- debian-edu-install/debian/rules	(Revision 73162)
+++ debian-edu-install/debian/rules	(Arbeitskopie)
@@ -57,6 +57,7 @@
 	$(MAKE) install-partman-recipes DESTDIR=$(CURDIR)/debian/debian-edu-profile-udeb
 	$(INSTALL_DATA) lib/partman/commit.d/* $(CURDIR)/debian/debian-edu-profile-udeb/lib/partman/commit.d
 	$(INSTALL) debian-edu-profile $(CURDIR)/debian/debian-edu-profile-udeb/usr/bin
+	$(INSTALL) debian-edu-desktop $(CURDIR)/debian/debian-edu-profile-udeb/usr/bin
 	touch $(CURDIR)/debian/debian-edu-profile-udeb/etc/uselvm
 	$(INSTALL_DATA) version $(CURDIR)/debian/debian-edu-profile-udeb/usr/lib/debian-edu-install/.
 
Index: debian-edu-install/debian/debian-edu-profile-udeb.templates
===
--- debian-edu-install/debian/debian-edu-profile-udeb.templates	(Revision 73162)
+++ debian-edu-install/debian/debian-edu-profile-udeb.templates	(Arbeitskopie)
@@ -5,8 +5,8 @@
 
 Template: debian-edu-install/profile
 Type: multiselect
-__Choices: Main Server, Workstation, Roaming Workstation, Thin Client