Page 32 of 60

Re: MX-19 Beta 2.1 Feedback

Posted: Sat Sep 14, 2019 1:19 pm
by slipperyslope
MP3GAIN from Stable Repo has unmet dependencies.

Code: Select all

Hit:1 http://deb.debian.org/debian buster-updates InRelease
Hit:2 http://deb.debian.org/debian buster InRelease
Ign:3 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:4 http://iso.mxrepo.com/antix/buster buster InRelease
Hit:5 http://mxrepo.com/mx/repo buster InRelease
Hit:6 http://dl.google.com/linux/chrome/deb stable Release
Hit:7 http://deb.debian.org/debian-security buster/updates InRelease
Reading package lists...
sources updated OK
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 mp3gain : Depends: libasan0 (>= 4.8) but it is not installable



Re: MX-19 Beta 2.1 Feedback

Posted: Sat Sep 14, 2019 1:26 pm
by davemx
anticapitalista wrote: Sat Sep 14, 2019 12:52 pm
Just wondering, does it work on antiX?
Yes, I have the antiX 19ß installed for testing, and once I added the digimend.conf file as above and restarted X, yes, xsetwacom --list did list the "two" devices of my tablet.

I'd like to make a suggestion about this. I got the digimend.conf by copying it from dkms-digimend project. But all that the dkms does, apart from supply the Xorg conf file, is to replace certain drivers in the kernel with the latest versions, which is only needed if the existing ones don't work with your hardware.

So could this be added to MX and antiX repos, but in two parts, the digimend.conf file which can installed on its own, and the dkms-digimend which will depend on the conf file. No need to have dkms's when you don't actually need them.

Re: MX-19 Beta 2.1 Feedback

Posted: Sat Sep 14, 2019 1:54 pm
by chrispop99
slipperyslope wrote: Sat Sep 14, 2019 1:19 pm MP3GAIN from Stable Repo has unmet dependencies.

Code: Select all

Hit:1 http://deb.debian.org/debian buster-updates InRelease
Hit:2 http://deb.debian.org/debian buster InRelease
Ign:3 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:4 http://iso.mxrepo.com/antix/buster buster InRelease
Hit:5 http://mxrepo.com/mx/repo buster InRelease
Hit:6 http://dl.google.com/linux/chrome/deb stable Release
Hit:7 http://deb.debian.org/debian-security buster/updates InRelease
Reading package lists...
sources updated OK
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 mp3gain : Depends: libasan0 (>= 4.8) but it is not installable


Confirmed.

Chris

Re: MX-19 Beta 2.1 Feedback

Posted: Sat Sep 14, 2019 2:10 pm
by kmathern
chrispop99 wrote: Sat Sep 14, 2019 1:54 pm
slipperyslope wrote: Sat Sep 14, 2019 1:19 pm MP3GAIN from Stable Repo has unmet dependencies.

Code: Select all

Hit:1 http://deb.debian.org/debian buster-updates InRelease
Hit:2 http://deb.debian.org/debian buster InRelease
Ign:3 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:4 http://iso.mxrepo.com/antix/buster buster InRelease
Hit:5 http://mxrepo.com/mx/repo buster InRelease
Hit:6 http://dl.google.com/linux/chrome/deb stable Release
Hit:7 http://deb.debian.org/debian-security buster/updates InRelease
Reading package lists...
sources updated OK
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 mp3gain : Depends: libasan0 (>= 4.8) but it is not installable


Confirmed.

Chris
I see that libasan0 is a jessie package (https://packages.debian.org/search?suit ... s=libasan0), the dependency in the MX-17/18/Stretch version is for libasan3.

Code: Select all

Package: mp3gain
Version: 1.5.2-r2-6.1~mx17+1
Architecture: amd64
Maintainer: Fabrizio Regalli <fabreg@fabreg.it>
Installed-Size: 301
Depends: libasan3 (>= 6.2), libc6 (>= 2.7)
Homepage: http://mp3gain.sourceforge.net/
edit: and libasan3 is only a Stretch package, not in Buster. A mp3gain package built on a Buster base should probably depend on libasan5, which is in the Buster repos and is installed by default or libasan4 (also in the Buster repos).

Re: MX-19 Beta 2.1 Feedback

Posted: Sat Sep 14, 2019 5:50 pm
by slipperyslope
kmathern wrote: Sat Sep 14, 2019 2:10 pm
chrispop99 wrote: Sat Sep 14, 2019 1:54 pm
slipperyslope wrote: Sat Sep 14, 2019 1:19 pm MP3GAIN from Stable Repo has unmet dependencies.

Code: Select all

Hit:1 http://deb.debian.org/debian buster-updates InRelease
Hit:2 http://deb.debian.org/debian buster InRelease
Ign:3 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:4 http://iso.mxrepo.com/antix/buster buster InRelease
Hit:5 http://mxrepo.com/mx/repo buster InRelease
Hit:6 http://dl.google.com/linux/chrome/deb stable Release
Hit:7 http://deb.debian.org/debian-security buster/updates InRelease
Reading package lists...
sources updated OK
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 mp3gain : Depends: libasan0 (>= 4.8) but it is not installable


Confirmed.

Chris
I see that libasan0 is a jessie package (https://packages.debian.org/search?suit ... s=libasan0), the dependency in the MX-17/18/Stretch version is for libasan3.

Code: Select all

Package: mp3gain
Version: 1.5.2-r2-6.1~mx17+1
Architecture: amd64
Maintainer: Fabrizio Regalli <fabreg@fabreg.it>
Installed-Size: 301
Depends: libasan3 (>= 6.2), libc6 (>= 2.7)
Homepage: http://mp3gain.sourceforge.net/
edit: and libasan3 is only a Stretch package, not in Buster. A mp3gain package built on a Buster base should probably depend on libasan5, which is in the Buster repos and is installed by default or libasan4 (also in the Buster repos).
FYI I've also noted the GUI for MP3GAIN is no longer available for buster. I found
easymp3gain-data_0.5.0+svn135-5_all.deb
easymp3gain-gtk_0.5.0+svn135-5_amd64.deb
in jessie.
Also youtube-dlg is missing. I found
youtube-dlg_0.4-1~webupd8~bionic9_all.deb
in Ubuntu 18.04 LTS (Bionic Beaver) I learned my lesson a long time ago about trying to mix and match so normally if a program is not in MX repos, I don't install.

I suppose the point or issue is that all of these were cool little programs and were all available in MX 18 stable and they worked wonderfully to obtain and work with MP3.
My back-up program to youtube-dlg was Clipgrab which is also in MX 19 stable repo. However Clipgrab is doing some strange things with Ublock Origin ad blocker impacting, at least, foxnews.com in both chromium based browsers and FF. You can find a thread i opened about two pages back. If an oversight hopefully we can get all these programs back, but if they are not supported and/or cause breakages leading to loss of data, then so be it, they have run their course.

MX 19 will be great. The re-addition of the above programs remains to be seen, but hopefully they will.
Obviously thanks for all the time y'all put into this incredible distro and thanks for letting me input some observations.

Re: MX-19 Beta 2.1 Feedback

Posted: Sat Sep 14, 2019 6:01 pm
by Jerry3904
Speaking of little programs: does py.Loader still exist (couldn't find it)? If not, and that is intentional, then the Custom action needs to be removed from Thunar.

Re: MX-19 Beta 2.1 Feedback

Posted: Sat Sep 14, 2019 6:34 pm
by dolphin_oracle
Jerry3904 wrote: Sat Sep 14, 2019 6:01 pm Speaking of little programs: does py.Loader still exist (couldn't find it)? If not, and that is intentional, then the Custom action needs to be removed from Thunar.
its there.

Code: Select all

┌─[dolphin@mx]─[06:33:48 pm]─────────────────────────────────────────────────────────────────────[~]
└─> cat /usr/share/applications/Py-Loader.desktop 
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=Py-Loader
Icon= /usr/share/pixmaps/python.xpm
Categories=Application;
Exec=python %f
Terminal=false
NoDisplay=True

Re: MX-19 Beta 2.1 Feedback

Posted: Sat Sep 14, 2019 6:38 pm
by Jerry3904
Thanks. The custom action does not however seem to be functioning

Re: MX-19 Beta 2.1 Feedback

Posted: Sat Sep 14, 2019 6:43 pm
by dolphin_oracle
Jerry3904 wrote: Sat Sep 14, 2019 6:38 pm Thanks. The custom action does not however seem to be functioning
we actually don't have a custom action. it should just be a standard right-click menu entry, not an actual custom action. It should show up where the "Open With" type stuff is.

I just tried it with /usr/bin/apt-notifier.py and it starts up ok.

Re: MX-19 Beta 2.1 Feedback

Posted: Sat Sep 14, 2019 6:49 pm
by Jerry3904
Huh. Didn't work with the wacom-gui but glad it works with others