Bug#1011138: Workaround for bug #1011138

2022-05-20 Thread Bernhard Schmidt
Control: reassign -1 libssl-dev 3.0.3-4
Control: affects -1 kmail

On 19/05/22 01:35 PM, Hopea Jonne wrote:

> Uninstalling libssl-dev helped, for some reason libssl-dev also ships with a 
> libssl.so binary which may or may not be of same version as other ones.

I don't think this is the reason, libssl-dev does not ship the .so
binary, instead it ships a symlink to the libraries provided by libssl3

$ dpkg-deb -c libssl-dev_3.0.3-4_amd64.deb  | grep .so
lrwxrwxrwx root/root 0 2022-05-16 23:20 
./usr/lib/x86_64-linux-gnu/libcrypto.so -> libcrypto.so.3
lrwxrwxrwx root/root 0 2022-05-16 23:20 
./usr/lib/x86_64-linux-gnu/libssl.so -> libssl.so.3

However, your bugreport might still point to another problem in
libssl-dev, thus reassigning.

Is it possible that you have a partially upgraded system (libssl-dev
from OpenSSL 1.1, but kmail linked to OpenSSL 3.0)?

Bernhard



QML QtQuick dependencies

2020-12-28 Thread Bernhard Schmidt
Hi,

I've recently packaged a QML based application (linphone-desktop) and I
have been hit with a couple of missing qml-module-* dependencies in the
resulting binary package which caused RC bugs.

The latest one
(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978489) I cannot even
reproduce locally, but the crash is pretty obvious

[00:50:46:566][0x5618e548aed0][Info]app/App.cpp:784: "Open Linphone app."
[00:50:46:566][0x5618e548aed0][Info]app/App.cpp:225: "Creating
subwindow: `qrc:/ui/views/App/Calls/CallsWindow.qml`."
[00:50:46:608][0x5618e548aed0][Warning]app/App.cpp:229:
(qrc:/ui/views/App/Calls/CallsWindow.qml:191:9: Type Chat unavailable
Chat {
^, qrc:/ui/modules/Linphone/Chat/Chat.qml:215:7: Type
DroppableTextArea unavailable
  DroppableTextArea {
  ^, qrc:/ui/modules/Common/Form/DroppableTextArea.qml:108:5:
Type FileDialog unavailable
FileDialog {
^,
file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Dialogs/DefaultFileDialog.qml:42:1:
module "QtQuick.Controls" version 1.2 is not installed
import QtQuick.Controls 1.2
^)

As far as I can tell DefaultFileDialog.qml (from
qml-module-qtquick-dialogs) is using QtQuick.Controls 1.2 (from
qml-module-qtquick-controls) without declaring a dependency, so the
issue is actually not with linphone but with
qtquickcontrols-opensource-src . Am I reading this correctly?

Is there any debhelper or other tool to check/set the qml dependencies
at build time? The only way I could find so far is to run something
alike to

git grep -h "import QtQuick" | sort | uniq | sort

in the source directory and map all of them to package names. But that's
error prone.

Thanks,
Bernhard



Bug#898084: Please migrate to libsrtp2 in Buster

2018-10-11 Thread Bernhard Schmidt
Control: tags -1 patch
Control: forward -1 https://bugs.kde.org/show_bug.cgi?id=399678

On Sun, May 06, 2018 at 11:55:14PM +0200, Bernhard Schmidt wrote:

> I haven't seen any upstream work on this and it seems to be entangled with the
> mediastreamer2 FTBFS (also in libjingle). I'm filing this bug so we don't
> forget about it.

Filed it upstream and minutes later got a reply that archlinux has a
patch for it.

https://git.archlinux.org/svntogit/packages.git/tree/trunk/kopete-srtp2.patch?h=packages/kopete

Bernhard



Bug#890606: Patch for kopete 18.04.2-1 in experimental

2018-10-10 Thread Bernhard Schmidt
Am 09.10.2018 um 00:52 schrieb Felix Lechner:
>> However the patched source does not build against the old versions
>> anymore. Can this be fixed? Otherwise we cannot do the transition with a
>> binNMU.
> 
> Bernhard,
> 
> Please try the attached patch. It builds here both with the old and the
> new libraries. I also sent it upstream. Thank you!
> 

Thanks!!!

So, the version in experimental builds with this patch attached both
against mediastreamer/ortp in unstable, and mediastreamer/ortp in
experimental. The only change in the dependencies are libmediastreamer
and libortp, as expected.

It is installable and starts up fine. Libjingle support is available. I
do not have a single contact with jingle capabilities, so I'm at a stop.

@kopete maintainers: Is anything currently deferring the upload of this
kopete version to unstable?

Bernhard



Bug#910300: check libsrtp build dependency

2018-10-04 Thread Bernhard Schmidt
Package: src:qtwebengine-opensource-src
Version: 5.11.1+dfsg-5
Severity: normal

Hi,

you are currently build-depending on libsrtp-dev, which is a virtual package
provided by src:srtp. We would like to get rid of that package in favour of
src:libsrtp2.

According to the latest build log your build system is not detecting the
presence of srtp anyway

Checking for srtp... no
[...]
  Optional system libraries used:
re2 .. yes
icu .. yes
libwebp, libwebpmux and libwebpdemux . yes
opus . yes
ffmpeg ... yes
libvpx ... yes
snappy ... yes
libsrtp .. no

Maybe upstream is already (solely) supporting libsrtp2.

Please change or remove the build dependency.

Thanks,
Bernhard



Bug#890606: Experimental patch

2018-10-03 Thread Bernhard Schmidt
On Mon, Aug 13, 2018 at 06:03:19PM -0700, Felix Lechner wrote:

Hi Felix,

> Attached please find an experimental patch for Debian version 4:17.08.3-1.
> 
> Unfortunately, I cannot test it. Both this version as well as version
> 4:18.04.2-1 from experimental fail to build on my Debian testing
> system without patch. I am happy to cooperate if anyone can pick up
> from here. Thank you!

I was able to test it with the version in experimental. Compiling
against libmediastreamer from experimental works, but linking fails

[ 48%] Linking CXX executable libjingle-call
cd /<>/obj-x86_64-linux-gnu/protocols/jabber/libjingle && 
/usr/bin/cmake -E cmake_link_script CMakeFiles/call.dir/link.txt --verbose=1
/usr/bin/c++  -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++0x 
-fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align 
-Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef 
-Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time 
-Wno-undef -Wno-unused-parameter -Wno-non-virtual-dtor 
-Wno-delete-non-virtual-dtor -std=gnu++98  -Wl,--enable-new-dtags -Wl,-z,relro 
-Wl,--as-needed -Wl,--no-undefined -rdynamic 
CMakeFiles/call.dir/talk/base/latebindingsymboltable.cc.o 
CMakeFiles/call.dir/talk/base/linux.cc.o 
CMakeFiles/call.dir/talk/base/linuxfdwalk.cc.o 
CMakeFiles/call.dir/talk/base/libdbusglibsymboltable.cc.o 
CMakeFiles/call.dir/talk/session/phone/libudevsymboltable.cc.o 
CMakeFiles/call.dir/talk/session/phone/linuxdevicemanager.cc.o 
CMakeFiles/call.dir/talk/session/phone/v4llookup.cc.o 
CMakeFiles/call.dir/talk/sound/pulseaudiosoundsystem.cc.o 
CMakeFiles/call.dir/talk/sound/pulseaudiosymboltable.cc.o 
CMakeFiles/call.dir/talk/base/unixfilesystem.cc.o 
CMakeFiles/call.dir/talk/base/openssladapter.cc.o 
CMakeFiles/call.dir/talk/base/openssldigest.cc.o 
CMakeFiles/call.dir/talk/base/opensslidentity.cc.o 
CMakeFiles/call.dir/talk/base/opensslstreamadapter.cc.o 
CMakeFiles/call.dir/talk/base/posix.cc.o 
CMakeFiles/call.dir/talk/base/sslidentity.cc.o 
CMakeFiles/call.dir/talk/base/sslstreamadapter.cc.o 
CMakeFiles/call.dir/talk/session/phone/linphonemediaengine.cc.o 
CMakeFiles/call.dir/talk/base/asyncfile.cc.o 
CMakeFiles/call.dir/talk/base/asynchttprequest.cc.o 
CMakeFiles/call.dir/talk/base/asyncsocket.cc.o 
CMakeFiles/call.dir/talk/base/asynctcpsocket.cc.o 
CMakeFiles/call.dir/talk/base/asyncudpsocket.cc.o 
CMakeFiles/call.dir/talk/base/autodetectproxy.cc.o 
CMakeFiles/call.dir/talk/base/bandwidthsmoother.cc.o 
CMakeFiles/call.dir/talk/base/base64.cc.o 
CMakeFiles/call.dir/talk/base/basicpacketsocketfactory.cc.o 
CMakeFiles/call.dir/talk/base/bytebuffer.cc.o 
CMakeFiles/call.dir/talk/base/checks.cc.o 
CMakeFiles/call.dir/talk/base/common.cc.o 
CMakeFiles/call.dir/talk/base/cpuid.cc.o 
CMakeFiles/call.dir/talk/base/cpumonitor.cc.o 
CMakeFiles/call.dir/talk/base/diskcache.cc.o 
CMakeFiles/call.dir/talk/base/event.cc.o 
CMakeFiles/call.dir/talk/base/filelock.cc.o 
CMakeFiles/call.dir/talk/base/fileutils.cc.o 
CMakeFiles/call.dir/talk/base/firewallsocketserver.cc.o 
CMakeFiles/call.dir/talk/base/flags.cc.o 
CMakeFiles/call.dir/talk/base/helpers.cc.o 
CMakeFiles/call.dir/talk/base/host.cc.o 
CMakeFiles/call.dir/talk/base/httpbase.cc.o 
CMakeFiles/call.dir/talk/base/httpclient.cc.o 
CMakeFiles/call.dir/talk/base/httpcommon.cc.o 
CMakeFiles/call.dir/talk/base/httprequest.cc.o 
CMakeFiles/call.dir/talk/base/httpserver.cc.o 
CMakeFiles/call.dir/talk/base/ipaddress.cc.o 
CMakeFiles/call.dir/talk/base/logging.cc.o 
CMakeFiles/call.dir/talk/base/md5c.c.o 
CMakeFiles/call.dir/talk/base/messagedigest.cc.o 
CMakeFiles/call.dir/talk/base/messagehandler.cc.o 
CMakeFiles/call.dir/talk/base/messagequeue.cc.o 
CMakeFiles/call.dir/talk/base/multipart.cc.o 
CMakeFiles/call.dir/talk/base/natserver.cc.o 
CMakeFiles/call.dir/talk/base/natsocketfactory.cc.o 
CMakeFiles/call.dir/talk/base/nattypes.cc.o 
CMakeFiles/call.dir/talk/base/nethelpers.cc.o 
CMakeFiles/call.dir/talk/base/network.cc.o 
CMakeFiles/call.dir/talk/base/optionsfile.cc.o 
CMakeFiles/call.dir/talk/base/pathutils.cc.o 
CMakeFiles/call.dir/talk/base/physicalsocketserver.cc.o 
CMakeFiles/call.dir/talk/base/proxydetect.cc.o 
CMakeFiles/call.dir/talk/base/proxyinfo.cc.o 
CMakeFiles/call.dir/talk/base/proxyserver.cc.o 
CMakeFiles/call.dir/talk/base/ratelimiter.cc.o 
CMakeFiles/call.dir/talk/base/ratetracker.cc.o 
CMakeFiles/call.dir/talk/base/sha1.c.o 
CMakeFiles/call.dir/talk/base/sharedexclusivelock.cc.o 
CMakeFiles/call.dir/talk/base/signalthread.cc.o 
CMakeFiles/call.dir/talk/base/socketadapters.cc.o 
CMakeFiles/call.dir/talk/base/socketaddress.cc.o 
CMakeFiles/call.dir/talk/base/socketaddresspair.cc.o 
CMakeFiles/call.dir/talk/base/socketpool.cc.o 
CMakeFiles/call.dir/talk/base/socketstream.cc.o 
CMakeFiles/call.dir/talk/base/ssladapter.cc.o 
CMakeFiles/call.dir/talk/base/sslsocketfactory.cc.o 
CMakeFile

Bug#903495: /usr/bin/plasmashell: when opening application menu and type random text pasmashell crashes and screen goes black..

2018-07-18 Thread Bernhard Schmidt
On Tue, Jul 10, 2018 at 08:44:37PM +0200, André Verwijs wrote:

Hi Andre,

> Package: plasma-workspace
> Version: 4:5.13.2-1
> Severity: important
> File: /usr/bin/plasmashell
> 
> Dear Maintainer,
> 
> when opening application menu and type random text in search plasmashell 
> crashes and screen goes black.. this happens all the time.
> 
> added backtrace, not sure if this is usefull 

plasmashell was crashing for me as well, with a segfault in dmesg
pointing to cups. A bit different though, it was crashing reliably at
startup.

[   23.619698] plasmashell[1987]: segfault at 0 ip 7f3638f23b86 sp
7ffe43fff5e0 error 4 in libkcupslib.so[7f3638ee1000+58000

Downgrading print-manager (which ships libkcupslib.so) did not help, but
removing it did.

Before:

% plasmashell --replace
kf5.kcoreaddons.desktopparser: Unable to find service type for service 
"Plasma/PopupApplet" listed in 
"/usr/share/plasma/plasmoids/org.kde.plasma.printmanager/metadata.desktop"
org.kde.plasmaquick: Applet preload policy set to 1
kf5.kservice.sycoca: Parse error in  
"/home/a2824ck/.config/menus/applications-merged/xdg-desktop-menu-dummy.menu" , 
line  1 , col  1 :  "unexpected end of file"
kf5.kservice.services: The desktop entry file 
"/usr/share/applications/org.kde.drkonqi.desktop" has Type= "Application" but 
no Exec line
kf5.kservice.sycoca: Invalid Service :  
"/usr/share/applications/org.kde.drkonqi.desktop"
kf5.kservice.services: The desktop entry file 
"/usr/share/applications/org.kde.systemmonitor.desktop" has Type= "Application" 
but no Exec line
kf5.kservice.sycoca: Invalid Service :  
"/usr/share/applications/org.kde.systemmonitor.desktop"
trying to show an empty dialog
Connecting to deprecated signal 
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Trying to use rootObject before initialization is completed, whilst using 
setInitializationDelayed. Forcing completion
Both point size and pixel size set. Using pixel size.
Both point size and pixel size set. Using pixel size.
Both point size and pixel size set. Using pixel size.
trying to show an empty dialog
trying to show an empty dialog
kf5.kcoreaddons.desktopparser: Unable to find service type for service 
"Plasma/PopupApplet" listed in 
"/usr/share/plasma/plasmoids/org.kde.plasma.printmanager/metadata.desktop"
kf5.kcoreaddons.desktopparser: Unable to find service type for service 
"Plasma/PopupApplet" listed in 
"/usr/share/plasma/plasmoids/org.kde.plasma.printmanager/metadata.desktop"
libkcups: Create-Printer-Subscriptions last error: 0 successful-ok
libkcups: Get-Jobs last error: 0 successful-ok
libkcups: Get-Jobs last error: 0 successful-ok
Trying to use rootObject before initialization is completed, whilst using 
setInitializationDelayed. Forcing completion
Plasma Shell startup completed
org.kde.plasmaquick: New Applet  "Anwendungs-Starter" with a weight of 100
org.kde.plasmaquick: New Applet  "Digitale Uhr" with a weight of 5
libkcups: 2
KCrash: Attempting to start /usr/bin/plasmashell from kdeinit
sock_file=/run/user/1000/kdeinit5__0
QSocketNotifier: Invalid socket 8 and type 'Read', disabling...
QSocketNotifier: Invalid socket 17 and type 'Read', disabling...
QSocketNotifier: Invalid socket 9 and type 'Read', disabling...
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = plasmashell path = /usr/bin pid = 10715
KCrash: Arguments: /usr/bin/plasmashell --replace 
KCrash: Attempting to start /usr/lib/x86_64-linux-gnu/libexec/drkonqi from 
kdeinit
sock_file=/run/user/1000/kdeinit5__0
[1]  + 10715 suspended (signal)  plasmashell --replace

After:

% plasmashell --replace
org.kde.plasmaquick: Applet preload policy set to 1
kf5.kservice.sycoca: Parse error in  
"/home/a2824ck/.config/menus/applications-merged/xdg-desktop-menu-dummy.menu" , 
line  1 , col  1 :  "unexpected end of file"
kf5.kservice.services: The desktop entry file 
"/usr/share/applications/org.kde.drkonqi.desktop" has Type= "Application" but 
no Exec line
kf5.kservice.sycoca: Invalid Service :  
"/usr/share/applications/org.kde.drkonqi.desktop"
kf5.kservice.services: The desktop entry file 
"/usr/share/applications/org.kde.systemmonitor.desktop" has Type= "Application" 
but no Exec line
kf5.kservice.sycoca: Invalid Service :  
"/usr/share/applications/org.kde.systemmonitor.desktop"
trying to show an empty dialog
Connecting to deprecated signal 
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Trying to use rootObject before initialization is completed, whilst using 
setInitializationDelayed. Forcing completion
Both point size and pixel size set. Using pixel size.
Both point size and pixel size set. Using pixel size.
Both point size and pixel size set. Using pixel size.
trying to show an empty dialog
trying to show an empty dialog
Trying to use rootObject before initialization is completed, whilst using 
setInitializationDelayed. Forcing completion
Plasma Shell startup completed
org.kde.plasmaquick: New Applet  "Anwendungs-Starter

Bug#898084: Please migrate to libsrtp2 in Buster

2018-05-06 Thread Bernhard Schmidt
Package: src:kopete
Version: 4:17.08.3-1
Severity: wishlist

Hi,

as already stated in #890606 we (pkg-voip-maintainers) would like to get rid of
libsrtp0 for Buster. librtp0 (src:srtp) has not been updated for five years.
The successor libsrtp2 has been released with Stretch and most users are
already converted. The remaining users except for Kopete are likely to be
dropped for Buster.

I haven't seen any upstream work on this and it seems to be entangled with the
mediastreamer2 FTBFS (also in libjingle). I'm filing this bug so we don't
forget about it.

Best Regards,
Bernhard



Bug#890606: src:kopete: FTBFS against libmediastreamer 2.16

2018-05-06 Thread Bernhard Schmidt
Control: tags -1 help

On Sat, Mar 10, 2018 at 10:51:30AM +0100, Pino Toscano wrote:

Hi Pino,

> (not sure why the bug email did not reach the team ML...)
> 
> In data venerdì 16 febbraio 2018 17:28:12 CET, Bernhard Schmidt ha scritto:
> > src:kopete in unstable FTBFSs against libmediastreamer-dev 1:2.16.1-2
> > currently in experimental.
> > [...]
> > https://bugs.kde.org/show_bug.cgi?id=368340 is an upstream bug about this
> > error which has not seen activity for about a year.
> 
> In comment 8 of that bug, upstream (Pali Rohár) basically asked for help
> about the changed mediastreamer API.  Since nobody followed up on this,
> that explains why the bug has not been fixed so far.
> 
> > We would like to do this transition ASAP and kopete currently is the only
> > hard blocker.
> 
> If so, my suggestion is to help kopete upstream regarding the changed
> mediastreamer API.  Otherwise, with no documentation available, kopete
> upstream is basically stalled on this issue.

Unfortunately I have no idea about the mediastreamer API either (it is
just one of the multiple dependencies of linphone, that's why we package
it). Judging from the way upstream is doing API changes they don't care
about users of their libraries outside of their own stack that much.

I've posted a call for help on the upstream mailinglist at 
http://lists.nongnu.org/archive/html/linphone-developers/2018-05/msg00016.html
but I don't expect much of it.

Would it be an option for you to temporarily drop Jingle support until
this is resolved?

I think the VoIP maintainers team would also like to drop libsrtp0
before Buster, migrating to libsrtp2. Kopete/libjingle will also be a
blocker for this.

Bernhard



Bug#835480: ksnapshot: Ensure proper transition to kde-spectacle

2016-08-26 Thread Bernhard Schmidt
Hi,

>> A simple binNMU would probably fix this, but ksnapshot has been
>> replaced by kde-spectacle anyway. So I think the best way forward
>> would for kde-spectacle to Break/Replace ksnapshot and then drop
>> ksnapshot from testing.
> 
> I not seeing how this could be fixed with a binNMU. Afaics, we could
> either disable the kipi support in ksnapshot, drop ksnapshot adding the
> breaks/replaces (that means that users will need to manually install
> kde-spectacle, kdegraphics or kde-standard), or provide a transitional
> package in kde-spectacle to replace ksnapshot.

You're right. I was somehow assuming that the bindeps were the result of
a SONAME package change, but it is another -dev package altogether.
Maybe ksnapshot would build just fine against libkf5kipi-dev, but I
think a transitional package is the way forward here.

> In any case, ksnapshot reverse dependencies need to be updated (we can't
> drop ksnapshot without doing this first, and it's still an important
> step even if we provide a transitional package), currently, the only
> reverse dependency that needs to be updated is education-desktop-kde.
> 
> I'll add the transitional package to ksnapshot, could you take care of
> sending the bug report to education-desktop-kde? (please cc the
> debian-qt-kde mailing list).

Filed, #835511

Bernhard



Bug#835511: education-desktop-kde: Please switch ksnapshot to kde-spectacle

2016-08-26 Thread Bernhard Schmidt
Package: education-desktop-kde
Version: 1.903
Severity: normal

Dear Maintainer,

ksnapshot has been replaced by kde-spectacle in recent KDE, please update your 
Recommends. A transitional package will be provided, see #835480

Best Regards,
Bernhard



Bug#835480: ksnapshot: Ensure proper transition to kde-spectacle

2016-08-26 Thread Bernhard Schmidt
Package: ksnapshot
Version: 4:15.08.0-1
Severity: normal

Control: affects -1 kde-spectacle

Dear Maintainer,

ksnapshot is currently uninstallable in Stretch (at least together with
libkipi-using packages like current digikam) because it depends on an
old version of libkipi

The following packages have unmet dependencies:
 libkf5kipi-data : Breaks: libkipi-data but 4:15.08.3-2 is installed
The following actions will resolve these dependencies:

 Remove the following packages:   
1) digikam [4:4.14.0-5+b1 (now)]  
2) digikam-private-libs [4:4.14.0-5+b1 (now)] 

ksnapshot depends on libkipi11, libkipi11 depends on libkipi-data which
is replaced by libkf5ipi-data.

A simple binNMU would probably fix this, but ksnapshot has been replaced
by kde-spectacle anyway. So I think the best way forward would for
kde-spectacle to Break/Replace ksnapshot and then drop ksnapshot from
testing.

Bernhard



Bug#803544: kde-full: screen flickering - shutdown timer window

2015-11-02 Thread Bernhard Schmidt
On Sat, Oct 31, 2015 at 11:08:31PM +0800, Natrayan wrote:

Hi,

> Small observation now... Flickering also  happens when I move the cursor to
> the desktop corner (corner glow - not getting the correct term for it but
> the corner glow means there is some action assigned to that window cornor)

I used to have the same problem on my notebook, especiall with external
screens attached. It went away after upgrading xserver-xorg-video-intel
to the version in experimental (2:2.99.917+git20151019-1~exp1)

Best Regards,
Bernhard



Bug#796184: libkdecorations2-5: updating libkdecorations2-5 to 4:5.3.2-2 breaks kwin

2015-08-20 Thread Bernhard Schmidt
Control: affects 796184 + kwin-x11

I don't see the bug listed in the kwin BTS despite the affects. Possibly
because the kwin binary package doesn't exist. Marking kwin-x11 as
affected as well.



Bug#796184: libkdecorations2-5: updating libkdecorations2-5 to 4:5.3.2-2 breaks kwin

2015-08-20 Thread Bernhard Schmidt
Control: notfound 796184 4:5.3.2-1
Control: found 796184 4:5.3.2-2

On Thu, Aug 20, 2015 at 08:06:21AM +, Franz Schrober wrote:

Hi,

> Can confirm that. The workaround is to download
> libkdecorations2-5_5.3.2-1_*deb and
> libkdecorations2private5_5.3.2-1_*.deb from
> http://snapshot.debian.org/package/kdecoration/4%3A5.3.2-1/
> and install that.

Same here, marking the version accordingly so it is clear that this is a
new bug in 5.3.2-2 (although it is too late now).

Bernhard



Bug#686478: systemsettings: fails to initialize multiple monitor setup

2014-03-04 Thread Bernhard Schmidt
Package: systemsettings
Followup-For: Bug #686478

Hi,

Initially I just wanted to submit a "me too" (with DVI-0 being left of 
HDMI-0) on Jessie/testing, but upgrading kde-workspace from 4.11.6-2 
to 4.11.6-3 fixes it. This changelog entry is probably related:

  * Split kde-workspace-krandr from kde-workspace-bin, in order to let
kscreen to take over.

Immediately on upgrading the display layout is reset. The system settings
look completely different then (probably kscreen) and survive a logout.

Bernhard


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140304135323.9669.81528.report...@pest.krs8.birkenwald.de