This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Dist Upgrade to Neon on Ubuntu 18.10 removes plasma-pa mixer

Tags: None
(comma "," separated)
wayned
Registered Member
Posts
2
Karma
0
What's the official replacement for the mixer? I tried reinstalling plasma-pa, and I get the mixer icon back, but no audio devices are listed. Any clues?
User avatar
claydoh
Registered Member
Posts
1170
Karma
9
OS
The issue here really is that Neon doesn't have an 18.10 version, and you are probably seeing the result of packaging conflicts between Neon's 18.04-based packaging, and Ubuntu/ Kubuntu 18.10

How did you 'dist-upgrade' to neon on your Ubuntu system?


claydoh, proud to be a member of KDE forums since 2008-Oct, and KDE user since 2001
chan
Registered Member
Posts
12
Karma
0
Not OP, but I did the same and went a step further with 19.04/disco and upgraded my kernel to 5.0.2 from Ubuntu's archive.

I changed all the repos in /etc/apt/sources.list to cosmic and ran:

Code: Select all
apt update
apt upgrade
apt dist-upgrade
apt autoremove

Then did the same process to upgrade to disco.

The only 3 issues I noticed were:
    Audio tray is missing (using the package pavucontrol allows me to change volume)
    Media keys not working (xev detects media keys correctly, global shortcuts are set to default, but there is no action performed)
    Window Decorations library module orphaned or missing (this was fixed eventually in an update)

Audio tray

It turns out a dependency of plasma-pa, pulseaudio-module-gconf, does not exist in the main repos past bionic. When attempting to install it by re-adding the bionic repo:
Code: Select all
Fatal error: The following packages have unmet dependencies:
  pulseaudio-module-gconf: Depends: libpulse0 (= 1:11.1-1ubuntu7.2) but 1:12.2-2ubuntu1 is to be installed
                           Depends: pulseaudio (= 1:11.1-1ubuntu7.2) but 1:12.2-2ubuntu1 is to be installed


Apparently 'libpulse0' doesn't exist when I try to install libpulse0=1:11.1-1ubuntu7.2. I'm going to re-add all the bionic repos, keep the disco repos, and call it a night.

Media keys
I don't know what package is related to media keys.

I know there isn't much interest in fixing this as Neon isn't meant to be on a non-LTS distro, but it'd be nice to see what I can do to maintain a bug free system. I've linked the output of
Code: Select all
apt list
. Unfortunately it hits the 512kb cap for all the text-bin sites I know.

http://s000.tinyupload.com/index.php?fi ... 3509490899

I'm pretty new to this so apologies for the bug report being all over the place, but KDE Neon/Linux is really fun and I'd love to get more directions to working on it. Any ideas, man pages, or commands I should be running to better diagnose my audio tray and media key issue?

Last edited by chan on Sun Mar 17, 2019 9:23 am, edited 1 time in total.
User avatar
claydoh
Registered Member
Posts
1170
Karma
9
OS
chan wrote:Not OP, but I did the same and went a step further with 19.04/disco and upgraded my kernel to 5.0.2 from Ubuntu's archive.

I changed all the repos in /etc/apt/sources.list to cosmic and ran:

Code: Select all
apt update
apt upgrade
apt dist-upgrade
apt autoremove

Then did the same process to upgrade to disco. The only 3 issues I noticed were: missing audio tray, media keys not working (xev detects, global shortcuts are default, but no action is taken), and I was not able to access Window Decorations to edit them.

I've been running the commands below over the past couple days after attempting to install random packages that did not help. Eventually my window decorations page in settings came back.
Code: Select all
apt update
apt upgrade
apt autoremove
pkcon refresh
pkcon update


I now realize running both apt and pkcon is redundant but I was hoping at the time that pkcon would remedy package conflicts. apt's formatting is much easier on the eyes and I don't think there's a difference anymore when running either as they download and install the same number of packages.

The missing audio tray and nonfunctioning media keys are still present.

I know there isn't much interest in fixing this as Neon isn't meant to be on a non-LTS distro, but it'd be nice to see what I can do to maintain a bug free system. I've linked the output of
Code: Select all
apt list
. Unfortunately it hits the 512kb cap for all the text-bin sites I know.

