Sunday, July 20, 2025

Attempt to run the most recent version of Dotfiles Installer on Fedora Rawhide

 Following below is attempt to setup Hyprland  with ML4W Dotfiles 2.9.8.7 (Stephan Raabe) on Fedora Rawhide . Several Copr repositories , which may be easily detected via command `dnf repolist` , will be automatically activated during this setup and keep the same speed of installation as on CachyOS or any other Arch Linux Clone working via direct access to AUR. You are not supposed to experience any painful network congestions during running this setup on any version of fedora linux ( 41,42,Rawhide ) .

First step would be  add the repository using using remote-add and installing  com.ml4w.dotfilesinstaller

$  flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo

$  flatpak install flathub com.ml4w.dotfilesinstaller

Next Step would be start of com.ml4w.dotfilesinstaller

$ flatpak run com.ml4w.dotfilesinstaller

Right after start of installer copy the following url into the Dotfiles Installer and start the installation

https://raw.githubusercontent.com/mylinuxforwork/dotfiles/main/hyprland-dotfiles.dotinst

then  click on Download button. When download will be finished copy to clipboard buffer highlighted command in popped up window and run the script 

/home/boris/.var/app/com.ml4w.dotfilesinstaller/data/downloads/com.ml4w.dotfiles/setup/setup.sh

in another tab keeping original process up and running.  All the steps would be exactly the same as described in Attempt to run the most recent version of Dotfiles Installer designed by Stephan Raabe on CachyOS250713

Following Copr repositories will be automatically activated during this setup and keep the same speed of installation as on CachyOS or any other Arch Linux Clone working via yay direct access to AUR


╰─ ❯❯ dnf5 repolist
repo id                                                             repo name                                                            
charm                                                               Charm                                                                
copr:copr.fedorainfracloud.org:erikreider:SwayNotificationCenter    Copr repo for SwayNotificationCenter owned by erikreider            
copr:copr.fedorainfracloud.org:solopasha:hyprland                   Copr repo for hyprland owned by solopasha                            
copr:copr.fedorainfracloud.org:tofik:nwg-shell                      Copr repo for nwg-shell owned by tofik                               
coprdep:copr.fedorainfracloud.org:erikreider:SwayNotificationCenter Copr copr.fedorainfracloud.org/tofik/nwg-shell runtime dependency #1
coprdep:copr.fedorainfracloud.org:mochaa:gtk-session-lock           Copr copr.fedorainfracloud.org/tofik/nwg-shell runtime dependency #2
coprdep:copr.fedorainfracloud.org:tofik:sway                        Copr copr.fedorainfracloud.org/tofik/nwg-shell runtime dependency #3
fedora-cisco-openh264                                               Fedora rawhide openh264 (From Cisco) - x86_64                        
rawhide                                                 Fedora - Rawhide - Developmental packages for the next Fedora release





Finally reboot system and log into Hyperland option which should be added to original GDM Login promt .































Thursday, July 17, 2025

Attempt to run the most recent version of Dotfiles Installer designed by Stephan Raabe on openSUSE Tumbleweed

UPDATE as 07/22/25 

[BUG] Hyprpaper issues on openSuse Tumbleweed #1053


I was able to build from source four rpms and install all of them

$ sudo zypper source-install hyprutils-0.8.1-19.1.src.rpm

[sudo] password for root:

Loading repository data...

Reading installed packages...

Resolving package dependencies...

The following NEW package is going to be installed:

  libpixman-1-0-devel

The following source package is going to be installed:

  hyprutils

1 new package to install, 1 source package.

Package download size:    81.0 KiB

Package install size change:

              |      98.2 KiB  required by packages that will be installed

    98.2 KiB  |  -      0 B    released by packages that will be removed

Backend:  classic_rpmtrans

Continue? [y/n/v/...? shows all options] (y): y

Preloading: libpixman-1-0-devel-0.46.2-1.1.x86_64.rpm [done]

Preload finished. [success (877 B/s) ]..................................................[done]

Retrieving: libpixman-1-0-devel-0.46.2-1.1.x86_64 (Main Repository (OSS))         (1/2),  21.7 KiB

Retrieving: hyprutils-0.8.1-19.1.src (Plain RPM files cache)                 (2/2),  59.3 KiB

Checking for file conflicts: ..................................................................[done]

(1/2) Installing: libpixman-1-0-devel-0.46.2-1.1.x86_64 ..................[done]

(2/2) Installing: hyprutils-0.8.1-19.1.src ............................................[done]

Running post-transaction scripts ......................................................[done]

boris@localhost:~/rpmbuild/SRPMS/x86_64> rpmbuild --rebuild ./hyprutils-0.8.1-19.1.src.rpm

