Manjaro Difference between revisions of "Translations:Build Manjaro ISOs with buildiso/21/en"

Difference between revisions of "Translations:Build Manjaro ISOs with buildiso/21/en"

From Manjaro
(Importing a new version from external source)
 
(Importing a new version from external source)
Tags: Mobile web edit Mobile edit
 
Line 1: Line 1:
~/iso-profiles/manjaro/xfce/desktop-overlay/etc
{{UserCmdOutput|command=tree ~/iso-profiles/manjaro/xfce/desktop-overlay/etc|result=
├── fonts
<pre>
│   └── conf.d
../iso-profiles/manjaro/xfce/desktop-overlay/
│      └── 70-no-bitmaps.conf -> /etc/fonts/conf.avail/70-no-bitmaps.conf
├── etc
└── lightdm
│   ├── fonts
    └── lightdm-gtk-greeter.conf
│   │   └── conf.d
│   │      └── 70-no-bitmaps.conf
│   └── lightdm
│      ├── lightdm.conf
│      └── lightdm-gtk-greeter.conf
└── usr
    └── share
        └── icons
            └── default
                └── index.theme
</pre>
}}

Latest revision as of 16:58, 5 January 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Build Manjaro ISOs with buildiso)
{{UserCmdOutput|command=tree ~/iso-profiles/manjaro/xfce/desktop-overlay/etc|result=
<pre>
../iso-profiles/manjaro/xfce/desktop-overlay/
├── etc
│   ├── fonts
│   │   └── conf.d
│   │      └── 70-no-bitmaps.conf
│   └── lightdm
│      ├── lightdm.conf
│      └── lightdm-gtk-greeter.conf
└── usr
   └── share
       └── icons
           └── default
               └── index.theme
</pre>
}}


$ tree ~/iso-profiles/manjaro/xfce/desktop-overlay/etc

../iso-profiles/manjaro/xfce/desktop-overlay/
├── etc
│   ├── fonts
│   │   └── conf.d
│   │       └── 70-no-bitmaps.conf
│   └── lightdm
│       ├── lightdm.conf
│       └── lightdm-gtk-greeter.conf
└── usr
    └── share
        └── icons
            └── default
                └── index.theme
Cookies help us deliver our services. By using our services, you agree to our use of cookies.