Bug#802811: marked as done (libqt5x11extras5: causes konsole to segfault in libX11 on startup)

2015-10-28 Thread Debian Bug Tracking System
Your message dated Wed, 28 Oct 2015 13:35:53 +
with message-id 
and subject line Bug#802811: fixed in qtx11extras-opensource-src 5.5.1-3
has caused the Debian Bug report #802811,
regarding libqt5x11extras5: causes konsole to segfault in libX11 on startup
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
802811: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802811
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libqt5x11extras5
Version: 5.5.1-2
Severity: grave
Justification: renders package unusable

Dear Maintainer,

After upgrading to the unstable version of libqt5x11extras5, I
encounter segfaults when starting konsole:

kernel: [12347.664891] konsole[29202]: segfault at 968 ip 7ffa708ddfe3 sp 
7ffd859067f0 error 4 in libX11.so.6.3.0[7ffa708b+13c000]

Downgrading to the testing version no longer triggers the issue. I've
encountered similar issues on another machine for other packages,
e.g. sddm failing to start.

I'd send a backtrace as well but drkonqi also fails to start up with
the message

Could not find drkonqi at /usr/lib/x86_64-linux-gnu/libexec/drkonqi

Which is probably an other, unrelated issue. I tried running konsole
under gdb but it gave me nothing, since (I assume) KDE tried to run
drkonqi to gracefull handle the segfault. Any suggestion on how to
remedy this so I can at least provide you with a backtrace ?

Regards,

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (101, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages libqt5x11extras5:amd64 depends on:
ii  libc6 2.19-22
ii  libqt5core5a  5.4.2+dfsg-5
ii  libqt5gui55.4.2+dfsg-9

libqt5x11extras5:amd64 recommends no packages.

libqt5x11extras5:amd64 suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: qtx11extras-opensource-src
Source-Version: 5.5.1-3

We believe that the bug you reported is fixed in the latest version of
qtx11extras-opensource-src, which is due to be installed in the Debian FTP 
archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 802...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Shachnev  (supplier of updated 
qtx11extras-opensource-src package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 28 Oct 2015 16:22:53 +0300
Source: qtx11extras-opensource-src
Binary: libqt5x11extras5 libqt5x11extras5-dev qtx11extras5-dbg qtx11extras5-doc 
qtx11extras5-doc-html
Architecture: source
Version: 5.5.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Dmitry Shachnev 
Description:
 libqt5x11extras5 - Qt 5 X11 extras
 libqt5x11extras5-dev - Qt 5 X11 extras development files
 qtx11extras5-dbg - Qt 5 X11 extras libraries debugging symbols
 qtx11extras5-doc - Qt 5 X11 extras documentation
 qtx11extras5-doc-html - Qt 5 X11 extras HTML documentation
Closes: 802811
Changes:
 qtx11extras-opensource-src (5.5.1-3) unstable; urgency=medium
 .
   * Break pre-5.5 versions of libqt5gui5, as QX11Info::display() will return
 a null pointer with those versions, making the library unusable (closes:
 #802811).
Checksums-Sha1:
 1a29dc57535cbf4f2481c5806557da02ab5d69d8 2661 
qtx11extras-opensource-src_5.5.1-3.dsc
 3f63a1b6bf683cf45ebccf128bfac2dd8422ebe9 4924 
qtx11extras-opensource-src_5.5.1-3.debian.tar.xz
Checksums-Sha256:
 73c1d5a961d74b0a1578415425fb94f3e7288177be5142b17c69cef602d41d8a 2661 
qtx11extras-opensource-src_5.5.1-3.dsc
 d400aa31efa5b8866f6fb760b2f207ed242c6800e10dd626950313b6fe6011f4 4924 
qtx11extras-opensource-src_5.5.1-3.debian.tar.xz
Files:
 d913de49f1195a329c6fa5013c844722 2661 libs optional 
qtx11extras-opensource-src_5.5.1-3.dsc
 bee6ac272803ba5c14d7b6f84a86ae0b 4924 libs optional 

Bug#802811: libqt5x11extras5: causes konsole to segfault in libX11 on startup

2015-10-28 Thread Dmitry Shachnev
The issue here is that KApplicationPrivate::init() (from kdelibs4support) has
this call:

  XInternAtoms(QX11Info::display(), names, n, false, atoms_return);

However QX11Info::display() behavior changed in Qt 5.5 [1], and it returns a
null pointer when ran with old qtbase (5.4), therefore XInternAtoms crashes.

So the only thing we can do here is tightening the qtx11extras dependencies to
make sure it will pull in libqt5gui5 5.5 (which I will do now).

[1]: http://code.qt.io/cgit/qt/qtx11extras.git/commit/?id=e6a813c7869fb367

--
Dmitry Shachnev

signature.asc
Description: OpenPGP digital signature


Processing of qtx11extras-opensource-src_5.5.1-3_source.changes

2015-10-28 Thread Debian FTP Masters
qtx11extras-opensource-src_5.5.1-3_source.changes uploaded successfully to 
localhost
along with the files:
  qtx11extras-opensource-src_5.5.1-3.dsc
  qtx11extras-opensource-src_5.5.1-3.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)



Processed: Re: libqt5widgets5: regression in 5.5 breaks vlc video playback

2015-10-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 798661 + patch
Bug #798661 [libqt5widgets5] libqt5widgets5: regression in 5.5 breaks vlc video 
playback
Bug #801442 [libqt5widgets5] vlc: plane 0 not alingned, diabling direct 
rendering
Bug #802886 [libqt5widgets5] vlc: QT Interface wont full screen or renders only 
a small portion of the video
Bug #802922 [libqt5widgets5] vlc: only top half of video shown when playing 
DVD's under kwin/xfce
Added tag(s) patch.
Added tag(s) patch.
Added tag(s) patch.
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
798661: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798661
801442: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801442
802886: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802886
802922: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802922
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



qtx11extras-opensource-src_5.5.1-3_source.changes ACCEPTED into unstable

2015-10-28 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 28 Oct 2015 16:22:53 +0300
Source: qtx11extras-opensource-src
Binary: libqt5x11extras5 libqt5x11extras5-dev qtx11extras5-dbg qtx11extras5-doc 
qtx11extras5-doc-html
Architecture: source
Version: 5.5.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Dmitry Shachnev 
Description:
 libqt5x11extras5 - Qt 5 X11 extras
 libqt5x11extras5-dev - Qt 5 X11 extras development files
 qtx11extras5-dbg - Qt 5 X11 extras libraries debugging symbols
 qtx11extras5-doc - Qt 5 X11 extras documentation
 qtx11extras5-doc-html - Qt 5 X11 extras HTML documentation
Closes: 802811
Changes:
 qtx11extras-opensource-src (5.5.1-3) unstable; urgency=medium
 .
   * Break pre-5.5 versions of libqt5gui5, as QX11Info::display() will return
 a null pointer with those versions, making the library unusable (closes:
 #802811).
Checksums-Sha1:
 1a29dc57535cbf4f2481c5806557da02ab5d69d8 2661 
qtx11extras-opensource-src_5.5.1-3.dsc
 3f63a1b6bf683cf45ebccf128bfac2dd8422ebe9 4924 
qtx11extras-opensource-src_5.5.1-3.debian.tar.xz
Checksums-Sha256:
 73c1d5a961d74b0a1578415425fb94f3e7288177be5142b17c69cef602d41d8a 2661 
qtx11extras-opensource-src_5.5.1-3.dsc
 d400aa31efa5b8866f6fb760b2f207ed242c6800e10dd626950313b6fe6011f4 4924 
qtx11extras-opensource-src_5.5.1-3.debian.tar.xz
Files:
 d913de49f1195a329c6fa5013c844722 2661 libs optional 
qtx11extras-opensource-src_5.5.1-3.dsc
 bee6ac272803ba5c14d7b6f84a86ae0b 4924 libs optional 
qtx11extras-opensource-src_5.5.1-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJWMMyxAAoJENb+cQNj+F3TA+AP/2mQH+QjNMpAxheeUTxaRaYH
xGOZrHq8VHKL2Slljd/I/CTr4cUg1pt0rpNbY0Zdme+fPxoe9/ZvYShTBDSzoDUJ
Bb7aZNSNLwq+yITBCpYfMic7jk5x4VTLuY1VBLfneg9m+y+y8G2+1jn4gKGTHmew
z5csGsdxAk42gcYP7ae8TDViXfJLjRoGm4uHH7nCNGAiuzjDYXSMymdvcNL15iPO
BMTsuw1stBG08dwfdfnw3lvwcQdRj4LftGLSwbzEVEJasQPwurre8c8/omFKsPm4
b6UirDY5Qy7PVQbQGlsTIsoRzrkKb6hcjocyXb4NzpzdmDBB7az87CfG5ygASk7i
/kxVmnh56Lz9zG6sq3s6m/jMAQP7b2s4scPFEVlhaVl2eTg6KspVl/4EGbS64pE3
0/ZXoaf7dCqgMxf5HEBX7IAqYAnDbWNBFMxEGF4oeTjE9CP467k1dtidPei14nnn
NJJtUKoEDfesEx8AgvT6XeiZ7tURFQNgxrjBtX2JUzz2tf8pUBDmy2sobT+CPvvv
c8m/u5mp/VMFXxKLGfE+cOrlu/dgl+6NJ9P7EpHD/T66ok6D62lS/vgJeTVlgyD5
BRJeu+hSblpMWOTK3dFziBvc1pkCd3Iuo/gyNT8vJ41lFUjRQeiB34Q2PEdDu8OV
+qV6Sc9i3o1iRNdkwcyB
=SAW3
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#798661: libqt5widgets5: regression in 5.5 breaks vlc video playback

2015-10-28 Thread Rémi Denis-Courmont

tags 798661 + patch
thanks

Upstream bug report has a fix.

--
Rémi Denis-Courmont
http://www.remlab.net/



Bug#801106: sddm still fails to start

2015-10-28 Thread Gary Dale
Package: sddm
Version: 0.12.0-4
Followup-For: Bug #801106

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
I restarted my system this morning but it failed to bring up a login screen

   * What exactly did you do (or not do) that was effective (or ineffective)?
Booted to rescue mode and did an update/full-upgrade. When that didn't fix 
the problem, I installed xdm.

   * What was the outcome of this action?
I can now get to a login screen and run a gui.

   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-1-amd64 (SMP w/6 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages sddm depends on:
ii  adduser 3.113+nmu3
ii  debconf [debconf-2.0]   1.5.57
ii  libc6   2.19-22
ii  libgcc1 1:5.2.1-22
ii  libpam0g1.1.8-3.1
ii  libqt5core5a5.4.2+dfsg-9
ii  libqt5dbus5 5.4.2+dfsg-9
ii  libqt5gui5  5.4.2+dfsg-9
ii  libqt5network5  5.4.2+dfsg-9
ii  libqt5qml5  5.4.2-6
ii  libqt5quick55.4.2-6
ii  libstdc++6  5.2.1-22
ii  libsystemd0 227-2
ii  libxcb-xkb1 1.10-3+b1
ii  libxcb1 1.10-3+b1
ii  qml-module-qtquick2 5.4.2-6
ii  sddm-theme-breeze [sddm-theme]  4:5.4.2-1

sddm recommends no packages.

Versions of packages sddm suggests:
ii  libpam-kwallet5  5.4.2-1

-- debconf information:
* shared/default-x-display-manager: xdm
  sddm/daemon_name: /usr/bin/sddm



Bug#803284: plasmashell: Crash in xcb_send_request/xcb_intern_atom

2015-10-28 Thread Gregor Riepl
  5.4.2-6
ii  libqt5quick55.4.2-6
ii  libqt5script5   5.4.2+dfsg-4
ii  libqt5sql5  5.4.2+dfsg-9
ii  libqt5webkit5   5.4.2+dfsg-3
ii  libqt5widgets5  5.4.2+dfsg-9
ii  libqt5x11extras55.5.1-2
ii  libqt5xml5  5.4.2+dfsg-9
ii  libsm6  2:1.2.2-1+b1
ii  libstdc++6  5.2.1-22
ii  libtaskmanager5 4:5.4.2-1
ii  libwayland-client0  1.9.0-1
ii  libwayland-server0  1.9.0-1
ii  libweather-ion7 4:5.4.2-1
ii  libx11-62:1.6.3-1
ii  libxcb-keysyms1 0.4.0-1
ii  libxcb1 1.10-3+b1
ii  libxfixes3  1:5.0.1-2+b2
ii  libxi6  2:1.7.5-1
ii  libxrender1 1:0.9.8-1+b1
ii  milou   4:5.4.2-1
ii  phonon4qt5  4:4.8.3-2
ii  plasma-framework5.15.0-1
ii  qdbus-qt5   5.4.2-3
ii  qml-module-org-kde-extensionplugin  5.15.0-1
ii  qml-module-org-kde-kwindowsystem5.15.0-1
ii  qml-module-qtgraphicaleffects   5.5.1-2
ii  qml-module-qtquick-controls 5.4.2-2+b1
ii  qml-module-qtquick-dialogs  5.4.2-2+b1
ii  qml-module-qtquick-layouts  5.4.2-2+b1
ii  qml-module-qtquick-window2  5.4.2-6
ii  qml-module-qtquick2 5.4.2-6
ii  qtdeclarative5-kf5declarative   5.15.0-1
ii  qtdeclarative5-kf5solid 5.15.0-1
ii  qttools5-dev-tools  5.4.2-3
ii  udisks2 2.1.6-2
ii  x11-utils   7.7+3
ii  x11-xserver-utils   7.7+5
ii  zlib1g  1:1.2.8.dfsg-2+b1

Versions of packages plasma-workspace recommends:
ii  kio-extras   4:15.08.2-1
pn  libpam-kwallet5  

plasma-workspace suggests no packages.

-- no debconf information

*** plasmashell-20151028-034631.kcrash.txt
Application: Plasma (plasmashell), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fbd26c36940 (LWP 15860))]

Thread 2 (Thread 0x7fbdd700 (LWP 15866)):
#0  0x7fbd213e52d3 in select () at ../sysdeps/unix/syscall-template.S:81
#1  0x7fbd21c3fb1f in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#2  0x7fbd21acc25e in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#3  0x7fbd20bec0a4 in start_thread (arg=0x7fbdd700) at
pthread_create.c:309
#4  0x7fbd213ec06d in clone () at
.../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 1 (Thread 0x7fbd26c36940 (LWP 15860)):
[KCrash Handler]
#4  xcb_send_request (c=0x0, flags=flags@entry=1,
vector=vector@entry=0x7ffe1c794010, req=req@entry=0x7fbd25443280 ) at
.../../src/xcb_out.c:160
#5  0x7fbd25438caf in xcb_intern_atom (c=,
only_if_exists=only_if_exists@entry=0 '\000', name_len=,
name=name@entry=0x7fbd23e302e0 "UTF8_STRING") at xproto.c:3338
#6  0x7fbd23e20380 in Atoms::init (this=this@entry=0x241dca0) at
.../../src/platforms/xcb/netwm.cpp:304
#7  0x7fbd23e24e37 in Atoms::Atoms (c=, this=0x241dca0) at
.../../src/platforms/xcb/netwm.cpp:83
#8  atomsForConnection (c=c@entry=0x0) at ../../src/platforms/xcb/netwm.cpp:69
#9  0x7fbd23e27373 in NETRootInfo::NETRootInfo (this=0x2412cb0,
connection=0x0, properties=..., properties2=..., screen=-1,
doActivate=) at ../../src/platforms/xcb/netwm.cpp:517
#10 0x7fbd10509e9b in NETEventFilter::NETEventFilter (this=0x2412cb0,
_what=KWindowSystemPrivateX11::INFO_BASIC) at
.../../../../src/platforms/xcb/kwindowsystem.cpp:98
#11 0x7fbd1050a421 in MainThreadInstantiator::createNETEventFilter
(this=0x7ffe1c794640) at ../../../../src/platforms/xcb/kwindowsystem.cpp:85
#12 KWindowSystemPrivateX11::init (this=this@entry=0x2415cf0, what=) at ../../../../src/platforms/xcb/kwindowsystem.cpp:448
#13 0x7fbd1050a586 in KWindowSystemPrivateX11::connectNotify
(this=0x2415cf0, signal=...) at
.../../../../src/platforms/xcb/kwindowsystem.cpp:425
#14 0x7fbd23e17f08 in KWindowSystem::connectNotify (this=0x7fbd2403d200
<(anonymous namespace)::Q_QGS_g_kwmInstanceContainer::innerFunction()::holder>,
signal=...) at ../../src/kwindowsystem.cpp:365
#15 0x7fbd21cdf85a in QObjectPrivate::connectImpl(QObject const*, int,
QObject const*, void**, QtPrivate::QSlotObjectBase*, Qt::ConnectionType, int
const*, QMetaObject const*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#16 0x7fbd21cdfa1a in QObject::connectImpl(QObject const*, void**, QObject
const*, void**, QtPrivate::QSlotObjectBase*, Qt::ConnectionType, int const*,
QMetaObject const*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#17 0x00457489 in ShellCorona::ShellCorona(QObject*) ()
#18 0x00460bbc in 