boris@localhost:~/rpmbuild/RPMS/x86_64> ls -l
total 1204
-rw-r--r--. 1 boris boris 39770 Jul 22 12:49 hyprutils-debugsource-0.8.1-19.1.x86_64.rpm
-rw-r--r--. 1 boris boris 31204 Jul 22 12:49 hyprutils-devel-0.8.1-19.1.x86_64.rpm
-rwxr-xr-x. 1 boris boris 184 Jul 22 12:53 install.sh
-rw-r--r--. 1 boris boris 133327 Jul 22 12:49 libhyprutils7-0.8.1-19.1.x86_64.rpm
-rw-r--r--. 1 boris boris 1016707 Jul 22 12:49 libhyprutils7-debuginfo-0.8.1-19.1.x86_64.rpm

Running install.sh finally creates shared libraries

boris@localhost:/usr/lib64> ls -l libhyprutils*

lrwxrwxrwx. 1 root root 17 Jul 22 12:49 libhyprutils.so -> libhyprutils.so.7
-rwxr-xr-x. 1 root root 338136 Jul 22 12:49 libhyprutils.so.0.8.1
lrwxrwxrwx. 1 root root 21 Jul 22 12:49 libhyprutils.so.7 -> libhyprutils.so.0.8.1

Re-packaging is required on Tumbleweed.


END UPDATE

This post is an immediate follow up for https://lxer.com/module/newswire/view/355632/index.html

 Setup.sh on Tumbleweed instance deployed via regular ISO image (Agama Installer makes things even worse ) finish up as follows below

boris@localhost~> /home/boris/.var/app/com.ml4w.dotfilesinstaller/data/downloads/com.ml4w.dotfiles/setup/setup.sh

.   .   .    .  .

      ID                                             Branch           Op           Remote           Download

 1. [✗] com.github.PintaProject.Pinta.Locale           stable           i            flathub           6.3 kB / 651.8 kB

 2. [✗] com.github.PintaProject.Pinta                  stable           i            flathub          45.4 MB / 51.1 MB

Warning: Flatpak system operation Deploy not allowed for user

error: Failed to install com.github.PintaProject.Pinta: Flatpak system operation Deploy not allowed for user

error: system does not fully support snapd: cannot mount squashfs image using "squashfs": -----

       mount: /tmp/syscheck-mountpoint-1914431969: wrong fs type, bad option, bad superblock on

       /dev/loop0, missing codepage or helper program, or other error.

       dmesg(1) may have more information after failed mount system call.

       -----

:: Installation complete.

:: Ready to install the dotfiles with the Dotfiles Installer.

********************************************

Attempt to install with prompt  for root privileges

********************************************

 Installation complete.

:: Ready to install the dotfiles with the Dotfiles Installer.

boris@localhost:~> flatpak install com.github.PintaProject.Pinta.Locale com.github.PintaProject.Pinta

Looking for matches…

com.github.PintaProject.Pinta permissions:

    ipc                   network               fallback-x11      wayland      x11      dri

    file access [1]       dbus access [2]

    [1] /run/media, xdg-desktop, xdg-documents, xdg-download, xdg-pictures, xdg-public-share, xdg-run/gvfs, xdg-run/gvfsd,

        xdg-templates

    [2] org.gtk.vfs.*

        ID                                             Branch           Op           Remote           Download

 1. [✓] com.github.PintaProject.Pinta.Locale           stable           i            flathub          675.7 kB / 651.8 kB

 2. [✓] com.github.PintaProject.Pinta                  stable           i            flathub           45.4 MB / 51.1 MB

Installation complete.

Reboot into Hyperland with restricted ML4W Dotfiles functionality. Black Screen,no Waybar, Just rofi is working

**************************************************************

Same final phase of installation on Fedora 42 WKS completes with no issues. See final commands  when running same script on Fedora 42 WKS 

Looking for matches…


com.ml4w.hyprlandsettings permissions:
    ipc                   network               fallback-x11      wayland      x11      dri
    file access [1]       dbus access [2]

    [1] home, xdg-config/gtk-4.0
    [2] org.freedesktop.Flatpak


        ID                                  Branch           Op          Remote             Download
 1. [✓] com.ml4w.hyprlandsettings           master           i           ml4w-repo          131.7 kB / 177.6 kB

Installation complete.

:: Setup complete. Run the app with 'flatpak run com.ml4w.hyprlandsettings'
Looking for matches…

com.github.PintaProject.Pinta permissions:
    ipc                   network               fallback-x11      wayland      x11      dri
    file access [1]       dbus access [2]

    [1] /run/media, xdg-desktop, xdg-documents, xdg-download, xdg-pictures, xdg-public-share, xdg-run/gvfs, xdg-run/gvfsd,
        xdg-templates
    [2] org.gtk.vfs.*


        ID                                             Branch           Op          Remote           Download
 1. [✓] com.github.PintaProject.Pinta.Locale           stable           i           flathub           6.3 kB / 651.8 kB
 2. [✓] com.github.PintaProject.Pinta                  stable           i           flathub          45.4 MB / 51.1 MB

