User Tools

Site Tools


computing:debian-xlibre-sonicde

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

computing:debian-xlibre-sonicde [2026/06/07 18:55] – created oemb1905computing:debian-xlibre-sonicde [2026/06/07 19:00] (current) oemb1905
Line 1: Line 1:
 +-------------------------------------------
 +  * **debian-xlibre-sonicde** 
 +  * **Jonathan Haack**
 +  * **Haack's Networking**
 +  * **support@haacksnetworking.org** 
 +
 +-------------------------------------------
 +
 +These are notes about my Debian Testing, Xlibre, and SonicDE setups. They include technical and visual customizations. To install Xlibre, do the following:
 +
 +<code>
 +sudo apt-get update
 +sudo apt-get install -y ca-certificates curl
 +
 +sudo install -m 0755 -d /etc/apt/keyrings
 +curl -fsSL https://xlibre-deb.github.io/key.asc | sudo tee /etc/apt/keyrings/xlibre-deb.asc
 +sudo chmod a+r /etc/apt/keyrings/xlibre-deb.asc
 +
 +cat <<EOF | sudo tee /etc/apt/sources.list.d/xlibre-deb.sources
 +Types: deb deb-src
 +URIs: https://xlibre-deb.github.io/debian/
 +Suites: $(. /etc/os-release && echo "$VERSION_CODENAME")
 +Components: main
 +Architectures: $(dpkg --print-architecture)
 +Signed-By: /etc/apt/keyrings/xlibre-deb.asc
 +EOF
 +
 +sudo apt-get update
 +sudo apt-get install xlibre
 +</code>
 +
 +Next, let's install SonicDE:
 +
 +<code>
 +sudo apt update
 +sudo apt install -y ca-certificates curl
 +
 +sudo install -m 0755 -d /usr/share/keyrings
 +curl -fsSL https://mrchicken.nexussfan.cz/publickey.asc | gpg --dearmor | sudo tee /usr/share/keyrings/NexusSfan.pgp > /dev/null
 +sudo chmod a+r /usr/share/keyrings/NexusSfan.pgp
 +
 +cat <<EOF | sudo tee /etc/apt/sources.list.d/sonicde-debian.sources
 +Types: deb
 +URIs: https://sonicde-debian.github.io/debian/
 +Suites: main
 +Components: testing
 +Signed-By: /usr/share/keyrings/NexusSfan.pgp
 +EOF
 +
 +sudo apt update
 +sudo apt install sonicde sonic-archive-keyring
 +</code>
 +
 For SonicDE, to get rid of the lock screen default, change the name of the ''Next'' directory to ''Next.bak'' and whatever directory/image you want, make a copy of that one called ''Next'': For SonicDE, to get rid of the lock screen default, change the name of the ''Next'' directory to ''Next.bak'' and whatever directory/image you want, make a copy of that one called ''Next'':
  
Line 11: Line 64:
   cp -ar /usr/share/wallpapers/Arc-Dark/contents/images/2560x1440.png /usr/share/sddm/themes/Sonic-Silver-Light/assets/bg.png   cp -ar /usr/share/wallpapers/Arc-Dark/contents/images/2560x1440.png /usr/share/sddm/themes/Sonic-Silver-Light/assets/bg.png
      
-Go to software store and install network manager tray.+ --- //[[alerts@haacksnetworking.org|oemb1905]] 2026/06/07 18:56//
computing/debian-xlibre-sonicde.txt · Last modified: by oemb1905