39

Got arch Linux working on my laptop.

Installed Budgie GNOME, Cairo dock, Termite, VS Code, Code::Blocks, Android Studio, IntelliJ....

It's so beautiful

Comments
  • 1
    @Alt-Grrr Budgie gnome is a very very pretty GNOME-based desktop environment that comes with pretty much nothing - no wallpapers, applications, or even a settings program. It's my favorite choice, and IMO the most arch choice for an easy Desktop Environment.
  • 1
    @Alt-Grrr Budgie "features heavy integration with the GNOME stack" (from the GitHub page)
  • 3
    Can arch linux hibernate without any trouble???
  • 0
    There is no such thing as "Budgie GNOME". It's called "Budgie", since there is no other version. Though they are soon ditching GNOME and fully switching to QT
  • 2
    @BroCow sure, This is my setup.
    ( swap partition )
    1) find UUID of swap partition
    2) add "resume=UUIID=uuid of swap partition here" to kernel parameter (grub)
    3) update grub config -> grub-mkconfig -o /boot/grub/grub.cfg
    4) hook "resume" in mkinitpico config (after base udev)
    5) generate init ramdisk -> mkinitpico -p linux
    6) reboot
    Now, when u want to hibernate -> systemctl hibernate
    (more detail on hibernate -> https://wiki.archlinux.org/index.ph...)
  • 2
    @BroCow to automate this:
    yaourt -S hibernator
  • 1
    Thank you @csaratakij and hawkes
  • 1
  • 1
Add Comment