Processing of qbs_1.4.3+dfsg-1_source.changes

2015-10-28 Thread Debian FTP Masters
qbs_1.4.3+dfsg-1_source.changes uploaded successfully to localhost
along with the files:
  qbs_1.4.3+dfsg-1.dsc
  qbs_1.4.3+dfsg.orig.tar.gz
  qbs_1.4.3+dfsg-1.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)



Processing of qtbase-opensource-src_5.5.1+dfsg-5_source.changes

2015-10-28 Thread Debian FTP Masters
qtbase-opensource-src_5.5.1+dfsg-5_source.changes uploaded successfully to 
localhost
along with the files:
  qtbase-opensource-src_5.5.1+dfsg-5.dsc
  qtbase-opensource-src_5.5.1+dfsg-5.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)



Bug#798661: pending

2015-10-28 Thread Lisandro Damián Nicanor Pérez Meyer
tag 798661 pending
thanks

We are about to push the fix for this one.

-- 
"If I have been able to see farther, it was only because I stood on the
shoulders of giants"
 Sir Isaac Newton

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


signature.asc
Description: This is a digitally signed message part.


Processed: Re: Bug#803212: kate: Crash (segmentation fault) on startup in xcb_send_request

2015-10-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 803212 moreinfo
Bug #803212 [kate] kate: Crash (segmentation fault) on startup in 
xcb_send_request
Added tag(s) moreinfo.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
803212: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803212
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#803212: kate: Crash (segmentation fault) on startup in xcb_send_request

2015-10-28 Thread Lisandro Damián Nicanor Pérez Meyer
tag 803212 moreinfo
thanks

Please take a look at

http://bugs.debian.org/802811

and please check if that's your situation.

Thanks!

-- 
You know you're brilliant, but maybe you'd like to understand what
you did 2 weeks from now.
  Linus Benedict Torvalds.

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


signature.asc
Description: This is a digitally signed message part.


Processed: pending

2015-10-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 798661 pending
Bug #798661 [libqt5widgets5] libqt5widgets5: regression in 5.5 breaks vlc video 
playback
Bug #801442 [libqt5widgets5] vlc: plane 0 not alingned, diabling direct 
rendering
Bug #802886 [libqt5widgets5] vlc: QT Interface wont full screen or renders only 
a small portion of the video
Bug #802922 [libqt5widgets5] vlc: only top half of video shown when playing 
DVD's under kwin/xfce
Added tag(s) pending.
Added tag(s) pending.
Added tag(s) pending.
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
798661: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798661
801442: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801442
802886: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802886
802922: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802922
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#802886: marked as done (vlc: QT Interface wont full screen or renders only a small portion of the video)

2015-10-28 Thread Debian Bug Tracking System
Your message dated Wed, 28 Oct 2015 15:43:35 +
with message-id 
and subject line Bug#798661: fixed in qtbase-opensource-src 5.5.1+dfsg-5
has caused the Debian Bug report #798661,
regarding vlc: QT Interface wont full screen or renders only a small portion of 
the video
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
798661: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798661
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: vlc
Version: 2.2.1-4+b1
Severity: important

Dear Maintainer,

When using the QT interface in VLC, I can no longer doubleclick a video and 
full screen it.
When playing a video parts of it are masked off/cropped .  So only a small area 
approximatly 530x290 is visable.  
I've disabled overlay with no effect.  Resizing the video into the small 
visable area is the only way to see the 
entire video uncropped.
 
If I however run the command cvlc  the video the full size and have 
no issue fullscreening the video.  
It seems that the issue might be with QT, but I am unsure how to figure out 
what the offending package maybe.

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.3-towo.1-siduction-amd64 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages vlc depends on:
ii  fonts-freefont-ttf  20120503-4
ii  libaa1  1.4p5-44
ii  libavcodec-ffmpeg56 7:2.8.1-1
ii  libavutil-ffmpeg54  7:2.8.1-1
ii  libc6   2.19-22
ii  libcaca00.99.beta19-2
ii  libcairo2   1.14.2-2
ii  libegl1-mesa [libegl1-x11]  10.6.8-1
ii  libfreerdp-client1.11.1.0~git20140921.1.440916e+dfsg1-5
ii  libfreerdp-core1.1  1.1.0~git20140921.1.440916e+dfsg1-5
ii  libfreerdp-gdi1.1   1.1.0~git20140921.1.440916e+dfsg1-5
ii  libfreetype62.6-2
ii  libfribidi0 0.19.7-1
ii  libgcc1 1:5.2.1-22
ii  libgl1-mesa-glx [libgl1]10.6.8-1
ii  libgles1-mesa [libgles1]10.6.8-1
ii  libgles2-mesa [libgles2]10.6.8-1
ii  libglib2.0-02.46.1-1
ii  libpulse0   7.0-1
ii  libqt5core5a5.5.1+dfsg-4
ii  libqt5gui5  5.5.1+dfsg-4
ii  libqt5widgets5  5.5.1+dfsg-4
ii  libqt5x11extras55.5.1-2
ii  librsvg2-2  2.40.11-1
ii  libsdl-image1.2 1.2.12-5+b5
ii  libsdl1.2debian 1.2.15-11
ii  libstdc++6  5.2.1-22
ii  libva-drm1  1.6.1-1
ii  libva-x11-1 1.6.1-1
ii  libva1  1.6.1-1
ii  libvlccore8 2.2.1-4+b1
ii  libvncclient1   0.9.10+dfsg-3
ii  libx11-62:1.6.3-1
ii  libxcb-composite0   1.10-3+b1
ii  libxcb-keysyms1 0.4.0-1
ii  libxcb-randr0   1.10-3+b1
ii  libxcb-shm0 1.10-3+b1
ii  libxcb-xv0  1.10-3+b1
ii  libxcb1 1.10-3+b1
ii  libxext62:1.3.3-1
ii  libxinerama12:1.1.3-1+b1
ii  libxpm4 1:3.5.11-1+b1
ii  vlc-nox 2.2.1-4+b1
ii  zlib1g  1:1.2.8.dfsg-2+b1

Versions of packages vlc recommends:
ii  vlc-plugin-notify  2.2.1-4+b1
ii  vlc-plugin-samba   2.2.1-4+b1
ii  xdg-utils  1.1.1-1

vlc suggests no packages.

