On 08/06/2018 11:51 AM, Tony Schreiner wrote:> On Mon, Aug 6, 2018 at 11:33 AM Robert Moskowitz <rgm at htt-consult.com> > wrote: > >> >> On 08/06/2018 11:11 AM, Tony Schreiner wrote: >>> On Mon, Aug 6, 2018 at 10:55 AM Robert Moskowitz <rgm at htt-consult.com> >>> wrote: >>> >>>> 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 >>>> >>>> >>> In the file >>> >> 5307666922f0cd10058b04791f3f596cfcaab48df6fdd6cf847f349bd455e0bd-comps-Everything.x86_64.xml >>> from the repodata in the Epel 7 repository there is the following for the >>> Xfce group, is this helpful to you? >> Yes! I can pull out the rpm list and build a file to feed into yum. >> >> Can you point out the URL for all the groups? I am also going to need >> the "X Windows System" group, I believe (and should compare it to the >> Server GUI group). >> >> Thanks >> >> > The comps file i searched was (for example) > > http://fedora-epel.mirror.lstn.net/7/x86_64/repodata/5307666922f0cd10058b04791f3f596cfcaab48df6fdd6cf847f349bd455e0bd-comps-Everything.x86_64.xml > > you can choose any Fedora/Epel mirror > > But the "X Window System" group is in CentOS base, look for one of those > mirrors (for example) > http://mirror.atlanticmetro.net/centos/7.5.1804/os/x86_64/repodata/d87379a47bc2060f833000b9cef7f9670195fe197271d37fce5791e669265e8b-c7-x86_64-comps.xml > > do > grep "<name>" your-comps.xml-fil > to see all the names > then page it and search for "X Window System" in your caseBig help here.? With this and http://yum.baseurl.org/wiki/YumGroups I should be able to create my own repo with the groups I need, then hand it off to the armhfp maintainers.
Robert Moskowitz
2018-Aug-06 21:34 UTC
[CentOS] making my own group repo - Re: Back to Xfce
I tried making my own repo with just the groups in them and I got an error.... I used: #createrepo -g /root/mygroups.xml /root/myrepo Saving Primary metadata Saving file lists metadata Saving other metadata Generating sqlite DBs Sqlite DBs complete Where /root/mygroup.xml is attached below. Then I made: cat > /etc/yum.repos.d/myrepo.repo << EOF [myrepo] name=My repo for armhfp baseurl=file:///root/myrepo/ enabled=1 gpgcheck=0 EOF when I tried yum group list I got the error: Failed to add groups file for repository: myrepo - comps file is empty/damaged Perhaps my xml is too complex.? I made it by deleting most of the Centos and EPEL ones: (Maybe I should cut out all the 'extra' stuff?) all help greatly appreciated. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE comps PUBLIC "-//CentOS//DTD Comps info//EN" "comps.dtd"> <comps> ? <group> ??? <id>x11</id> ??? <name>X Window System</name> ??? <name xml:lang="af">X Window-stelsel</name> ??? <name xml:lang="af_ZA">X Window-stelsel</name> ??? <name xml:lang="am">?X ???? ????</name> ??? <name xml:lang="ar">???? ????? X</name> ??? <name xml:lang="as">X ?????? ???????</name> ??? <name xml:lang="bal">????? ????? X</name> ??? <name xml:lang="be">X Window System</name> ??? <name xml:lang="bg">??????? ?? ???????? ?</name> ??? <name xml:lang="bn">X ?????? ???????</name> ??? <name xml:lang="bn_IN">X ?????? ???????</name> ??? <name xml:lang="bs">X sustav prozora</name> ??? <name xml:lang="ca">Sistema de finestres X</name> ??? <name xml:lang="cs">X Window System</name> ??? <name xml:lang="cs_CZ">X Window System</name> ??? <name xml:lang="cy">System Ffenestri X</name> ??? <name xml:lang="da">Vinduessystemet X</name> ??? <name xml:lang="de">X-Window-System</name> ??? <name xml:lang="de_CH">X-Window-System</name> ??? <name xml:lang="el">?????????? ??????? ?</name> ??? <name xml:lang="en_GB">X Window System</name> ??? <name xml:lang="es">Sistema X Window</name> ??? <name xml:lang="es_ES">Sistema X Window</name> ??? <name xml:lang="et">X Window s?steem</name> ??? <name xml:lang="eu">X leiho sistema</name> ??? <name xml:lang="eu_ES">X leiho sistema</name> ??? <name xml:lang="fa">????? ???????? X</name> ??? <name xml:lang="fa_IR">????? ???????? X</name> ??? <name xml:lang="fi">X-ikkunointij?rjestelm?</name> ??? <name xml:lang="fr">Syst?me X Window</name> ??? <name xml:lang="gl">Sistema X Window</name> ??? <name xml:lang="gu">X ?????? ??????</name> ??? <name xml:lang="he">????? ??????? X</name> ??? <name xml:lang="hi">X ????? ??????</name> ??? <name xml:lang="hr">X sustav prozora</name> ??? <name xml:lang="hr_HR">X sustav prozora</name> ??? <name xml:lang="hu">X Window System grafikus rendszer</name> ??? <name xml:lang="hy">X ???????????? ????????</name> ??? <name xml:lang="ia">Systema X Window</name> ??? <name xml:lang="id">Sistem X Window</name> ??? <name xml:lang="ilo">Sistema ti X Window</name> ??? <name xml:lang="is">X gluggakerfi?</name> ??? <name xml:lang="it">Sistema X Window</name> ??? <name xml:lang="it_IT">Sistema X Window</name> ??? <name xml:lang="ja">X Window System</name> ??? <name xml:lang="ja_JP">X Window System</name> ??? <name xml:lang="kn">X Window ????????</name> ??? <name xml:lang="ko">X ??? ???</name> ??? <name xml:lang="lv">X Window sist?ma</name> ??? <name xml:lang="mai">X ????? ??????</name> ??? <name xml:lang="mk">X ???????? ??????</name> ??? <name xml:lang="ml">X Window ????????</name> ??? <name xml:lang="mr">X ????? ???????</name> ??? <name xml:lang="ms">Sistem X Window</name> ??? <name xml:lang="ms_MY">Sistem X Window</name> ??? <name xml:lang="nb">X-vindussystemet</name> ??? <name xml:lang="ne">X ???????? ???????</name> ??? <name xml:lang="nl">X Window systeem</name> ??? <name xml:lang="no">X-vindussystemet</name> ??? <name xml:lang="nso">Tshepedi?o ya Lefesetere la X</name> ??? <name xml:lang="or">X ?????? ??????</name> ??? <name xml:lang="pa">X ????? ?????</name> ??? <name xml:lang="pl">System X Window</name> ??? <name xml:lang="pt">Sistema de Janelas X</name> ??? <name xml:lang="pt_BR">Sistema de Janelas X</name> ??? <name xml:lang="ro">Sistemul de ferestre X</name> ??? <name xml:lang="ru">??????? X Window</name> ??? <name xml:lang="ru_RU">??????? X Window</name> ??? <name xml:lang="si">X ????? ???????</name> ??? <name xml:lang="sk">X Window syst?m</name> ??? <name xml:lang="sl">Okenski sistem X</name> ??? <name xml:lang="sq">Sistemi X i Dritareve</name> ??? <name xml:lang="sr">??? ?????? ???????</name> ??? <name xml:lang="sr at latin">X sistem prozora</name> ??? <name xml:lang="sr at Latn">X sistem prozora</name> ??? <name xml:lang="sv">F?nstersystemet X</name> ??? <name xml:lang="ta">X ?????? ???????</name> ??? <name xml:lang="ta_IN">X ?????? ???????</name> ??? <name xml:lang="te">X ????? ??????</name> ??? <name xml:lang="tg">???????? X Window</name> ??? <name xml:lang="th">???? X Window</name> ??? <name xml:lang="tr">X Pencere Sistemi</name> ??? <name xml:lang="uk">??????? X Window</name> ??? <name xml:lang="uk_UA">??????? X Window</name> ??? <name xml:lang="ur">????? ???? X</name> ??? <name xml:lang="vi">X Window System</name> ??? <name xml:lang="zh">X ????</name> ??? <name xml:lang="zh_CN">X ????</name> ??? <name xml:lang="zh_TW">X ????</name> ??? <name xml:lang="zu">X Isistimu Yewindi</name> ??? <description>X Window System Support.</description> ??? <description xml:lang="as">X ?????? ??????? ???????</description> ??? <description xml:lang="bn">X Window ??????? ???????</description> ??? <description xml:lang="bn_IN">X Window ??????? ???????</description> ??? <description xml:lang="cs">Podpora pro X Window System.</description> ??? <description xml:lang="cs_CZ">Podpora pro X Window System.</description> ??? <description xml:lang="de">X-Window-System-Unterst?tzung.</description> ??? <description xml:lang="de_CH">X-Window-System-Unterst?tzung.</description> ??? <description xml:lang="es">Soporte para sistema X Window.</description> ??? <description xml:lang="es_ES">Soporte para sistema X Window.</description> ??? <description xml:lang="fr">Prise en charge X Window System.</description> ??? <description xml:lang="gu">X ?????? ?????? ????.</description> ??? <description xml:lang="hi">X ????? ????? ??????.</description> ??? <description xml:lang="ia">Supporto pro le systema X Window.</description> ??? <description xml:lang="it">Supporto sistema X Window.</description> ??? <description xml:lang="it_IT">Supporto sistema X Window.</description> ??? <description xml:lang="ja">X Window ?????????</description> ??? <description xml:lang="ja_JP">X Window ?????????</description> ??? <description xml:lang="kn">X ????? ????????? ?????.</description> ??? <description xml:lang="ko">X ??? ??.</description> ??? <description xml:lang="ml">X ??????? ???????? ???????.</description> ??? <description xml:lang="mr">X Window ??????? ??????.</description> ??? <description xml:lang="or">X ?????? ?????? ???????</description> ??? <description xml:lang="pa">X ????? ????? ??????</description> ??? <description xml:lang="pl">Obs?uga systemu X Window.</description> ??? <description xml:lang="ru">????????? ??????? X Window.</description> ??? <description xml:lang="ru_RU">????????? ??????? X Window.</description> ??? <description xml:lang="sv">St?d f?r f?nstersystemet X.</description> ??? <description xml:lang="ta">X ?????? ????? ????.</description> ??? <description xml:lang="ta_IN">X ?????? ????? ????.</description> ??? <description xml:lang="te">X ????? ??????? ??????.</description> ??? <description xml:lang="uk">????????? ??????? X Window.</description> ??? <description xml:lang="uk_UA">????????? ??????? X Window.</description> ??? <description xml:lang="zh">X Window ?????</description> ??? <description xml:lang="zh_CN">X ???????</description> ??? <description xml:lang="zh_TW">X Window ?????</description> ??? <default>false</default> ??? <uservisible>false</uservisible> ??? <packagelist> ????? <packagereq type="mandatory">glx-utils</packagereq> ????? <packagereq type="mandatory">initial-setup-gui</packagereq> ????? <packagereq type="mandatory">mesa-dri-drivers</packagereq> ????? <packagereq type="mandatory">plymouth-system-theme</packagereq> ????? <packagereq type="mandatory">spice-vdagent</packagereq> ????? <packagereq type="mandatory">xorg-x11-drivers</packagereq> ????? <packagereq type="mandatory">xorg-x11-server-Xorg</packagereq> ????? <packagereq type="mandatory">xorg-x11-utils</packagereq> ????? <packagereq type="mandatory">xorg-x11-xauth</packagereq> ????? <packagereq type="mandatory">xorg-x11-xinit</packagereq> ????? <packagereq type="mandatory">xvattr</packagereq> ????? <packagereq type="optional">tigervnc-server</packagereq> ????? <packagereq type="optional">wayland-protocols-devel</packagereq> ????? <packagereq type="optional">xorg-x11-drv-keyboard</packagereq> ????? <packagereq type="optional">xorg-x11-drv-libinput</packagereq> ????? <packagereq type="optional">xorg-x11-drv-mouse</packagereq> ????? <packagereq type="optional">xorg-x11-drv-openchrome</packagereq> ??? </packagelist> ? </group> ? <group> ??? <id>xfce-desktop</id> ??? <name>Xfce</name> ??? <name xml:lang="as">Xfce</name> ??? <name xml:lang="bg">Xfce</name> ??? <name xml:lang="bn">Xfce</name> ??? <name xml:lang="bn_IN">Xfce</name> ??? <name xml:lang="ca">Xfce</name> ??? <name xml:lang="cs">Prost?ed? Xfce</name> ??? <name xml:lang="da">Xfce</name> ??? <name xml:lang="de">Xfce</name> ??? <name xml:lang="el">Xfce</name> ??? <name xml:lang="en_GB">Xfce</name> ??? <name xml:lang="es">Xfce</name> ??? <name xml:lang="et">Xfce</name> ??? <name xml:lang="eu">Xfce</name> ??? <name xml:lang="fa">Xfce</name> ??? <name xml:lang="fi">Xfce</name> ??? <name xml:lang="fr">Xfce</name> ??? <name xml:lang="gu">Xfce</name> ??? <name xml:lang="he">Xfce</name> ??? <name xml:lang="hi">?????????</name> ??? <name xml:lang="hu">Xfce</name> ??? <name xml:lang="ia">Xfce</name> ??? <name xml:lang="id">Xfce</name> ??? <name xml:lang="it">Xfce</name> ??? <name xml:lang="ja">Xfce</name> ??? <name xml:lang="kn">Xfce</name> ??? <name xml:lang="ko">Xfce</name> ??? <name xml:lang="lv">Xfce</name> ??? <name xml:lang="mr">Xfce</name> ??? <name xml:lang="nb">Xfce</name> ??? <name xml:lang="nl">Xfce</name> ??? <name xml:lang="or">Xfce</name> ??? <name xml:lang="pa">Xfce</name> ??? <name xml:lang="pl">Xfce</name> ??? <name xml:lang="pt">Xfce</name> ??? <name xml:lang="pt_BR">Xfce</name> ??? <name xml:lang="ru">Xfce</name> ??? <name xml:lang="sk">Xfce</name> ??? <name xml:lang="sr">Xfce</name> ??? <name xml:lang="sv">Xfce</name> ??? <name xml:lang="ta">Xfce</name> ??? <name xml:lang="te">Xfce</name> ??? <name xml:lang="tg">Xfce</name> ??? <name xml:lang="tr">Xfce</name> ??? <name xml:lang="uk">Xfce</name> ??? <name xml:lang="zh_CN">Xfce</name> ??? <name xml:lang="zh_TW">Xfce</name> ??? <description>A lightweight desktop environment that works well on low end machines.</description> ??? <description xml:lang="af">'n Liggewig werkskermomgewing wat goed werk op stadige rekenaars.</description> ??? <description xml:lang="am">???? ???? ??? ??? ???? ?????? ?? ???? ??? ?????</description> ??? <description xml:lang="ar">???? ??? ???? ????? ???? ???? ??? ??????? ???????.</description> ??? <description xml:lang="as">??? ??????? ??????'? ?????? ?? ????? ???????? ??????? ????? ??? ??? ?</description> ??? <description xml:lang="ast">Un entornu d'escritoriu llixeru que furrula bien en m?quines peque?es.</description> ??? <description xml:lang="bal">?? ????? ???? ?????? ?? ?? ???? ?? ??????? ????? ??? ???.</description> ??? <description xml:lang="bg">???? ??????? ??????? ?????, ????? ?????? ????? ?? ????? ??????.</description> ??? <description xml:lang="bn">????? ????????????? ?????? ???? ???????????? ??????????? ??????? ???????</description> ??? <description xml:lang="bn_IN">????? ????????????? ?????? ???? ???????????? ??????????? ??????? ???????</description> ??? <description xml:lang="ca">Un entorn d'escriptori lleuger que funciona en ordinadors senzills.</description> ??? <description xml:lang="cs">Odleh?en? u?ivatelsk? prost?ed?, kter? dob?e funguje na pomalej??ch po??ta??ch.</description> ??? <description xml:lang="da">Et letv?gtsskrivebordsmilj? der virker godt p? langsomme computere.</description> ??? <description xml:lang="de">Eine schlanke Desktop-Umgebung, die gut auf ?lteren Systemen funktioniert.</description> ??? <description xml:lang="el">??? ??????? ????????? ???????? ??? ???????? ???? ???? ?? ?????????? ??????????.</description> ??? <description xml:lang="en_GB">A lightweight desktop environment that works well on low end machines.</description> ??? <description xml:lang="es">Un entorno de escritorio liviano que funciona bien en m?quinas peque?as.</description> ??? <description xml:lang="et">V?ikese ressursivajadusega t??lauakeskkond, mis sobib v?iksema v?imsusega arvutitesse.</description> ??? <description xml:lang="fa">?? ???? ?????? ??????? ?? ??? ?????????? ???? ??? ??? ??????.</description> ??? <description xml:lang="fi">Kevyt ty?p?yt?ymp?rist?, joka toimii hyvin tehottomillakin koneilla.</description> ??? <description xml:lang="fr">Un environnement de bureau l?ger adapt? aux machines peu puissantes.</description> ??? <description xml:lang="gu">????? ???????? ???????? ?? ?? ???? ????? ???? ????? ???? ??? ???.</description> ??? <description xml:lang="he">????? ??????? ??? ?????? ???? ?? ?? ?????? ????? ??? ????.</description> ??? <description xml:lang="hi">????? ???????? ??????? ?? ?? ???????? ???? ?? ??? ??? ???? ??.</description> ??? <description xml:lang="hr">Jednostavno okru?enje radne povr?ine koje dobro funkcionira na slabijim ra?unalima.</description> ??? <description xml:lang="hu">Pehelys?ly? asztal k?rnyezet, ami gyeng?bb g?peken is j?l haszn?lhat?.</description> ??? <description xml:lang="ia">Un ambiente de scriptorio legier que functiona ben sur machinas exigue.</description> ??? <description xml:lang="id">Lingkungan dekstop yang ringan yang dapat bekerja dengan baik pada mesin yang rendah.</description> ??? <description xml:lang="is">L?tt skj?bor?sumhverfi sem virkar vel ? aflminni v?lum.</description> ??? <description xml:lang="it">Un ambiente desktop performante anche per computer meno potenti.</description> ??? <description xml:lang="ja">?????????????????????????????????</description> ??? <description xml:lang="kn">???????? ??????????? ???? ?????????? ???? ???? ???? ??????? ?????.</description> ??? <description xml:lang="ko">? ?? ?????? ? ???? ??? ???? ?????.</description> ??? <description xml:lang="lv">Viegla darbvirsma, kas labi darbojas uz mazjaud?giem datoriem.</description> ??? <description xml:lang="mai">???? ???????? ??????? ?? ???????? ???? ?? ??? ??? ???? ???.</description> ??? <description xml:lang="mk">?????????? ??????? ??????? ??? ?????? ??????? ?? ??????? ??????.</description> ??? <description xml:lang="ml">?? ?????? ??????????? ??????? ?????????????????? ?????? ???????? ??????????? ???????????????.</description> ??? <description xml:lang="mr">?? ???? ???????? ??????? ?? ??? ???????? ?????????? ???????? ??????? ??? ????.</description> ??? <description xml:lang="ms">Persekitaran desktop ringan yang berfungsi dengan baik pada mesin berkuasa rendah.</description> ??? <description xml:lang="nb">Et lettvektig skrivebordsmilj? som fungerer bra p? eldre og tregere maskiner.</description> ??? <description xml:lang="ne">????? ?????? ???? ??????? ????????? ????? ????? ????? ??????? ?????? ?</description> ??? <description xml:lang="nl">Een lichtgewicht bureaubladomgeving die zeer geschikt is voor minder krachtige machines.</description> ??? <description xml:lang="nso">Tikologo ya teseke e bohwefo yeo e ?omago gabotse kudu met?heneng ya tlase.</description> ??? <description xml:lang="or">????? ?????? ??????? ?????? ?????? ????? ??? ????? ???????? ????? ???? ??????? ???????</description> ??? <description xml:lang="pa">??? ???? ??????? ???????????, ?? ?? ??? ?????? ?????? ??????? ???? ??? ???? ???</description> ??? <description xml:lang="pl">Lekkie ?rodowisko graficzne, kt?re dobrze dzia?a na s?abych komputerach.</description> ??? <description xml:lang="pt">Um ambiente de trabalho leve que funciona bem em m?quinas com recursos modestos.</description> ??? <description xml:lang="pt_BR">Um ambiente de trabalho leve que funciona bem em m?quinas de baixo custo.</description> ??? <description xml:lang="ro">Un mediu de lucru lejer care func?ioneaz? bine pe calculatoare mai slabe.</description> ??? <description xml:lang="ru">??????????? ????? ???????? ?????, ?????????? ??? ?????? ?????.</description> ??? <description xml:lang="sk">Jednoduch? pracovn? prostredie, ktor? dobre pracuje na pomal??ch po??ta?och.</description> ??? <description xml:lang="sl">Lahko namizje, ki deluje dobro tudi na skromnih ra?unalnikih.</description> ??? <description xml:lang="sq">Mjedis dekstop i pesh?s s? leht? q? punon bukur n? makina t? shkall?s s? fundit.</description> ??? <description xml:lang="sr">?????? ????? ???????? ???? ???? ????? ?? ???????? ????????.</description> ??? <description xml:lang="sr at Latn">Lagano radno okru?enje koje radi dobro na slabijim ma?inama.</description> ??? <description xml:lang="sr at latin">Lagano radno okru?enje koje radi dobro na slabijim ma?inama.</description> ??? <description xml:lang="sv">En l?ttviktig skrivbordsmilj? som fungerar bra p? l?ngsammare maskiner.</description> ??? <description xml:lang="ta">??? lightweight ??????? ????? ??????? ?????????? ????? ?????????? ?????? ??????????????.</description> ??? <description xml:lang="te">?????? ???????? ?????????? ???????? ??? ?????? ????????? ???????????? ????????????.</description> ??? <description xml:lang="tg">?????? ???? ?????, ?? ??? ??? ??????????? ???? ??? ???????.</description> ??? <description xml:lang="th">????????????????????????????????????????????????????????</description> ??? <description xml:lang="uk">???????????? ?? ???????? ??????? ????, ?? ????? ?????? ?? ??????? ???????.</description> ??? <description xml:lang="zh_CN">?????????????????????</description> ??? <description xml:lang="zh_TW">????????????????</description> ??? <default>false</default> ??? <uservisible>true</uservisible> ??? <packagelist> ????? <packagereq type="mandatory">Thunar</packagereq> ????? <packagereq type="mandatory">xfce-utils</packagereq> ????? <packagereq type="mandatory">xfce4-panel</packagereq> ????? <packagereq type="mandatory">xfce4-session</packagereq> ????? <packagereq type="mandatory">xfce4-settings</packagereq> ????? <packagereq type="mandatory">xfconf</packagereq> ????? <packagereq type="mandatory">xfdesktop</packagereq> ????? <packagereq type="mandatory">xfwm4</packagereq> ????? <packagereq type="default">gdm</packagereq> ????? <packagereq type="default">leafpad</packagereq> ????? <packagereq type="default">openssh-askpass</packagereq> ????? <packagereq type="default">orage</packagereq> ????? <packagereq type="default">polkit-gnome</packagereq> ????? <packagereq type="default">thunar-archive-plugin</packagereq> ????? <packagereq type="default">thunar-volman</packagereq> ????? <packagereq type="default">tumbler</packagereq> ????? <packagereq type="default">xfce4-appfinder</packagereq> ????? <packagereq type="default">xfce4-icon-theme</packagereq> ????? <packagereq type="default">xfce4-power-manager</packagereq> ????? <packagereq type="default">xfce4-session-engines</packagereq> ????? <packagereq type="default">xfce4-terminal</packagereq> ????? <packagereq type="default">xfwm4-theme-nodoka</packagereq> ????? <packagereq type="optional">xfwm4-themes</packagereq> ????? <packagereq requires="pinentry" type="conditional">pinentry-gtk</packagereq> ??? </packagelist> ? </group> </comps> On 08/06/2018 01:39 PM, Robert Moskowitz wrote:> > > On 08/06/2018 11:51 AM, Tony Schreiner wrote: >> On Mon, Aug 6, 2018 at 11:33 AM Robert Moskowitz <rgm at htt-consult.com> >> wrote: >> >>> >>> On 08/06/2018 11:11 AM, Tony Schreiner wrote: >>>> On Mon, Aug 6, 2018 at 10:55 AM Robert Moskowitz <rgm at htt-consult.com> >>>> wrote: >>>> >>>>> 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 >>>>> >>>>> >>>> In the file >>>> >>> 5307666922f0cd10058b04791f3f596cfcaab48df6fdd6cf847f349bd455e0bd-comps-Everything.x86_64.xml >>> >>>> from the repodata in the Epel 7 repository there is the following >>>> for the >>>> Xfce group, is this helpful to you? >>> Yes!? I can pull out the rpm list and build a file to feed into yum. >>> >>> Can you point out the URL for all the groups?? I am also going to need >>> the "X Windows System" group, I believe (and should compare it to the >>> Server GUI group). >>> >>> Thanks >>> >>> >> The comps file i searched was (for example) >> >> http://fedora-epel.mirror.lstn.net/7/x86_64/repodata/5307666922f0cd10058b04791f3f596cfcaab48df6fdd6cf847f349bd455e0bd-comps-Everything.x86_64.xml >> >> >> you can choose any Fedora/Epel mirror >> >> But the "X Window System" group is in CentOS base, look for one of those >> mirrors (for example) >> http://mirror.atlanticmetro.net/centos/7.5.1804/os/x86_64/repodata/d87379a47bc2060f833000b9cef7f9670195fe197271d37fce5791e669265e8b-c7-x86_64-comps.xml >> >> >> do >> grep "<name>"? your-comps.xml-fil >> to see all the names >> then page it and search for "X Window System" in your case > > Big help here.? With this and http://yum.baseurl.org/wiki/YumGroups > > I should be able to create my own repo with the groups I need, then > hand it off to the armhfp maintainers. > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos
Robert Moskowitz
2018-Aug-06 22:32 UTC
[CentOS] making my own group repo - Re: Back to Xfce
I tried doing it simpler. installed yum-utils.? Ran: yum-groups-manager -n "xfce-desktop" --id=Xfce --save=Xfce.xml --mandatory yum Thunar xfce-utils xfce4-panel xfce4-session xfce4-settings xfconf xfdesktop xfwm4 gdm leafpad openssh-askpass orage polkit-gnome thunar-archive-plugin thunar-volman tumbler xfce4-appfinder xfce4-icon-theme xfce4-power-manager xfce4-session-engines xfce4-terminal xfwm4-theme-nodoka xfwm4-themes pinentry This created <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE comps PUBLIC "-//Red Hat, Inc.//DTD Comps info//EN" "comps.dtd"> <comps> ? <group> ?? <id>xfce</id> ?? <default>false</default> ?? <uservisible>true</uservisible> ?? <display_order>1024</display_order> ?? <name>xfce-desktop</name> ?? <description></description> ??? <packagelist> ????? <packagereq type="mandatory">Thunar</packagereq> ????? <packagereq type="mandatory">gdm</packagereq> ????? <packagereq type="mandatory">openssh-askpass</packagereq> ????? <packagereq type="mandatory">orage</packagereq> ????? <packagereq type="mandatory">polkit-gnome</packagereq> ????? <packagereq type="mandatory">thunar-volman</packagereq> ????? <packagereq type="mandatory">tumbler</packagereq> ????? <packagereq type="mandatory">xfce4-appfinder</packagereq> ????? <packagereq type="mandatory">xfce4-panel</packagereq> ????? <packagereq type="mandatory">xfce4-power-manager</packagereq> ????? <packagereq type="mandatory">xfce4-session</packagereq> ????? <packagereq type="mandatory">xfce4-settings</packagereq> ????? <packagereq type="mandatory">xfconf</packagereq> ????? <packagereq type="mandatory">xfdesktop</packagereq> ????? <packagereq type="mandatory">xfwm4</packagereq> ????? <packagereq type="mandatory">yum</packagereq> ??? </packagelist> ? </group> </comps> /root/myrepo is an empty directory, and ran createrepo -g /root/Xfce.xml /root/myrepo Then: yum group install Xfce Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Failed to add groups file for repository: myrepo - comps file is empty/damaged Warning: group Xfce does not exist. Maybe run: yum groups mark install (see man yum) Error: No packages in any requested group available to install or update Looks like I need better instructions... On 08/06/2018 05:34 PM, Robert Moskowitz wrote:> I tried making my own repo with just the groups in them and I got an > error.... > > I used: > > #createrepo -g /root/mygroups.xml /root/myrepo > Saving Primary metadata > Saving file lists metadata > Saving other metadata > Generating sqlite DBs > Sqlite DBs complete > > > Where /root/mygroup.xml is attached below. > > Then I made: > > cat > /etc/yum.repos.d/myrepo.repo << EOF > [myrepo] > name=My repo for armhfp > baseurl=file:///root/myrepo/ > enabled=1 > gpgcheck=0 > > EOF > > when I tried > > yum group list > > I got the error: > > Failed to add groups file for repository: myrepo - comps file is > empty/damaged > > Perhaps my xml is too complex.? I made it by deleting most of the > Centos and EPEL ones: > > (Maybe I should cut out all the 'extra' stuff?) > > all help greatly appreciated. > > <?xml version="1.0" encoding="UTF-8"?> > <!DOCTYPE comps PUBLIC "-//CentOS//DTD Comps info//EN" "comps.dtd"> > <comps> > ? <group> > ??? <id>x11</id> > ??? <name>X Window System</name> > ??? <name xml:lang="af">X Window-stelsel</name> > ??? <name xml:lang="af_ZA">X Window-stelsel</name> > ??? <name xml:lang="am">?X ???? ????</name> > ??? <name xml:lang="ar">???? ????? X</name> > ??? <name xml:lang="as">X ?????? ???????</name> > ??? <name xml:lang="bal">????? ????? X</name> > ??? <name xml:lang="be">X Window System</name> > ??? <name xml:lang="bg">??????? ?? ???????? ?</name> > ??? <name xml:lang="bn">X ?????? ???????</name> > ??? <name xml:lang="bn_IN">X ?????? ???????</name> > ??? <name xml:lang="bs">X sustav prozora</name> > ??? <name xml:lang="ca">Sistema de finestres X</name> > ??? <name xml:lang="cs">X Window System</name> > ??? <name xml:lang="cs_CZ">X Window System</name> > ??? <name xml:lang="cy">System Ffenestri X</name> > ??? <name xml:lang="da">Vinduessystemet X</name> > ??? <name xml:lang="de">X-Window-System</name> > ??? <name xml:lang="de_CH">X-Window-System</name> > ??? <name xml:lang="el">?????????? ??????? ?</name> > ??? <name xml:lang="en_GB">X Window System</name> > ??? <name xml:lang="es">Sistema X Window</name> > ??? <name xml:lang="es_ES">Sistema X Window</name> > ??? <name xml:lang="et">X Window s?steem</name> > ??? <name xml:lang="eu">X leiho sistema</name> > ??? <name xml:lang="eu_ES">X leiho sistema</name> > ??? <name xml:lang="fa">????? ???????? X</name> > ??? <name xml:lang="fa_IR">????? ???????? X</name> > ??? <name xml:lang="fi">X-ikkunointij?rjestelm?</name> > ??? <name xml:lang="fr">Syst?me X Window</name> > ??? <name xml:lang="gl">Sistema X Window</name> > ??? <name xml:lang="gu">X ?????? ??????</name> > ??? <name xml:lang="he">????? ??????? X</name> > ??? <name xml:lang="hi">X ????? ??????</name> > ??? <name xml:lang="hr">X sustav prozora</name> > ??? <name xml:lang="hr_HR">X sustav prozora</name> > ??? <name xml:lang="hu">X Window System grafikus rendszer</name> > ??? <name xml:lang="hy">X ???????????? ????????</name> > ??? <name xml:lang="ia">Systema X Window</name> > ??? <name xml:lang="id">Sistem X Window</name> > ??? <name xml:lang="ilo">Sistema ti X Window</name> > ??? <name xml:lang="is">X gluggakerfi?</name> > ??? <name xml:lang="it">Sistema X Window</name> > ??? <name xml:lang="it_IT">Sistema X Window</name> > ??? <name xml:lang="ja">X Window System</name> > ??? <name xml:lang="ja_JP">X Window System</name> > ??? <name xml:lang="kn">X Window ????????</name> > ??? <name xml:lang="ko">X ??? ???</name> > ??? <name xml:lang="lv">X Window sist?ma</name> > ??? <name xml:lang="mai">X ????? ??????</name> > ??? <name xml:lang="mk">X ???????? ??????</name> > ??? <name xml:lang="ml">X Window ????????</name> > ??? <name xml:lang="mr">X ????? ???????</name> > ??? <name xml:lang="ms">Sistem X Window</name> > ??? <name xml:lang="ms_MY">Sistem X Window</name> > ??? <name xml:lang="nb">X-vindussystemet</name> > ??? <name xml:lang="ne">X ???????? ???????</name> > ??? <name xml:lang="nl">X Window systeem</name> > ??? <name xml:lang="no">X-vindussystemet</name> > ??? <name xml:lang="nso">Tshepedi?o ya Lefesetere la X</name> > ??? <name xml:lang="or">X ?????? ??????</name> > ??? <name xml:lang="pa">X ????? ?????</name> > ??? <name xml:lang="pl">System X Window</name> > ??? <name xml:lang="pt">Sistema de Janelas X</name> > ??? <name xml:lang="pt_BR">Sistema de Janelas X</name> > ??? <name xml:lang="ro">Sistemul de ferestre X</name> > ??? <name xml:lang="ru">??????? X Window</name> > ??? <name xml:lang="ru_RU">??????? X Window</name> > ??? <name xml:lang="si">X ????? ???????</name> > ??? <name xml:lang="sk">X Window syst?m</name> > ??? <name xml:lang="sl">Okenski sistem X</name> > ??? <name xml:lang="sq">Sistemi X i Dritareve</name> > ??? <name xml:lang="sr">??? ?????? ???????</name> > ??? <name xml:lang="sr at latin">X sistem prozora</name> > ??? <name xml:lang="sr at Latn">X sistem prozora</name> > ??? <name xml:lang="sv">F?nstersystemet X</name> > ??? <name xml:lang="ta">X ?????? ???????</name> > ??? <name xml:lang="ta_IN">X ?????? ???????</name> > ??? <name xml:lang="te">X ????? ??????</name> > ??? <name xml:lang="tg">???????? X Window</name> > ??? <name xml:lang="th">???? X Window</name> > ??? <name xml:lang="tr">X Pencere Sistemi</name> > ??? <name xml:lang="uk">??????? X Window</name> > ??? <name xml:lang="uk_UA">??????? X Window</name> > ??? <name xml:lang="ur">????? ???? X</name> > ??? <name xml:lang="vi">X Window System</name> > ??? <name xml:lang="zh">X ????</name> > ??? <name xml:lang="zh_CN">X ????</name> > ??? <name xml:lang="zh_TW">X ????</name> > ??? <name xml:lang="zu">X Isistimu Yewindi</name> > ??? <description>X Window System Support.</description> > ??? <description xml:lang="as">X ?????? ??????? ???????</description> > ??? <description xml:lang="bn">X Window ??????? ???????</description> > ??? <description xml:lang="bn_IN">X Window ??????? ???????</description> > ??? <description xml:lang="cs">Podpora pro X Window System.</description> > ??? <description xml:lang="cs_CZ">Podpora pro X Window > System.</description> > ??? <description > xml:lang="de">X-Window-System-Unterst?tzung.</description> > ??? <description > xml:lang="de_CH">X-Window-System-Unterst?tzung.</description> > ??? <description xml:lang="es">Soporte para sistema X > Window.</description> > ??? <description xml:lang="es_ES">Soporte para sistema X > Window.</description> > ??? <description xml:lang="fr">Prise en charge X Window > System.</description> > ??? <description xml:lang="gu">X ?????? ?????? ????.</description> > ??? <description xml:lang="hi">X ????? ????? ??????.</description> > ??? <description xml:lang="ia">Supporto pro le systema X > Window.</description> > ??? <description xml:lang="it">Supporto sistema X Window.</description> > ??? <description xml:lang="it_IT">Supporto sistema X > Window.</description> > ??? <description xml:lang="ja">X Window ?????????</description> > ??? <description xml:lang="ja_JP">X Window > ?????????</description> > ??? <description xml:lang="kn">X ????? ????????? ?????.</description> > ??? <description xml:lang="ko">X ??? ??.</description> > ??? <description xml:lang="ml">X ??????? ???????? ???????.</description> > ??? <description xml:lang="mr">X Window ??????? ??????.</description> > ??? <description xml:lang="or">X ?????? ?????? ???????</description> > ??? <description xml:lang="pa">X ????? ????? ??????</description> > ??? <description xml:lang="pl">Obs?uga systemu X Window.</description> > ??? <description xml:lang="ru">????????? ??????? X Window.</description> > ??? <description xml:lang="ru_RU">????????? ??????? X > Window.</description> > ??? <description xml:lang="sv">St?d f?r f?nstersystemet X.</description> > ??? <description xml:lang="ta">X ?????? ????? ????.</description> > ??? <description xml:lang="ta_IN">X ?????? ????? ????.</description> > ??? <description xml:lang="te">X ????? ??????? ??????.</description> > ??? <description xml:lang="uk">????????? ??????? X Window.</description> > ??? <description xml:lang="uk_UA">????????? ??????? X > Window.</description> > ??? <description xml:lang="zh">X Window ?????</description> > ??? <description xml:lang="zh_CN">X ???????</description> > ??? <description xml:lang="zh_TW">X Window ?????</description> > ??? <default>false</default> > ??? <uservisible>false</uservisible> > ??? <packagelist> > ????? <packagereq type="mandatory">glx-utils</packagereq> > ????? <packagereq type="mandatory">initial-setup-gui</packagereq> > ????? <packagereq type="mandatory">mesa-dri-drivers</packagereq> > ????? <packagereq type="mandatory">plymouth-system-theme</packagereq> > ????? <packagereq type="mandatory">spice-vdagent</packagereq> > ????? <packagereq type="mandatory">xorg-x11-drivers</packagereq> > ????? <packagereq type="mandatory">xorg-x11-server-Xorg</packagereq> > ????? <packagereq type="mandatory">xorg-x11-utils</packagereq> > ????? <packagereq type="mandatory">xorg-x11-xauth</packagereq> > ????? <packagereq type="mandatory">xorg-x11-xinit</packagereq> > ????? <packagereq type="mandatory">xvattr</packagereq> > ????? <packagereq type="optional">tigervnc-server</packagereq> > ????? <packagereq type="optional">wayland-protocols-devel</packagereq> > ????? <packagereq type="optional">xorg-x11-drv-keyboard</packagereq> > ????? <packagereq type="optional">xorg-x11-drv-libinput</packagereq> > ????? <packagereq type="optional">xorg-x11-drv-mouse</packagereq> > ????? <packagereq type="optional">xorg-x11-drv-openchrome</packagereq> > ??? </packagelist> > ? </group> > ? <group> > ??? <id>xfce-desktop</id> > ??? <name>Xfce</name> > ??? <name xml:lang="as">Xfce</name> > ??? <name xml:lang="bg">Xfce</name> > ??? <name xml:lang="bn">Xfce</name> > ??? <name xml:lang="bn_IN">Xfce</name> > ??? <name xml:lang="ca">Xfce</name> > ??? <name xml:lang="cs">Prost?ed? Xfce</name> > ??? <name xml:lang="da">Xfce</name> > ??? <name xml:lang="de">Xfce</name> > ??? <name xml:lang="el">Xfce</name> > ??? <name xml:lang="en_GB">Xfce</name> > ??? <name xml:lang="es">Xfce</name> > ??? <name xml:lang="et">Xfce</name> > ??? <name xml:lang="eu">Xfce</name> > ??? <name xml:lang="fa">Xfce</name> > ??? <name xml:lang="fi">Xfce</name> > ??? <name xml:lang="fr">Xfce</name> > ??? <name xml:lang="gu">Xfce</name> > ??? <name xml:lang="he">Xfce</name> > ??? <name xml:lang="hi">?????????</name> > ??? <name xml:lang="hu">Xfce</name> > ??? <name xml:lang="ia">Xfce</name> > ??? <name xml:lang="id">Xfce</name> > ??? <name xml:lang="it">Xfce</name> > ??? <name xml:lang="ja">Xfce</name> > ??? <name xml:lang="kn">Xfce</name> > ??? <name xml:lang="ko">Xfce</name> > ??? <name xml:lang="lv">Xfce</name> > ??? <name xml:lang="mr">Xfce</name> > ??? <name xml:lang="nb">Xfce</name> > ??? <name xml:lang="nl">Xfce</name> > ??? <name xml:lang="or">Xfce</name> > ??? <name xml:lang="pa">Xfce</name> > ??? <name xml:lang="pl">Xfce</name> > ??? <name xml:lang="pt">Xfce</name> > ??? <name xml:lang="pt_BR">Xfce</name> > ??? <name xml:lang="ru">Xfce</name> > ??? <name xml:lang="sk">Xfce</name> > ??? <name xml:lang="sr">Xfce</name> > ??? <name xml:lang="sv">Xfce</name> > ??? <name xml:lang="ta">Xfce</name> > ??? <name xml:lang="te">Xfce</name> > ??? <name xml:lang="tg">Xfce</name> > ??? <name xml:lang="tr">Xfce</name> > ??? <name xml:lang="uk">Xfce</name> > ??? <name xml:lang="zh_CN">Xfce</name> > ??? <name xml:lang="zh_TW">Xfce</name> > ??? <description>A lightweight desktop environment that works well on > low end machines.</description> > ??? <description xml:lang="af">'n Liggewig werkskermomgewing wat goed > werk op stadige rekenaars.</description> > ??? <description xml:lang="am">???? ???? ??? ??? ???? ?????? ?? ???? > ??? ?????</description> > ??? <description xml:lang="ar">???? ??? ???? ????? ???? ???? ??? > ??????? ???????.</description> > ??? <description xml:lang="as">??? ??????? ??????'? ?????? ?? ????? > ???????? ??????? ????? ??? ??? ?</description> > ??? <description xml:lang="ast">Un entornu d'escritoriu llixeru que > furrula bien en m?quines peque?es.</description> > ??? <description xml:lang="bal">?? ????? ???? ?????? ?? ?? ???? ?? > ??????? ????? ??? ???.</description> > ??? <description xml:lang="bg">???? ??????? ??????? ?????, ????? > ?????? ????? ?? ????? ??????.</description> > ??? <description xml:lang="bn">????? ????????????? ?????? ???? > ???????????? ??????????? ??????? ???????</description> > ??? <description xml:lang="bn_IN">????? ????????????? ?????? ???? > ???????????? ??????????? ??????? ???????</description> > ??? <description xml:lang="ca">Un entorn d'escriptori lleuger que > funciona en ordinadors senzills.</description> > ??? <description xml:lang="cs">Odleh?en? u?ivatelsk? prost?ed?, kter? > dob?e funguje na pomalej??ch po??ta??ch.</description> > ??? <description xml:lang="da">Et letv?gtsskrivebordsmilj? der virker > godt p? langsomme computere.</description> > ??? <description xml:lang="de">Eine schlanke Desktop-Umgebung, die gut > auf ?lteren Systemen funktioniert.</description> > ??? <description xml:lang="el">??? ??????? ????????? ???????? ??? > ???????? ???? ???? ?? ?????????? ??????????.</description> > ??? <description xml:lang="en_GB">A lightweight desktop environment > that works well on low end machines.</description> > ??? <description xml:lang="es">Un entorno de escritorio liviano que > funciona bien en m?quinas peque?as.</description> > ??? <description xml:lang="et">V?ikese ressursivajadusega > t??lauakeskkond, mis sobib v?iksema v?imsusega arvutitesse.</description> > ??? <description xml:lang="fa">?? ???? ?????? ??????? ?? ??? > ?????????? ???? ??? ??? ??????.</description> > ??? <description xml:lang="fi">Kevyt ty?p?yt?ymp?rist?, joka toimii > hyvin tehottomillakin koneilla.</description> > ??? <description xml:lang="fr">Un environnement de bureau l?ger adapt? > aux machines peu puissantes.</description> > ??? <description xml:lang="gu">????? ???????? ???????? ?? ?? ???? > ????? ???? ????? ???? ??? ???.</description> > ??? <description xml:lang="he">????? ??????? ??? ?????? ???? ?? ?? > ?????? ????? ??? ????.</description> > ??? <description xml:lang="hi">????? ???????? ??????? ?? ?? ???????? > ???? ?? ??? ??? ???? ??.</description> > ??? <description xml:lang="hr">Jednostavno okru?enje radne povr?ine > koje dobro funkcionira na slabijim ra?unalima.</description> > ??? <description xml:lang="hu">Pehelys?ly? asztal k?rnyezet, ami > gyeng?bb g?peken is j?l haszn?lhat?.</description> > ??? <description xml:lang="ia">Un ambiente de scriptorio legier que > functiona ben sur machinas exigue.</description> > ??? <description xml:lang="id">Lingkungan dekstop yang ringan yang > dapat bekerja dengan baik pada mesin yang rendah.</description> > ??? <description xml:lang="is">L?tt skj?bor?sumhverfi sem virkar vel ? > aflminni v?lum.</description> > ??? <description xml:lang="it">Un ambiente desktop performante anche > per computer meno potenti.</description> > ??? <description > xml:lang="ja">?????????????????????????????????</description> > > ??? <description xml:lang="kn">???????? ??????????? ???? ?????????? > ???? ???? ???? ??????? ?????.</description> > ??? <description xml:lang="ko">? ?? ?????? ? ???? ??? > ???? ?????.</description> > ??? <description xml:lang="lv">Viegla darbvirsma, kas labi darbojas uz > mazjaud?giem datoriem.</description> > ??? <description xml:lang="mai">???? ???????? ??????? ?? ???????? ???? > ?? ??? ??? ???? ???.</description> > ??? <description xml:lang="mk">?????????? ??????? ??????? ??? ?????? > ??????? ?? ??????? ??????.</description> > ??? <description xml:lang="ml">?? ?????? ??????????? ??????? > ?????????????????? ?????? ???????? ??????????? ???????????????.</description> > ??? <description xml:lang="mr">?? ???? ???????? ??????? ?? ??? > ???????? ?????????? ???????? ??????? ??? ????.</description> > ??? <description xml:lang="ms">Persekitaran desktop ringan yang > berfungsi dengan baik pada mesin berkuasa rendah.</description> > ??? <description xml:lang="nb">Et lettvektig skrivebordsmilj? som > fungerer bra p? eldre og tregere maskiner.</description> > ??? <description xml:lang="ne">????? ?????? ???? ??????? ????????? > ????? ????? ????? ??????? ?????? ?</description> > ??? <description xml:lang="nl">Een lichtgewicht bureaubladomgeving die > zeer geschikt is voor minder krachtige machines.</description> > ??? <description xml:lang="nso">Tikologo ya teseke e bohwefo yeo e > ?omago gabotse kudu met?heneng ya tlase.</description> > ??? <description xml:lang="or">????? ?????? ??????? ?????? ?????? > ????? ??? ????? ???????? ????? ???? ??????? ???????</description> > ??? <description xml:lang="pa">??? ???? ??????? ???????????, ?? ?? ??? > ?????? ?????? ??????? ???? ??? ???? ???</description> > ??? <description xml:lang="pl">Lekkie ?rodowisko graficzne, kt?re > dobrze dzia?a na s?abych komputerach.</description> > ??? <description xml:lang="pt">Um ambiente de trabalho leve que > funciona bem em m?quinas com recursos modestos.</description> > ??? <description xml:lang="pt_BR">Um ambiente de trabalho leve que > funciona bem em m?quinas de baixo custo.</description> > ??? <description xml:lang="ro">Un mediu de lucru lejer care > func?ioneaz? bine pe calculatoare mai slabe.</description> > ??? <description xml:lang="ru">??????????? ????? ???????? ?????, > ?????????? ??? ?????? ?????.</description> > ??? <description xml:lang="sk">Jednoduch? pracovn? prostredie, ktor? > dobre pracuje na pomal??ch po??ta?och.</description> > ??? <description xml:lang="sl">Lahko namizje, ki deluje dobro tudi na > skromnih ra?unalnikih.</description> > ??? <description xml:lang="sq">Mjedis dekstop i pesh?s s? leht? q? > punon bukur n? makina t? shkall?s s? fundit.</description> > ??? <description xml:lang="sr">?????? ????? ???????? ???? ???? ????? > ?? ???????? ????????.</description> > ??? <description xml:lang="sr at Latn">Lagano radno okru?enje koje radi > dobro na slabijim ma?inama.</description> > ??? <description xml:lang="sr at latin">Lagano radno okru?enje koje radi > dobro na slabijim ma?inama.</description> > ??? <description xml:lang="sv">En l?ttviktig skrivbordsmilj? som > fungerar bra p? l?ngsammare maskiner.</description> > ??? <description xml:lang="ta">??? lightweight ??????? ????? ??????? > ?????????? ????? ?????????? ?????? ??????????????.</description> > ??? <description xml:lang="te">?????? ???????? ?????????? ???????? ??? > ?????? ????????? ???????????? ????????????.</description> > ??? <description xml:lang="tg">?????? ???? ?????, ?? ??? ??? > ??????????? ???? ??? ???????.</description> > ??? <description > xml:lang="th">????????????????????????????????????????????????????????</description> > ??? <description xml:lang="uk">???????????? ?? ???????? ??????? ????, > ?? ????? ?????? ?? ??????? ???????.</description> > ??? <description > xml:lang="zh_CN">?????????????????????</description> > ??? <description > xml:lang="zh_TW">????????????????</description> > ??? <default>false</default> > ??? <uservisible>true</uservisible> > ??? <packagelist> > ????? <packagereq type="mandatory">Thunar</packagereq> > ????? <packagereq type="mandatory">xfce-utils</packagereq> > ????? <packagereq type="mandatory">xfce4-panel</packagereq> > ????? <packagereq type="mandatory">xfce4-session</packagereq> > ????? <packagereq type="mandatory">xfce4-settings</packagereq> > ????? <packagereq type="mandatory">xfconf</packagereq> > ????? <packagereq type="mandatory">xfdesktop</packagereq> > ????? <packagereq type="mandatory">xfwm4</packagereq> > ????? <packagereq type="default">gdm</packagereq> > ????? <packagereq type="default">leafpad</packagereq> > ????? <packagereq type="default">openssh-askpass</packagereq> > ????? <packagereq type="default">orage</packagereq> > ????? <packagereq type="default">polkit-gnome</packagereq> > ????? <packagereq type="default">thunar-archive-plugin</packagereq> > ????? <packagereq type="default">thunar-volman</packagereq> > ????? <packagereq type="default">tumbler</packagereq> > ????? <packagereq type="default">xfce4-appfinder</packagereq> > ????? <packagereq type="default">xfce4-icon-theme</packagereq> > ????? <packagereq type="default">xfce4-power-manager</packagereq> > ????? <packagereq type="default">xfce4-session-engines</packagereq> > ????? <packagereq type="default">xfce4-terminal</packagereq> > ????? <packagereq type="default">xfwm4-theme-nodoka</packagereq> > ????? <packagereq type="optional">xfwm4-themes</packagereq> > ????? <packagereq requires="pinentry" > type="conditional">pinentry-gtk</packagereq> > ??? </packagelist> > ? </group> > </comps> > > > > > On 08/06/2018 01:39 PM, Robert Moskowitz wrote: >> >> >> On 08/06/2018 11:51 AM, Tony Schreiner wrote: >>> On Mon, Aug 6, 2018 at 11:33 AM Robert Moskowitz <rgm at htt-consult.com> >>> wrote: >>> >>>> >>>> On 08/06/2018 11:11 AM, Tony Schreiner wrote: >>>>> On Mon, Aug 6, 2018 at 10:55 AM Robert Moskowitz >>>>> <rgm at htt-consult.com> >>>>> wrote: >>>>> >>>>>> 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 >>>>>> >>>>>> >>>>> In the file >>>>> >>>> 5307666922f0cd10058b04791f3f596cfcaab48df6fdd6cf847f349bd455e0bd-comps-Everything.x86_64.xml >>>> >>>>> from the repodata in the Epel 7 repository there is the following >>>>> for the >>>>> Xfce group, is this helpful to you? >>>> Yes!? I can pull out the rpm list and build a file to feed into yum. >>>> >>>> Can you point out the URL for all the groups?? I am also going to need >>>> the "X Windows System" group, I believe (and should compare it to the >>>> Server GUI group). >>>> >>>> Thanks >>>> >>>> >>> The comps file i searched was (for example) >>> >>> http://fedora-epel.mirror.lstn.net/7/x86_64/repodata/5307666922f0cd10058b04791f3f596cfcaab48df6fdd6cf847f349bd455e0bd-comps-Everything.x86_64.xml >>> >>> >>> you can choose any Fedora/Epel mirror >>> >>> But the "X Window System" group is in CentOS base, look for one of >>> those >>> mirrors (for example) >>> http://mirror.atlanticmetro.net/centos/7.5.1804/os/x86_64/repodata/d87379a47bc2060f833000b9cef7f9670195fe197271d37fce5791e669265e8b-c7-x86_64-comps.xml >>> >>> >>> do >>> grep "<name>"? your-comps.xml-fil >>> to see all the names >>> then page it and search for "X Window System" in your case >> >> Big help here.? With this and http://yum.baseurl.org/wiki/YumGroups >> >> I should be able to create my own repo with the groups I need, then >> hand it off to the armhfp maintainers. >> >> >> _______________________________________________ >> CentOS mailing list >> CentOS at centos.org >> https://lists.centos.org/mailman/listinfo/centos > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos