User Tools

Site Tools


linux

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux [2024/11/04 06:49] A User Not Logged inlinux [2025/06/11 02:21] (current) – [nspawn] ealmr
Line 1: Line 1:
 ====== nspawn ====== ====== nspawn ======
  
-download arch linux container:+create Arch Linux container:
  
   wget https://mirror.rackspace.com/archlinux/iso/latest/archlinux-bootstrap-x86_64.tar.zst   wget https://mirror.rackspace.com/archlinux/iso/latest/archlinux-bootstrap-x86_64.tar.zst
- +  #setup pacman:
- +
-setup pacman: +
   pacman-key --init   pacman-key --init
   pacman-key --populate   pacman-key --populate
 +  #enable container:
 +  systemctl enable systemd-nspawn@arch
 +  
 +create Debian container:
 +
 +  debootstrap --include=dbus,libpam-systemd stable /var/lib/machines/debian [mirror]
 +  #modify password
 +  chroot /var/lib/machines/debian
 +  passwd
 +  
 +  
  
 ====== virt-manager ====== ====== virt-manager ======
Line 55: Line 63:
  
 ====== KDE tweaks ====== ====== KDE tweaks ======
 +
 +Workaround for generic wayland icons for GTK apps showed in taskbar on KDE 6 wayland session:
 +
 +  #from: https://discussion.fedoraproject.org/t/whats-with-the-wayland-icons-and-associated-apathy/40180/5
 +  
 +  Open the app you are wanting to fix (Vivaldi, Firefox Nightly, HandBrake, etc.)
 +  Add new kwin rule with Alt+F3 → More Actions → Configure Special Application Settings → Add Property → Desktop file name →
 +  Enter the desktop file name without extension (e.g. chromium-browser.desktop, fr.handbrake.ghb.desktop, vivaldi-stable.desktop, etc.)
 +  If you are using standard package, check name in “/usr/share/applications/
 +  if you are using flatpak package, check name in “var/lib/flatpak/exports/share/applications/
 +
  
 Scroll slow in KDE apps: Scroll slow in KDE apps:
Line 112: Line 131:
 </code> </code>
 ====== Debian ====== ====== Debian ======
 +
 +no-cloud images:
 +  
 +  https://cdimage.debian.org/cdimage/cloud/
  
 time: time:
linux.1730702988.txt.gz · Last modified: by A User Not Logged in

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki