[kdeconnect] [Bug 422615] kde connect deamon crashes on clicking 'Laserpointer'-Button in Presentation Mode

2020-08-29 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=422615

Nicolas Fella  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED
 CC||nicolas.fe...@gmx.de

--- Comment #9 from Nicolas Fella  ---
As described in https://bugs.kde.org/show_bug.cgi?id=414913 this is a missing
dependency on QtQuick.Particles

I submitted a patch to Debian which eventualy will find its way into Neon

https://salsa.debian.org/qt-kde-team/kde/kdeconnect/-/merge_requests/10

*** This bug has been marked as a duplicate of bug 414913 ***

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

[kdeconnect] [Bug 422615] kde connect deamon crashes on clicking 'Laserpointer'-Button in Presentation Mode

2020-08-28 Thread Maik Schmalle
https://bugs.kde.org/show_bug.cgi?id=422615

--- Comment #8 from Maik Schmalle  ---
Created attachment 131248
  --> https://bugs.kde.org/attachment.cgi?id=131248=edit
New crash information added by DrKonqi

kdeconnectd (1.4.0) using Qt 5.14.2

- What I was doing when the application crashed:

Ich hab KDE Neon 5.19 installiert auf einem Lenovo Thinkpad 460s wollte die
Funktion Laserpointer auf einem Samsung Note 20 Ultra 5G benutzen. Da kommt ein
Absturzbericht. 
KDE Conect auf dem Handy: 1.14.2

-- Backtrace (Reduced):
#6  QObject::setProperty (this=this@entry=0x0, name=name@entry=0x7fc49010b116
"xPos", value=...) at kernel/qobject.cpp:4014
#7  0x7fc49010a07f in PresenterPlugin::receivePacket (this=0x55abe0af5d80,
np=...) at ./plugins/presenter/presenterplugin.cpp:105
#8  0x7fc49951e050 in Device::privateReceivedPacket (this=,
np=...) at ./core/device.cpp:411
#9  0x7fc497f5b51e in QtPrivate::QSlotObjectBase::call (a=0x7fff2e9e7de0,
r=0x55abe0a7df00, this=0x55abe0ad1720) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#10 doActivate (sender=0x55abe0ae4e40, signal_index=7,
argv=0x7fff2e9e7de0) at kernel/qobject.cpp:3870

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

[kdeconnect] [Bug 422615] kde connect deamon crashes on clicking 'Laserpointer'-Button in Presentation Mode

2020-08-28 Thread Maik Schmalle
https://bugs.kde.org/show_bug.cgi?id=422615

Maik Schmalle  changed:

   What|Removed |Added

 CC||maikschma...@web.de

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

[kdeconnect] [Bug 422615] kde connect deamon crashes on clicking 'Laserpointer'-Button in Presentation Mode

2020-08-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=422615

--- Comment #7 from linus_koes...@t-online.de ---
Created attachment 131172
  --> https://bugs.kde.org/attachment.cgi?id=131172=edit
New crash information added by DrKonqi

kdeconnectd (1.4.0) using Qt 5.14.2

- What I was doing when the application crashed:

I pressed the "Laserpointer"-button in the KDE Connect App on my Pixel 4
(Android 10), and KDE Connect crashed on my computer.

-- Backtrace (Reduced):
#6  QObject::setProperty (this=this@entry=0x0, name=name@entry=0x7f5810a8b116
"xPos", value=...) at kernel/qobject.cpp:4014
#7  0x7f5810a8a07f in PresenterPlugin::receivePacket (this=0x5654bec949b0,
np=...) at ./plugins/presenter/presenterplugin.cpp:105
#8  0x7f581e851050 in Device::privateReceivedPacket (this=,
np=...) at ./core/device.cpp:411
#9  0x7f581d28e51e in QtPrivate::QSlotObjectBase::call (a=0x7ffef0756550,
r=0x5654bebbcae0, this=0x5654bec0fdb0) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#10 doActivate (sender=0x5654bec234e0, signal_index=7,
argv=0x7ffef0756550) at kernel/qobject.cpp:3870

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

[kdeconnect] [Bug 422615] kde connect deamon crashes on clicking 'Laserpointer'-Button in Presentation Mode

2020-08-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=422615

linus_koes...@t-online.de changed:

   What|Removed |Added

 CC||linus_koes...@t-online.de

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

[kdeconnect] [Bug 422615] kde connect deamon crashes on clicking 'Laserpointer'-Button in Presentation Mode

2020-07-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=422615

--- Comment #6 from fcolecumbe...@hotmail.com ---
(In reply to John Vincent from comment #5)
> (In reply to fcolecumberri from comment #2)
> > I had the exact same problem on my ubuntu-mate 20.04, I solve it after
> > installing:
> > 
> > qml-module-qtquick-particles2
> > qtdeclarative5-dev
> > qtdeclarative5-private-dev
> > 
> > I'm not entirely sure which is the packet that solve it.
> 
> Interesting. Works on KDE neon 19.3 as well. Shouldn't we add these as
> dependencies or there's something else going wrong without these installed?

https://bugs.launchpad.net/ubuntu/+source/kdeconnect/+bug/1888215 I have
already reported the lack of that dependencie

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

[kdeconnect] [Bug 422615] kde connect deamon crashes on clicking 'Laserpointer'-Button in Presentation Mode

2020-07-27 Thread John Vincent
https://bugs.kde.org/show_bug.cgi?id=422615

--- Comment #5 from John Vincent  ---
(In reply to fcolecumberri from comment #2)
> I had the exact same problem on my ubuntu-mate 20.04, I solve it after
> installing:
> 
> qml-module-qtquick-particles2
> qtdeclarative5-dev
> qtdeclarative5-private-dev
> 
> I'm not entirely sure which is the packet that solve it.

Interesting. Works on KDE neon 19.3 as well. Shouldn't we add these as
dependencies or there's something else going wrong without these installed?

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

[kdeconnect] [Bug 422615] kde connect deamon crashes on clicking 'Laserpointer'-Button in Presentation Mode

2020-07-27 Thread John Vincent
https://bugs.kde.org/show_bug.cgi?id=422615

John Vincent  changed:

   What|Removed |Added

 CC||corcegajo...@gmail.com

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

[kdeconnect] [Bug 422615] kde connect deamon crashes on clicking 'Laserpointer'-Button in Presentation Mode

2020-07-27 Thread John Vincent
https://bugs.kde.org/show_bug.cgi?id=422615

--- Comment #4 from John Vincent  ---
Created attachment 130449
  --> https://bugs.kde.org/attachment.cgi?id=130449=edit
New crash information added by DrKonqi

kdeconnectd (1.4.0) using Qt 5.14.2

- What I was doing when the application crashed:
Clicked pointer button on remote Android device, then kdeconnectd crashed.

-- Backtrace (Reduced):
#4  QScopedPointer
>::operator-> (this=) at
../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:118
[...]
#7  QObject::setProperty (this=this@entry=0x0, name=name@entry=0x7f04a04dbf82
"xPos", value=...) at kernel/qobject.cpp:4014
#8  0x7f04a04db3f1 in PresenterPlugin::receivePacket (this=,
np=...) at ./plugins/presenter/presenterplugin.cpp:107
#9  0x7f04c67b48b0 in Device::privateReceivedPacket (this=,
np=...) at ./core/device.cpp:411
#10 0x7f04c3ee46d7 in QtPrivate::QSlotObjectBase::call (a=0x7fff557ed320,
r=0x56521557ef70, this=) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398

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

[kdeconnect] [Bug 422615] kde connect deamon crashes on clicking 'Laserpointer'-Button in Presentation Mode

2020-07-20 Thread Daniel Wohlers
https://bugs.kde.org/show_bug.cgi?id=422615

--- Comment #3 from Daniel Wohlers  ---
(In reply to fcolecumberri from comment #2)
> I had the exact same problem on my ubuntu-mate 20.04, I solve it after
> installing:
> 
> qml-module-qtquick-particles2
> qtdeclarative5-dev
> qtdeclarative5-private-dev
> 
> I'm not entirely sure which is the packet that solve it.

I'll try it as well. It won't work on the window port tho.

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

[kdeconnect] [Bug 422615] kde connect deamon crashes on clicking 'Laserpointer'-Button in Presentation Mode

2020-07-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=422615

fcolecumbe...@hotmail.com changed:

   What|Removed |Added

 CC||fcolecumbe...@hotmail.com

--- Comment #2 from fcolecumbe...@hotmail.com ---
I had the exact same problem on my ubuntu-mate 20.04, I solve it after
installing:

qml-module-qtquick-particles2
qtdeclarative5-dev
qtdeclarative5-private-dev

I'm not entirely sure which is the packet that solve it.

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

[kdeconnect] [Bug 422615] kde connect deamon crashes on clicking 'Laserpointer'-Button in Presentation Mode

2020-07-19 Thread Ronny Standtke
https://bugs.kde.org/show_bug.cgi?id=422615

Ronny Standtke  changed:

   What|Removed |Added

 CC||ronny.stand...@gmx.net

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

[kdeconnect] [Bug 422615] kde connect deamon crashes on clicking 'Laserpointer'-Button in Presentation Mode

2020-07-19 Thread Ronny Standtke
https://bugs.kde.org/show_bug.cgi?id=422615

--- Comment #1 from Ronny Standtke  ---
Created attachment 130259
  --> https://bugs.kde.org/attachment.cgi?id=130259=edit
New crash information added by DrKonqi

kdeconnectd (1.4.0) using Qt 5.12.8

Running Kubuntu 20.04 here. I installed KDE Connect and literally the first
thing I tried was the laserpointer. Didn't know that this virtual laserpointer
is so strong that it burns some holes into its surrounding software. :-)
My backtrace looks a bit different, so I attach it here too. Hope it helps. If
I can do something else finding or fixing this bug, please let me know.

Best
Ronny

-- Backtrace (Reduced):
#8  QObject::setProperty (this=this@entry=0x0, name=name@entry=0x7f1b1ae6d12c
"xPos", value=...) at kernel/qobject.cpp:3915
#9  0x7f1b1ae6c10f in PresenterPlugin::receivePacket (this=0x5650aec419e0,
np=...) at ./plugins/presenter/presenterplugin.cpp:107
#10 0x7f1b2900a570 in Device::privateReceivedPacket (this=,
np=...) at ./core/device.cpp:411
#11 0x7f1b27b45458 in QtPrivate::QSlotObjectBase::call (a=0x7fff728a14b0,
r=0x5650aeadfdf0, this=0x5650aebafe90) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:394
[...]
#13 0x7f1b28fc37f9 in DeviceLink::receivedPacket
(this=this@entry=0x5650aeb31270, _t1=...) at
./obj-x86_64-linux-gnu/core/kdeconnectcore_autogen/CSWKE6ESUK/moc_devicelink.cpp:224

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