Thursday, December 26, 2024

Setup Hyprland with ML4W 2.9.7.3 Dotfiles via Pamac GUI on CachyOS 241221 (bare metal)

 This setup via Pamac GUI on CachyOS looks a bit different from the way proposed finally in https://github.com/mylinuxforwork/dotfiles/wiki/installation . Pamac GUI makes steps of installation a bit more clear and brings some more light on what is going on behind the scene .

$ pacman -S --needed git base-devel

$ git clone https://aur.archlinux.org/yay.git

$ cd yay

$ makepkg -si

$ cd

$ git clone https://aur.archlinux.org/libpamac-aur.git

$ cd libpamac-aur

$ makepkg -si

$ cd ..

$ git clone https://aur.archlinux.org/pamac-aur.git

$ cd pamac-aur

$ makepkg -si

Click icon "Add/Remove Software" , authorize via "Preferences" then add AUR Support and "Refresh databases". Afterwards install "ml4w-hyprland-git 2.9.7.3.rc0. . . ". Up on installation finished instance will prompt for reboot . Next step is supposed to run command $ ml4w-hyprland-setup. One more reboot will bring system to final shape 

























Log out and select "HYPRLAND" from dropdown menu in left down corner of updated SDDM login promt screen

























Snapshots of Stephan Raabe youtube channel front page














Tuesday, December 17, 2024

Hyprland with ML4W 2.9.7.1.RC2 Dotfiles as second DE for Manjaro 24.2 Yonada KDE Testing KVM Guest

Start setup below via remote ssh login into Manjaro  Yonada Plasma 6.2.4 Testing KVM Guest just to have "copy and paste" handy. First roll forward Manjaro Stable to Manjaro Testing Branch

$ sudo pacman-mirrors --api --set-branch testing

$ sudo pacman-mirrors --fasttrack 10 && sudo pacman -Syu

 If you have a corrupted package database and want to force synchronization, you can use "sudo pacman -Syyu"

$ sudo pacman-mirrors --fasttrack 10 && sudo pacman -Syyu

and proceed  as follows

$ sudo reboot
$ git clone https://aur.archlinux.org/yay.git
$ cd yay
$ makepkg -si
$ cd

Make sure yay has been built successfully

$ which yay
$ yay -S ml4w-hyprland-git

Now login into Manjaro Spice Console and run

$ ml4w-hyprland-setup

After vm's reboot you should be able login into Hyprland DE



Thursday, December 5, 2024

Bring back to life Hyprland with ML4W 2.9.7 Dotfiles as second DE for Manjaro-KDE-24.1.2-241104 KVM Guest

 Straight forward run `sudo pacman -Syyu`  on Manjaro KDE as of 11/04/2024 failed. Several commands shown bellow finally brought me to success. Having stable Manjaro release rolled forward to a final state we can just replace "downgrade" by "manjaro-downgrade" to reproduce same approach as in my previous post to Lxer.com . Current version of ML4W Dotfiles appears to be 2.9.7.1DEV.

$ sudo pacman-key --init

$ sudo pacman-key --populate archlinux manjaro

$ sudo pacman -Sy archlinux-keyring manjaro-keyring

$ sudo pacman -Scc

$ sudo pacman -Syyu

Now follow  https://lxer.com/module/newswire/view/348282/index.html

[boris@boris-mjrdevs ~]$ yay -S manjaro-downgrade

Sync Explicit (1): manjaro-downgrade-2.2-2

[sudo] password for boris:

resolving dependencies...

looking for conflicting packages...

Packages (1) manjaro-downgrade-2.2-2

Total Download Size:   0.05 MiB

Total Installed Size:  0.08 MiB

:: Proceed with installation? [Y/n] Y

:: Retrieving packages...

 manjaro-downgrade-2.2-2-any   46.5 KiB   115 KiB/s 00:00 [###############################] 100%

(1/1) checking keys in keyring                            [###############################] 100%

(1/1) checking package integrity                          [###############################] 100%

(1/1) loading package files                               [###############################] 100%

(1/1) checking for file conflicts                         [###############################] 100%

(1/1) checking available disk space                       [###############################] 100%

:: Processing package changes...

(1/1) installing manjaro-downgrade                        [###############################] 100%

:: Running post-transaction hooks...

(1/1) Arming ConditionNeedsUpdate...

[boris@boris-mjrdevs ~]$ sudo manjaro-downgrade aquamarine hyprland

:: Retrieving packages...

 aquamarine-0.4.5-1-x86_64    341.8 KiB   295 KiB/s 00:01 [###############################] 100%

 hyprland-0.45.0-1-x86_64      46.8 MiB  5.89 MiB/s 00:08 [###############################] 100%

loading packages...

warning: downgrading package aquamarine (0.5.0-1 => 0.4.5-1)

warning: downgrading package hyprland (0.45.2-3 => 0.45.0-1)

resolving dependencies...

looking for conflicting packages...

Packages (3) xorg-xinput-1.6.4-2  aquamarine-0.4.5-1  hyprland-0.45.0-1

Total Download Size:    0.03 MiB

Total Installed Size:  56.59 MiB

Net Upgrade Size:       0.06 MiB

:: Proceed with installation? [Y/n] Y

. . . .

:: Processing package changes...

(1/3) downgrading aquamarine                              [###############################] 100%

(2/3) installing xorg-xinput                              [###############################] 100%

(3/3) downgrading hyprland                                [###############################] 100%

:: Running post-transaction hooks...

(1/2) Reloading user manager configuration...

(2/2) Arming ConditionNeedsUpdate...

add aquamarine to IgnorePkg? [y/N] y

add hyprland to IgnorePkg? [y/N] y














































REFERENCES