https://github.com/cilegordev/azure-linux-wm
Script Installer WM/DE for Azure-Linux
https://github.com/cilegordev/azure-linux-wm
azure-linux cbl-mariner
Last synced: 6 months ago
JSON representation
Script Installer WM/DE for Azure-Linux
- Host: GitHub
- URL: https://github.com/cilegordev/azure-linux-wm
- Owner: cilegordev
- License: other
- Created: 2023-10-09T03:04:03.000Z (over 1 year ago)
- Default Branch: Azure-Linux
- Last Pushed: 2024-11-01T16:25:56.000Z (7 months ago)
- Last Synced: 2024-11-01T17:25:23.848Z (7 months ago)
- Topics: azure-linux, cbl-mariner
- Language: C
- Homepage: https://github.com/microsoft/azurelinux
- Size: 10.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure Linux Desktop Environment 🐭
Azure Linux, previously known as CBL-Mariner (in which CBL stands for Common Base Linux), is a free and open-source Linux distribution that Microsoft has developed. It is the base container OS for Microsoft Azure cloud infrastructure, edge products services and the graphical component of Hyper-V and WSL 2. But in this time, i installed xfce with a little customization.# Preview 🔗
| Xfce4 on Azure Linux 3.0 |
|-|
|  |
|Where Xfce 5.0?|# To Do 🛠️
> Missing package obs-studio ❌ (Too many dependencies outside the repository)
> pavucontrol ✅
> mugshot ✅
> [Installing on bare metal](image/azl3-on-bare-metal.png) ✅
> Trying to fix wlan0 maybe later ❌ (# CONFIG_RFKILL is not set)
> Trying to fix brightness maybe later ❌ ([ 44.571] (EE) open /dev/dri/card0: No such file or directory)
> Trying to fix touchpad maybe later ❌ (xinput not detected)# How To Install 🚧
This script is active maintenance 🟢
```zsh
wget https://gist.githubusercontent.com/cilegordev/be078308e3fb322c4a649cdfd8444544/raw/7d087fd0793937ecb8727bf39f35924bb785a410/xfce4-src-azl3.sh && chmod +x xfce4-src-azl3.sh && ./xfce4-src-azl3.sh
```This script is under development 🔴
```zsh
wget https://gist.githubusercontent.com/cilegordev/1645ac391844aa66c59ce1cfbf01c41b/raw/650e44900b6c03f0d82717f4b9aea8f685cb157e/xfce4-src-azl3-rc13.sh && chmod +x xfce4-src-azl3-rc13.sh && ./xfce4-src-azl3-rc13.sh
```