[Touch-packages] [Bug 1548766] Re: Plasma crashes when the monitor is disconnected (when it sleeps, in some cases)

2016-02-29 Thread Timo Jyrinki
Continuing at bug #1551122

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtbase-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1548766

Title:
  Plasma crashes when the monitor is disconnected (when it sleeps, in
  some cases)

Status in qtbase-opensource-src package in Ubuntu:
  Fix Released

Bug description:
  I'm reporting this on behalf of a coworker who has a 4K monitor, which
  disconnects whenever it sleeps.  Older monitors didn't do that; but Qt
  5.5 tries to be honest about it: the QScreen is destroyed whenever its
  corresponding monitor is disconnected,
  QGuiApplication::primaryScreen() returns null, and so on.  KDE
  developers have been complaining.  So in Qt 5.6 we made it keep the
  last-remaining QScreen as a fake instance, whenever the last monitor
  is disconnected.  The main patch is here

  https://codereview.qt-project.org/#/c/138201/

  You might need to cherry-pick that
  (a094af001795c9651b299d700a992150d1aba33a in qtbase) for as long as
  you are shipping Qt 5.5, to get Kubuntu behaving decently.  It's
  relevant on Ubuntu 16.04.  Too bad that Ubuntu LTS is not shipping the
  LTS Qt 5.6 release, but I know we are behind on our release schedule.

  Some users have also reported that their laptop's screen disconnects
  when it sleeps.  And I have often experienced 5.5-based builds of
  Creator crashing or disappearing when I switch machines on my KVM.
  So, sorry that we didn't fix it sooner.  It was my mistake for
  believing that modeling disappearing screens "correctly" was a good
  idea: it turned out to be a platform inconsistency which developers
  were not ready for.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1548766/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1548766] Re: Plasma crashes when the monitor is disconnected (when it sleeps, in some cases)

2016-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package qtbase-opensource-src - 5.5.1+dfsg-
14ubuntu2

---
qtbase-opensource-src (5.5.1+dfsg-14ubuntu2) xenial; urgency=medium

  * debian/patches/enable-tests.patch: some qnetworkcookiejar tests have
started failing without any Qt changes (LP: #1548686)
  * Notify-when-the-primary-screen-changes.patch
xcb-Handle-screen-siblings-in-QXcbVirtualDesktop.patch
xcb-Use-a-placeholder-QScreen-when-there-are-no-outp.patch:
- Another multi-monitor crasher fix and its pre-requirement patches
  (LP: #1548766)
- Rebase the patches slightly to apply to Qt 5.5.
  * Merge with unreleased Debian's 5.5.1+dfsg-15

 -- Timo Jyrinki   Fri, 26 Feb 2016 07:03:24
+

** Changed in: qtbase-opensource-src (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtbase-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1548766

Title:
  Plasma crashes when the monitor is disconnected (when it sleeps, in
  some cases)

Status in qtbase-opensource-src package in Ubuntu:
  Fix Released

Bug description:
  I'm reporting this on behalf of a coworker who has a 4K monitor, which
  disconnects whenever it sleeps.  Older monitors didn't do that; but Qt
  5.5 tries to be honest about it: the QScreen is destroyed whenever its
  corresponding monitor is disconnected,
  QGuiApplication::primaryScreen() returns null, and so on.  KDE
  developers have been complaining.  So in Qt 5.6 we made it keep the
  last-remaining QScreen as a fake instance, whenever the last monitor
  is disconnected.  The main patch is here

  https://codereview.qt-project.org/#/c/138201/

  You might need to cherry-pick that
  (a094af001795c9651b299d700a992150d1aba33a in qtbase) for as long as
  you are shipping Qt 5.5, to get Kubuntu behaving decently.  It's
  relevant on Ubuntu 16.04.  Too bad that Ubuntu LTS is not shipping the
  LTS Qt 5.6 release, but I know we are behind on our release schedule.

  Some users have also reported that their laptop's screen disconnects
  when it sleeps.  And I have often experienced 5.5-based builds of
  Creator crashing or disappearing when I switch machines on my KVM.
  So, sorry that we didn't fix it sooner.  It was my mistake for
  believing that modeling disappearing screens "correctly" was a good
  idea: it turned out to be a platform inconsistency which developers
  were not ready for.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1548766/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1548766] Re: Plasma crashes when the monitor is disconnected (when it sleeps, in some cases)

2016-02-27 Thread Timo Jyrinki
I'm publishing the current silo as it seems to improve things and no
regressions spotted. I'll ask you to test yet another build next week
with Paul's promising sounding patch if I get it backported:
http://code.qt.io/cgit/qt/qtbase.git/commit/src/plugins/platforms/xcb?id=7532fb4e61fc4102fd11022f57f7d8195414167b

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtbase-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1548766

Title:
  Plasma crashes when the monitor is disconnected (when it sleeps, in
  some cases)

Status in qtbase-opensource-src package in Ubuntu:
  In Progress

Bug description:
  I'm reporting this on behalf of a coworker who has a 4K monitor, which
  disconnects whenever it sleeps.  Older monitors didn't do that; but Qt
  5.5 tries to be honest about it: the QScreen is destroyed whenever its
  corresponding monitor is disconnected,
  QGuiApplication::primaryScreen() returns null, and so on.  KDE
  developers have been complaining.  So in Qt 5.6 we made it keep the
  last-remaining QScreen as a fake instance, whenever the last monitor
  is disconnected.  The main patch is here

  https://codereview.qt-project.org/#/c/138201/

  You might need to cherry-pick that
  (a094af001795c9651b299d700a992150d1aba33a in qtbase) for as long as
  you are shipping Qt 5.5, to get Kubuntu behaving decently.  It's
  relevant on Ubuntu 16.04.  Too bad that Ubuntu LTS is not shipping the
  LTS Qt 5.6 release, but I know we are behind on our release schedule.

  Some users have also reported that their laptop's screen disconnects
  when it sleeps.  And I have often experienced 5.5-based builds of
  Creator crashing or disappearing when I switch machines on my KVM.
  So, sorry that we didn't fix it sooner.  It was my mistake for
  believing that modeling disappearing screens "correctly" was a good
  idea: it turned out to be a platform inconsistency which developers
  were not ready for.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1548766/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1548766] Re: Plasma crashes when the monitor is disconnected (when it sleeps, in some cases)

2016-02-26 Thread Shawn Rutledge
I installed the ppa.  I have two monitors.  Disconnecting and
reconnecting one is OK, but I have a script for disconnecting and
reconnecting both; in that case plasma still crashes.

#!/bin/sh   

  
restore=`unxrandr`  

  
outputs=`xrandr | grep -i "^\\w" | grep connected | cut -d' ' -f1`  

  
alloff="xrandr" 

  
for o in $outputs   

  
do  

  
alloff="$alloff --output $o --off"  

  
done

  
echo $alloff

  
echo $restore   

  
$alloff
sleep 2
$restore

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtbase-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1548766

Title:
  Plasma crashes when the monitor is disconnected (when it sleeps, in
  some cases)

Status in qtbase-opensource-src package in Ubuntu:
  In Progress

Bug description:
  I'm reporting this on behalf of a coworker who has a 4K monitor, which
  disconnects whenever it sleeps.  Older monitors didn't do that; but Qt
  5.5 tries to be honest about it: the QScreen is destroyed whenever its
  corresponding monitor is disconnected,
  QGuiApplication::primaryScreen() returns null, and so on.  KDE
  developers have been complaining.  So in Qt 5.6 we made it keep the
  last-remaining QScreen as a fake instance, whenever the last monitor
  is disconnected.  The main patch is here

  https://codereview.qt-project.org/#/c/138201/

  You might need to cherry-pick that
  (a094af001795c9651b299d700a992150d1aba33a in qtbase) for as long as
  you are shipping Qt 5.5, to get Kubuntu behaving decently.  It's
  relevant on Ubuntu 16.04.  Too bad that Ubuntu LTS is not shipping the
  LTS Qt 5.6 release, but I know we are behind on our release schedule.

  Some users have also reported that their laptop's screen disconnects
  when it sleeps.  And I have often experienced 5.5-based builds of
  Creator crashing or disappearing when I switch machines on my KVM.
  So, sorry that we didn't fix it sooner.  It was my mistake for
  believing that modeling disappearing screens "correctly" was a good
  idea: it turned out to be a platform inconsistency which developers
  were not ready for.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1548766/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1548766] Re: Plasma crashes when the monitor is disconnected (when it sleeps, in some cases)

2016-02-25 Thread Ryan
I tested the ppa in comment #5, and I note the following changes.

Environment is a docked laptop with 2 external displays.

When the laptop is removed from the dock (external displays
disconnected), I no longer receive a segfault for plasmashell, but the
panel does not automagicailly resize to the new resolution.

When the external displays are reconnected, plasmashell segfaults (same
as previous/xenial behavior). I think this issue is resolved in QT5.5,
but not specific to this bug/patch.

Atleast I don't have to restart plasma every time I dock/undock, but
behavior is still less than optimal. Progress though.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtbase-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1548766

Title:
  Plasma crashes when the monitor is disconnected (when it sleeps, in
  some cases)

Status in qtbase-opensource-src package in Ubuntu:
  In Progress

Bug description:
  I'm reporting this on behalf of a coworker who has a 4K monitor, which
  disconnects whenever it sleeps.  Older monitors didn't do that; but Qt
  5.5 tries to be honest about it: the QScreen is destroyed whenever its
  corresponding monitor is disconnected,
  QGuiApplication::primaryScreen() returns null, and so on.  KDE
  developers have been complaining.  So in Qt 5.6 we made it keep the
  last-remaining QScreen as a fake instance, whenever the last monitor
  is disconnected.  The main patch is here

  https://codereview.qt-project.org/#/c/138201/

  You might need to cherry-pick that
  (a094af001795c9651b299d700a992150d1aba33a in qtbase) for as long as
  you are shipping Qt 5.5, to get Kubuntu behaving decently.  It's
  relevant on Ubuntu 16.04.  Too bad that Ubuntu LTS is not shipping the
  LTS Qt 5.6 release, but I know we are behind on our release schedule.

  Some users have also reported that their laptop's screen disconnects
  when it sleeps.  And I have often experienced 5.5-based builds of
  Creator crashing or disappearing when I switch machines on my KVM.
  So, sorry that we didn't fix it sooner.  It was my mistake for
  believing that modeling disappearing screens "correctly" was a good
  idea: it turned out to be a platform inconsistency which developers
  were not ready for.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1548766/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1548766] Re: Plasma crashes when the monitor is disconnected (when it sleeps, in some cases)

2016-02-25 Thread Timo Jyrinki
Hi! Could you test by upgrading to ppa:ci-train-ppa-service/landing-031
on xenial? (qtbase version 5.5.1+dfsg-14ubuntu2~xenial1~test10)

The patch in question was not trivial to backport due to multitude of
changes after 5.5 but before this patch in 5.6, but in the end I managed
to leave the rebasing modifications quite small, while taking in two
other patches and one line of code from a third patch.

It seems to continue to work fine in single monitor case with KDE but I
can't test the actual bug at the moment.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtbase-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1548766

Title:
  Plasma crashes when the monitor is disconnected (when it sleeps, in
  some cases)

Status in qtbase-opensource-src package in Ubuntu:
  In Progress

Bug description:
  I'm reporting this on behalf of a coworker who has a 4K monitor, which
  disconnects whenever it sleeps.  Older monitors didn't do that; but Qt
  5.5 tries to be honest about it: the QScreen is destroyed whenever its
  corresponding monitor is disconnected,
  QGuiApplication::primaryScreen() returns null, and so on.  KDE
  developers have been complaining.  So in Qt 5.6 we made it keep the
  last-remaining QScreen as a fake instance, whenever the last monitor
  is disconnected.  The main patch is here

  https://codereview.qt-project.org/#/c/138201/

  You might need to cherry-pick that
  (a094af001795c9651b299d700a992150d1aba33a in qtbase) for as long as
  you are shipping Qt 5.5, to get Kubuntu behaving decently.  It's
  relevant on Ubuntu 16.04.  Too bad that Ubuntu LTS is not shipping the
  LTS Qt 5.6 release, but I know we are behind on our release schedule.

  Some users have also reported that their laptop's screen disconnects
  when it sleeps.  And I have often experienced 5.5-based builds of
  Creator crashing or disappearing when I switch machines on my KVM.
  So, sorry that we didn't fix it sooner.  It was my mistake for
  believing that modeling disappearing screens "correctly" was a good
  idea: it turned out to be a platform inconsistency which developers
  were not ready for.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1548766/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1548766] Re: Plasma crashes when the monitor is disconnected (when it sleeps, in some cases)

2016-02-24 Thread macolu
This will also solve issues with laptops using docking station (and
attached screens): when you dock/undock laptop, Plasma crashes almost
all the times.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtbase-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1548766

Title:
  Plasma crashes when the monitor is disconnected (when it sleeps, in
  some cases)

Status in qtbase-opensource-src package in Ubuntu:
  In Progress

Bug description:
  I'm reporting this on behalf of a coworker who has a 4K monitor, which
  disconnects whenever it sleeps.  Older monitors didn't do that; but Qt
  5.5 tries to be honest about it: the QScreen is destroyed whenever its
  corresponding monitor is disconnected,
  QGuiApplication::primaryScreen() returns null, and so on.  KDE
  developers have been complaining.  So in Qt 5.6 we made it keep the
  last-remaining QScreen as a fake instance, whenever the last monitor
  is disconnected.  The main patch is here

  https://codereview.qt-project.org/#/c/138201/

  You might need to cherry-pick that
  (a094af001795c9651b299d700a992150d1aba33a in qtbase) for as long as
  you are shipping Qt 5.5, to get Kubuntu behaving decently.  It's
  relevant on Ubuntu 16.04.  Too bad that Ubuntu LTS is not shipping the
  LTS Qt 5.6 release, but I know we are behind on our release schedule.

  Some users have also reported that their laptop's screen disconnects
  when it sleeps.  And I have often experienced 5.5-based builds of
  Creator crashing or disappearing when I switch machines on my KVM.
  So, sorry that we didn't fix it sooner.  It was my mistake for
  believing that modeling disappearing screens "correctly" was a good
  idea: it turned out to be a platform inconsistency which developers
  were not ready for.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1548766/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1548766] Re: Plasma crashes when the monitor is disconnected (when it sleeps, in some cases)

2016-02-23 Thread Joseph Yasi
I've been suffering the same issue.  Plasma crashes every time my 4K
monitor sleeps or is turned off in Kubuntu 15.10. I had to pull in Qt
5.5 and this patch to make my desktop usable.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtbase-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1548766

Title:
  Plasma crashes when the monitor is disconnected (when it sleeps, in
  some cases)

Status in qtbase-opensource-src package in Ubuntu:
  In Progress

Bug description:
  I'm reporting this on behalf of a coworker who has a 4K monitor, which
  disconnects whenever it sleeps.  Older monitors didn't do that; but Qt
  5.5 tries to be honest about it: the QScreen is destroyed whenever its
  corresponding monitor is disconnected,
  QGuiApplication::primaryScreen() returns null, and so on.  KDE
  developers have been complaining.  So in Qt 5.6 we made it keep the
  last-remaining QScreen as a fake instance, whenever the last monitor
  is disconnected.  The main patch is here

  https://codereview.qt-project.org/#/c/138201/

  You might need to cherry-pick that
  (a094af001795c9651b299d700a992150d1aba33a in qtbase) for as long as
  you are shipping Qt 5.5, to get Kubuntu behaving decently.  It's
  relevant on Ubuntu 16.04.  Too bad that Ubuntu LTS is not shipping the
  LTS Qt 5.6 release, but I know we are behind on our release schedule.

  Some users have also reported that their laptop's screen disconnects
  when it sleeps.  And I have often experienced 5.5-based builds of
  Creator crashing or disappearing when I switch machines on my KVM.
  So, sorry that we didn't fix it sooner.  It was my mistake for
  believing that modeling disappearing screens "correctly" was a good
  idea: it turned out to be a platform inconsistency which developers
  were not ready for.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1548766/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1548766] Re: Plasma crashes when the monitor is disconnected (when it sleeps, in some cases)

2016-02-23 Thread Timo Jyrinki
** Changed in: qtbase-opensource-src (Ubuntu)
 Assignee: (unassigned) => Timo Jyrinki (timo-jyrinki)

** Changed in: qtbase-opensource-src (Ubuntu)
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtbase-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1548766

Title:
  Plasma crashes when the monitor is disconnected (when it sleeps, in
  some cases)

Status in qtbase-opensource-src package in Ubuntu:
  In Progress

Bug description:
  I'm reporting this on behalf of a coworker who has a 4K monitor, which
  disconnects whenever it sleeps.  Older monitors didn't do that; but Qt
  5.5 tries to be honest about it: the QScreen is destroyed whenever its
  corresponding monitor is disconnected,
  QGuiApplication::primaryScreen() returns null, and so on.  KDE
  developers have been complaining.  So in Qt 5.6 we made it keep the
  last-remaining QScreen as a fake instance, whenever the last monitor
  is disconnected.  The main patch is here

  https://codereview.qt-project.org/#/c/138201/

  You might need to cherry-pick that
  (a094af001795c9651b299d700a992150d1aba33a in qtbase) for as long as
  you are shipping Qt 5.5, to get Kubuntu behaving decently.  It's
  relevant on Ubuntu 16.04.  Too bad that Ubuntu LTS is not shipping the
  LTS Qt 5.6 release, but I know we are behind on our release schedule.

  Some users have also reported that their laptop's screen disconnects
  when it sleeps.  And I have often experienced 5.5-based builds of
  Creator crashing or disappearing when I switch machines on my KVM.
  So, sorry that we didn't fix it sooner.  It was my mistake for
  believing that modeling disappearing screens "correctly" was a good
  idea: it turned out to be a platform inconsistency which developers
  were not ready for.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1548766/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1548766] Re: Plasma crashes when the monitor is disconnected (when it sleeps, in some cases)

2016-02-23 Thread Timo Jyrinki
Thank you for the report, that one hasn't been cherry-picked yet in
Debian or Ubuntu while many others have been.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtbase-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1548766

Title:
  Plasma crashes when the monitor is disconnected (when it sleeps, in
  some cases)

Status in qtbase-opensource-src package in Ubuntu:
  Confirmed

Bug description:
  I'm reporting this on behalf of a coworker who has a 4K monitor, which
  disconnects whenever it sleeps.  Older monitors didn't do that; but Qt
  5.5 tries to be honest about it: the QScreen is destroyed whenever its
  corresponding monitor is disconnected,
  QGuiApplication::primaryScreen() returns null, and so on.  KDE
  developers have been complaining.  So in Qt 5.6 we made it keep the
  last-remaining QScreen as a fake instance, whenever the last monitor
  is disconnected.  The main patch is here

  https://codereview.qt-project.org/#/c/138201/

  You might need to cherry-pick that
  (a094af001795c9651b299d700a992150d1aba33a in qtbase) for as long as
  you are shipping Qt 5.5, to get Kubuntu behaving decently.  It's
  relevant on Ubuntu 16.04.  Too bad that Ubuntu LTS is not shipping the
  LTS Qt 5.6 release, but I know we are behind on our release schedule.

  Some users have also reported that their laptop's screen disconnects
  when it sleeps.  And I have often experienced 5.5-based builds of
  Creator crashing or disappearing when I switch machines on my KVM.
  So, sorry that we didn't fix it sooner.  It was my mistake for
  believing that modeling disappearing screens "correctly" was a good
  idea: it turned out to be a platform inconsistency which developers
  were not ready for.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1548766/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1548766] Re: Plasma crashes when the monitor is disconnected (when it sleeps, in some cases)

2016-02-23 Thread Albert Astals Cid
** Summary changed:

- KDE crashes when the monitor is disconnected (when it sleeps, in some cases)
+ Plasma crashes when the monitor is disconnected (when it sleeps, in some 
cases)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtbase-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1548766

Title:
  Plasma crashes when the monitor is disconnected (when it sleeps, in
  some cases)

Status in qtbase-opensource-src package in Ubuntu:
  Confirmed

Bug description:
  I'm reporting this on behalf of a coworker who has a 4K monitor, which
  disconnects whenever it sleeps.  Older monitors didn't do that; but Qt
  5.5 tries to be honest about it: the QScreen is destroyed whenever its
  corresponding monitor is disconnected,
  QGuiApplication::primaryScreen() returns null, and so on.  KDE
  developers have been complaining.  So in Qt 5.6 we made it keep the
  last-remaining QScreen as a fake instance, whenever the last monitor
  is disconnected.  The main patch is here

  https://codereview.qt-project.org/#/c/138201/

  You might need to cherry-pick that
  (a094af001795c9651b299d700a992150d1aba33a in qtbase) for as long as
  you are shipping Qt 5.5, to get Kubuntu behaving decently.  It's
  relevant on Ubuntu 16.04.  Too bad that Ubuntu LTS is not shipping the
  LTS Qt 5.6 release, but I know we are behind on our release schedule.

  Some users have also reported that their laptop's screen disconnects
  when it sleeps.  And I have often experienced 5.5-based builds of
  Creator crashing or disappearing when I switch machines on my KVM.
  So, sorry that we didn't fix it sooner.  It was my mistake for
  believing that modeling disappearing screens "correctly" was a good
  idea: it turned out to be a platform inconsistency which developers
  were not ready for.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1548766/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp