Mageia Bugzilla – Attachment 4842 Details for
Bug 12389
lxde not available in installer menu for selection
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Add LXDE to package group selection
lxde.diff (text/plain), 731 bytes, created by
Thierry Vignaud
on 2014-01-22 03:27:36 CET
(
hide
)
Description:
Add LXDE to package group selection
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2014-01-22 03:27:36 CET
Size:
731 bytes
patch
obsolete
>Index: SOURCES/compssUsers.pl >=================================================================== >--- SOURCES/compssUsers.pl (révision 567397) >+++ SOURCES/compssUsers.pl (copie de travail) >@@ -181,6 +181,11 @@ > descr => N_("A less developed lightweight fast graphical environment"), > required => [ 'task-razorqt' ], > }, >+ { label => N_("LXDE Workstation"), >+ flags => [ qw(LXDE X ACCESSIBILITY) ], >+ descr => N_("A lightweight fast graphical environment with a dedicated following"), >+ required => [ 'task-lxde-minimal' ], >+ }, > { label => N_("Enlightenment e17 Desktop"), > flags => [ qw(E17 X ACCESSIBILITY) ], > descr => N_("A lightweight fast graphical environment with a dedicated following"),
Index: SOURCES/compssUsers.pl =================================================================== --- SOURCES/compssUsers.pl (révision 567397) +++ SOURCES/compssUsers.pl (copie de travail) @@ -181,6 +181,11 @@ descr => N_("A less developed lightweight fast graphical environment"), required => [ 'task-razorqt' ], }, + { label => N_("LXDE Workstation"), + flags => [ qw(LXDE X ACCESSIBILITY) ], + descr => N_("A lightweight fast graphical environment with a dedicated following"), + required => [ 'task-lxde-minimal' ], + }, { label => N_("Enlightenment e17 Desktop"), flags => [ qw(E17 X ACCESSIBILITY) ], descr => N_("A lightweight fast graphical environment with a dedicated following"),
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 12389
: 4842 |
4843