[plasmashell] [Bug 370516] Adding activity pager to panel causes plasmashell to crash [plasma 5.8.1]

2016-11-02 Thread Clemens John
https://bugs.kde.org/show_bug.cgi?id=370516

--- Comment #25 from Clemens John  ---
Hi,

I updated to Plasma 5.3 on Archlinux today and can confirm that the bug is
fixed. Thank you :)

Best whishes

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 370516] Adding activity pager to panel causes plasmashell to crash [plasma 5.8.1]

2016-10-17 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370516

--- Comment #24 from Eike Hein  ---
Follow-up code change in
http://commits.kde.org/plasma-desktop/7b2f1624126f1a014f7aa30c31d0964efe028935

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 370516] Adding activity pager to panel causes plasmashell to crash [plasma 5.8.1]

2016-10-17 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370516

Eike Hein  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/plas
   ||ma-desktop/d888c454192ee5c5
   ||683c42f40be1193692376ef5
 Resolution|--- |FIXED

--- Comment #23 from Eike Hein  ---
Git commit d888c454192ee5c5683c42f40be1193692376ef5 by Eike Hein.
Committed on 17/10/2016 at 12:53.
Pushed by hein into branch 'Plasma/5.8'.

Test the QMetaObject::Connection instead of using Qt::UniqueConnection.

Avoids a crash in deployed versions of Qt.

Upstream bugfix: https://codereview.qt-project.org/#/c/160760/

M  +5-3applets/pager/plugin/pagermodel.cpp

http://commits.kde.org/plasma-desktop/d888c454192ee5c5683c42f40be1193692376ef5

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 370516] Adding activity pager to panel causes plasmashell to crash [plasma 5.8.1]

2016-10-17 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370516

--- Comment #22 from Eike Hein  ---
This is actually a Qt bug, fixed by
https://codereview.qt-project.org/#/c/160760/

Which explains why it didn't crash in my Qt 5.8.

We'll work around the Qt bug in our code, so 5.8.2 will work with broken older
Qt versions.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 370516] Adding activity pager to panel causes plasmashell to crash [plasma 5.8.1]

2016-10-17 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370516

--- Comment #21 from Eike Hein  ---
Backtrace: #0  QtPrivate::QSlotObject, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*,
void**, bool*) (which=2, this_=0x8c22e0, 
r=0x0, a=0x0, ret=0x7fffd1af)
at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject_impl.h:152
#1  0x75248d54 in QtPrivate::QSlotObjectBase::compare (a=0x0, 
this=)
at ../../include/QtCore/../../src/corelib/kernel/qobject_impl.h:129
#2  QObjectPrivate::connectImpl (sender=sender@entry=0x8bd7b0, signal_index=4, 
receiver=receiver@entry=0x8bc2e0, slot=slot@entry=0x0, 
slotObj=slotObj@entry=0x8e9a40, type=Qt::UniqueConnection, types=0x0, 
senderMetaObject=0x7fffcabb5800
)
at kernel/qobject.cpp:4709
#3  0x75248f82 in QObject::connectImpl (sender=sender@entry=0x8bd7b0, 
signal=signal@entry=0x7fffd3c0, receiver=receiver@entry=0x8bc2e0, 
slot=slot@entry=0x0, slotObj=0x8e9a40, type=Qt::UniqueConnection,
types=0x0, 
senderMetaObject=0x7fffcabb5800
)
at kernel/qobject.cpp:4674
#4  0x7fffcabbfcbf in QObject::connect >
(type=Qt::UniqueConnection, 
slot=..., context=0x8bc2e0, 
signal=(void (TaskManager::ActivityInfo::*)(const TaskManager::ActivityInfo
* const)) 0x7fffca9a0ea0
,
sender=0x8bd7b0) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:347
#5  PagerModel::Private::refreshDataSource (this=0x8bc760)
at /workspace/build/applets/pager/plugin/pagermodel.cpp:174
#6  0x7fffcabc0cff in PagerModel::refresh (this=0x8bc2e0)
at /workspace/build/applets/pager/plugin/pagermodel.cpp:395
#7  0x76e56cdc in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#8  0x76de795a in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
---Type  to continue, or q  to quit---
#9  0x76de85b4 in QQmlIncubationController::incubateFor(int) () from
/usr/lib/x86_64-linux-gnu/libQt5Qml.so.5  
#10 0x73cd36ac in ?? () from
/usr/lib/x86_64-linux-gnu/libKF5Declarative.so.5
#11 0x76de83c2 in QQmlEnginePrivate::incubate(QQmlIncubator&,
QQmlContextData*) () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5   
#12 0x76de35bb in QQmlComponent::create(QQmlIncubator&, QQmlContext*,
QQmlContext*) () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5   
#13 0x73cd00c5 in
KDeclarative::QmlObject::completeInitialization(QHash
const&) ()  
   from /usr/lib/x86_64-linux-gnu/libKF5Declarative.so.5
#14 0x77ba2574 in PlasmaQuick::AppletQuickItem::init() () from
/usr/lib/x86_64-linux-gnu/libKF5PlasmaQuick.so.5
#15 0x7fffd0abcf84 in ?? () from
/usr/lib/x86_64-linux-gnu/qt5/plugins/plasma/scriptengines/plasma_appletscript_declarative.so

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 370516] Adding activity pager to panel causes plasmashell to crash [plasma 5.8.1]

2016-10-16 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370516

--- Comment #20 from Eike Hein  ---
>  Asking users (such as myself) to provide things like "backtrace" which means 
> nothing to me, is doing things backwards. It should be the experts, not the 
> users, who find the solution.

Providing a backtrace isn't finding a solution, it's providing information
about the problem. Note that we try to enable users to do this easily by
popping up a crash information dialog that shows the backtrace along with a bug
reporting wizard.

> So please, come on guys, users have found a bug - the bug team should find 
> the solution.

The picture in your head doesn't conform to reality, I'm afraid - there's no
"bug team", you're talking to a developer. Of course we don't like bugs and of
course we try to fix them, but to fix them we need to understand them, and to
understand them we need information, so ask questions back. That's just part of
the process, making and improving this software is a collaborative effort.


To get back to business: Deri's backtrace is better, but unfortunately still
lacks line numbers for libpagerplugin.so. For now I'm still in a holding
pattern waiting for more info - though I will probably grab Neon on Monday when
I'm back in the office (it IS a weekend, you now) and try to produce one
myself.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 370516] Adding activity pager to panel causes plasmashell to crash [plasma 5.8.1]

2016-10-16 Thread eemantsal via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370516

--- Comment #19 from eemantsal  ---
(In reply to eemantsal from comment #18)
> 
> Above you have 2 backtraces from me, the first one was taken after the first
> crash when trying to add the plasmoid in question and launching plasmashell
> from a terminal window running GDB; the second one was taken after a crash
> but I first deleted plasma-org.kde.plasma.desktop-appletsrc and then, again
> from a GDB session in Konsole, lanched plasmashell.

Sorry, I think I haven't been very efficacious with my mental translation to
english in that paragraph (shoud be a grace period in this pages in which we
could edit our messages and avoid repetitions).

Anyway, I meant that the first backtrace was taken after plasma crashed as a
consequence of adding the Activity pager plasmoid to the desktop and I
inmediately relaunched plasmashell from a GDB session, with no action in
between (ergo with the plasmoid still present in
plasma-org.kde.plasma.desktop-appletsrc configuration). The second one was
taken too launching plasmashell from GDB but this time I had first deleted the
plasma-org.kde.plasma.desktop-appletsrc file so plasmashell created a fresh new
one, and then, one Plasma started correctly, I added again this problematic
plasmoid.

Sorry for my lack of clarity in the first message, as you may guess I'm not a
native english speaker.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 370516] Adding activity pager to panel causes plasmashell to crash [plasma 5.8.1]

2016-10-16 Thread eemantsal via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370516

--- Comment #18 from eemantsal  ---
(In reply to Eike Hein from comment #4)
> Could you retry with 5.8.1? This is a crash in Qt, but reading through the
> trace I think code changes in 5.8.1 could be relevant.

I'm already in 5.8.1, as I said this crash has beginned to happen inmediately
after upgrading from 5.8.0 to 5.8.1; in 5.8.0 everything was ok.
I'm on QT 5.7, Frameworks 5.27, and have 2 activities both active, but I have
tried a fresh new account with no activities, completely by default settings,
and it happens the same.

Above you have 2 backtraces from me, the first one was taken after the first
crash when trying to add the plasmoid in question and launching plasmashell
from a terminal window running GDB; the second one was taken after a crash but
I first deleted plasma-org.kde.plasma.desktop-appletsrc and then, again from a
GDB session in Konsole, lanched plasmashell.

It's the first time that I use GDB, so I'm aware I'm probably providing not
very useful backtraces. Please don't hesitate "instructing" me to be able to
supply more useful backtraces if you consider it convinient.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 370516] Adding activity pager to panel causes plasmashell to crash [plasma 5.8.1]

2016-10-16 Thread eemantsal via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370516

--- Comment #17 from eemantsal  ---
Created attachment 101585
  --> https://bugs.kde.org/attachment.cgi?id=101585=edit
Bactrace 2

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 370516] Adding activity pager to panel causes plasmashell to crash [plasma 5.8.1]

2016-10-16 Thread eemantsal via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370516

--- Comment #16 from eemantsal  ---
Created attachment 101584
  --> https://bugs.kde.org/attachment.cgi?id=101584=edit
Backtrace 1

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 370516] Adding activity pager to panel causes plasmashell to crash [plasma 5.8.1]

2016-10-16 Thread Deri James via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370516

--- Comment #15 from Deri James  ---
I am running Mageia (Cauldron) with 5.8.1, have the same problem. I ran
activity pager under plasmawindowed using gdb, after installing the debug
package for libqt5core5. This is the backtrace I got after the SIGSEGV, hope it
is useful for you.

#0  0x7fffc6830770 in QtPrivate::QSlotObject, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*,
void**, bool*) ()
at /usr/lib64/qt5/qml/org/kde/plasma/private/pager/libpagerplugin.so
#1  0x751edd63 in QObjectPrivate::connectImpl(QObject const*, int,
QObject const*, void**, QtPrivate::QSlotObjectBase*, Qt::ConnectionType, int
const*, QMetaObject const*) (a=0x0, this=) at
../../src/corelib/kernel/qobject_impl.h:123
#2  0x751edd63 in QObjectPrivate::connectImpl(QObject const*, int,
QObject const*, void**, QtPrivate::QSlotObjectBase*, Qt::ConnectionType, int
const*, QMetaObject const*) (sender=sender@entry=0xa5dfa0, signal_index=4,
receiver=receiver@entry=0xa5c5f0, slot=slot@entry=0x0,
slotObj=slotObj@entry=0xa846a0, type=Qt::UniqueConnection, types=0x0,
senderMetaObject=0x7fffc6822800 )
at kernel/qobject.cpp:4693
#3  0x751edf65 in QObject::connectImpl(QObject const*, void**, QObject
const*, void**, QtPrivate::QSlotObjectBase*, Qt::ConnectionType, int const*,
QMetaObject const*) (sender=0xa5dfa0, signal=,
receiver=0xa5c5f0, slot=0x0, slotObj=0xa846a0, type=Qt::UniqueConnection,
types=0x0, senderMetaObject=0x7fffc6822800
) at kernel/qobject.cpp:4658
#4  0x7fffc682dc9c in PagerModel::Private::refreshDataSource() ()
at /usr/lib64/qt5/qml/org/kde/plasma/private/pager/libpagerplugin.so
#5  0x7fffc682ebef in PagerModel::refresh() [clone .part.47] ()
at /usr/lib64/qt5/qml/org/kde/plasma/private/pager/libpagerplugin.so
#6  0x76e68092 in
QQmlObjectCreator::finalize(QQmlInstantiationInterrupt&) ()
at /lib64/libQt5Qml.so.5
#7  0x76dfd5aa in
QQmlIncubatorPrivate::incubate(QQmlInstantiationInterrupt&) ()
at /lib64/libQt5Qml.so.5
#8  0x76dfe0f8 in
QQmlIncubatorPrivate::forceCompletion(QQmlInstantiationInterrupt&) ()
at /lib64/libQt5Qml.so.5
#9  0x76dfe14c in QQmlIncubator::forceCompletion() () at
/lib64/libQt5Qml.so.5
#10 0x73ca05f0 in
KDeclarative::QmlObject::completeInitialization(QHash
const&) () at /lib64/libKF5Declarative.so.5
#11 0x77ba8b54 in PlasmaQuick::AppletQuickItem::init() () at
/lib64/libKF5PlasmaQuick.so.5
#12 0x7fffe04f2b44 in AppletInterface::init() ()
at
/usr/lib64/qt5/plugins/plasma/scriptengines/plasma_appletscript_declarative.so
#13 0x77ba9be8 in
PlasmaQuick::AppletQuickItem::itemChange(QQuickItem::ItemChange,
QQuickItem::ItemChangeData const&) () at /lib64/libKF5PlasmaQuick.so.5
#14 0x7712b00e in QQuickItemPrivate::refWindow(QQuickWindow*) () at
/lib64/libQt5Quick.so.5
#15 0x7712d584 in QQuickItem::setParentItem(QQuickItem*) () at
/lib64/libQt5Quick.so.5
#16 0x00407d0b in PlasmaWindowedView::setApplet(Plasma::Applet*)
(this=this@entry=0x867c00, applet=applet@entry=0xa24260)
at
/usr/src/debug/plasma-workspace-5.8.1/plasma-windowed/plasmawindowedview.cpp:74
#17 0x00406a4a in PlasmaWindowedCorona::loadApplet(QString const&,
QList const&) (this=this@entry=0x6b7580, applet=..., arguments=...)
at
/usr/src/debug/plasma-workspace-5.8.1/plasma-windowed/plasmawindowedcorona.cpp:101
#18 0x00405d23 in main(int, char**) (argc=3, argv=)

Let me know if you need any further debug packages installed to get a useful
trace.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 370516] Adding activity pager to panel causes plasmashell to crash [plasma 5.8.1]

2016-10-16 Thread Nikola Schnelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370516

Nikola Schnelle  changed:

   What|Removed |Added

 CC||n.schne...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 370516] Adding activity pager to panel causes plasmashell to crash [plasma 5.8.1]

2016-10-15 Thread Graham via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370516

--- Comment #14 from Graham  ---
While this bug only affects users who have setup activities, and therefore
newbies won't see it, it highlights the risk in using rolling distros. Much
like Microsoft has changed to an "All or nothing" patch update method, where
you cannot block individual KB numbers, if a problem occurs with an update such
as 5.8.1 you cannot pick and choose what to update.

This bug has been reported by users of Neon, Arch and Gentoo so far. Since Eike
cannot reproduce the bug, he cannot fix it.

Surely someone on the bug team can reproduce it. Asking users (such as myself)
to provide things like "backtrace" which means nothing to me, is doing things
backwards. It should be the experts, not the users, who find the solution.

Why does the Activity Bar widget work, but not the Activity Pager widget?
Surely that should provide some sort of hint as to where the problem lies?

Problems like this will discourage people from using rolling distros and they
will prefer LTS versions, which would be a real shame.

So please, come on guys, users have found a bug - the bug team should find the
solution.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 370516] Adding activity pager to panel causes plasmashell to crash [plasma 5.8.1]

2016-10-15 Thread itl via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370516

itl  changed:

   What|Removed |Added

 CC||itl964@gmail.com

--- Comment #13 from itl  ---
I also can confirm this on Arch with Plasma 5.8.1.  Logging in took far to
long, and when it finally did, the panel and desktop were missing, but apps and
krunner were functional.   I diagnosed this by first renaming .config, and
logging out then in.  The default configuration this results in behaved
normally until I tried adding the pager, at which point the panel and desktop
crash as described.  I was able to fix this in a more targeted way by simply
commenting out the lines:

immutability=1
plugin=org.kde.plasma.activitypager

in the file
~/.config/plasma-org.kde.plasma.desktop-appletsrc

I can still change activities with hotkeys, or with the scroll wheel on the
desktop.  The latter is something that can be set in desktop settings.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 370516] Adding activity pager to panel causes plasmashell to crash [plasma 5.8.1]

2016-10-15 Thread João Bóia via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370516

--- Comment #12 from João Bóia  ---
(In reply to Eike Hein from comment #8)
>In addition to the info I asked for in comment #6, I'd also like to hear about 
>which Qt >version(s) you're using, as the crash happens in Qt and might be 
>version-specific (since I can't >reproduce it personally).
I only use 2 activities, both of them were active at the time.
Arch ships with qt 5.7.0
Frameworks was on 5.26.0 when I reported the bug, but has now moved to 5.27.0
(I'll check if it still happens later).

(In reply to Eike Hein from comment #11)
> Definitely can't reproduce it then. A better backtrace with more debug
> symbols and on 5.8.1 might help. The posted trace crucially lacks symbols in
> libpagerplugin.

Unfortunately Arch Linux strips debugs symbols, so that's all I could get.
Maybe someone else could give a more detailed trace.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 370516] Adding activity pager to panel causes plasmashell to crash [plasma 5.8.1]

2016-10-15 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370516

--- Comment #11 from Eike Hein  ---
Definitely can't reproduce it then. A better backtrace with more debug symbols
and on 5.8.1 might help. The posted trace crucially lacks symbols in
libpagerplugin.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 370516] Adding activity pager to panel causes plasmashell to crash [plasma 5.8.1]

2016-10-15 Thread Graham via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370516

--- Comment #10 from Graham  ---
As far as how many activities and what state they're in, if you have no
activities, then simply creating a new one that does nothing is enough to crash
the display.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 370516] Adding activity pager to panel causes plasmashell to crash [plasma 5.8.1]

2016-10-15 Thread Graham via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370516

--- Comment #9 from Graham  ---
In Neon, system is:
Plasma 5.8.1
KDE Frameworks 5.27.0
Qt 5.7.0
Kernel 4.4.0-43-generic

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 370516] Adding activity pager to panel causes plasmashell to crash [plasma 5.8.1]

2016-10-15 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370516

--- Comment #8 from Eike Hein  ---
In addition to the info I asked for in comment #6, I'd also like to hear about
which Qt version(s) you're using, as the crash happens in Qt and might be
version-specific (since I can't reproduce it personally).

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 370516] Adding activity pager to panel causes plasmashell to crash [plasma 5.8.1]

2016-10-15 Thread Graham via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370516

--- Comment #7 from Graham  ---
I raised a bug report at https://bugs.kde.org/show_bug.cgi?id=370630 for the
same issue.

While there is no current fix, using the Activity Bar widget instead works,
allowing normal activity operations.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 370516] Adding activity pager to panel causes plasmashell to crash [plasma 5.8.1]

2016-10-15 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370516

--- Comment #6 from Eike Hein  ---
Please also add information about how many activities you are using, what state
they are in, etc.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 370516] Adding activity pager to panel causes plasmashell to crash [plasma 5.8.1]

2016-10-15 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370516

Eike Hein  changed:

   What|Removed |Added

 CC||postbo...@outlook.com

--- Comment #5 from Eike Hein  ---
*** Bug 370630 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 370516] Adding activity pager to panel causes plasmashell to crash [plasma 5.8.1]

2016-10-15 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370516

--- Comment #4 from Eike Hein  ---
Could you retry with 5.8.1? This is a crash in Qt, but reading through the
trace I think code changes in 5.8.1 could be relevant.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 370516] Adding activity pager to panel causes plasmashell to crash [plasma 5.8.1]

2016-10-14 Thread eemantsal via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370516

--- Comment #3 from eemantsal  ---
(In reply to João Bóia from comment #0)
> Arch packages were updated today to 5.8.1 and Plasma would crash. I was able
> to get it running again by deleting the file
> "plasma-org.kde.plasma.desktop-appletsrc"

João, just for your info, you don't need to delete
plasma-org.kde.plasma.desktop-appletsrc and lose all your desktop
configuration; if you just delete the lines that correspond to the activity
pager plasmoid and restart plasmashell you'll keep everything except the
activity pager plasmoid.
In my case, the conflictive lines were these:
[Containments][85][Applets][104]
immutability=1
plugin=org.kde.plasma.activitypager

[Containments][85][Applets][104][Configuration][ConfigDialog]
DialogHeight=540
DialogWidth=720

[Containments][85][Applets][104][Configuration][General]
currentDesktopSelected=ShowDesktop
displayedText=Name
showWindowIcons=true

The numbers in brackets will vary depending of each user's desktop
configuration, but the rest should be the same. So if you keep a copy of your
old .config/plasma-org.kde.plasma.desktop-appletsrc you can quit Plasmashell,
edit .config/plasma-org.kde.plasma.desktop-appletsrc in a terminal window, and
the restart Plasmashell to have all your plasmoids, panels, backgrounds, etc
back.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 370516] Adding activity pager to panel causes plasmashell to crash [plasma 5.8.1]

2016-10-14 Thread eemantsal via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370516

eemantsal  changed:

   What|Removed |Added

 CC||inf...@openaliasbox.org

--- Comment #2 from eemantsal  ---
Same here on Gentoo.
Since Plasma 5.8.1 the Activity pager plasmoid makes the process plasmashell
crash and the desktop becomes a black screen. All the apps keep running, but
the desktop disppears. Removing the lines that reference "activitypager" from
.config/plasma-org.kde.plasma.desktop-appletsrc the problematic plasmoid and
restarting Plasmashell restores the dektop with all its plasmoids, except,
obviously, Activity pager. Any futher intent to put again the activity pager on
the desktop or on a panel results in the mentioned crash again.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 370516] Adding activity pager to panel causes plasmashell to crash [plasma 5.8.1]

2016-10-14 Thread Deri James via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370516

Deri James  changed:

   What|Removed |Added

 CC||d...@chuzzlewit.myzen.co.uk

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 370516] Adding activity pager to panel causes plasmashell to crash [plasma 5.8.1]

2016-10-13 Thread David Murray via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370516

David Murray  changed:

   What|Removed |Added

 CC||david...@davidmurray.name

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 370516] Adding activity pager to panel causes plasmashell to crash [plasma 5.8.1]

2016-10-13 Thread Clemens John via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370516

Clemens John  changed:

   What|Removed |Added

 CC||clemens-j...@gmx.de

--- Comment #1 from Clemens John  ---
Hi,

I updated this morning to Plasma 5.8.1 on Archlinux too and I see the same
behaviour. I deleted all plasma and activities related config files from
~./config and then the desktop starts without failures. But when adding the
activity pager to the desktop or to the system panel plasma immidiately
crashes.

If you need any log please send me a note.

Best whishes

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 370516] Adding activity pager to panel causes plasmashell to crash [plasma 5.8.1]

2016-10-12 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370516

David Edmundson  changed:

   What|Removed |Added

  Component|Desktop Containment |Pager
 CC||k...@davidedmundson.co.uk,
   ||plasma-b...@kde.org
   Assignee|se...@kde.org   |h...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.