Skip to content

Instantly share code, notes, and snippets.

@iegik
Last active February 15, 2026 18:02
Show Gist options
  • Select an option

  • Save iegik/5329fa4a757e6a2cf385cf6e9f7dd9e1 to your computer and use it in GitHub Desktop.

Select an option

Save iegik/5329fa4a757e6a2cf385cf6e9f7dd9e1 to your computer and use it in GitHub Desktop.

Elementary

https://elementary.io/

Show desktop windows

phanteon-desktop does not have icons on desktop, instead you can install nautilus

sudo apt install --no-install-recommends nautilus dconf-tools

gsettings set org.pantheon.desktop.cerbere ['plank', 'wingpanel', 'slingshot-launcher --silent', 'nautilus -n']


gsettings set org.gnome.desktop.background show-desktop-icons true

Lounch applications for Windows

sudo apt install wine winetricks

Manjaro

refresh gpg keys

sudo rm -r /etc/pacman.d/gnupg
sudo pacman-key --init
sudo pacman-key --populate manjaro
sudo pacman-key --populate archlinux
sudo pacman -Syvv manjaro-keyring  # just to test for key-problems, as this would fail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment