Page 1 of 1

KLA-Plasma-6-KDE-CE ( stable release )

Posted: Thu Oct 31, 2024 4:21 pm
by Sofiya

KLA-plasma-KDE-CE-1.2 ( stable )

  • Uses pamac -aur as package manager

    Application Center " Discover " ->> https://apps.kde.org/ru/discover/

    With Discover, you can manage software from multiple sources, including your operating system's software repository, Flatpak repos, the Snap store, or even AppImages from store.kde.org.
    ---------------------------------------------------------------------------
    Uses Pipewire as a sound server

Save session manually:

Code: Select all

sudo save2flash

ISO:
https://github.com/sofijacom/KLA-plasma ... KDE-CE-1.2

Enjoy. Yours, Sofia !!! :thumbup:


Re: KLA-Plasma-6-KDE-CE Arch Linux Project

Posted: Thu Oct 31, 2024 4:22 pm
by Sofiya

As always, the first pancake is lumpy. You need to assign groups and users correctly. In Arch, this is a bit specific.
We'll figure it out :ugeek:

the build turned out great, but we need to think about the size since the size is 4 gigabytes. this is a full installation of KDE with all applications. We need to install the minimum build :geek: :ugeek: ;)

We will continue to work :) :thumbup:


Re: KLA-Plasma-6-KDE-CE Arch Linux Project

Posted: Thu Oct 31, 2024 4:22 pm
by Sofiya

KLA-plasma-KDE-CE-1.0 ( test version )

I tried to make it as small as possible, BUT this is Arch, there's nothing you can do about it. You can make it even smaller, but you'll lose functionality. ;)

ISO:
https://github.com/sofijacom/KLA-plasma ... sma-KDE-CE

Enjoy. Yours, Sofia !!! :thumbup:


Re:KLA-Plasma-6-KDE-CE Arch Linux Project

Posted: Thu Oct 31, 2024 4:23 pm
by Sofiya

Reserved


Re: KLA-Plasma-6-KDE-CE Arch Linux Project

Posted: Sat Nov 02, 2024 2:40 am
by Clarity

I will test both versions if/when available.

I have an old (new to me) 2015 PC with 16 processors to throw this workload at it for testing via bare-metal and/or within a KVM. Hope to commission it tomorrow where it will be connected to a TV via PC's nvidia video adapter (the only adapter in the PC).


Re: KLA-Plasma-6-KDE-CE Arch Linux Project

Posted: Sun Nov 03, 2024 9:52 am
by Sofiya

:welcome:


Re: KLA-Plasma-6-KDE-CE Arch Linux Project

Posted: Sun Nov 03, 2024 12:40 pm
by Sofiya

fastfetch

In development not packed yet
I'll add it to the build soon :thumbup:

Code: Select all

mkdir -p /home/spot/.config/fastfetch
cat <<'GKS' >> /home/spot/.config/fastfetch/config.jsonc
// ttf-nerd-fonts-symbols
{
  "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
  "logo": {
	"color": {"1": "blue", "2": "black"}
  },
  "display": {
	"separator": " ▸ "
  },
  "modules": [
    {
	"type": "title"
    },
    "break",
    {
	"type": "custom",
	"format": "\u001b[90m┌────────────────────────────────────────────────────────────┐"
    },
    {
	"type": "os",
	"key": "",
	"keycolor": "blue"
    },
    {
	"type": "kernel",
	"key": "",
	"keycolor": "blue"
    },
    {
	"type": "de",
	"key": "",
	"keycolor": "blue"
    },
    {
	"type": "wm",
	"key": "",
	"keycolor": "blue"
    },
    {
	"type": "packages",
	"key": "",
	"keycolor": "blue"
    },
    {
	"type": "custom",
	"format": "\u001b[90m├─────────────────────────────────────────────────────────────┤"
    },
    {
	"type": "memory",
	"key": "",
	"keycolor": "blue"
    },
    {
	"type": "cpu",
	"key": "",
	"keycolor": "blue"
    },
    {
	"type": "gpu",
	"key": "",
	"keycolor": "blue"
    },
    {
	"type": "swap",
	"key": "",
	"keycolor": "blue"
    },
    {
	"type": "disk",
	"key": "",
	"keycolor": "blue"
    },
    {
	"type": "battery",
	"key": "",
	"keycolor": "blue"
    },
    {
	"type": "custom",
	"format": "\u001b[90m├─────────────────────────────────────────────────────────────┤"
    },
    {
	"type": "uptime",
	"key": "",
	"keycolor": "blue"
    },
    {
	"type": "terminal",
	"key": "",
	"keycolor": "blue"
    },
    {
	"type": "custom",
	"format": "\u001b[90m└────────────────────────────────────────────────────────────┘"
    },
    {
	"type": "colors",
	"paddingLeft": 25,
	"symbol": "circle",
	"block": {
	"width": 10
	}
    }
  ]
}
GKS

Added


Re: KLA-Plasma-6-KDE-CE Arch Linux Project

Posted: Sun Nov 03, 2024 6:22 pm
by Sofiya

Important changes have been made, shortcomings have been corrected
:ugeek: :geek: :welcome: :thumbup:

stable version KLA-plasma-KDE-CE-1.1 will be released soon


Re: KLA-Plasma-6-KDE-CE Arch Linux Project

Posted: Sun Nov 03, 2024 7:40 pm
by Sofiya

:welcome:

Stable version released

KLA-plasma-KDE-CE-1.1 ( stable ) -> viewtopic.php?p=134645#p134645


Re: KLA-Plasma-6-KDE-CE Arch Linux Project

Posted: Sun Nov 03, 2024 7:47 pm
by Sofiya

Disable Fish greeting

for some reason the build plugin does not accept such a command

Type in the terminal

Code: Select all

set -U fish_greeting

Re: KLA-Plasma-6-KDE-CE ( stable release )

Posted: Sun Nov 03, 2024 9:58 pm
by rockedge

@Sofiya I have also noticed that some types of shell commands will not work as expected coming from a PLUG file.

I think it has to do with the chroot'ed file system during the build stages and the state of the merged system, that some commands only work on a running system.

With


Re: KLA-Plasma-6-KDE-CE ( stable release )

Posted: Mon Nov 04, 2024 12:28 am
by Sofiya

:welcome:

Save session manually

Code: Select all

sudo save2flash

Re: KLA-Plasma-6-KDE-CE ( stable release )

Posted: Mon Nov 04, 2024 2:59 am
by Sofiya

:welcome:


Re: KLA-Plasma-6-KDE-CE ( stable release )

Posted: Mon Nov 04, 2024 1:40 pm
by Sofiya

:thumbup:

Themes Catppuccin


Re: KLA-Plasma-6-KDE-CE ( stable release )

Posted: Mon Nov 04, 2024 5:34 pm
by Sofiya

for easy cleaning of cache from installed packages

Pamac-cleaner-cache-1.0.1-1-x86_64.pkg.tar.zst


Re: KLA-Plasma-6-KDE-CE ( stable release )

Posted: Mon Nov 04, 2024 7:34 pm
by Sofiya

The PackIt:. Archiving/Compressing GUI Program is for KLA-KDE


Re: KLA-Plasma-6-KDE-CE ( stable release )

Posted: Tue Nov 05, 2024 5:27 am
by Sofiya

Announcement

Final version of KLA-plasma-KDE-CE-1.2 released ( stable )

viewtopic.php?p=134645#p134645

-----------------------------------------------------------------------------------------------------------------
I'll tell you, it wasn't easy, but I did it. This is my New Year's gift to you!!! Enjoy.


Re: KLA-Plasma-6-KDE-CE ( stable release )

Posted: Tue Nov 05, 2024 3:13 pm
by TerryH

Thank you for the early New Years gift. Your work is much appreciated.


Re: KLA-Plasma-6-KDE-CE ( stable release )

Posted: Tue Nov 05, 2024 6:53 pm
by Sofiya

Instead of Fish you can install zsh terminal will be like in KLV-void. I have compiled a package with dependencies and configuration, everything will be installed automatically

package oh-my-zsh-1.1.1-1-x86_64.pkg.tar.zst ->> https://gitlab.com/sofija.p2018/kla-ot2 ... kg.tar.zst

After installation, comment out the lines as shown in the figure below.
and below the commented lines write " zsh "
in /home/spot/.bashrc


Re: KLA-Plasma-6-KDE-CE ( stable release )

Posted: Wed Nov 06, 2024 2:17 am
by Clarity