Versions of packages vlc-nox depends on:
ii  liba52-0.7.4   0.7.4-18
ii  libasound2 1.0.29-1
ii  libass50.13.0-1
ii  libavahi-client3   0.6.31-5
ii  libavahi-common3   0.6.31-5
ii  libavc1394-0   0.5.4-2
ii  libavcodec-ffmpeg567:2.8.1-1
ii  libavformat-ffmpeg56   7:2.8.1-1
ii  libavutil-ffmpeg54 7:2.8.1-1
ii  libbasicusageenvironment0  2014.01.13-1
ii  libbluray1 1:0.9.0-1
ii  libc6  2.19-22
ii  libcddb2   1.3.2-5
ii  libcdio13  0.83-4.2
ii  libchromaprint01.2-1+b1
ii  libcrystalhd3  1:0.0~git20110715.fdd2f19-11+b1
ii  libdbus-1-31.10.0-3
ii  libdc1394-22   2.2.3-1
ii  libdca00.0.5-7
ii  libdirectfb-1.2-9  1.2.10.0-5.1
ii  libdvbpsi101.3.0-2
ii  libdvdnav4 

Bug#798661: marked as done (libqt5widgets5: regression in 5.5 breaks vlc video playback)

2015-10-28 Thread Debian Bug Tracking System
Your message dated Wed, 28 Oct 2015 15:43:35 +
with message-id 
and subject line Bug#798661: fixed in qtbase-opensource-src 5.5.1+dfsg-5
has caused the Debian Bug report #798661,
regarding libqt5widgets5: regression in 5.5 breaks vlc video playback
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
798661: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798661
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: vlc
Version: 2.2.1-3
Severity: important

Dear Maintainer,

since I installed the big gcc5-transition and all the package updates coming 
along with it,
VLC is no longer working properly: When I open a movie, only the top-left part 
of the window
actually shows movie content. The rest of the windows is black, with the rest 
of the movie
not being visible. I tried both the XVideo and the GLX output module, I tried 
disabling
compositing in KWin, and I tried videos of different formats. The behavior is 
always
the same. I will attach a screenshot.
The same files used to work fine in VLC, and still work fine in mpv.