Installation complete.
:: Installation complete.
:: Ready to install the dotfiles with the Dotfiles Installer.

**********************************************************************************
Setup completed on Fedora 42 WKS














Setup completed on openSUSE Tumbleweed













Tuesday, July 15, 2025

Attempt to run the most recent version of Dotfiles Installer designed by Stephan Raabe on CachyOS250713

UPDATE as of 07/16/25   The most recent version of Dotfiles Installer works just perfect on Fedora 42 WKS .  Speed was the same as on CachyOS with no errors in the most critical packages installation phase










Following repos were automatically activated during packages installation phase on Fedora 42










END UPDATE 

Following below is the step by step review of recent video https://www.youtube.com/watch?v=cuqe5Hs00Go&t=686s posted by Stephan Raabe . Notice that current version of Dotfile Installer requires flatpak and yay to be preinstalled on any of Arch Linux Clones and  CachyOS250713 in particular . So we have to start with yay installation to avoid silent failure of installation itself .

 sudo pacman -S flatpak yay

[sudo] password for boris:  
resolving dependencies...
looking for conflicting packages...

Package (2)               Old Version   New Version   Net Change  Download Size

cachyos-extra-v3/flatpak  1:1.16.1-1.1  1:1.16.1-1.1    0.00 MiB                
cachyos/yay                             12.5.0-1        9.24 MiB       3.12 MiB

Total Download Size:    3.12 MiB
Total Installed Size:  17.31 MiB
Net Upgrade Size:       9.24 MiB

:: Proceed with installation? [Y/n]


 flatpak install flathub com.ml4w.dotfilesinstaller


Looking for matches…
Required runtime for com.ml4w.dotfilesinstaller/x86_64/stable (runtime/org.gnome.Platform/x86_64/48) found in remote flathub
Do you want to install it? [Y/n]: Y

com.ml4w.dotfilesinstaller permissions:
   ipc     network     fallback-x11     wayland     x11     dri     file access [1]

   [1] home


       ID                                           Branch           Op           Remote            Download
1. [] com.ml4w.dotfilesinstaller.Locale            stable           i            flathub             3.2 kB / 3.9 MB
2. [] org.gnome.Platform.Locale                    48               i            flathub            18.6 kB / 389.1 MB
3. [] org.gtk.Gtk3theme.Breeze                     3.22             i            flathub           114.5 kB / 192.6 kB
4. [] org.gnome.Platform                           48               i            flathub           230.3 MB / 397.0 MB
5. [] com.ml4w.dotfilesinstaller                   stable           i            flathub            13.5 MB / 13.7 MB

Installation complete.

Next Step would be

$ flatpak run com.ml4w.dotfilesinstaller

Right after start of installer, as was proposed in video, copy the following url into the Dotfiles Installer and start the installation

https://raw.githubusercontent.com/mylinuxforwork/dotfiles/main/hyprland-dotfiles.dotinst









Now click on Download button









Now copy highlighted command in popped up window and run this script in another tab keeping original process up and running









This script is supposed to finish with no errors during installation of required packages. Then return back to original screen and press "Next"










Here goes a sequence of steps after previous one









Now reboot system and log into Hyperland option which should be added to original SDDM Login promt










REFERENCES

https://www.youtube.com/watch?v=cuqe5Hs00Go&t=686s

Friday, July 11, 2025

Setup Hyprland with ML4W Dotfiles 2.9.8.7 on Fedora 42 WKS (KDE Plasma 6.4.2) in VENV

UPDATE as of 07/13/25 Bare metal setup succeeded










END UPDATE

Follow  Stephan's Raabe directive  and start script 

$ bash -c "$(curl -s https://raw.githubusercontent.com/mylinuxforwork/dotfiles/main/setup-fedora.sh)"

