MX Modified - Latest MX KDE 5.22 Using MX21 beta

For issues with MX that has been modified from the initial install. Example: adding packages that then cause issues.
Message
Author
SwampRabbit
Posts: 3602
Joined: Tue Jun 14, 2016 2:02 pm

Re: MX Modified - KDE 5.19.3 on MX (UNSUPPORTED - extremely experimental)

#11 Post by SwampRabbit »

MAYBL8 wrote: Fri Jul 24, 2020 9:27 am Swamprabbit,
Can you give me a command string to run that will give you a list of packages you are interested in?
Dan,

There are a couple ways to skin this cat, a full list may be better than asking for specific ones.

Launch terminal from your desktop, Home folder, or where ever.

Code: Select all

dpkg-query --show --showformat='${binary:Package}\t${Version}\t${Architecture}\t${binary:Summary}\n' > kde-modified-packages.txt
Note: I'd prefer the architecture and summary because its good to know if both amd64 and i386 are installed and well the Summary because I don't know the KDE specific packages well.

You can modify the above by simply removing one of the portions.
NEW USERS START HERE FAQS, MX Manual, and How to Break Your System - Don't use Ubuntu PPAs! Always post your Quick System Info (QSI) when asking for help.

User avatar
MAYBL8
MX Packager
Posts: 599
Joined: Thu Dec 31, 2009 1:48 pm

Re: MX Modified - KDE 5.19.3 on MX (UNSUPPORTED - extremely experimental)

#12 Post by MAYBL8 »

Screenshot of my current configuration:
Image

User avatar
MAYBL8
MX Packager
Posts: 599
Joined: Thu Dec 31, 2009 1:48 pm

Re: MX Modified - KDE 5.19.3 on MX (UNSUPPORTED - extremely experimental)

#13 Post by MAYBL8 »

Here is my list of files as of this morning:
kde-modified-packages.xlsx
You do not have the required permissions to view the files attached to this post.

SwampRabbit
Posts: 3602
Joined: Tue Jun 14, 2016 2:02 pm

Re: MX Modified - KDE 5.19.3 on MX (UNSUPPORTED - extremely experimental)

#14 Post by SwampRabbit »

MAYBL8 wrote: Fri Jul 24, 2020 10:56 am Here is my list of files as of this morning:
kde-modified-packages.xlsx
Thanks! A spreadsheet works too, saves a bit of time I guess with a few things. ;)
NEW USERS START HERE FAQS, MX Manual, and How to Break Your System - Don't use Ubuntu PPAs! Always post your Quick System Info (QSI) when asking for help.

User avatar
MAYBL8
MX Packager
Posts: 599
Joined: Thu Dec 31, 2009 1:48 pm

Re: MX Modified - KDE 5.19.3 on MX (UNSUPPORTED - extremely experimental)

#15 Post by MAYBL8 »

After doing a dist-upgrade today:

Code: Select all

$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  gcc-8-base gcc-8-base:i386
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.

User avatar
andyprough
MX Packager
Posts: 918
Joined: Tue Jul 23, 2019 10:16 pm

Re: MX Modified - KDE 5.19.3 on MX (UNSUPPORTED - extremely experimental)

#16 Post by andyprough »

MAYBL8 wrote: Fri Jul 24, 2020 10:44 am Screenshot of my current configuration:
Image
That's looking nice, it must be nice to be able to just apt update, apt upgrade the system. I have to hand select everything related to KDE for updates, which is around 500 packages.

How are your MX tools working? Have you tried MX Package Installer, MX Tweak, MX Boot Options, MX Snapthot, packages like that? I tested them this morning on my vm install, and all still seem to be working for me.
Primary Computer - Commodore 64: Processor - MOS 6510/8500, 1.023MHz; Memory - 64kb RAM, 20kB ROM - 8k BASIC V2, 8k Kernel, 4k Character ROM; Display output - 320x200, 16 colours; OS - BASIC V2.0; Weight: 1.8kg

User avatar
MAYBL8
MX Packager
Posts: 599
Joined: Thu Dec 31, 2009 1:48 pm

Re: MX Modified - KDE 5.19.3 on MX (UNSUPPORTED - extremely experimental)

#17 Post by MAYBL8 »

Everything seems to working as expected. I have not clicked on every option in every tool but what I have checked is working fine.
I have this error when doing QSI.

Code: Select all

Network:   Device-1: Intel Wireless-AC 9462 driver: iwlwifi v: kernel port: 4000 bus ID: 00:14.3 
           chip ID: 8086:02f0 
           IF: wlan0 state: up mac: <filter> 
Use of uninitialized value $row{"type"} in string eq at /usr/local/bin/inxi line 12287.
Can't use an undefined value as an ARRAY reference at /usr/local/bin/inxi line 12314.
Drives:    Local Storage: total: 476.94 GiB used: 10.91 GiB (2.3%) 
           ID-1: /dev/nvme0n1 vendor: Intel model: HBRPEKNX0202AH size: 476.94 GiB block size: 
           physical: 512 B logical: 512 B speed: 15.8 Gb/s lanes: 2 serial: <filter> rev: HPS1 
           scheme: GPT 
           ID-2: /dev/nvme1n1 vendor: Intel model: HBRPEKNX0202AHO size: 27.25 GiB block size: 
           physical: 512 B logical: 512 B speed: 15.8 Gb/s lanes: 2 serial: <filter> rev: HPS2 

User avatar
andyprough
MX Packager
Posts: 918
Joined: Tue Jul 23, 2019 10:16 pm

Re: MX Modified - KDE 5.19.3 on MX (UNSUPPORTED - extremely experimental)

#18 Post by andyprough »

SwampRabbit wrote: Fri Jul 24, 2020 8:54 amIf you and MAYBL8 have time, I may ask at some point what versions of certain packages got pulled in from both those repos.
Or time dependent maybe I'll just give it an attempt in a VM myself.
@SwampRabbit - Do you know is there a way in Debian systems to "pin" the KDE repos from Norbert to only grab their dependencies from Debian Sid or Testing, and to tell the system that everything else on the system is to update from the MX repos and from Debian stable? I think there must be a way, because that seems to be how the MX repos are set up.
Primary Computer - Commodore 64: Processor - MOS 6510/8500, 1.023MHz; Memory - 64kb RAM, 20kB ROM - 8k BASIC V2, 8k Kernel, 4k Character ROM; Display output - 320x200, 16 colours; OS - BASIC V2.0; Weight: 1.8kg

SwampRabbit
Posts: 3602
Joined: Tue Jun 14, 2016 2:02 pm

Re: MX Modified - KDE 5.19.3 on MX (UNSUPPORTED - extremely experimental)

#19 Post by SwampRabbit »

Outside of basic and creative apt pinning and it some scripts? Not sure honestly and can’t really look because I am not at a computer.

I would look at how our MXPI MX Test Repo tab functions. Because I think that is essentially what you are looking for.

Someone else is for sure more experienced with such wizardry too.

I don’t think our repos have anything to do with it really, it’s more of an apt setup and functionality thing.
NEW USERS START HERE FAQS, MX Manual, and How to Break Your System - Don't use Ubuntu PPAs! Always post your Quick System Info (QSI) when asking for help.

FraterLinux
Posts: 272
Joined: Sun Jun 07, 2020 10:45 am

Re: MX Modified - KDE 5.19.3 on MX (UNSUPPORTED - extremely experimental)

#20 Post by FraterLinux »

kksmith wrote: Thu Jul 23, 2020 11:49 pm thanks for the headsup. good to know since the plasma on MXkde is quite old.
Distro testers like to see news and the latest packages. But as they don't use it exhaustively they don't see the bugs. For a home user it is better to have an older and more stable version !!!

Post Reply

Return to “MX Modified”