Boot into xfce4 Desktop after offline install... update system:
eos-update
reboot to be up to date… (there will be kernel update)
Remove all XFCE4 packages:
cd Downloads
| numix-gtk-theme | |
| numix-frost-themes | |
| numix-icon-theme | |
| numix-icon-theme-circle | |
| terminus-font | |
| xfce4 | |
| mousepad | |
| orage | |
| xfce4-clipman-plugin | |
| xfce4-cpufreq-plugin |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <channel name="xsettings" version="1.0"> | |
| <property name="Net" type="empty"> | |
| <property name="ThemeName" type="string" value="Numix-Frost"/> | |
| <property name="IconThemeName" type="string" value="Numix-Square"/> | |
| <property name="DoubleClickTime" type="int" value="250"/> | |
| <property name="DoubleClickDistance" type="int" value="5"/> | |
| <property name="DndDragThreshold" type="int" value="8"/> | |
| <property name="CursorBlink" type="bool" value="true"/> |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <channel name="xfce4-desktop" version="1.0"> | |
| <property name="backdrop" type="empty"> | |
| <property name="screen0" type="empty"> | |
| <property name="monitor0" type="empty"> | |
| <property name="image-path" type="string" value="/usr/share/antergos/wallpapers"/> | |
| <property name="last-image" type="string" value="/usr/share/antergos/wallpapers/antergos-wallpaper.png"/> | |
| <property name="last-single-image" type="string" value="/usr/share/antergos/wallpapers/antergos-wallpaper.png"/> | |
| <property name="image-style" type="int" value="5"/> |
| Server = http://cinnarch.polymorf.fr/$repo/$arch | |
| Server = http://eu.mirrors.coltondrg.com/antergos/$repo/$arch | |
| Server = http://ftp1.nluug.nl/os/Linux/distr/antergos/$repo/$arch | |
| Server = http://ftp2.nluug.nl/os/Linux/distr/antergos/$repo/$arch | |
| Server = https://glua.ua.pt/pub/antergos/$repo/$arch | |
| Server = http://mirror.alpix.eu/antergos/$repo/$arch | |
| Server = http://mirror.host.ag/antergos/$repo/$arch | |
| Server = http://mirror.nl.leaseweb.net/antergos/$repo/$arch | |
| Server = http://mirror.us.leaseweb.net/antergos/$repo/$arch | |
| Server = http://mirrors.acm.wpi.edu/antergos/$repo/$arch |
| Server = http://cinnarch.polymorf.fr/$repo/$arch | |
| Server = http://eu.mirrors.coltondrg.com/antergos/$repo/$arch | |
| Server = http://ftp1.nluug.nl/os/Linux/distr/antergos/$repo/$arch | |
| Server = http://ftp2.nluug.nl/os/Linux/distr/antergos/$repo/$arch | |
| Server = https://glua.ua.pt/pub/antergos/$repo/$arch | |
| Server = http://mirror.alpix.eu/antergos/$repo/$arch | |
| Server = http://mirror.host.ag/antergos/$repo/$arch | |
| Server = http://mirror.nl.leaseweb.net/antergos/$repo/$arch | |
| Server = http://mirror.us.leaseweb.net/antergos/$repo/$arch | |
| Server = http://mirrors.acm.wpi.edu/antergos/$repo/$arch |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <cnchi> | |
| <editions> | |
| <edition name="common" description="Packages common to all DE and base"> | |
| <packages> | |
| <pkgname>acpid</pkgname> | |
| <pkgname>alsa-utils</pkgname> | |
| <pkgname>antergos-keyring</pkgname> | |
| <pkgname>antergos-mirrorlist</pkgname> | |
| <pkgname>antergos-midnight-timers</pkgname> |
| xfconf-query --channel xfce4-desktop --list | grep last-image | while read path; do | |
| xfconf-query --channel xfce4-desktop --property $path --set /usr/share/endeavouros/endeavouros-wallpaper.png | |
| done |
| how to set your language: | |
| check current settings: | |
| localectl status | |
| will show something like this: | |
| System Locale: LANG=en_US.UTF-8 | |
| VC Keymap: -- | |
| X11 Layout: -- |
Boot into xfce4 Desktop after offline install... update system:
eos-update
reboot to be up to date… (there will be kernel update)
Remove all XFCE4 packages:
cd Downloads