http://s000.tinyupload.com/index.php?fi ... 3509490899

I'm pretty new to this so apologies for the bug report being all over the place, but KDE Neon/Linux is really fun and I'd love to get more directions to working on it. Any ideas, man pages, or commands I should be running to better diagnose my audio tray and media key issue?



So, what you have really done is broken your Neon system by converting KDE Neon to Kubuntu (but not completely), as Neon has no repos for anything but 18.04. Then there are the packaging conflicts with mixing Neon's packaging with Kubuntu's, which do have some differences, as well as version mis-matches between not only Qt versions, but very likely Plasma, Frameworks, and Applications. Hence the missing things you see. I don 't see any simple or easy way of going back, or of fixing things as there are likely a very large number of packages involved here.

Pkcon has no advantages over apt here, and there is no danger in using either or both, as far as I am aware. It is just redundant here.
Running apt upgrade before apt full-upgrade (or apt-get dist-upgrade) is also redundant.


claydoh, proud to be a member of KDE forums since 2008-Oct, and KDE user since 2001
chan
Registered Member
Posts
12
Karma
0
claydoh wrote:So, what you have really done is broken your Neon system by converting KDE Neon to Kubuntu (but not completely), as Neon has no repos for anything but 18.04. Then there are the packaging conflicts with mixing Neon's packaging with Kubuntu's, which do have some differences, as well as version mis-matches between not only Qt versions, but very likely Plasma, Frameworks, and Applications. Hence the missing things you see. I don 't see any simple or easy way of going back, or of fixing things as there are likely a very large number of packages involved here.

Pkcon has no advantages over apt here, and there is no danger in using either or both, as far as I am aware. It is just redundant here.
Running apt upgrade before apt full-upgrade (or apt-get dist-upgrade) is also redundant.


Yeah, I knew this wouldn't be well received. Regardless I understand the onus is on me, I was just hoping to see if I could mash it together enough to get it working on a higher distro for the fun of it. I don't believe I converted to a broken Kubuntu as I've used the main Ubuntu repos rather than Kubuntu's PPA, whose newest distro is cosmic. Might as well Frankenstein it all together before reinstalling ;D

Do you think prioritizing neon's PPA package manifest on a fresh install would create better results?
User avatar
claydoh
Registered Member
Posts
1170
Karma
9
OS
chan wrote:
claydoh wrote:So, what you have really done is broken your Neon system by converting KDE Neon to Kubuntu (but not completely), as Neon has no repos for anything but 18.04. Then there are the packaging conflicts with mixing Neon's packaging with Kubuntu's, which do have some differences, as well as version mis-matches between not only Qt versions, but very likely Plasma, Frameworks, and Applications. Hence the missing things you see. I don 't see any simple or easy way of going back, or of fixing things as there are likely a very large number of packages involved here.

Pkcon has no advantages over apt here, and there is no danger in using either or both, as far as I am aware. It is just redundant here.
Running apt upgrade before apt full-upgrade (or apt-get dist-upgrade) is also redundant.


Yeah, I knew this wouldn't be well received. Regardless I understand the onus is on me, I was just hoping to see if I could mash it together enough to get it working on a higher distro for the fun of it. I don't believe I converted to a broken Kubuntu as I've used the main Ubuntu repos rather than Kubuntu's PPA, whose newest distro is cosmic. Might as well Frankenstein it all together before reinstalling ;D

Do you think prioritizing neon's PPA package manifest on a fresh install would create better results?

Not likely. There are still at least minor differences in the content of packages between Kubuntu and Neon (even if they have the same names), if not the actual naming of them. The dependency lists likely also have differences, too. Then different parts of each being built against different library versions, not just Qt.

You *might* be able to use ppa-purge, using various command options (as Neon i not a PPA. Using the url of the repo might be enough, or not.) to remove Neon bits, but i don't know if it would work.

What are you looking for that you can't get on Neon?


claydoh, proud to be a member of KDE forums since 2008-Oct, and KDE user since 2001


Bookmarks



Who is online

Registered users: Baidu [Spider], Bing [Bot], Google [Bot]