Kind regards,
Ralf

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (100, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.1.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages vlc depends on:
ii  fonts-freefont-ttf  20120503-4
ii  libaa1  1.4p5-43
ii  libavcodec-ffmpeg56 7:2.7.2-2+b1
ii  libavutil-ffmpeg54  7:2.7.2-2+b1
ii  libc6   2.19-19
ii  libcaca00.99.beta19-2
ii  libcairo2   1.14.2-2
ii  libegl1-mesa [libegl1-x11]  10.6.3-1
ii  libfreerdp-client1.11.1.0~git20140921.1.440916e+dfsg1-5
ii  libfreerdp-core1.1  1.1.0~git20140921.1.440916e+dfsg1-5
ii  libfreerdp-gdi1.1   1.1.0~git20140921.1.440916e+dfsg1-5
ii  libfreetype62.5.2-4
ii  libfribidi0 0.19.7-1
ii  libgcc1 1:5.2.1-16
ii  libgl1-mesa-glx [libgl1]10.6.3-1
ii  libgles1-mesa [libgles1]10.6.3-1
ii  libgles2-mesa [libgles2]10.6.3-1
ii  libglib2.0-02.44.1-1.1
ii  libpulse0   6.0-5
ii  libqt5core5a5.5.0+dfsg-6
ii  libqt5gui5  5.5.0+dfsg-6
ii  libqt5widgets5  5.5.0+dfsg-6
ii  libqt5x11extras55.5.0-1
ii  librsvg2-2  2.40.10-1
ii  libsdl-image1.2 1.2.12-5+b5
ii  libsdl1.2debian 1.2.15-11
ii  libstdc++6  5.2.1-16
ii  libva-drm1  1.6.0-1
ii  libva-x11-1 1.6.0-1
ii  libva1  1.6.0-1
ii  libvlccore8 2.2.1-3
ii  libvncclient1   0.9.10+dfsg-3
ii  libx11-62:1.6.3-1
ii  libxcb-composite0   1.10-3+b1
ii  libxcb-keysyms1 0.4.0-1
ii  libxcb-randr0   1.10-3+b1
ii  libxcb-shm0 1.10-3+b1
ii  libxcb-xv0  1.10-3+b1
ii  libxcb1 1.10-3+b1
ii  libxext62:1.3.3-1
ii  libxinerama12:1.1.3-1+b1
ii  libxpm4 1:3.5.11-1+b1
ii  vlc-nox 2.2.1-3
ii  zlib1g  1:1.2.8.dfsg-2+b1

Versions of packages vlc recommends:
ii  vlc-plugin-notify  2.2.1-3
ii  vlc-plugin-samba   2.2.1-3
ii  xdg-utils  1.1.0~rc1+git20111210-7.4

Versions of packages vlc suggests:
pn  videolan-doc  

Versions of packages vlc-nox depends on:
ii  liba52-0.7.4   0.7.4-18
ii  libasound2 1.0.29-1
ii  libass50.12.3-2
ii  libavahi-client3   0.6.31-5
ii  libavahi-common3   0.6.31-5
ii  libavc1394-0   0.5.4-2
ii  libavcodec-ffmpeg567:2.7.2-2+b1
ii  libavformat-ffmpeg56   7:2.7.2-2+b1
ii  libavutil-ffmpeg54 7:2.7.2-2+b1
ii  libbasicusageenvironment0  2014.01.13-1
ii  libbluray1 1:0.8.1-1
ii  libc6  2.19-19
ii  libcddb2   1.3.2-5
ii  libcdio13  0.83-4.2
ii  libchromaprint01.2-1+b1
ii  libcrystalhd3  1:0.0~git20110715.fdd2f19-11+b1
ii  libdbus-1-31.8.20-1
ii  libdc1394-22   2.2.3-1
ii  libdca00.0.5-7
ii  libdirectfb-1.2-9  1.2.10.0-5.1
ii  libdvbpsi101.3.0-2
ii 

Bug#802922: marked as done (vlc: only top half of video shown when playing DVD's under kwin/xfce)

2015-10-28 Thread Debian Bug Tracking System
Your message dated Wed, 28 Oct 2015 15:43:35 +
with message-id 
and subject line Bug#798661: fixed in qtbase-opensource-src 5.5.1+dfsg-5
has caused the Debian Bug report #798661,
regarding vlc: only top half of video shown when playing DVD's under kwin/xfce
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
798661: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798661
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: vlc
Version: 2.2.1-4+b1
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?

After an unknown upgrade (attempts to downgrade resulted in kwin being 
unable to be started), vlc only shows the top half of a video window when run
under KDE or xfce.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

I tried removing the vdpau libraries with that changing things.

running cvlc when kdm stopped showed the entire video window.

   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (500, 
'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.3.0-rc6+ (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: sysvinit (via /sbin/init)

Versions of packages vlc depends on:
ii  fonts-freefont-ttf  20120503-4
ii  libaa1  1.4p5-44
ii  libavcodec-ffmpeg56 7:2.8.1-1
ii  libavutil-ffmpeg54  7:2.8.1-1
ii  libc6   2.19-22
ii  libcaca00.99.beta19-2
ii  libcairo2   1.14.2-2
ii  libegl1-mesa [libegl1-x11]  11.0.2-1
ii  libfreerdp-client1.11.1.0~git20140921.1.440916e+dfsg1-5
ii  libfreerdp-core1.1  1.1.0~git20140921.1.440916e+dfsg1-5
ii  libfreerdp-gdi1.1   1.1.0~git20140921.1.440916e+dfsg1-5
ii  libfreetype62.6-2
ii  libfribidi0 0.19.7-1
ii  libgcc1 1:5.2.1-22
ii  libgl1-mesa-glx [libgl1]11.0.2-1
ii  libgles1-mesa [libgles1]11.0.2-1
ii  libgles2-mesa [libgles2]11.0.2-1
ii  libglib2.0-02.46.1-1
ii  libpulse0   7.0-1.0nosystemd1
ii  libqt5core5a5.5.1+dfsg-4
ii  libqt5gui5  5.5.1+dfsg-4
ii  libqt5widgets5  5.5.1+dfsg-4
ii  libqt5x11extras55.5.1-2
ii  librsvg2-2  2.40.11-1
ii  libsdl-image1.2 1.2.12-5+b5
ii  libsdl1.2debian 1.2.15-11
ii  libstdc++6  5.2.1-22
ii  libva-drm1  1.6.1-1
ii  libva-x11-1 1.6.1-1
ii  libva1  1.6.1-1
ii  libvlccore8 2.2.1-4+b1
ii  libvncclient1   0.9.10+dfsg-3
ii  libx11-62:1.6.3-1
ii  libxcb-composite0   1.10-3+b1
ii  libxcb-keysyms1 0.4.0-1
ii  libxcb-randr0   1.10-3+b1
ii  libxcb-shm0 1.10-3+b1
ii  libxcb-xv0  1.10-3+b1
ii  libxcb1 1.10-3+b1
ii  libxext62:1.3.3-1
ii  libxinerama12:1.1.3-1+b1
ii  libxpm4 1:3.5.11-1+b1
ii  vlc-nox 2.2.1-4+b1
ii  zlib1g  1:1.2.8.dfsg-2+b1

Versions of packages vlc recommends:
ii  vlc-plugin-notify  2.2.1-4+b1
ii  vlc-plugin-samba   2.2.1-4+b1
ii  xdg-utils  1.1.1-1

vlc suggests no packages.

-- debconf-show failed
--- End Message ---
--- Begin Message ---
Source: qtbase-opensource-src
Source-Version: 5.5.1+dfsg-5

We believe that the bug you reported is fixed in the latest version of
qtbase-opensource-src, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 798...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Shachnev  (supplier of updated qtbase-opensource-src 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing 

Bug#801442: marked as done (vlc: plane 0 not alingned, diabling direct rendering)

2015-10-28 Thread Debian Bug Tracking System
Your message dated Wed, 28 Oct 2015 15:43:35 +
with message-id 
and subject line Bug#798661: fixed in qtbase-opensource-src 5.5.1+dfsg-5
has caused the Debian Bug report #798661,
regarding vlc: plane 0 not alingned, diabling direct rendering
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
798661: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798661
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: vlc
Version: 2.2.1-4
Severity: important

Dear Maintainer,
I try to play any video, the moment I go to full-screen it crops the
screen to the original 640x480 screen and I get 1/4th of the picture
information, it seems it tries to go full-screen but displays only
part of the information.

Sharing the plane0 error as an attachment. Have to use some other
media player mean-time.

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (100, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.2.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages vlc depends on:
ii  fonts-freefont-ttf  20120503-4
ii  libaa1  1.4p5-44
ii  libavcodec-ffmpeg56 7:2.8-1
ii  libavutil-ffmpeg54  7:2.8-1
ii  libc6   2.21-0experimental1
ii  libcaca00.99.beta19-2
ii  libcairo2   1.14.2-2
ii  libegl1-mesa [libegl1-x11]  11.0.2-1
ii  libfreerdp-client1.11.1.0~git20140921.1.440916e+dfsg1-5
ii  libfreerdp-core1.1  1.1.0~git20140921.1.440916e+dfsg1-5
ii  libfreerdp-gdi1.1   1.1.0~git20140921.1.440916e+dfsg1-5
ii  libfreetype62.6-2
ii  libfribidi0 0.19.7-1
ii  libgcc1 1:5.2.1-21
ii  libgl1-mesa-glx [libgl1]11.0.2-1
ii  libgles1-mesa [libgles1]11.0.2-1
ii  libgles2-mesa [libgles2]11.0.2-1
ii  libglib2.0-02.46.0-2
ii  libpulse0   7.0-1
ii  libqt5core5a5.5.0+dfsg-6
ii  libqt5gui5  5.5.0+dfsg-6
ii  libqt5widgets5  5.5.0+dfsg-6
ii  libqt5x11extras55.5.0-1
ii  librsvg2-2  2.40.11-1
ii  libsdl-image1.2 1.2.12-5+b5
ii  libsdl1.2debian 1.2.15-11
ii  libstdc++6  5.2.1-21
ii  libva-drm1  1.6.1-1
ii  libva-x11-1 1.6.1-1
ii  libva1  1.6.1-1
ii  libvlccore8 2.2.1-4
ii  libvncclient1   0.9.10+dfsg-3
ii  libx11-62:1.6.3-1
ii  libxcb-composite0   1.10-3+b1
ii  libxcb-keysyms1 0.4.0-1
ii  libxcb-randr0   1.10-3+b1
ii  libxcb-shm0 1.10-3+b1
ii  libxcb-xv0  1.10-3+b1
ii  libxcb1 1.10-3+b1
ii  libxext62:1.3.3-1
ii  libxinerama12:1.1.3-1+b1
ii  libxpm4 1:3.5.11-1+b1
ii  vlc-nox 2.2.1-4
ii  zlib1g  1:1.2.8.dfsg-2+b1

Versions of packages vlc recommends:
ii  vlc-plugin-notify  2.2.1-4
ii  vlc-plugin-samba   2.2.1-4
ii  xdg-utils  1.1.1-1

vlc suggests no packages.

Versions of packages vlc-nox depends on:
ii  liba52-0.7.4   0.7.4-18
ii  libasound2 1.0.29-1
ii  libass50.12.3-2
ii  libavahi-client3   0.6.31-5
ii  libavahi-common3   0.6.31-5
ii  libavc1394-0   0.5.4-2
ii  libavcodec-ffmpeg567:2.8-1
ii  libavformat-ffmpeg56   7:2.7.2-2+b1
ii  libavutil-ffmpeg54 7:2.8-1
ii  libbasicusageenvironment0  2014.01.13-1
ii  libbluray1 1:0.9.0-1
ii  libc6  2.21-0experimental1
ii  libcddb2   1.3.2-5
ii  libcdio13  0.83-4.2
ii  libchromaprint01.2-1+b1
ii  libcrystalhd3  1:0.0~git20110715.fdd2f19-11+b1
ii  libdbus-1-31.10.0-3
ii  libdc1394-22   2.2.3-1
ii  libdca00.0.5-7
ii  libdirectfb-1.2-9  1.2.10.0-5.1
ii  libdvbpsi101.3.0-2
ii  libdvdnav4 5.0.3-1
ii  libdvdread45.0.3-1
ii  libebml4v5 1.3.1-5
ii  libfaad2   2.8.0~cvs20150510-1
ii  libflac8   1.3.1-4
ii  libfontconfig1 2.11.0-6.3
ii  libfreetype6   2.6-2
ii  libfribidi00.19.7-1
ii  

qbs_1.4.3+dfsg-1_source.changes ACCEPTED into unstable

2015-10-28 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 28 Oct 2015 16:27:50 +0300
Source: qbs
Binary: qbs libqbscore1 libqbsqtprofilesetup1 qbs-dev qbs-dbg qbs-examples 
qbs-doc qbs-doc-html
Architecture: source
Version: 1.4.3+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Dmitry Shachnev 
Description:
 libqbscore1 - Qt Build Suite core library
 libqbsqtprofilesetup1 - Qt Build Suite profile setup library
 qbs- Qt Build Suite
 qbs-dbg- Qt Build Suite debugging symbols
 qbs-dev- Qt Build Suite development files
 qbs-doc- Qt Build Suite documentation
 qbs-doc-html - Qt Build Suite HTML documentation
 qbs-examples - Qt Build Suite examples
Changes:
 qbs (1.4.3+dfsg-1) unstable; urgency=medium
 .
   * New upstream release.
   * Drop dont_throw_exceptions.diff, applied upstream.
   * Refresh skip_test_homedirectory.diff.
   * Update debian/libqbscore1.symbols.
Checksums-Sha1:
 1876604a1e1c5931d703101c00ae328e05576918 2462 qbs_1.4.3+dfsg-1.dsc
 4eafbf25de09cbad52c6dc0e96575a61d7de2dbb 798566 qbs_1.4.3+dfsg.orig.tar.gz
 83727e8aff3830f0ad198f14d9848d4331107eb9 14752 qbs_1.4.3+dfsg-1.debian.tar.xz
Checksums-Sha256:
 2ba37c8d41bfea375172b56ee15ecbf3f4e569cca35f69fbc36a875b706d1de4 2462 
qbs_1.4.3+dfsg-1.dsc
 4c92c84a4f9fd89f45238d39ffa511f1e029c6b2e088d0bbc326169c64d55bce 798566 
qbs_1.4.3+dfsg.orig.tar.gz
 44ac9501f905b4ee2926ae583bc1d09ab3ebd81d1a0c2f3a2c5ed8825b737654 14752 
qbs_1.4.3+dfsg-1.debian.tar.xz
Files:
 efc410c68df2796cd8e0ac8ad03c9430 2462 devel optional qbs_1.4.3+dfsg-1.dsc
 d1c289d59c83149e37f2a9cc702e3466 798566 devel optional 
qbs_1.4.3+dfsg.orig.tar.gz
 26f8eaf2bb32c35874f324d255dc870e 14752 devel optional 
qbs_1.4.3+dfsg-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJWMN2/AAoJENb+cQNj+F3TqzoQAKHjjF179snPVQAuWR4tRGRs
xyGnvepVZ4tkqUN6NhUmbrAT6Ircwh5porTOQ8kPID+4vyYXvYK2EC/GpOl4V3rL
OVXPMzJAk17tk7ItyM1biNVB5nwXy9Gs1fiYPnNbhmx3LOB98TYOQgAG8qnsZeeY
1CmJ5J8qiO9cD9CW96IWQQZQ3Ozt4wFKJ0WIsEq1eHlFpP9ql67wcQGmrVyAOoXn
I84Qi2cLsP1TlKrWEDx1ArAWFjqzJxtEVyY9TlSQtP92YjEJ+fE3PnXieBghCh4c
ED92nDvkC8tmAU1AVn3rAS8ghECxjIOkmEta/nBarchNZUSmhWIARd5A+EQ6I8PX
HbbuITU0/mx7U/z9hz02kBlHwBjewPJ+sz/hZhv6nM7XDdbrKHz75mA/eKiRw27D
+YrZs+qHX8Udd5bDsk60CX5s/cEJZoy1syl6h7phLLQowUyhDCpFnlZbzYtWMuSu
EsEwfGTl0l5hvkjkTI00WurpXHPql8ebWDzX11EChEmZvnv76JzjvmEpOpQ/764v
rz5ZZIRAYwi5/lrhy64Gjdo8edGu2ssoWBwnNbAztYSdqUgEiyRcPQ5DqWcOxN2E
60bRVToVZSmNUFSKpiiXNiAYuHBcjqaztL0LqH2JPIAqEahpp1nMKpukaPWEPVq/
U7e6G7XKtZQDi/5TN+FW
=xKXR
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



qtbase-opensource-src_5.5.1+dfsg-5_source.changes ACCEPTED into unstable

2015-10-28 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 28 Oct 2015 16:52:04 +0300
Source: qtbase-opensource-src
Binary: libqt5core5a libqt5gui5 libqt5libqgtk2 libqt5network5 libqt5opengl5 
libqt5sql5 libqt5sql5-mysql libqt5sql5-odbc libqt5sql5-psql libqt5sql5-sqlite 
libqt5sql5-tds libqt5sql5-ibase libqt5xml5 libqt5dbus5 libqt5test5 
libqt5concurrent5 libqt5widgets5 libqt5printsupport5 
libqt5egldeviceintegration5 libqt5xcbqpa5 qtbase5-dev qtbase5-private-dev 
libqt5opengl5-dev qtbase5-dev-tools qt5-qmake qtbase5-examples qtbase5-dbg 
qtbase5-dev-tools-dbg qtbase5-examples-dbg qt5-default qtbase5-doc-html
Architecture: source
Version: 5.5.1+dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Dmitry Shachnev 
Description:
 libqt5concurrent5 - Qt 5 concurrent module
 libqt5core5a - Qt 5 core module
 libqt5dbus5 - Qt 5 D-Bus module
 libqt5egldeviceintegration5 - Qt 5 EGL device integration
 libqt5gui5 - Qt 5 GUI module
 libqt5libqgtk2 - Qt 5 GTK2 platform theme
 libqt5network5 - Qt 5 network module
 libqt5opengl5 - Qt 5 OpenGL module
 libqt5opengl5-dev - Qt 5 OpenGL library development files
 libqt5printsupport5 - Qt 5 print support module
 libqt5sql5 - Qt 5 SQL module
 libqt5sql5-ibase - Qt 5 Firebird database driver
 libqt5sql5-mysql - Qt 5 MySQL database driver
 libqt5sql5-odbc - Qt 5 ODBC database driver
 libqt5sql5-psql - Qt 5 PostgreSQL database driver
 libqt5sql5-sqlite - Qt 5 SQLite 3 database driver
 libqt5sql5-tds - Qt 5 FreeTDS database driver
 libqt5test5 - Qt 5 test module
 libqt5widgets5 - Qt 5 widgets module
 libqt5xcbqpa5 - Qt 5 XCB platform module
 libqt5xml5 - Qt 5 XML module
 qt5-default - Qt 5 development defaults package
 qt5-qmake  - Qt 5 qmake Makefile generator tool
 qtbase5-dbg - Qt 5 base library debugging symbols
 qtbase5-dev - Qt 5 base development files
 qtbase5-dev-tools - Qt 5 base development programs
 qtbase5-dev-tools-dbg - Qt 5 base binaries debugging symbols
 qtbase5-doc-html - Qt 5 base HTML documentation
 qtbase5-examples - Qt 5 base examples
 qtbase5-examples-dbg - Qt 5 base examples debugging symbols
 qtbase5-private-dev - Qt 5 base private development files
Closes: 798661
Changes:
 qtbase-opensource-src (5.5.1+dfsg-5) unstable; urgency=medium
 .
   [ Lisandro Damián Nicanor Pérez Meyer ]
   * Add upstream's set_WA_OutsideWSRange_for_native_widgets.patch
 to avoid invalidating the backing store (Closes: #798661).
 .
   [ Dmitry Shachnev ]
   * Update symbols files from buildds’ logs.
Checksums-Sha1:
 f24ecafabea6526937d636eeb8415b36109820ad 5118 
qtbase-opensource-src_5.5.1+dfsg-5.dsc
 28362401cc04a788ed6f468fa15d7daaa9cdf1ff 200412 
qtbase-opensource-src_5.5.1+dfsg-5.debian.tar.xz
Checksums-Sha256:
 7620c7f4838a5b4ec4469abbe953d685003f71bc3385232abf7406470753ae0d 5118 
qtbase-opensource-src_5.5.1+dfsg-5.dsc
 761fd7f6ccc91dc4d22a1000836ec50aa0f7c749c7a9622be7837f3fbf964d8b 200412 
qtbase-opensource-src_5.5.1+dfsg-5.debian.tar.xz
Files:
 6f564b6cd89222b45c0d1f5dd04b7ee0 5118 libs optional 
qtbase-opensource-src_5.5.1+dfsg-5.dsc
 864fb259333c6d9ab1962e994bafe508 200412 libs optional 
qtbase-opensource-src_5.5.1+dfsg-5.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJWMNPkAAoJENb+cQNj+F3T/hoQAImtPp2OamtSOXLPVb1Dsz4l
AKmqqoymcGU0/aCxJUjHKkMstjxGoHOl7afxhiYwOgLgLG6CfQF7M9HhDnmj1m1L
yZh8WPDDlmqfDMw3gQCgnN15O0RydjR0qaviph4/Vtnjzs57q1ZYcAQzJh/bBbZ7
lzMuSyYVAmGYRsw2dPLaTHWGGsJfTlkfTC8SqN9OS18SsHEobJuB7JwC2EHiOjwP
FBPkxxm7esOue4wbc8seSdjvb9+21dVKxkbPAjRDCft+BhWJLhTbyxYeiKOlGkOo
nC0sl031WMrVyrjaj2TW2Y1/Efg+GAo3fweu7V32fQLaNVod1O9/daBCKHiLsVek
GO0FlK5pEgpI57d8hRovyMNMP2ZviQIaA7ClU2VsrkGvBw9UBC6PPvenRkCjIuhe
zsKKAG13gF/MvraRSbmGnssenkXnOV0Mp+XRNit5MVxc4rNoL3PMkwV5SjBqX+u5
3nEJq+RKSxBRTpoljAfJ9QtkUa03Kz1tCr5HDgYAM9N4ihvoRGvmbrJJ9jrOOVbR
ay6RYs11oitlE6amvW0hmPWxNpry11CxaktfmYpY1n2X/8koWmljucHtNfPWTrjc
XTxwf7LBS63BMcYu3kf5cehDbsO5NXotSv7+/qB9Oeq1Krue5x+YSyskroZepSF0
VQk0PM3alF8nTyj5EKA2
=EbpK
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#803212: qt5x11extras at fault

2015-10-28 Thread Gregor Riepl
It looks like downgrading qt5x11extras as described in #802811 fixed the crash
for all affected KDE applications in my case.

If Kyanos confirms, I think this bug can be closed.



Bug#803284: marked as done (plasmashell: Crash in xcb_send_request/xcb_intern_atom)

2015-10-28 Thread Debian Bug Tracking System
2-1
ii  libkf5webkit5   5.15.0-1
ii  libkf5widgetsaddons55.15.0-1
ii  libkf5windowsystem5 5.15.0-1
ii  libkf5xmlgui5   5.15.0-1
ii  libkf5xmlrpcclient5 5.15.0-1
ii  libksgrd7   4:5.4.2-1
ii  libkworkspace5-54:5.4.2-1
ii  libpam0g1.1.8-3.1
ii  libphonon4qt5-4 4:4.8.3-2
ii  libplasma-geolocation-interface54:5.4.2-1
ii  libprocesscore7 4:5.4.2-1
ii  libprocessui7   4:5.4.2-1
ii  libqalculate5v5 0.9.7-9.1
ii  libqt5core5a5.4.2+dfsg-9
ii  libqt5dbus5 5.4.2+dfsg-9
ii  libqt5gui5  5.4.2+dfsg-9
ii  libqt5network5  5.4.2+dfsg-9
ii  libqt5qml5  5.4.2-6
ii  libqt5quick55.4.2-6
ii  libqt5script5   5.4.2+dfsg-4
ii  libqt5sql5  5.4.2+dfsg-9
ii  libqt5webkit5   5.4.2+dfsg-3
ii  libqt5widgets5  5.4.2+dfsg-9
ii  libqt5x11extras55.5.1-2
ii  libqt5xml5  5.4.2+dfsg-9
ii  libsm6  2:1.2.2-1+b1
ii  libstdc++6  5.2.1-22
ii  libtaskmanager5 4:5.4.2-1
ii  libwayland-client0  1.9.0-1
ii  libwayland-server0  1.9.0-1
ii  libweather-ion7 4:5.4.2-1
ii  libx11-62:1.6.3-1
ii  libxcb-keysyms1 0.4.0-1
ii  libxcb1 1.10-3+b1
ii  libxfixes3  1:5.0.1-2+b2
ii  libxi6  2:1.7.5-1
ii  libxrender1 1:0.9.8-1+b1
ii  milou   4:5.4.2-1
ii  phonon4qt5  4:4.8.3-2
ii  plasma-framework5.15.0-1
ii  qdbus-qt5   5.4.2-3
ii  qml-module-org-kde-extensionplugin  5.15.0-1
ii  qml-module-org-kde-kwindowsystem5.15.0-1
ii  qml-module-qtgraphicaleffects   5.5.1-2
ii  qml-module-qtquick-controls 5.4.2-2+b1
ii  qml-module-qtquick-dialogs  5.4.2-2+b1
ii  qml-module-qtquick-layouts  5.4.2-2+b1
ii  qml-module-qtquick-window2  5.4.2-6
ii  qml-module-qtquick2 5.4.2-6
ii  qtdeclarative5-kf5declarative   5.15.0-1
ii  qtdeclarative5-kf5solid 5.15.0-1
ii  qttools5-dev-tools  5.4.2-3
ii  udisks2 2.1.6-2
ii  x11-utils   7.7+3
ii  x11-xserver-utils   7.7+5
ii  zlib1g  1:1.2.8.dfsg-2+b1

Versions of packages plasma-workspace recommends:
ii  kio-extras   4:15.08.2-1
pn  libpam-kwallet5  

plasma-workspace suggests no packages.

-- no debconf information

*** plasmashell-20151028-034631.kcrash.txt
Application: Plasma (plasmashell), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fbd26c36940 (LWP 15860))]

Thread 2 (Thread 0x7fbdd700 (LWP 15866)):
#0  0x7fbd213e52d3 in select () at ../sysdeps/unix/syscall-template.S:81
#1  0x7fbd21c3fb1f in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#2  0x7fbd21acc25e in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#3  0x7fbd20bec0a4 in start_thread (arg=0x7fbdd700) at
pthread_create.c:309
#4  0x7fbd213ec06d in clone () at
.../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 1 (Thread 0x7fbd26c36940 (LWP 15860)):
[KCrash Handler]
#4  xcb_send_request (c=0x0, flags=flags@entry=1,
vector=vector@entry=0x7ffe1c794010, req=req@entry=0x7fbd25443280 ) at
.../../src/xcb_out.c:160
#5  0x7fbd25438caf in xcb_intern_atom (c=,
only_if_exists=only_if_exists@entry=0 '\000', name_len=,
name=name@entry=0x7fbd23e302e0 "UTF8_STRING") at xproto.c:3338
#6  0x7fbd23e20380 in Atoms::init (this=this@entry=0x241dca0) at
.../../src/platforms/xcb/netwm.cpp:304
#7  0x7fbd23e24e37 in Atoms::Atoms (c=, this=0x241dca0) at
.../../src/platforms/xcb/netwm.cpp:83
#8  atomsForConnection (c=c@entry=0x0) at ../../src/platforms/xcb/netwm.cpp:69
#9  0x7fbd23e27373 in NETRootInfo::NETRootInfo (this=0x2412cb0,
connection=0x0, properties=..., properties2=..., screen=-1,
doActivate=) at ../../src/platforms/xcb/netwm.cpp:517
#10 0x7fbd10509e9b in NETEventFilter::NETEventFilter (this=0x2412cb0,
_what=KWindowSystemPrivateX11::INFO_BASIC) at
.../../../../src/platforms/xcb/kwindowsystem.cpp:98
#11 0x7fbd1050a421 in MainThreadInstantiator::createNETEventFilter
(this=0x7ffe1c794640) at ../../../../src/platforms/xcb/kwindowsystem.cpp:85
#12 KWindowSystemPrivateX11::init (this=this@entry=0x2415cf0, what=) at ../../../../src/platforms/xcb/kwindowsystem.cpp:

Bug#758707: plasma-desktop: Once more broken

2015-10-28 Thread Gary Dale
Package: plasma-desktop
Version: 4:5.4.2-1
Followup-For: Bug #758707

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
I did a full-upgrade then restarted my system. This was a disaster. There were
several problems, including:
- eth0 had to be renamed eth1 in /etc/network/interfaces
- sddm wouldn't start. I had to install lightdm (gdm isn't available)
- At this point I could log in, but I can't get to plasma-desktop. I get
  the initial progress screen but then get taken back to lightdm's login.
  Gnome-Flashback also doesn't work very well. The screen is low-res and 
  stretched, like 4:3 being displayed as 16:9. I'm using xfce now as it 
  appears to be working.

  konsole doesn't work but dolphin and kontact do, although dolphin is
  even more crash-prone than ever.


*** End of the template - remove these template lines ***


-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-1-amd64 (SMP w/6 CPU cores)
Locale: LANG=en_CA.utf8, LC_CTYPE=en_CA.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages plasma-desktop depends on:
ii  breeze  4:5.4.2-1
ii  kactivities 5.15.0-1
ii  kde-cli-tools   4:5.4.2-1
ii  kded5   5.15.0-1
ii  kio 5.15.0-1
ii  libc6   2.19-22
ii  libcanberra00.30-2.1
ii  libfontconfig1  2.11.0-6.3
ii  libgcc1 1:5.2.1-22
ii  libkf5activities5   5.15.0-1
ii  libkf5activitiesexperimentalstats1  4:5.4.2-1
ii  libkf5archive5  5.15.0-1
ii  libkf5auth5 5.15.0-1
ii  libkf5baloo55.15.0+-1
ii  libkf5bookmarks55.15.0-1
ii  libkf5codecs5   5.15.0-1
ii  libkf5completion5   5.15.0-1
ii  libkf5configcore5   5.15.0-1
ii  libkf5configgui55.15.0-1
ii  libkf5configwidgets55.15.0-1
ii  libkf5coreaddons5   5.15.0-1
ii  libkf5dbusaddons5   5.15.0-1
ii  libkf5emoticons55.15.0-1
ii  libkf5globalaccel5  5.15.0-1
ii  libkf5guiaddons55.15.0-1
ii  libkf5i18n5 5.15.0-1
ii  libkf5iconthemes5   5.15.0-1
ii  libkf5itemviews55.15.0-1
ii  libkf5jobwidgets5   5.15.0-1
ii  libkf5kcmutils5 5.15.0-1
ii  libkf5kdelibs4support5  5.15.0-1
ii  libkf5kiocore5  5.15.0-1
ii  libkf5kiofilewidgets5   5.15.0-1
ii  libkf5kiowidgets5   5.15.0-1
ii  libkf5newstuff5 5.15.0-1
ii  libkf5notifications55.15.0-1
ii  libkf5notifyconfig5 5.15.0-1
ii  libkf5parts55.15.0-1
ii  libkf5people5   5.15.0-1
ii  libkf5peoplewidgets55.15.0-1
ii  libkf5plasma5   5.15.0-1
ii  libkf5plasmaquick5  5.15.0-1
ii  libkf5quickaddons5  5.15.0-1
ii  libkf5runner5   5.15.0-1
ii  libkf5service-bin   5.15.0+-1
ii  libkf5service5  5.15.0+-1
ii  libkf5solid55.15.0-1
ii  libkf5sonnetui5 5.15.0-1
ii  libkf5wallet-bin5.15.0-1
ii  libkf5wallet5   5.15.0-1
ii  libkf5widgetsaddons55.15.0-1
ii  libkf5windowsystem5 5.15.0-1
ii  libkf5xmlgui5   5.15.0-1
ii  libkfontinst5   4:5.4.2-1
ii  libkfontinstui5 4:5.4.2-1
ii  libkworkspace5-54:5.4.2-1
ii  libphonon4qt5-4 4:4.8.3-2
ii  libpulse-mainloop-glib0 7.0-1
ii  libpulse0   7.0-1
ii  libqt5concurrent5   5.4.2+dfsg-9
ii  libqt5core5a5.4.2+dfsg-9
ii  libqt5dbus5 5.4.2+dfsg-9
ii  libqt5gui5  5.4.2+dfsg-9
ii  libqt5network5  5.4.2+dfsg-9
ii  libqt5printsupport5 5.4.2+dfsg-9
ii  libqt5qml5  5.4.2-6
ii  libqt5quick55.4.2-6
ii  libqt5svg5  5.4.2-3
ii  libqt5widgets5  5.4.2+dfsg-9
ii  libqt5x11extras55.5.1-2
ii  libqt5xml5  5.4.2+dfsg-9
ii  libstdc++6  5.2.1-22
ii  libtaskmanager5 4:5.4.2-1
ii  libx11-62:1.6.3-1
ii  

