Thursday, January 16, 2025

Setup KDE Plasma 6.4 DEV on openSUSE Tumbleweed (VENV)

 After standard openSUSE Tumbleweed KDE Plasma 6.2.5 deployment add extra repos . It's important to use a higher priority (which means a lower value!) than the main openSUSE repos and issue as root zypper dup --allow-vendor-change for the switch .  

# zypper ar -fp 75  \ https://download.opensuse.org/repositories/KDE:/Unstable:/Qt/openSUSE_Tumbleweed/ KDE:Unstable:Qt

# zypper ar -fp 75 \ https://download.opensuse.org/repositories/KDE:/Unstable:/Frameworks/openSUSE_Factory/ KDE:Unstable:Frameworks

# zypper ar -fp 75 \ https://download.opensuse.org/repositories/KDE:/Unstable:/Applications/# KDE_Unstable_Frameworks_openSUSE_Factory/ KDE:Unstable:Applications

# zypper ar -fp 75 \ https://download.opensuse.org/repositories/KDE:/Unstable:/Extra/KDE_Unstable_Frameworks_openSUSE_Factory/ KDE:Unstable:Extra

Now run system upgrade

# zypper -v dup --allow-vendor-change

The following 8 NEW packages are going to be installed:

  kf6-kguiaddons-imports        6.11.0git.20250115T191547~294355f-ku.7.1

  knotes                        25.03.70git.20240826T013812~54db4bb-ku.51.2

  libKPim6AkonadiNotes6         25.03.70git.20241109T071241~800cf69-ku.12.4

  libQt5OpenGL5                 5.15.16+kde130-ku.1.5

  libkdecorations3-6            6.3.80git.20250112T232357~d29e089-ku.59.1

  libkdecorations3private11     6.3.80git.20250112T232357~d29e089-ku.59.1

  libkerfuffle25                25.03.70git.20250113T013040~ade4ac2-ku.8.1

  phonon4qt5-backend-gstreamer  4.11.60git24~2bfadef-ku.106.3

The following package is going to be REMOVED:

  qtkeychain-qt6-lang  0.14.2-1.3

489 packages to upgrade, 92 to downgrade, 8 new, 1 to remove, 581  to change vendor.

Package download size:   299.6 MiB

Package install size change:

              |     826.5 MiB  required by packages that will be installed

   -38.4 MiB  |  -  865.0 MiB  released by packages that will be removed

Backend:  classic_rpmtrans

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

# reboot


























REFERENCES

https://en.opensuse.org/SDB:KDE_repositories




Friday, January 10, 2025

Setup KDE Plasma 6.3 Beta on Arch Linux

 Just update /etc/pacman.conf as follows

#[core-testing]

#Include = /etc/pacman.d/mirrorlist

[kde-unstable]

Include = /etc/pacman.d/mirrorlist

[core]

Include = /etc/pacman.d/mirrorlist

#[extra-testing]

#Include = /etc/pacman.d/mirrorlist

[extra]

Include = /etc/pacman.d/mirrorlist

$ sudo pacman -Syu and relogin to Arch instance




























Thursday, January 9, 2025

Attempt to setup KDE Plasma 6.2.4 on AlmaLinux OS Kitten 10 (VENV)

Enable epel10 from rpmfusion rather then straight attempt `sudo dnf install epel-release -y`

$ sudo dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm

Enable the "code ready builds"

$ sudo dnf config-manager --set-enabled crb

Proceed as follows

$ sudo dnf -y groupinstall "KDE Plasma Workspaces"
$ sudo systemctl disable gdm
[sudo] password for boris:  
Updated /usr/lib/systemd/system/sddm.service as follows
[Install]
WantedBy=graphical.target
$ sudo systemctl enable sddm 
$ sudo systemctl set-default graphical.target
$ sudo reboot











































Activation Desktops Effects => Windows Management => Cube feature on AlmaLinux OS Kitten 10 (VENV)

 per https://lxer.com/module/newswire/view/347032/index.html