mojira.dev

Piotr Mrożek

Assigned

No issues.

Reported

No issues.

Comments

@hmuller: I've repackaged the deb file with your control. Works nicely. 🙂 I'm using SparkyLinux (based on Debian Testing), so I can confirm at least for Testing.

I can confirm. Debian had libpango1.0 in transitional state for a few years now, so it's a bit surprising to see it being used for new things (the MC deb isn't as old).

Seems Ubuntu went through the same change, but they fixed their bug somehow: https://bugs.launchpad.net/ubuntu/+source/pango1.0/+bug/1869716

Hi. Just went through this one (missing xrandr, not the information parsing; I got here from one of the duplicates) and there really should be some dependency check when launching MC. I could be an easy fix to: gather the paths from the PATH variable and check for xrandr existing anywhere in there (should work on any UNIX-like environments). I don't understand why you would not see this as a bug in MC. If an app uses external tools, then the said app should check if those tools exist. You would really save yourself some trouble (and bug duplicates) with a simple check and a message informing users that something's missing.