Now that the basic server is up and running.? With Gnome via VNC (yuck), it is time to go back and figure out howto install Xfce without an Xfce group script.? So I am asking those with X64 Centos for some pointers.? Like where are the group scripts so maybe I can modify them for armhfp. I was reading: https://www.rootusers.com/how-to-install-xfce-gui-in-centos-7-linux/ Where the author talks about doing a minimal install then running: yum groupinstall "Server with GUI" But notes that this installs Gnome (which I don't want) and that instead to yum groupinstall ?X Window System? But has concerns if this installs all needed followed up with yum groupinstall "Xfce" Thing is on armhfp, I do not have ?X Window System? or "Xfce" I have come to understand that groups are scripts that install all the need rpms for the group.? But I have not found where these scripts are so hopefully I can see them, figure out how to modify them for the armhfp rpms, and run them. So I am looking for pointers on where these are in tehx64 repos, and how to work with these scripts. thank you for your help..
Le 06/08/2018 ? 16:05, Robert Moskowitz a ?crit?:> But notes that this installs Gnome (which I don't want) and that instead to > > yum groupinstall ?X Window System? > > But has concerns if this installs all needed followed up with > > yum groupinstall "Xfce" > > Thing is on armhfp, I do not have ?X Window System? or "Xfce"I can partially answer your question, since I'm running Xfce both on my workstation and my laptop. Here's my custom script that installs a full-blow bells-and-whistles Xfce desktop from a minimal CentOS installation, without any unnecessary packages. https://github.com/kikinovak/centos-7-desktop-xfce/blob/master/postinstall.sh Once you've installed the "X Window System" group and you invoke "yum groupinstall Xfce", the group consists of not much more than a dozen explicit core packages (Thunar, xfdesktop, xfce4-panel, etc.) and then - of course - all the dependencies are installed. Give this a spin on an x86_64 machine and then write down this relatively short list. Cheers, Niki -- Microlinux - Solutions informatiques durables 7, place de l'?glise - 30730 Montpezat Site : https://www.microlinux.fr Blog : https://blog.microlinux.fr Mail : info at microlinux.fr T?l. : 04 66 63 10 32
Nicolas, Thank you!? But I am Dyslexic and very mono-linguistic; at least I could read the actual commands, if not all the wonderful comments... On 08/06/2018 10:26 AM, Nicolas Kovacs wrote:> Le 06/08/2018 ? 16:05, Robert Moskowitz a ?crit?: >> But notes that this installs Gnome (which I don't want) and that instead to >> >> yum groupinstall ?X Window System? >> >> But has concerns if this installs all needed followed up with >> >> yum groupinstall "Xfce" >> >> Thing is on armhfp, I do not have ?X Window System? or "Xfce" > I can partially answer your question, since I'm running Xfce both on my > workstation and my laptop.I switched to Xfce with Fedora 20 and have put up with Gnome on my Centos systems so far.> Here's my custom script that installs a full-blow bells-and-whistles > Xfce desktop from a minimal CentOS installation, without any unnecessary > packages. > > https://github.com/kikinovak/centos-7-desktop-xfce/blob/master/postinstall.sh > > Once you've installed the "X Window System" group and you invoke "yum > groupinstall Xfce", the group consists of not much more than a dozen > explicit core packages (Thunar, xfdesktop, xfce4-panel, etc.) and then - > of course - all the dependencies are installed. Give this a spin on an > x86_64 machine and then write down this relatively short list.I don't have an x86_64 machine with Centos on it.? I would have to play with Qemu VM for centos on this Fedora 28 notebook.? All my servers (other than the ClearOS one) are ARM. The armhfp repos (including epel) do not have either the "X Windows System" or "Xfce" (and any sub-groups that calls).? So I am asking for the content of those groups.? Hopefully the source scripts so I can modify them (as needed) for armhfp. It would seem that there is a source file somewhere in the source tree with the script(s) contents. thanks> > Cheers, > > Niki >