Bug#801106: sddm still fails to start

2015-10-28 Thread Matthias Klumpp
Hi!
Are you using Plymouth? If so, I might have resolved this issue
already (not yet uploaded to the archive).
Please try applying this patch to the /lib/systemd/system/sddm.service file:
http://anonscm.debian.org/cgit/pkg-kde/kde-std/sddm.git/commit/?id=b50b826a4809b85270d5adc026b6d28fcdbb47c5
And see if that resolves the issue.
Anyway, "failed to bring up the login screen" is very broad - what
exacly happened? Did it crash? Did you get a tty, or just a black
screen?

Cheers,
Matthias



Bug#803324: sddm fails to start on boot and from the console

2015-10-28 Thread Francois Gouget
Package: sddm
Version: 0.12.0-4
Severity: normal

Dear Maintainer,

After upgrading to sddm  0.12.0, sddm stopped to work. I then upgraded 
libqt5x11extras5
as per bug 802811 but after the next boot it did not start. It could not start 
it by
logging into the console and typing:
/etc/init.d/sddm stop
/etc/init.d/sddm start

But logging in over via ssh and then using the same two commands worked. It's 
still the
only way I have to start sddm 0.12.0.


-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages sddm depends on:
ii  adduser 3.113+nmu3
ii  debconf [debconf-2.0]   1.5.57
ii  libc6   2.19-22
ii  libgcc1 1:5.2.1-22
ii  libpam0g1.1.8-3.1
ii  libqt5core5a5.5.1+dfsg-4
ii  libqt5dbus5 5.5.1+dfsg-4
ii  libqt5gui5  5.5.1+dfsg-4
ii  libqt5network5  5.5.1+dfsg-4
ii  libqt5qml5  5.5.1-3
ii  libqt5quick55.5.1-3
ii  libstdc++6  5.2.1-22
ii  libsystemd0 227-2
ii  libxcb-xkb1 1.10-3+b1
ii  libxcb1 1.11.1-1
ii  qml-module-qtquick2 5.5.1-3
ii  sddm-theme-breeze [sddm-theme]  4:5.4.2-1

sddm recommends no packages.

Versions of packages sddm suggests:
ii  libpam-kwallet5  5.4.2-1

-- debconf information:
* shared/default-x-display-manager: sddm
  sddm/daemon_name: /usr/bin/sddm



Bug#802811: remove from testing

2015-10-28 Thread Marten van Kerkwijk
Hi All,

Am happy to see this bug is resolved but as I just spent the better part
of the day figuring out that libqt5x11extras5 was indeed the culprit
behind neither my laptop nor my desktop being able to launch KDE
anymore, I wondered if it was possible to ensure others do not get
bitten by the same bug, by replacing the version currently in testing.

Thanks,

Marten



Processed: Re: Bug#803352: vlc: segfault when asked to play a 'Matroska data' .mkv file

2015-10-28 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 libqt5x11extras5 5.5.1-2
Bug #803352 [vlc] vlc: segfault when asked to play a 'Matroska data' .mkv file
Bug reassigned from package 'vlc' to 'libqt5x11extras5'.
No longer marked as found in versions vlc/2.2.1-4.
Ignoring request to alter fixed versions of bug #803352 to the same values 
previously set
Bug #803352 [libqt5x11extras5] vlc: segfault when asked to play a 'Matroska 
data' .mkv file
Marked as found in versions qtx11extras-opensource-src/5.5.1-2.
> forcemerge 802811 -1
Bug #802811 {Done: Dmitry Shachnev } [libqt5x11extras5] 
libqt5x11extras5: causes konsole to segfault in libX11 on startup
Bug #803352 [libqt5x11extras5] vlc: segfault when asked to play a 'Matroska 
data' .mkv file
Severity set to 'critical' from 'normal'
Marked Bug as done
Marked as fixed in versions qtx11extras-opensource-src/5.5.1-3.
Added tag(s) moreinfo.
Merged 802811 803352

-- 
802811: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802811
803352: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803352
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processing of sddm_0.12.0-5_source.changes

2015-10-28 Thread Debian FTP Masters
sddm_0.12.0-5_source.changes uploaded successfully to localhost
along with the files:
  sddm_0.12.0-5.dsc
  sddm_0.12.0-5.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)



Bug#800462: marked as done (sddm-theme-maui: updating results in WHITE SCREEN and beeing unable to login)

2015-10-28 Thread Debian Bug Tracking System
Your message dated Thu, 29 Oct 2015 04:51:43 +
with message-id 
and subject line Bug#800462: fixed in sddm 0.12.0-5
has caused the Debian Bug report #800462,
regarding sddm-theme-maui: updating results in WHITE SCREEN and beeing unable 
to login
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
800462: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800462
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sddm-theme-maui
Version: 0.12.0-4
Severity: critical
Justification: breaks the whole system

Dear Maintainer,

today I updated my version of sddm-theme-maui. After logging off and
after rebooting the monitor is all white and I can't login anymore. I
tried to login blindly which wasn't sucessful.

   * What led up to the situation?
 I updated from 0.11.0-6 (or something alike) to 0.12.0-4 (or
 something alike).
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
 I can't login anymore, therefore I couldn't do anything.

Please contact me if you need more information.

