Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 1001  / 1 Year ago, tue, april 25, 2023, 7:56:57

We're looking at deploying 12.04 across the entire enterprise (several hundred desktops). We've selected KDE as the default desktop for all users for the current distribution but we have a policy where people can run Unity or Gnome3 if they want to.



What is the best deployment approach? Is it installing kubuntu and then installing the appropriate gnome packages. If so, then which gnome packages?



Or is it installing ubuntu and then getting KDE recognized in /usr/share/gnome-session/sessions? If so, which packages to install?


More From » gnome

 Answers
3

If you install Kubuntu across all computers (which I would suggest since it seems like you have decided that KDE will be the default desktop environment), users who want to run Unity or Gnome Shell can run either of the following commands:



For Unity:



sudo apt-get install ubuntu-desktop


For Gnome Shell (commonly referred to as Gnome3):



sudo apt-get install gnome-shell


Or Gnome Fallback (similar to classic Gnome)



sudo apt-get install gnome-fallback


Alternatively either package can be searched for and installed from Ubuntu-Software-Center.



Users will then be able to choose their desired desktop session when they log in. (this will be automatically set up, and should be fairly obvious, I just forget how KDE's login screen shows it, so I won't say exactly).


[#42316] Wednesday, April 26, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
anoalk

Total Points: 271
Total Questions: 90
Total Answers: 112

Location: Zambia
Member since Wed, Dec 16, 2020
3 Years ago
;