Let us troubleshoot the ArcoLinux building process – the build failed – what to do
Things to consider: it is never the last error that matters it is the FIRST add only packages that can be installed with sudo pacman -S check for typos
Creation of your own iso – ArcoLinuxS and Leftwm combo
To promote again the possibility at ArcoLinux to create your own iso we create a combo between XL XS and Leftwm. Basically we want Xfce4 and Leftwm and all the cool stuff
How to create a bare ArcoLinuxB Plasma – which ArcoLinux packages can we omit
Two what ifs combined in one 1. what if we wanted the standard Arch Linux Plasma look - removing the ArcoLinux look and feel 2. what if we wanted to get rid of more ArcoLinux packages than just the look Watch the video and learn about the packages. Why are they there?...
How to add more desktops to any ArcoLinuxB iso – ArcoLinuxB Xtended – adding Leftwm and Dusk
ArcoLinuxB Xtended has been created to promote TWM or Tiling Window Managers. In this video we show you how easy it is to add more desktops to an iso: leftwm dusk
How to create your own ArcoLinuxB iso and include xxx – creation of ArcoLinuxB Dusk
Dusk is certainly a nice addition to the list of desktops. https://github.com/bakkeby/dusk You need to get all the info and support from the developer himself. We did arcofy the pkgbuild a bit so that we have our own ArcoLinux keybindings in there. Compare our config...
Creation of ArcoLinuxB Plasma + Dwm
The goal is to build an ArcoLinuxB Plasma with Dwm. We get the relevant code from the githubs and explain the workflow. If you want to combine other desktops you just download other githubs.Then we test in VirtualBox what we have created. See anything wrong. Change...
Creation of the ArcoLinuxS Lts iso – booting up with linux-lts and keeping linux kernel as fallback
Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.
Creation of Splasma – ArcoLinuxS and Plasma combined
This is a what-if from a user. We posted the message about ArcoLinuxS to be smaller than ArcoLinuxL. The user joked "now we wait for a Splasma". Splasma being the XS and Plasma. The result was a tutorial (see below). Dwm is installed during Calamares. Why? Because we...
Lets build ArcoLinux and add a driver (or delete) to get better support
Join us on Discord and on the forum. You are NOT the only one with that particular laptop or piece of hardware. Find solutions on the forum, ask questions on discord.We are no linux guru's, we can try to help you.If you figured out, what drivers you need to make Arch...
How to create your own blend of ArcoLinuxB – GI Joe 3 as example
Combine desktops together and make your own blend. Choose what software to add to your iso. Choose what software to remove from your iso. Then build it and have fun with it. GI Joe 3 = gnome and i3
Creation of ArcoLinuxB Xtended – Youtube series
Thanks to the work we have done in adding more packages for every desktop and dividing them up into desktop essential elements (arcolinux-bspwm, ...) non-desktop essential elements (arcolinux-config-bspwm,...) we have now more flexibility with our packages. We can now...
Building scripts explained for ArcoLinuxB – BYOI
We have improved the building scripts and made them better. Goals better maintenance more color educational value for arcolinuxiso.com tutorials later on We show you how to get all arcolinuxb githubs on your system with arcogetstarted. You can find the latest version...
How to create the biggest gaming iso ever
Get your build scripts fromhttps://github.com/arcolinuxbwith git clone You just want OPENBOX and LOTS OF GAMES You can use any desktop you likeWe choose Openbox BYOI procedure git clone https://github.com/arcolinuxb/arco-openbox-minimal change packages.x86_64 to...
Building an ArcoLinux -D -B iso on Arch Linux
I remember a question on discord about building an ArcoLinux iso on Arch Linux. This was a great opportunity to show everyone that there is no issue whatsoever to build isos on Arch Linux. ArcoLinux and Arch Linux are super similar. You only require the "archiso"...
Project ArcoLinuxB Bare – you can build a bare version for any of your desktops
Project ArcoLinuxB Bare You have to make the bare versions yourself. That is the entire point of the ArcoLinuxB project. First we get all relevant data via git to compare later with meld.git clone https://github.com/arcolinuxb/arco-xfce-baregit clone...
Project ArcolinuxB Xfce Bare – let us make the smallest iso possible
Project ArcoLinuxB Xfce Bare We will never make other bare versions. You have to make them yourself. That is the entire point of the ArcoLinuxB project. The Project ArcoLinuxB Xfce Bare is a personal project between me and Xeoncpu wondering how much packages can we...
How to create your own ArcoLinuxB Minimal version – recommended workflow
Get your build scripts from https://github.com/arcolinuxb with git clone You just want 1 DESKTOP and nothing more. In this example we create Bspwm Minimal Based on this workflow you can just createANYTHING BYOI procedure git...