sincerely,
Max Görner

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (1000, 'testing'), (995, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.1.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

sddm-theme-maui depends on no packages.

Versions of packages sddm-theme-maui recommends:
ii  sddm  0.11.0-3

sddm-theme-maui suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: sddm
Source-Version: 0.12.0-5

We believe that the bug you reported is fixed in the latest version of
sddm, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 800...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Scott Kitterman  (supplier of updated sddm package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 29 Oct 2015 00:01:45 -0400
Source: sddm
Binary: sddm sddm-theme-maui sddm-theme-circles sddm-theme-elarun 
sddm-theme-maldives sddm-dbg
Architecture: source
Version: 0.12.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian/Kubuntu Qt/KDE Maintainers 
Changed-By: Scott Kitterman 
Description:
 sddm   - modern display manager for X11
 sddm-dbg   - modern display manager for X11 -- debugging symbols
 sddm-theme-circles - 'Circles' theme for SDDM X11 display manager
 sddm-theme-elarun - 'Elarun' Theme for SDDM X11 display manager
 sddm-theme-maldives - 'Maldives' theme for SDDM X11 display manager
 sddm-theme-maui - 'Maui' theme for SDDM X11 display manager
Closes: 793679 800462 803338
Changes:
 sddm (0.12.0-5) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Maximiliano Curia ]
   * Delete the sddm.log file on purge. (Closes: #793679)
   * The themes shipped with sddm need the latest version, using breaks
 instead of depends to avoid circular deps. (Closes: #800462) Thanks
 to Max Görner
 .
   [ Scott Kitterman ]
   * Add debian/patches/CVE-2015-0856.patch to fix potential issue if an SDDM
 theme crashes while running the KDE debug handler (Closes: #803338)
Checksums-Sha1:
 3d65f8e4db93915269fbdecde624ba0d3294d850 2464 sddm_0.12.0-5.dsc
 e71354ff8cc2f911073dd292233789f3ca368ab4 41640 sddm_0.12.0-5.debian.tar.xz
Checksums-Sha256:
 c8c73a6cdae2a2174d8dc1f2e9dbb7aebbf76642ae16301e7886258e32b3fbdc 2464 
sddm_0.12.0-5.dsc
 211e7a8ce18c5cd40d3c06ef5e60e3b27dec89098627eb8d75fa2786f79930af 41640 
sddm_0.12.0-5.debian.tar.xz
Files:
 e05dc299d922e242ec0be6819638ae68 2464 kde optional sddm_0.12.0-5.dsc
 1847bcffef05f7b806531338e117a6b8 41640 kde optional sddm_0.12.0-5.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWMaEwAAoJEHjX3vua1Zrxvs4P/1GwFbbxX2tnOmOXDnsuscR1
jP5XuZflgJI4WlJMxoIckWxI21kDmfZt/YZXR52MiiiP+1ZqK7lrZ2v21gVQndGB
gkM2uF0rq8rXEoxWpSo8B7TE8T1SdBP90A7wuxcrBoLCCwJ1QDTurc16zrFXSsns

Bug#803212: qt5x11extras at fault

2015-10-28 Thread Kyanos
On Wed, Oct 28, 2015 at 10:03 AM, Gregor Riepl  wrote:
> It looks like downgrading qt5x11extras as described in #802811 fixed the crash
> for all affected KDE applications in my case.
>
> If Kyanos confirms, I think this bug can be closed.
>
> --
> To unsubscribe, send mail to 803212-unsubscr...@bugs.debian.org.

Yes, I can confirm: Downgrading libqt5x11extras5 to 5.4.2-2+b1 fixes the issue.

Kyanos



Bug#803338: marked as done (CVE-2015-0856)

2015-10-28 Thread Debian Bug Tracking System
Your message dated Thu, 29 Oct 2015 04:51:43 +
with message-id 
and subject line Bug#803338: fixed in sddm 0.12.0-5
has caused the Debian Bug report #803338,
regarding CVE-2015-0856
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
803338: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803338
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sddm
Severity: grave
Tags: security

This was assigned CVE-2015-0856:
https://github.com/sddm/sddm/commit/4cfed6b0a625593

Cheers,
Moritz
--- End Message ---
--- Begin Message ---
Source: sddm
Source-Version: 0.12.0-5

We believe that the bug you reported is fixed in the latest version of
sddm, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 803...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Scott Kitterman  (supplier of updated sddm package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 29 Oct 2015 00:01:45 -0400
Source: sddm
Binary: sddm sddm-theme-maui sddm-theme-circles sddm-theme-elarun 
sddm-theme-maldives sddm-dbg
Architecture: source
Version: 0.12.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian/Kubuntu Qt/KDE Maintainers 
Changed-By: Scott Kitterman 
Description:
 sddm   - modern display manager for X11
 sddm-dbg   - modern display manager for X11 -- debugging symbols
 sddm-theme-circles - 'Circles' theme for SDDM X11 display manager
 sddm-theme-elarun - 'Elarun' Theme for SDDM X11 display manager
 sddm-theme-maldives - 'Maldives' theme for SDDM X11 display manager
 sddm-theme-maui - 'Maui' theme for SDDM X11 display manager
Closes: 793679 800462 803338
Changes:
 sddm (0.12.0-5) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Maximiliano Curia ]
   * Delete the sddm.log file on purge. (Closes: #793679)
   * The themes shipped with sddm need the latest version, using breaks
 instead of depends to avoid circular deps. (Closes: #800462) Thanks
 to Max Görner
 .
   [ Scott Kitterman ]
   * Add debian/patches/CVE-2015-0856.patch to fix potential issue if an SDDM
 theme crashes while running the KDE debug handler (Closes: #803338)
Checksums-Sha1:
 3d65f8e4db93915269fbdecde624ba0d3294d850 2464 sddm_0.12.0-5.dsc
 e71354ff8cc2f911073dd292233789f3ca368ab4 41640 sddm_0.12.0-5.debian.tar.xz
Checksums-Sha256:
 c8c73a6cdae2a2174d8dc1f2e9dbb7aebbf76642ae16301e7886258e32b3fbdc 2464 
sddm_0.12.0-5.dsc
 211e7a8ce18c5cd40d3c06ef5e60e3b27dec89098627eb8d75fa2786f79930af 41640 
sddm_0.12.0-5.debian.tar.xz
Files:
 e05dc299d922e242ec0be6819638ae68 2464 kde optional sddm_0.12.0-5.dsc
 1847bcffef05f7b806531338e117a6b8 41640 kde optional sddm_0.12.0-5.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWMaEwAAoJEHjX3vua1Zrxvs4P/1GwFbbxX2tnOmOXDnsuscR1
jP5XuZflgJI4WlJMxoIckWxI21kDmfZt/YZXR52MiiiP+1ZqK7lrZ2v21gVQndGB
gkM2uF0rq8rXEoxWpSo8B7TE8T1SdBP90A7wuxcrBoLCCwJ1QDTurc16zrFXSsns
8o8XTeqGUjf9bf28UEZ/4HZicJJZAJLrhMgv8LW+ILV0PWKGYGEBRolV4tR110u2
F3b1+zC9bgssMXQsK6InvXWijbLoXd9fiPdQxuYDAGuBLtUH6s2iWsSsLLfSwePm
VyKsUrwU1LbS6O5lBwPNPMRC73200FOYZAOeCiK0w/H3H/1ysKhhCGuF6YMU99l/
xfY0yHWFKVTOs+GJAmv493CRrlkhcByVD2DCK38Sque0j1GzLWOkD5Y4gNPw89VR
W6y7X4MpI3wjaI73vsxGqNnsYW322NFWNhMWQiiuY6xK1Qurx6cI8Rw6X8ZlgxuQ
Kqo4b6mTLteyi/gPufKNiv5CkWv6qmYmMjT27dOSX83/Xi5r2uRAsnrC4b5z1QaC
Gbcbn1z1os0vZZ4qAQhI/h8q6uWeGSJbuPPOFrs/B+adR7yimBPdxJqJnNkUuPnu
1H2F5zBIVvc894DuGjgw7+hZtQA/mNXDZT/Cp8KMCiAST2trGJDRucMjOU00b6aV
iGOaOKLU+5b1vib6ZPAx
=/6BJ
-END PGP SIGNATURE End Message ---


Bug#793679: marked as done (sddm: unowned files after purge (policy 6.8, 10.8): /var/log/sddm.log)

2015-10-28 Thread Debian Bug Tracking System
Your message dated Thu, 29 Oct 2015 04:51:43 +
with message-id 
and subject line Bug#793679: fixed in sddm 0.12.0-5
has caused the Debian Bug report #793679,
regarding sddm: unowned files after purge (policy 6.8, 10.8): /var/log/sddm.log
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
793679: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793679
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sddm
Version: 0.11.0-3
Severity: important
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package left unowned files on
the system after purge, which is a violation of policy 6.8 (or 10.8):

https://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#s-removedetails

Filing this as important as having a piuparts clean archive is a release
goal since lenny.

>From the attached log (scroll to the bottom...):

4m43.8s ERROR: FAIL: Package purging left files on system:
  /etc/systemd/system/display-manager.service -> 
/lib/systemd/system/sddm.servicenot owned
  /var/log/sddm.log  not owned

Leaving the dangling display-manager.service symlink seems to be a
problem with init-system-helpers since all *dm packages have this
problem. Any further analysis would be welcome, though!


cheers,

Andreas


sddm_0.11.0-3.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---
Source: sddm
Source-Version: 0.12.0-5

We believe that the bug you reported is fixed in the latest version of
sddm, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 793...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Scott Kitterman  (supplier of updated sddm package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 29 Oct 2015 00:01:45 -0400
Source: sddm
Binary: sddm sddm-theme-maui sddm-theme-circles sddm-theme-elarun 
sddm-theme-maldives sddm-dbg
Architecture: source
Version: 0.12.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian/Kubuntu Qt/KDE Maintainers 
Changed-By: Scott Kitterman 
Description:
 sddm   - modern display manager for X11
 sddm-dbg   - modern display manager for X11 -- debugging symbols
 sddm-theme-circles - 'Circles' theme for SDDM X11 display manager
 sddm-theme-elarun - 'Elarun' Theme for SDDM X11 display manager
 sddm-theme-maldives - 'Maldives' theme for SDDM X11 display manager
 sddm-theme-maui - 'Maui' theme for SDDM X11 display manager
Closes: 793679 800462 803338
Changes:
 sddm (0.12.0-5) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Maximiliano Curia ]
   * Delete the sddm.log file on purge. (Closes: #793679)
   * The themes shipped with sddm need the latest version, using breaks
 instead of depends to avoid circular deps. (Closes: #800462) Thanks
 to Max Görner
 .
   [ Scott Kitterman ]
   * Add debian/patches/CVE-2015-0856.patch to fix potential issue if an SDDM
 theme crashes while running the KDE debug handler (Closes: #803338)
Checksums-Sha1:
 3d65f8e4db93915269fbdecde624ba0d3294d850 2464 sddm_0.12.0-5.dsc
 e71354ff8cc2f911073dd292233789f3ca368ab4 41640 sddm_0.12.0-5.debian.tar.xz
Checksums-Sha256:
 c8c73a6cdae2a2174d8dc1f2e9dbb7aebbf76642ae16301e7886258e32b3fbdc 2464 
sddm_0.12.0-5.dsc
 211e7a8ce18c5cd40d3c06ef5e60e3b27dec89098627eb8d75fa2786f79930af 41640 
sddm_0.12.0-5.debian.tar.xz
Files:
 e05dc299d922e242ec0be6819638ae68 2464 kde optional sddm_0.12.0-5.dsc
 1847bcffef05f7b806531338e117a6b8 41640 kde optional sddm_0.12.0-5.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWMaEwAAoJEHjX3vua1Zrxvs4P/1GwFbbxX2tnOmOXDnsuscR1
jP5XuZflgJI4WlJMxoIckWxI21kDmfZt/YZXR52MiiiP+1ZqK7lrZ2v21gVQndGB
gkM2uF0rq8rXEoxWpSo8B7TE8T1SdBP90A7wuxcrBoLCCwJ1QDTurc16zrFXSsns
8o8XTeqGUjf9bf28UEZ/4HZicJJZAJLrhMgv8LW+ILV0PWKGYGEBRolV4tR110u2
F3b1+zC9bgssMXQsK6InvXWijbLoXd9fiPdQxuYDAGuBLtUH6s2iWsSsLLfSwePm
VyKsUrwU1LbS6O5lBwPNPMRC73200FOYZAOeCiK0w/H3H/1ysKhhCGuF6YMU99l/
xfY0yHWFKVTOs+GJAmv493CRrlkhcByVD2DCK38Sque0j1GzLWOkD5Y4gNPw89VR

sddm_0.12.0-5_source.changes ACCEPTED into unstable

2015-10-28 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 29 Oct 2015 00:01:45 -0400
Source: sddm
Binary: sddm sddm-theme-maui sddm-theme-circles sddm-theme-elarun 
sddm-theme-maldives sddm-dbg
Architecture: source
Version: 0.12.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian/Kubuntu Qt/KDE Maintainers 
Changed-By: Scott Kitterman 
Description:
 sddm   - modern display manager for X11
 sddm-dbg   - modern display manager for X11 -- debugging symbols
 sddm-theme-circles - 'Circles' theme for SDDM X11 display manager
 sddm-theme-elarun - 'Elarun' Theme for SDDM X11 display manager
 sddm-theme-maldives - 'Maldives' theme for SDDM X11 display manager
 sddm-theme-maui - 'Maui' theme for SDDM X11 display manager
Closes: 793679 800462 803338
Changes:
 sddm (0.12.0-5) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Maximiliano Curia ]
   * Delete the sddm.log file on purge. (Closes: #793679)
   * The themes shipped with sddm need the latest version, using breaks
 instead of depends to avoid circular deps. (Closes: #800462) Thanks
 to Max Görner
 .
   [ Scott Kitterman ]
   * Add debian/patches/CVE-2015-0856.patch to fix potential issue if an SDDM
 theme crashes while running the KDE debug handler (Closes: #803338)
Checksums-Sha1:
 3d65f8e4db93915269fbdecde624ba0d3294d850 2464 sddm_0.12.0-5.dsc
 e71354ff8cc2f911073dd292233789f3ca368ab4 41640 sddm_0.12.0-5.debian.tar.xz
Checksums-Sha256:
 c8c73a6cdae2a2174d8dc1f2e9dbb7aebbf76642ae16301e7886258e32b3fbdc 2464 
sddm_0.12.0-5.dsc
 211e7a8ce18c5cd40d3c06ef5e60e3b27dec89098627eb8d75fa2786f79930af 41640 
sddm_0.12.0-5.debian.tar.xz
Files:
 e05dc299d922e242ec0be6819638ae68 2464 kde optional sddm_0.12.0-5.dsc
 1847bcffef05f7b806531338e117a6b8 41640 kde optional sddm_0.12.0-5.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWMaEwAAoJEHjX3vua1Zrxvs4P/1GwFbbxX2tnOmOXDnsuscR1
jP5XuZflgJI4WlJMxoIckWxI21kDmfZt/YZXR52MiiiP+1ZqK7lrZ2v21gVQndGB
gkM2uF0rq8rXEoxWpSo8B7TE8T1SdBP90A7wuxcrBoLCCwJ1QDTurc16zrFXSsns
8o8XTeqGUjf9bf28UEZ/4HZicJJZAJLrhMgv8LW+ILV0PWKGYGEBRolV4tR110u2
F3b1+zC9bgssMXQsK6InvXWijbLoXd9fiPdQxuYDAGuBLtUH6s2iWsSsLLfSwePm
VyKsUrwU1LbS6O5lBwPNPMRC73200FOYZAOeCiK0w/H3H/1ysKhhCGuF6YMU99l/
xfY0yHWFKVTOs+GJAmv493CRrlkhcByVD2DCK38Sque0j1GzLWOkD5Y4gNPw89VR
W6y7X4MpI3wjaI73vsxGqNnsYW322NFWNhMWQiiuY6xK1Qurx6cI8Rw6X8ZlgxuQ
Kqo4b6mTLteyi/gPufKNiv5CkWv6qmYmMjT27dOSX83/Xi5r2uRAsnrC4b5z1QaC
Gbcbn1z1os0vZZ4qAQhI/h8q6uWeGSJbuPPOFrs/B+adR7yimBPdxJqJnNkUuPnu
1H2F5zBIVvc894DuGjgw7+hZtQA/mNXDZT/Cp8KMCiAST2trGJDRucMjOU00b6aV
iGOaOKLU+5b1vib6ZPAx
=/6BJ
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#801106: sddm still fails to start

2015-10-28 Thread Gary Dale

On 28/10/15 02:56 PM, Matthias Klumpp wrote:

Hi!
Are you using Plymouth? If so, I might have resolved this issue
already (not yet uploaded to the archive).
Please try applying this patch to the /lib/systemd/system/sddm.service file:
http://anonscm.debian.org/cgit/pkg-kde/kde-std/sddm.git/commit/?id=b50b826a4809b85270d5adc026b6d28fcdbb47c5
And see if that resolves the issue.
Anyway, "failed to bring up the login screen" is very broad - what
exacly happened? Did it crash? Did you get a tty, or just a black
screen?

Cheers,
 Matthias


No, I am not using Plymouth.

"Failed to bring up the login screen" is as it says. The screen gets 
switched into graphical mode (blank) but nothing ever displays on it. I 
can bring up a TTY using an alt-Fkey combination but nothing graphical.




Processing of qca2_2.1.1-1_source.changes

2015-10-28 Thread Debian FTP Masters
qca2_2.1.1-1_source.changes uploaded successfully to localhost
along with the files:
  qca2_2.1.1-1.dsc
  qca2_2.1.1.orig.tar.xz
  qca2_2.1.1-1.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)



Bug#803338: CVE-2015-0856

2015-10-28 Thread Moritz Muehlenhoff
Source: sddm
Severity: grave
Tags: security

This was assigned CVE-2015-0856:
https://github.com/sddm/sddm/commit/4cfed6b0a625593

Cheers,
Moritz



Bug#799309: [plasma-workspace] screen locker looses focus when new window appears

2015-10-28 Thread Timo Weingärtner
Package: plasma-workspace
Version: 4:5.4.2-1

steps to reproduce:
* sleep 5; xterm -e sleep 5
* lock screen
* watch the screen locker loose focus
* hope it will regain focus 5s later, be disappointed

signature.asc
Description: This is a digitally signed message part.


Bug#801106: sddm still fails to start

2015-10-28 Thread Diederik de Haas
On Wednesday 28 October 2015 17:13:14 Gary Dale wrote:
> "Failed to bring up the login screen" is as it says. The screen gets 
> switched into graphical mode (blank) but nothing ever displays on it. I 
> can bring up a TTY using an alt-Fkey combination but nothing graphical.

Have you checked ~/.xsession-errors ? Or /var/log/Xorg.0.log? 
Or any other log files to determine what went wrong?

signature.asc
Description: This is a digitally signed message part.


qca2_2.1.1-1_source.changes ACCEPTED into unstable

2015-10-28 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 28 Oct 2015 23:05:43 +0100
Source: qca2
Binary: libqca2 libqca2-plugins libqca-qt5-2 libqca-qt5-2-plugins qca2-utils 
qca-qt5-2-utils libqca2-dbg libqca-qt5-2-dbg libqca2-dev libqca-qt5-2-dev 
libqca2-doc libqca2-plugin-cyrus-sasl libqca2-plugin-gnupg libqca2-plugin-ossl
Architecture: source
Version: 2.1.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Felix Geyer 
Description:
 libqca-qt5-2 - libraries for the Qt Cryptographic Architecture
 libqca-qt5-2-dbg - debug symbols for the Qt Cryptographic Architecture
 libqca-qt5-2-dev - development files for the Qt Cryptographic Architecture
 libqca-qt5-2-plugins - QCA plugins for libqca2
 libqca2- libraries for the Qt Cryptographic Architecture
 libqca2-dbg - debug symbols for the Qt Cryptographic Architecture
 libqca2-dev - development files for the Qt Cryptographic Architecture
 libqca2-doc - API documentation for the Qt Cryptographic Architecture
 libqca2-plugin-cyrus-sasl - transitional package for libqca2-plugins
 libqca2-plugin-gnupg - transitional package for libqca2-plugins
 libqca2-plugin-ossl - transitional package for libqca2-plugins
 libqca2-plugins - QCA plugins for libqca2
 qca-qt5-2-utils - command line tool for the Qt Cryptographic Architecture
 qca2-utils - command line tool for the Qt Cryptographic Architecture
Closes: 803238
Changes:
 qca2 (2.1.1-1) unstable; urgency=medium
 .
   * New upstream release.
 - Fixes FTBFS with Qt 5.5. (Closes: #803238)
   * Update watch file.
   * Remove inactive uploaders from the list.
Checksums-Sha1:
 65aef1401e6b10c7124e0d52fde05dec5b8837a6 2900 qca2_2.1.1-1.dsc
 a4df34c2147c721109594c6dc822f693f572ad04 688460 qca2_2.1.1.orig.tar.xz
 eb235c8f4b8564d1ddf2a40cde1732831648ab4e 22792 qca2_2.1.1-1.debian.tar.xz
Checksums-Sha256:
 1fc589ec085bf55169c8210b93d745c2452d57edb90d59b745095cca1684e1a0 2900 
qca2_2.1.1-1.dsc
 95de3e7910b5f9ec7084169989c9d98bfb527e6a4865fe17269c3b24308be983 688460 
qca2_2.1.1.orig.tar.xz
 b4a807441221dbfa37d095061c01ff1d1e218ce89756861db208221fc0734f93 22792 
qca2_2.1.1-1.debian.tar.xz
Files:
 4d83c366b408e9b33020588c4da89fff 2900 libs optional qca2_2.1.1-1.dsc
 657cc701316600199199a6b6cb2c73c9 688460 libs optional qca2_2.1.1.orig.tar.xz
 c668f84014477d619398ba0f59f53fb8 22792 libs optional qca2_2.1.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJWMUh9AAoJEP4ixv2DE11FVb8QAJcGTFvQgHlwsR5VJljEc1Bl
CndEwD3oNT7wkkT+3R0RmrAs0v92xnATijzqtpVcyIKApmyfxzDSvoFaHS1WqBLr
jmB9RPe8VrxusREj3OQBaUnzAMG3cZA/p7iGFZ226nAIFyzXPC1c7c9V9GKOcHOU
IioqnKXWbwsPA9m4kjVZgJLGAjsbczjcfrm6BUDyi6vquUr8hJBmJDT51SigxP1u
uHjOf0Jc2/cCf1D7PFt9CDJu5KEzcC3nxTBKrMhI3XieViC8le8xNS6M4uNwkWpa
PDq1ceOf4mZXohznNSYC9+RJglN7cyjDNu8/v8wSO8THI7V0OrEfncOqYeXLkjwC
xbFUCm9yGbRch9HZRXgkAE2zv/ta/KotTD42zI1EB64pTk3ghRX7cqpUfOCpuah5
2b/BAaDah0j8Cu15yZWbhfK7WlArbFckT5t+vDSFezK2VZArqtlQSolwkAm2XV0I
Y1vdvAMTxXOj3akqpHtvrJ/2FdkAeCypMunSdgpkdo1zL5EAeBR0Br8LLvFw+5K8
VMw0PRiF0y5ZH4vmZwvb6/TsRoAQsYJWqdwofgpkDH42bB7NWgN+CL/QqdU9dfiK
5qUKIU067I7EXh0eyULCYv5PJz49ZsUI1mA80tHNvMQkgQOkIE9Zf4QtIBdkwbbf
t4mlpL4sCbCXJ41Qjx7h
=/KIC
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processed: Re: Bug#803226: qt-at-spi: i386 !elease uninstallable

2015-10-28 Thread Debian Bug Tracking System
Processing control commands:

> severity 801266 important
Bug #801266 [libkdecore5] libkdecore5: Please make libkdecore5 multiarch
Severity set to 'important' from 'normal'
> block -1 by 801266
Bug #803226 [qt-at-spi] qt-at-spi: i386 !elease uninstallable
803226 was not blocked by any bugs.
803226 was not blocking any bugs.
Added blocking bug(s) of 803226: 801266

-- 
801266: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801266
803226: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803226
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#803236: okular: attempting to print from okular causes printer to fail requiring reset

2015-10-28 Thread Arthur Marsh
Package: okular
Version: 4:15.08.2-1
Severity: important

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?

Attempting to print a single page of a PDF file from okular.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

Attempted to print a single page in draft mode to an HP Officejet Pro 8000
 a809 with hpcups 3.14.6 using socket://192.168.1.102

The printers lights all flickered until the printer was reset by powering off.

(I am not sure if this counts as a more serious bug than I have indicated).

I printed the page of PDF from another pc (using kpdf from KDE 3.5).

The printer worked fine from CUPS' print test page option using this pc that
has okular installed.

Unfortunately the PDF contains confidential information, otherwise I would
include it. okular's file properties shows a creator of:

GMC Software AG~Inspire Designer~8.3.45.0

and PDF version 1.4.

When attempting to print I get the error message from the terminal window
where I launced okular:

okular(8338)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
okular(8338)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
okular(8338)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
okular(8338)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
okular(8338)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
okular(8338)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
okular(8338)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
okular(8338)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
QPrinter::setPaperSize: Illegal paper size 30

(the actual paper size is A4).

   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (500, 
'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.3.0-rc7+ (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: sysvinit (via /sbin/init)

Versions of packages okular depends on:
ii  kde-runtime 4:15.08.2-1
ii  libc6   2.19-22
ii  libfreetype62.6-2
ii  libjpeg62-turbo 1:1.4.1-2
ii  libkactivities6 4:4.13.3-1
ii  libkdecore5 4:4.14.13-1
ii  libkdeui5   4:4.14.13-1
ii  libkexiv2-114:15.04.3-1
ii  libkio5 4:4.14.13-1
ii  libkparts4  4:4.14.13-1
ii  libkprintutils4 4:4.14.13-1
ii  libkpty44:4.14.13-1
ii  libokularcore6  4:15.08.2-1
ii  libphonon4  4:4.8.3-2
ii  libpoppler-qt4-40.26.5-4
ii  libqca2 2.1.0.3-4
ii  libqimageblitz4 1:0.0.6-4
ii  libqmobipocket1 4:14.12.2-2
ii  libqt4-dbus 4:4.8.7+dfsg-3
ii  libqt4-declarative  4:4.8.7+dfsg-3
ii  libqt4-svg  4:4.8.7+dfsg-3
ii  libqt4-xml  4:4.8.7+dfsg-3
ii  libqtcore4  4:4.8.7+dfsg-3
ii  libqtgui4   4:4.8.7+dfsg-3
ii  libsolid4   4:4.14.13-1
ii  libspectre1 0.2.7-3
ii  libstdc++6  5.2.1-22
ii  phonon  4:4.8.3-2
ii  zlib1g  1:1.2.8.dfsg-2+b1

Versions of packages okular recommends:
ii  cups-bsd  2.1.0-4.0nosystemd1

Versions of packages okular suggests:
ii  ghostscript9.16~dfsg-2
ii  jovie  4:15.08.0-1
ii  okular-extra-backends  4:15.08.2-1
ii  poppler-data   0.4.7-3
ii  texlive-binaries   2015.20150524.37493-7
ii  unrar  1:5.3.2-1

-- debconf-show failed



Bug#803236: okular: attempting to print from okular causes printer to fail requiring reset

2015-10-28 Thread Arthur Marsh
Package: okular
Version: 4:15.08.2-1
Followup-For: Bug #803236

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

I was able to reproduce the problem with a PDF created from a non
confidential page of the original pdf using qpdf, which I've attached.

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (500, 
'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.3.0-rc7+ (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: sysvinit (via /sbin/init)

Versions of packages okular depends on:
ii  kde-runtime 4:15.08.2-1
ii  libc6   2.19-22
ii  libfreetype62.6-2
ii  libjpeg62-turbo 1:1.4.1-2
ii  libkactivities6 4:4.13.3-1
ii  libkdecore5 4:4.14.13-1
ii  libkdeui5   4:4.14.13-1
ii  libkexiv2-114:15.04.3-1
ii  libkio5 4:4.14.13-1
ii  libkparts4  4:4.14.13-1
ii  libkprintutils4 4:4.14.13-1
ii  libkpty44:4.14.13-1
ii  libokularcore6  4:15.08.2-1
ii  libphonon4  4:4.8.3-2
ii  libpoppler-qt4-40.26.5-4
ii  libqca2 2.1.0.3-4
ii  libqimageblitz4 1:0.0.6-4
ii  libqmobipocket1 4:14.12.2-2
ii  libqt4-dbus 4:4.8.7+dfsg-3
ii  libqt4-declarative  4:4.8.7+dfsg-3
ii  libqt4-svg  4:4.8.7+dfsg-3
ii  libqt4-xml  4:4.8.7+dfsg-3
ii  libqtcore4  4:4.8.7+dfsg-3
ii  libqtgui4   4:4.8.7+dfsg-3
ii  libsolid4   4:4.14.13-1
ii  libspectre1 0.2.7-3
ii  libstdc++6  5.2.1-22
ii  phonon  4:4.8.3-2
ii  zlib1g  1:1.2.8.dfsg-2+b1

Versions of packages okular recommends:
ii  cups-bsd  2.1.0-4.0nosystemd1

Versions of packages okular suggests:
ii  ghostscript9.16~dfsg-2
ii  jovie  4:15.08.0-1
ii  okular-extra-backends  4:15.08.2-1
ii  poppler-data   0.4.7-3
ii  texlive-binaries   2015.20150524.37493-7
ii  unrar  1:5.3.2-1

-- debconf-show failed


okular-test.pdf
Description: Adobe PDF document