When prompted select rolling version of Hyprland with ML4W Dotfiles 2.9.8.7 rather then stable 2.9.8.6 . In this case you are supposed to watch in final phase of installation following flatpacks  to be installed on virtual drive of F42 KVM Guest  

  ___
  / _ | ___  ___  ___
 / __ |/ _ \/ _ \(_-<
/_/ |_/ .__/ .__/___/
     /_/  /_/

Installing the ML4W Apps now...
:: Installing com.ml4w.welcome
:: Repo 'flathub' is already added.
:: Repo 'ml4w-repo' is NOT added.
:: Downloading Public Key
Saving '/home/boris/.cache/ml4w-apps-public-key.asc'
HTTP response 200  [https://mylinuxforwork.github.io/ml4w-flatpak-repo/ml4w-apps-public-key.asc]
ml4w-apps-public-key 100% [============================================================================>]    3.08K    --.-KB/s
                          [Files: 1  Bytes: 3.08K [5.29KB/s] Redirects: 0  Todo: 0  Errors: 0           ]
:: Removing public key of ml4w-repo
:: Flatpak 'com.ml4w.welcome' is NOT installed for the current user.
:: Flatpak 'com.ml4w.welcome' from repository 'ml4w-repo' is NOT installed.
:: Installing com.ml4w.welcome
Looking for matches…
Required runtime for com.ml4w.welcome/x86_64/master (runtime/org.gnome.Platform/x86_64/47) found in remote flathub

com.ml4w.welcome permissions:
    ipc                   network               fallback-x11      wayland      x11      dri
    file access [1]       dbus access [2]

    [1] home, xdg-config/gtk-4.0
    [2] org.freedesktop.Flatpak


        ID                                            Branch              Op          Remote             Download
 1. [✓] org.freedesktop.Platform.GL.default           24.08               i           flathub            154.9 MB / 155.4 MB
 2. [✓] org.freedesktop.Platform.GL.default           24.08extra          i           flathub             23.7 MB / 155.4 MB
 3. [✓] org.freedesktop.Platform.openh264             2.5.1               i           flathub            913.7 kB / 971.4 kB
 4. [✓] org.gnome.Platform.Locale                     47                  i           flathub             18.6 kB / 389.0 MB
 5. [✓] org.gnome.Platform                            47                  i           flathub            336.5 MB / 392.8 MB
 6. [✓] com.ml4w.welcome                              master              i           ml4w-repo          126.0 kB / 170.9 kB

Installation complete.

:: Setup complete. Run the app with 'flatpak run com.ml4w.welcome'
:: Installing com.ml4w.settings
:: Repo 'flathub' is already added.
:: Repo 'ml4w-repo' is already added.
:: Flatpak 'com.ml4w.settings' is NOT installed for the current user.
:: Flatpak 'com.ml4w.settings' from repository 'ml4w-repo' is NOT installed.
:: Installing com.ml4w.settings
Looking for matches…

com.ml4w.settings permissions:
    ipc                   network               fallback-x11      wayland      x11      dri
    file access [1]       dbus access [2]

    [1] home, xdg-config/gtk-4.0
    [2] org.freedesktop.Flatpak


        ID                         Branch          Op         Remote            Download
 1. [✓] com.ml4w.settings          master          i          ml4w-repo         114.8 kB / 160.3 kB

Installation complete.

:: Setup complete. Run the app with 'flatpak run com.ml4w.settings'
:: Installing com.ml4w.sidebar
:: Repo 'flathub' is already added.
:: Repo 'ml4w-repo' is already added.
:: Flatpak 'com.ml4w.sidebar' is NOT installed for the current user.
:: Flatpak 'com.ml4w.sidebar' from repository 'ml4w-repo' is NOT installed.
:: Installing com.ml4w.sidebar
Looking for matches…

com.ml4w.sidebar permissions:
    ipc                   network               fallback-x11      wayland      x11      dri
    file access [1]       dbus access [2]

    [1] home, xdg-config/gtk-4.0
    [2] org.freedesktop.Flatpak
        ID                        Branch         Op         Remote            Download
 1. [✓] com.ml4w.sidebar          master         i          ml4w-repo         107.6 kB / 172.4 kB

Installation complete.

:: Setup complete. Run the app with 'flatpak run com.ml4w.sidebar'
:: Installing com.ml4w.calendar
:: Repo 'flathub' is already added.
:: Repo 'ml4w-repo' is already added.
:: Flatpak 'com.ml4w.calendar' is NOT installed for the current user.
:: Flatpak 'com.ml4w.calendar' from repository 'ml4w-repo' is NOT installed.
:: Installing com.ml4w.calendar
Looking for matches…

com.ml4w.calendar permissions:
    ipc                   network               fallback-x11      wayland      x11      dri
    file access [1]       dbus access [2]

    [1] home, xdg-config/gtk-4.0
    [2] org.freedesktop.Flatpak
        ID                         Branch          Op         Remote            Download
 1. [✓] com.ml4w.calendar          master          i          ml4w-repo         108.9 kB / 154.9 kB

Installation complete.

:: Setup complete. Run the app with 'flatpak run com.ml4w.calendar'
:: Installing com.ml4w.hyprlandsettings
:: Repo 'flathub' is already added.
:: Repo 'ml4w-repo' is already added.
:: Flatpak 'com.ml4w.hyprlandsettings' is NOT installed for the current user.
:: Flatpak 'com.ml4w.hyprlandsettings' from repository 'ml4w-repo' is NOT installed.
:: Installing com.ml4w.hyprlandsettings
Looking for matches…

com.ml4w.hyprlandsettings permissions:
    ipc                   network               fallback-x11      wayland      x11      dri
    file access [1]       dbus access [2]

    [1] home, xdg-config/gtk-4.0
    [2] org.freedesktop.Flatpak
        ID                                  Branch           Op          Remote             Download
 1. [✓] com.ml4w.hyprlandsettings           master           i           ml4w-repo          131.7 kB / 177.6 kB

Installation complete.

:: Setup complete. Run the app with 'flatpak run com.ml4w.hyprlandsettings'
   _____           ___     _
  / __(_)__  ___ _/ (_)__ (_)__  ___ _
 / _// / _ \/ _ `/ / /_ // / _ \/ _ `/
/_/ /_/_//_/\_,_/_/_//__/_/_//_/\_, /
                             /___/
   ___
  / _ \___  ___  ___
 / // / _ \/ _ \/ -_)
/____/\___/_//_/\__/


A reboot of your system is HIGHLY recommended to make sure that all services can be started correctly.

 Do you want to reboot your system now?
Reboot system and select HYPRLAND option from Gnome login prompts menu










Runtime snapshots of Hyprland session






























REFERENCES
https://mylinuxforwork.github.io/dotfiles/getting-started/install
https://github.com/mylinuxforwork/dotfiles/wiki/installation/
Option 1 proposed by Stephan Raabe would prompt to select either "arch" or  "fedora" options for rolling release 2.9.8.7 ( at the time of writing )
# 1.) Change into your Downloads folder (create the folder if not available)
cd ~/Downloads

# 2.) Clone the dotfiles repository into the Downloads folder
git clone --depth=1 https://github.com/mylinuxforwork/dotfiles.git

# 3.) Change into the dotfiles/bin folder
cd dotfiles/bin

# 4.) Start the installation
./ml4w-hyprland-setup

Option 2  proposed by Stephan Raabe to run script (at the time of writing )
bash <(curl -s https://raw.githubusercontent.com/mylinuxforwork/dotfiles/main/setup-fedora.sh)

Monday, July 7, 2025

Setup Hyprland with ML4W Dotfiles 2.9.8.7 on CachyOS 250530 via Pamac-GUI

 We start with attempt to install Pamac-GUI on CachyOS 250530. When install  of Pamac-GUI succeeded we synchronize instance with AUR and make sure that ml4w-hyprland-git shows up via interface Add/Remove Programs. Next step is building ml4w-hyprland-git utilizing Pamac-GUI. When done reboot and attempt to run ml4w-hyprland-setup .

Detailed protocol of command running ml4w-hyprland-setup and installing flatpack's  applications on CachyOS 250530 follows below after first screenshot ,  which confirms that `sudo pacman -S pamac-gui` succeeded on current release of CachyOS

boris@boris-ms7c37devs ~]$ ssh boris@192.168.0.42

The authenticity of host '192.168.0.42 (192.168.0.42)' can't be established.

ED25519 key fingerprint is SHA256:bDQwpc51i0YtdAOUKXpuf5q1sgRd44uyoYMiKskt+Ug.

This key is not known by any other names.

Are you sure you want to continue connecting (yes/no/[fingerprint])? yes

Warning: Permanently added '192.168.0.42' (ED25519) to the list of known hosts.

boris@192.168.0.42's password:

           .-------------------------:                    boris@cachyos-07JULDEVS

          .+=========================.                    -----------------------

         :++===++==================-       :++-           OS: CachyOS x86_64

        :*++====+++++=============-        .==:           Host: KVM/QEMU Standard PC (Q35 + ICH9, 2009) (pc-q35-10.0)

       -*+++=====+***++==========:                        Kernel: Linux 6.15.5-2-cachyos

      =*++++========------------:                         Uptime: 7 mins

     =*+++++=====-                     ...                Packages: 1061 (pacman)

   .+*+++++=-===:                    .=+++=:              Shell: fish 4.0.2

  :++++=====-==:                     -*****+              Display (QEMU Monitor): 1920x1080 @ 60 Hz in 15"

 :++========-=.                      .=+**+.              DE: KDE Plasma 6.4.2

.+==========-.                          .                 WM: KWin (Wayland)

 :+++++++====-                                .--==-.     WM Theme: Breeze

  :++==========.                             :+++++++:    Theme: Breeze (Light) [Qt], Breeze [GTK2/3]

   .-===========.                            =*****+*+    Icons: Breeze [Qt], breeze [GTK2/3/4]

    .-===========:                           .+*****+:    Font: Noto Sans (10pt) [Qt], Noto Sans (10pt) [GTK2/3/4]

      -=======++++:::::::::::::::::::::::::-:  .---:      Cursor: Breeze (24px)

       :======++++====+++******************=.             Terminal: /dev/pts/1

        :=====+++==========++++++++++++++*-               CPU: 8 x AMD Ryzen 7 3700X (8) @ 3.60 GHz

         .====++==============++++++++++*-                GPU: RedHat Virtio 1.0 GPU

          .===+==================+++++++:                 Memory: 1.62 GiB / 15.24 GiB (11%)

           .-=======================+++:                  Swap: 0 B / 15.24 GiB (0%)

             ..........................                   Disk (/): 6.57 GiB / 67.71 GiB (10%) - btrfs

                                                          Local IP (enp1s0): 192.168.0.42/24

                                                          Locale: en_US.UTF-8


~ boris@cachyos-07JULDEVS

sudo pacman -S pamac-aur

[sudo] password for boris:

resolving dependencies...

looking for conflicting packages...

Package (15)                     New Version   Net Change  Download Size

cachyos-extra-v3/appstream-glib  0.8.3-2.3       3.72 MiB       0.53 MiB

extra/archlinux-appstream-data   20250529-1     21.93 MiB      21.03 MiB

cachyos-extra-v3/bubblewrap      0.11.0-1.1      0.10 MiB       0.04 MiB

cachyos-extra-v3/composefs       1.0.8-1.1       0.17 MiB       0.06 MiB

cachyos-extra-v3/dbus-glib       0.114-1.1       0.78 MiB       0.14 MiB

cachyos-extra-v3/flatpak         1:1.16.1-1.1    8.07 MiB       2.06 MiB

cachyos-extra-v3/libadwaita      1:1.7.5-1.1     5.03 MiB       0.73 MiB

cachyos-extra-v3/libhandy        1.8.3-2.1       2.48 MiB       0.47 MiB

cachyos-extra-v3/libmalcontent   0.13.0-1.1      0.20 MiB       0.04 MiB

cachyos/libpamac-aur             11.7.3-5       15.24 MiB       2.79 MiB

cachyos-extra-v3/ostree          2025.2-3.1      4.38 MiB       0.85 MiB

cachyos-extra-v3/vte-common      0.80.3-1.1      0.19 MiB       0.05 MiB

cachyos-extra-v3/vte3            0.80.3-1.1      1.50 MiB       0.41 MiB

cachyos-extra-v3/xdg-dbus-proxy  0.1.6-1.1       0.06 MiB       0.03 MiB

cachyos/pamac-aur                11.7.3-3        0.89 MiB       0.24 MiB

Total Download Size:   29.48 MiB

Total Installed Size:  64.74 MiB

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

:: Retrieving packages...

 vte3-0.80.3-1.1-x86_64_v3                             416.5 KiB   989 KiB/s 00:00 [-----------------------------------------------] 100%

 pamac-aur-11.7.3-3-x86_64                             249.3 KiB   505 KiB/s 00:00 [-----------------------------------------------] 100%

 appstream-glib-0.8.3-2.3-x86_64_v3                    542.8 KiB   978 KiB/s 00:01 [-----------------------------------------------] 100%

 dbus-glib-0.114-1.1-x86_64_v3                         145.6 KiB  57.1 KiB/s 00:03 [-----------------------------------------------] 100%

 composefs-1.0.8-1.1-x86_64_v3                          66.5 KiB  32.3 KiB/s 00:02 [-----------------------------------------------] 100%

 archlinux-appstream-data-20250529-1-any                21.0 MiB  7.78 MiB/s 00:03 [-----------------------------------------------] 100%

 bubblewrap-0.11.0-1.1-x86_64                           42.7 KiB   110 KiB/s 00:00 [-----------------------------------------------] 100%

 vte-common-0.80.3-1.1-x86_64_v3                        56.0 KiB   121 KiB/s 00:00 [-----------------------------------------------] 100%

 xdg-dbus-proxy-0.1.6-1.1-x86_64                        27.5 KiB   222 KiB/s 00:00 [-----------------------------------------------] 100%

 libmalcontent-0.13.0-1.1-x86_64                        40.6 KiB   214 KiB/s 00:00 [-----------------------------------------------] 100%

 libpamac-aur-11.7.3-5-x86_64                            2.8 MiB   855 KiB/s 00:03 [-----------------------------------------------] 100%

 libadwaita-1:1.7.5-1.1-x86_64_v3                      751.2 KiB   223 KiB/s 00:03 [-----------------------------------------------] 100%

 flatpak-1:1.16.1-1.1-x86_64_v3                          2.1 MiB   486 KiB/s 00:04 [-----------------------------------------------] 100%

 libhandy-1.8.3-2.1-x86_64                             479.9 KiB   107 KiB/s 00:04 [-----------------------------------------------] 100%

 ostree-2025.2-3.1-x86_64_v3                           866.2 KiB   126 KiB/s 00:07 [-----------------------------------------------] 100%

 Total (15/15)                                          29.5 MiB  4.24 MiB/s 00:07 [-----------------------------------------------] 100%

(15/15) checking keys in keyring                                                   [-----------------------------------------------] 100%

(15/15) checking package integrity                                                 [-----------------------------------------------] 100%

(15/15) loading package files                                                      [-----------------------------------------------] 100%

(15/15) checking for file conflicts                                                [-----------------------------------------------] 100%

:: Processing package changes...

( 1/15) installing libhandy                                                        [-----------------------------------------------] 100%

( 2/15) installing libadwaita                                                      [-----------------------------------------------] 100%

( 3/15) installing dbus-glib                                                       [-----------------------------------------------] 100%

( 4/15) installing vte-common                                                      [-----------------------------------------------] 100%

( 5/15) installing vte3                                                            [-----------------------------------------------] 100%

( 6/15) installing appstream-glib                                                  [-----------------------------------------------] 100%

( 7/15) installing archlinux-appstream-data                                        [-----------------------------------------------] 100%

( 8/15) installing bubblewrap                                                      [-----------------------------------------------] 100%

( 9/15) installing libmalcontent                                                   [-----------------------------------------------] 100%

(10/15) installing composefs                                                       [-----------------------------------------------] 100%

(11/15) installing ostree                                                          [-----------------------------------------------] 100%

(12/15) installing xdg-dbus-proxy                                                  [-----------------------------------------------] 100%

(13/15) installing flatpak                                                         [-----------------------------------------------] 100%

(14/15) installing libpamac-aur                                                    [-----------------------------------------------] 100%

==> An authentication agent is required

    Cinnamon, Deepin, GNOME, GNOME Flashback, KDE, LXDE, LXQt, MATE and Xfce

    have an authentication agent already.

    See https://wiki.archlinux.org/index.php/Polkit#Authentication_agents

    for other desktop environments.

(15/15) installing pamac-aur                                                       [-----------------------------------------------] 100%

==> Enable Pamac Updates Indicator via

    Extensions

Optional dependencies for pamac-aur

    polkit-gnome: needed for authentification in Cinnamon, Gnome

    lxsession: needed for authentification in Xfce, LXDE etc.

:: Running post-transaction hooks...

( 1/11) Creating system user accounts...

Creating group 'flatpak' with GID 963.

Creating user 'flatpak' (Flatpak system helper) with UID 963 and GID 963.

( 2/11) Reloading system manager configuration...

( 3/11) Reloading user manager configuration...

( 4/11) Creating temporary files...

/usr/lib/tmpfiles.d/systemd.conf:35: Duplicate line for path "/var/lib/systemd/coredump", ignoring.

( 5/11) Arming ConditionNeedsUpdate...

( 6/11) Updating the MIME type database...

( 7/11) Updating linux initcpios...

==> Building image from preset: /etc/mkinitcpio.d/linux-cachyos.preset: 'default'

==> Using default configuration file: '/etc/mkinitcpio.conf'

  -> -k /boot/vmlinuz-linux-cachyos -g /boot/initramfs-linux-cachyos.img

==> Using drop-in configuration file: '10-chwd.conf'

==> Starting build: '6.15.5-2-cachyos'

  -> Running build hook: [base]

  -> Running build hook: [udev]

  -> Running build hook: [autodetect]

  -> Running build hook: [microcode]

  -> Running build hook: [kms]

  -> Running build hook: [modconf]

  -> Running build hook: [block]

  -> Running build hook: [keyboard]

  -> Running build hook: [keymap]

  -> Running build hook: [consolefont]

==> WARNING: consolefont: no font found in configuration

  -> Running build hook: [plymouth]

  -> Running build hook: [filesystems]

==> Generating module dependencies

==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-cachyos.img'

  -> Early uncompressed CPIO image generation successful

==> Initcpio image generation successful

( 8/11) Updating the appstream cache...

✔ Metadata cache was updated successfully.

( 9/11) Reloading system bus configuration...

(10/11) Updating icon theme caches...

(11/11) Updating the desktop file MIME type cache...













When ml4w-hyprland-git appears to be built via Pamac-GUI we reboot the system and attempt to run ml4w-hyprland-setup

$ ml4w-hyprland-setup

. . . . . . . . . .

Installing the ML4W Apps now...

:: Installing com.ml4w.welcome

:: Repo 'flathub' is already added.

:: Repo 'ml4w-repo' is NOT added.

:: Downloading Public Key

--2025-07-07 12:11:19--  https://mylinuxforwork.github.io/ml4w-flatpak-repo/ml4w-apps-public-key.asc

Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'

Resolving mylinuxforwork.github.io (mylinuxforwork.github.io)... 185.199.109.153, 185.199.108.153, 185.199.110.153, ...

Connecting to mylinuxforwork.github.io (mylinuxforwork.github.io)|185.199.109.153|:443... connected.

HTTP request sent, awaiting response... 200 OK

Length: 3159 (3.1K) [application/pgp-keys]

Saving to: ‘/home/boris/.cache/ml4w-apps-public-key.asc’

ml4w-apps-public-key.asc            100%[===================================================================>]   3.08K  --.-KB/s    in 0s

2025-07-07 12:11:20 (12.2 MB/s) - ‘/home/boris/.cache/ml4w-apps-public-key.asc’ saved [3159/3159]

:: Removing public key of ml4w-repo

:: Flatpak 'com.ml4w.welcome' is NOT installed for the current user.

:: Flatpak 'com.ml4w.welcome' from repository 'ml4w-repo' is NOT installed.

:: Installing com.ml4w.welcome

Looking for matches…

Required runtime for com.ml4w.welcome/x86_64/master (runtime/org.gnome.Platform/x86_64/47) found in remote flathub

com.ml4w.welcome permissions:

    ipc                   network      fallback-x11      wayland      x11      dri      file access [1]

    dbus access [2]

    [1] home, xdg-config/gtk-4.0

    [2] org.freedesktop.Flatpak

        ID                                              Branch                Op            Remote               Download

 1. [✓] org.freedesktop.Platform.GL.default             24.08                 i             flathub              154.9 MB / 155.4 MB

 2. [✓] org.freedesktop.Platform.GL.default             24.08extra            i             flathub               23.7 MB / 155.4 MB

 3. [✓] org.freedesktop.Platform.openh264               2.5.1                 i             flathub              913.7 kB / 971.4 kB

 4. [✓] org.gnome.Platform.Locale                       47                    i             flathub               18.6 kB / 389.0 MB

 5. [✓] org.gnome.Platform                              47                    i             flathub              336.5 MB / 392.8 MB

 6. [✓] com.ml4w.welcome                                master                i             ml4w-repo            126.0 kB / 170.9 kB

Installation complete.

:: Setup complete. Run the app with 'flatpak run com.ml4w.welcome'

:: Installing com.ml4w.settings

:: Repo 'flathub' is already added.

:: Repo 'ml4w-repo' is already added.

:: Flatpak 'com.ml4w.settings' is NOT installed for the current user.

:: Flatpak 'com.ml4w.settings' from repository 'ml4w-repo' is NOT installed.

:: Installing com.ml4w.settings

Looking for matches…

com.ml4w.settings permissions:

    ipc                   network      fallback-x11      wayland      x11      dri      file access [1]

    dbus access [2]

    [1] home, xdg-config/gtk-4.0

    [2] org.freedesktop.Flatpak

        ID                         Branch          Op         Remote            Download

 1. [✓] com.ml4w.settings          master          i          ml4w-repo         114.7 kB / 160.2 kB

Installation complete.

:: Setup complete. Run the app with 'flatpak run com.ml4w.settings'

:: Installing com.ml4w.sidebar

:: Repo 'flathub' is already added.

:: Repo 'ml4w-repo' is already added.

:: Flatpak 'com.ml4w.sidebar' is NOT installed for the current user.

:: Flatpak 'com.ml4w.sidebar' from repository 'ml4w-repo' is NOT installed.

:: Installing com.ml4w.sidebar

Looking for matches…

com.ml4w.sidebar permissions:

    ipc                   network      fallback-x11      wayland      x11      dri      file access [1]

    dbus access [2]

    [1] home, xdg-config/gtk-4.0

    [2] org.freedesktop.Flatpak

        ID                        Branch         Op         Remote            Download

 1. [✓] com.ml4w.sidebar          master         i          ml4w-repo         107.6 kB / 172.3 kB

Installation complete.

:: Setup complete. Run the app with 'flatpak run com.ml4w.sidebar'

:: Installing com.ml4w.calendar

:: Repo 'flathub' is already added.

:: Repo 'ml4w-repo' is already added.

:: Flatpak 'com.ml4w.calendar' is NOT installed for the current user.

:: Flatpak 'com.ml4w.calendar' from repository 'ml4w-repo' is NOT installed.

:: Installing com.ml4w.calendar

Looking for matches…

com.ml4w.calendar permissions:

    ipc                   network      fallback-x11      wayland      x11      dri      file access [1]

    dbus access [2]

    [1] home, xdg-config/gtk-4.0

    [2] org.freedesktop.Flatpak

        ID                         Branch          Op         Remote            Download

 1. [✓] com.ml4w.calendar          master          i          ml4w-repo         108.9 kB / 154.8 kB

Installation complete.

:: Setup complete. Run the app with 'flatpak run com.ml4w.calendar'

:: Installing com.ml4w.hyprlandsettings

:: Repo 'flathub' is already added.

:: Repo 'ml4w-repo' is already added.

:: Flatpak 'com.ml4w.hyprlandsettings' is NOT installed for the current user.

:: Flatpak 'com.ml4w.hyprlandsettings' from repository 'ml4w-repo' is NOT installed.

:: Installing com.ml4w.hyprlandsettings

Looking for matches…

com.ml4w.hyprlandsettings permissions:

    ipc                   network      fallback-x11      wayland      x11      dri      file access [1]

    dbus access [2]

    [1] home, xdg-config/gtk-4.0

    [2] org.freedesktop.Flatpak

        ID                                  Branch           Op          Remote             Download

 1. [✓] com.ml4w.hyprlandsettings           master           i           ml4w-repo          131.7 kB / 177.5 kB

Installation complete.

:: Setup complete. Run the app with 'flatpak run com.ml4w.hyprlandsettings











Now select Hyprland option from drop down menu in left down corner of SDDM promt login screen