Skip to content

Instantly share code, notes, and snippets.

@darkoverlordofdata
Last active April 4, 2022 02:13
Show Gist options
  • Save darkoverlordofdata/33c9edf3deb1e9448dcb886a5b5aa62b to your computer and use it in GitHub Desktop.
Save darkoverlordofdata/33c9edf3deb1e9448dcb886a5b5aa62b to your computer and use it in GitHub Desktop.
Install KDE on rpi400
install kde on rpi400:
https://www.raspberrypi.com/software/operating-systems/#raspberry-pi-os-64-bit
make a disk for Raspberry Pi OS Lite
sudo apt update
sudo apt upgrade
sudo apt dist-upgrade
sudo reboot
sudo apt install xserver-xorg
sudo apt install kde-plasma-desktop
sudo apt update
sudo apt install lightdm
sudo reboot
sudo apt install chromium-browser
sudo apt install rpi-chromium-mods
sudo apt install xdg-utils
sudo apt install xdg-use-dirs
sudo apt install xdg-user-dirs
sudo adduser darko
sudo usermod -a -G adm,dialout,cdrom,sudo,audio,video,plugdev,games,users,input,render,netdev,spi,i2c,gpio darko
groups darko
switch to user darko:
start system settings:
workspace -> workspace behavior:
change animation to instant
workspace -> desktop effects:
turn off all Appearrance flags
http://mate-macos.blogspot.com/p/making-manjaro-kde-look-like-macos.html
https://github.com/AppleDesignResources/SanFranciscoFont
https://github.com/kppleos/org.kpple.kppleMenu
for vscode:
https://code.visualstudio.com/#alt-downloads
.deb arm64
sudo apt install appmenu-gtk2-module
sudo apt install appmenu-gtk3-module
sudo apt install gnome-keyring
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment