Bug#943870: Fix

2019-11-01 Thread JanKusanagi


This started happening with some change to Qt, maybe by... 5.12? where
having "phonon4qt5" in the QT += line stopped generating the Makefile
correctly.

The workaround, assuming they don't re-enable that behavior in Qt, is to
add the line:

LIBS += -lphonon4qt5

somewhere in Auralquiz.pro; right after the other LIBS line, or at the
end, would work.



--
Development blog: https://jancoding.wordpress.com



Bug#838734: [plasma-discover] plasma-discover uninstalls packages during upgrades without asking for confirmation

2016-09-24 Thread JanKusanagi

>From what I see, the real problem here is that plasma-discover's
"upgrade" functionality is acting like a "aptitude full-upgrade",
removing whatever's necessary, possible removing half your system,
instead of acting like a "aptitude safe-upgrade", which would hold the
problematic packages, and not remove anything.

Obviously, the second way would be much safer, and it would still result
in a proper upgrade on Debian Stable, or in the other suites as long as
there are no big migrations happening.


The thing is, a user upgrading with this program, might end up
destroying their system. I'd consider this 'grave'.

Also, the OP for this bug is not the first one to have this same
catastrophe happening. I remember someone on #debian-kde or
#debian-qt-kde with this same problem, and rightfully, hating
plasma-discover's guts.


Cheers!

-- 
Development blog: https://jancoding.wordpress.com