Booted ISO file )(v1.1 and 1.2) native in KVM (Same results from boots via Ventoy&SG2D in KVM).

Code: Select all

qemu-system-x86_64 -enable-kvm -m 2G -vga std -smp 2 -device AC97 -net nic -net user -rtc base=localtime -name "DOG test" -cdrom /mnt/sda3/bootisos/KLA-plasma-KDE-CE-1.1.iso

Results in the 2 pics, as follows:

KLA-KDE 1.2.jpg
KLA-KDE 1.2.jpg (36.84 KiB) Viewed 159 times
KLA-KDE 1.2(1).jpg
KLA-KDE 1.2(1).jpg (20.65 KiB) Viewed 159 times

Re: KLA-Plasma-6-KDE-CE ( stable release )

Posted: Wed Nov 06, 2024 4:23 am
by Sofiya
Clarity wrote: Wed Nov 06, 2024 2:17 am

Booted ISO file )(v1.1 and 1.2) native in KVM (Same results from boots via Ventoy&SG2D in KVM).

Code: Select all

qemu-system-x86_64 -enable-kvm -m 2G -vga std -smp 2 -device AC97 -net nic -net user -rtc base=localtime -name "DOG test" -cdrom /mnt/sda3/bootisos/KLA-plasma-KDE-CE-1.1.iso

Results in the 2 pics, as follows:KLA-KDE 1.2.jpgKLA-KDE 1.2(1).jpg

You have some wrong qemu/kvm :ugeek: :)


Re: KLA-Plasma-6-KDE-CE ( stable release )

Posted: Wed Nov 06, 2024 6:41 am
by Clarity

If you have a KVM stanza and can share it, I should be able to track down why I am seeing this, now.

Code: Select all

# qemu-system-x86_64 --version
QEMU emulator version 7.2.13 (Debian 1:7.2+dfsg-7+deb12u7)
Copyright (c) 2003-2022 Fabrice Bellard and the QEMU Project developers
KLA-KDE 1.2.jpg
KLA-KDE 1.2.jpg (25.42 KiB) Viewed 125 times

I ask this as I want my results to be consistent with both what you see and what to share in the reports I publish of what is working. I have multiple PCs that I test and report after testing across several of them.

I publish my stanzas so that everyone can see what I have surfaced in testings.

Thanks in advance.


Re: KLA-Plasma-6-KDE-CE ( stable release )

Posted: Wed Nov 06, 2024 7:23 am
by Sofiya

Code: Select all

~  qemu-system-x86_64 --version 
QEMU emulator version 9.1.1
Copyright (c) 2003-2024 Fabrice Bellard and the QEMU Project developers

Code: Select all

qemu-system-x86_64 -enable-kvm -cpu host -smp 4 -device AC97 -vga virtio -m 4G -name 'KLA-plasma-KDE-CE-1.2' -boot d -hda /mnt/sda2/2-QEMU/VirtualHDD.img -cdrom /home/spot/Downloads/KLA-plasma-KDE-CE-1.2.iso

Graphics for QEMU/KVM always consists of two parts: client and server.
frontend: Controlled by the -vga argument that is provided to the guest. This is usually one of the cirrus, std, qxl, virtio variants. These days the qxl variant is used by default, which provides a good balance between guest compatibility and performance.

3D acceleration required: use -vga virtio with local display having GL context -display gtk,gl=on. In this case " virgil3d " will be used on the host


Re: KLA-Plasma-6-KDE-CE ( stable release )

Posted: Wed Nov 06, 2024 8:41 pm
by Amol

Hello sofiya !
I've got problem to access AUR repository.Plus, pamac gets trouble to run at first time; I must try several times.
Best regards,
Amol


Re: KLA-Plasma-6-KDE-CE ( stable release )

Posted: Wed Nov 06, 2024 8:58 pm
by Sofiya
Amol wrote: Wed Nov 06, 2024 8:41 pm

Hello sofiya !
I've got problem to access AUR repository.Plus, pamac gets trouble to run at first time; I must try several times.
Best regards,
Amol

Hello Amol !

AUR is disabled by default, enable it to use

pamac has a long delay before launching, be patient and do not click on the launch repeatedly

If you have a question about why it started loading like this, contact the packer Pamac. ->> https://aur.archlinux.org/packages/pamac-aur