Page 16 of 52
Re: MX Modified - KDE 5.19.5 on MX (UNSUPPORTED - extremely experimental)
Posted: Sun Oct 11, 2020 10:28 pm
by andyprough
MAYBL8 wrote: Sun Oct 11, 2020 10:05 pm
I am
I haven't had any big issues so far.
I also have a partition with base MX that I am using for when I am doing the packaging which I have been away from in a while.
I hope to get back to helping out soon.
Did you have any trouble with the "ksnip" package with this latest update Dan? I couldn't update libkcolorpicker, which forced me to remove ksnip.
Re: MX Modified - KDE 5.19.5 on MX (UNSUPPORTED - extremely experimental)
Posted: Sun Oct 11, 2020 10:33 pm
by norbert
Interesting, at least here on Debian unstable I have no problems with ksnip, it is running always on my desktop. Which version of Qt and ksnip?
Re: MX Modified - KDE 5.19.5 on MX (UNSUPPORTED - extremely experimental)
Posted: Sun Oct 11, 2020 11:04 pm
by andyprough
norbert wrote: Sun Oct 11, 2020 10:33 pm
Interesting, at least here on Debian unstable I have no problems with ksnip, it is running always on my desktop. Which version of Qt and ksnip?
ksnip was trying to upgrade from version 1.7.1-1mx19+1 to 1.7.3-3. I force installed version 1.7.1-1mx19+1 again after the upgrade error.
Qt is version 5.14.2-3
Re: MX Modified - KDE 5.19.5 on MX (UNSUPPORTED - extremely experimental)
Posted: Mon Oct 12, 2020 10:08 am
by MAYBL8
I don't have it installed.
Which one would you like me to install?
The one from popular applications or from Debian?
Re: MX Modified - KDE 5.19.5 on MX (UNSUPPORTED - extremely experimental)
Posted: Mon Oct 12, 2020 10:28 am
by andyprough
MAYBL8 wrote: Mon Oct 12, 2020 10:08 am
I don't have it installed.
Which one would you like me to install?
The one from popular applications or from Debian?
Try to install the latest one from Norbert's repo if you can. 'apt policy ksnip' should show that Norbert's is the top installation candidate.
Re: MX Modified - KDE 5.19.5 on MX (UNSUPPORTED - extremely experimental)
Posted: Mon Oct 12, 2020 10:39 am
by norbert
andyprough wrote: Mon Oct 12, 2020 10:28 am
Try to install the latest one from Norbert's repo if you can. 'apt policy ksnip' should show that Norbert's is the top installation candidate.
Huuh? I don't ship ksnip in my repos .... at least here I see
Code: Select all
$ apt-cache policy ksnip
ksnip:
Installed: 1.7.3-3
Candidate: 1.7.3-3
Version table:
*** 1.7.3-3 500
500 http://deb.debian.org/debian sid/main amd64 Packages
100 /var/lib/dpkg/status
Re: MX Modified - KDE 5.19.5 on MX (UNSUPPORTED - extremely experimental)
Posted: Mon Oct 12, 2020 10:42 am
by MAYBL8
Code: Select all
$ apt policy ksnip
ksnip:
Installed: (none)
Candidate: 1.7.3-3
Version table:
1.7.3-3 500
500 http://ftp.us.debian.org/debian unstable/main amd64 Packages
1.7.1-1mx19+1 500
500 http://ftp.osuosl.org/pub/mxlinux/mx/repo buster/main amd64 Packages
Re: MX Modified - KDE 5.19.5 on MX (UNSUPPORTED - extremely experimental)
Posted: Mon Oct 12, 2020 12:53 pm
by andyprough
MAYBL8 wrote: Mon Oct 12, 2020 10:42 am
Code: Select all
$ apt policy ksnip
ksnip:
Installed: (none)
Candidate: 1.7.3-3
Version table:
1.7.3-3 500
500 http://ftp.us.debian.org/debian unstable/main amd64 Packages
1.7.1-1mx19+1 500
500 http://ftp.osuosl.org/pub/mxlinux/mx/repo buster/main amd64 Packages
Try installing 1.7.3-3, see what happens. That's the one I had a problem with.
Re: MX Modified - KDE 5.19.5 on MX (UNSUPPORTED - extremely experimental)
Posted: Mon Oct 12, 2020 3:04 pm
by MAYBL8
Code: Select all
$ sudo apt --fix-broken install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following package was automatically installed and is no longer required:
libkdsoap-bin
Use 'sudo apt autoremove' to remove it.
The following additional packages will be installed:
libkcolorpicker0
The following NEW packages will be installed:
libkcolorpicker0
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
41 not fully installed or removed.
Need to get 0 B/16.9 kB of archives.
After this operation, 77.8 kB of additional disk space will be used.
Code: Select all
Do you want to continue? [Y/n] y
Retrieving bug reports... Done
Parsing Found/Fixed information... Done
(Reading database ... 383745 files and directories currently installed.)
Preparing to unpack .../libkcolorpicker0_0.1.4-1_amd64.deb ...
Unpacking libkcolorpicker0:amd64 (0.1.4-1) ...
dpkg: error processing archive /var/cache/apt/archives/libkcolorpicker0_0.1.4-1_amd64.deb (--unpack):
trying to overwrite '/usr/lib/x86_64-linux-gnu/libkColorPicker.so.0.1.4', which is also in package libkcolorpicker 0.1.4-1mx19+1
Errors were encountered while processing:
/var/cache/apt/archives/libkcolorpicker0_0.1.4-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Re: MX Modified - KDE 5.19.5 on MX (UNSUPPORTED - extremely experimental)
Posted: Mon Oct 12, 2020 3:43 pm
by MAYBL8
The problem is here:
Code: Select all
$ sudo apt-get install ksnip
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libkcolorpicker0 libkimageannotator0
The following NEW packages will be installed:
ksnip libkcolorpicker0 libkimageannotator0
0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
Need to get 485 kB/502 kB of archives.
After this operation, 2,554 kB of additional disk space will be used.
It wants to install 2 different libkcolorpicker0 packages.
I don't know how to fix that problem except maybe remove sid repository and I don't want to do that.