[digikam] [Bug 421521] Wrong EXIF photograph properties shown when there is no EXIF data at all

2020-05-14 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=421521

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #4 from Maik Qualmann  ---
Of course, the problem cannot be reproduced here. Yes, we copy metadata to new
images if they are recognized as already known in the DB. To e.g. not always
having to scan all metadata again when copying images. We create the unique ID
from the first 100KB and last 100KB of an image with an MD5 checksum. So it is
quite unlikely that images will have the same unique ID. Therefore I cannot
explain the problem at the moment. We should have the log from the terminal if
you add an unknown image and this takes over the metadata.

Maik

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

[akregator] [Bug 421546] New: crashes when I try to open a particular article.

2020-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421546

Bug ID: 421546
   Summary: crashes when I try to open a particular article.
   Product: akregator
   Version: 5.13.0
  Platform: Mint (Ubuntu based)
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: andersdh...@gmail.com
  Target Milestone: ---

SUMMARY
crashes when I try to open a particular article.

STEPS TO REPRODUCE
1. subscribe to https://languagelog.ldc.upenn.edu/nll/?feed=rss2
2. update feed
3. try to open the latest article "Shifting valences of "throwing the pot" in
Chinese"

OBSERVED RESULT
crash

EXPECTED RESULT
open article

SOFTWARE/OS VERSIONS
Using:
KDE Frameworks 5.18.0
Qt 5.5.1 (built against 5.5.1)
The xcb windowing system

ADDITIONAL INFORMATION

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

[krita] [Bug 419281] Krita Actions - Copy Paste Layer Script

2020-05-14 Thread keyth_qcfx2
https://bugs.kde.org/show_bug.cgi?id=419281

--- Comment #13 from keyth_qcfx2  ---
then how do you explain the same behaviour with no mirroring?
https://pasteall.org/media/9/c/9c6451a6126988fb67ecd773912c053e.png

As you can see it has the same exact behaviour and:
-there is no mirror command (even though the width/2 was to make a manual
selection for when there is no user selection beforehand)
-it is not multi-threading. I tested with extreme usage of waitForDone() and
refreshProjection() as suggested and that has no impact on outcome.
-it is not the operating system. I tested this same code on 3 windows machines
and 1 linux machine (kde version) and the behaviour is consistent on all
machines, I don't understand how it works on your end both linux and windows.

However if you execute this code by hand or with commands individually the
image will never be deleted. Is not a python actions not meant to literally
mimic the same action done by a user? how does it have different results if you
execute the same sequence of commands?

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

[plasmashell] [Bug 416999] Task Manager never stops demanding attention in some cases when a window state is _NET_WM_STATE = _NET_WM_STATE_DEMANDS_ATTENTION

2020-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416999

--- Comment #21 from andydecle...@gmail.com ---
This has been maddening, every time I open a chat app, especially Konversation.

But I've finally worked around it, in case anyone else has the same madness.

I just removed the NeedsAttentionStatus possibility from the plasmoid
altogether. In
/usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/main.qml :

Binding {
target: plasmoid
property: "status"
/*
value: (tasksModel.anyTaskDemandsAttention
? PlasmaCore.Types.NeedsAttentionStatus :
PlasmaCore.Types.PassiveStatus)
*/
value: (PlasmaCore.Types.PassiveStatus)
}

Otherwise the window I'm actively working in will be indefinitely obscured by
the panel, until I disrupt my workflow to find and appease whichever window is
demanding attention, even if that window is the window I'm already focused on.

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

[plasmashell] [Bug 421488] Plasma crashes after login

2020-05-14 Thread RobinK
https://bugs.kde.org/show_bug.cgi?id=421488

--- Comment #1 from RobinK  ---
OK; after a cold reboot the desktop came up and was usable.  

However, if I try to reposition *any* of the desktop icons, Plasma crashes to
an unusable blank (black) screen.  Killing the desktop and re-logging in
doesn't help.  But a further cold reboot does lead to a usable desktop - until
I try to reposition an icon by grabbing it with the mouse, at which point the
errant behaviour repeats itself.

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

[systemsettings] [Bug 418712] Plasma 5.18.2: gtk inheritance of fonts etc. not working, fonts in FB and TB are small

2020-05-14 Thread Thomas Rother
https://bugs.kde.org/show_bug.cgi?id=418712

Thomas Rother  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #10 from Thomas Rother  ---
no longer valid on current TW release

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

[kstars] [Bug 418159] Polar Alignment Fails

2020-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418159

--- Comment #10 from mountainai...@outlook.com ---
Jasem, during the PA routine the RA values only change intermittently -- but
they always change when I use the hand controller, mount control pad or INDI
motion control buttons.

During the PA attempt I had the mount control pad open so I could access both
the motion controls and see the coordinates outside of the Alignment window. 
Sure enough, usually the first PA attempt shows no RA change while the scope is
slewing, and it slews to its limits.  When RA was NOT changing during a slew,
if I stopped the PA routine and moved the mount back to its switches (or using
the control pad) I would see RA changing.  Every time I move the scope with the
control pad or the hand controller, I see RA changing.  But when the PA routine
is running, it intermittently doesn't see RA change.  Sometimes, but not
always, if I try again it works.  So, sometimes I can get a successful PA with
as few as 3 or 4 attempts.  Sometimes, I can never get one.

I have a big video of this happening, but it's a large file.  Let me know if
you want it.

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

[krita] [Bug 421477] Segmentation Fault on exit

2020-05-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=421477

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

--- Comment #3 from Bug Janitor Service  ---
Thanks for your comment!

Automatically switching the status of this bug to REPORTED so that the KDE team
knows that the bug is ready to get confirmed.

In the future you may also do this yourself when providing needed information.

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

[unknown] [Bug 419160] I am not able to add transitions at all and I would like it fixed.

2020-05-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=419160

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #4 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[frameworks-kuserfeedback] [Bug 418981] Violation of KDE Software Privacy Policy

2020-05-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=418981

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #6 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[lattedock] [Bug 419152] Latte crashed when changing virtual desktops

2020-05-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=419152

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #6 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[Spectacle] [Bug 419743] Rectangular selection doesn't work when set to "no delay" and "when clicking" is disabled

2020-05-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=419743

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|BACKTRACE   |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #10 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[krita] [Bug 420805] Lines and strokes wont appear

2020-05-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=420805

--- Comment #2 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[Spectacle] [Bug 418391] Spetacle shows ealier screenshots but not the screenshot now.

2020-05-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=418391

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #5 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[kwin] [Bug 418214] KWin crashed

2020-05-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=418214

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #5 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[systemsettings] [Bug 418859] GTK3 fonts render 1 pt too large

2020-05-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=418859

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #4 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[systemsettings] [Bug 418712] Plasma 5.18.2: gtk inheritance of fonts etc. not working, fonts in FB and TB are small

2020-05-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=418712

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #9 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[krusader] [Bug 226156] "Can't verify host identity" warning dialog too small - text gets cut off

2020-05-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=226156

--- Comment #2 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[systemsettings] [Bug 420698] Crash while setting global keyboard shortcut

2020-05-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=420698

--- Comment #2 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[dolphin] [Bug 420681] Dolphin does not show up Windows 10 machines in Network

2020-05-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=420681

--- Comment #5 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[lattedock] [Bug 421545] New: Preview windows show the same content on all previews

2020-05-14 Thread Guido Sanchez
https://bugs.kde.org/show_bug.cgi?id=421545

Bug ID: 421545
   Summary: Preview windows show the same content on all previews
   Product: lattedock
   Version: 0.9.11
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: plasmoid
  Assignee: mvourla...@gmail.com
  Reporter: sanchez.gu...@gmail.com
  Target Milestone: ---

SUMMARY

Latte tasks show the same preview of all browser windows if one of them is
playing a Youtube video.

STEPS TO REPRODUCE
1. Configure Latte task manager to show the preview of windows on left click.
2. Open multiple windows of Chromium
3. Play a Youtube video in one of the windows

OBSERVED RESULT

All the previews show the Youtube video.

EXPECTED RESULT

A preview corresponding each of the window should be shown.


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: KDE neon 5.18
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.70.0
Qt Version: 5.14.2

ADDITIONAL INFORMATION

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

[elisa] [Bug 421522] Elisa preventing Plasma from properly locking screen after passed time out

2020-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421522

--- Comment #3 from t...@gmx.com ---
I can test once it is available through openSUSE repo's. However based upon
your description for the fix, I wonder it will fix this issue.

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

[kwin] [Bug 421544] [kcm/kwinrules X11] KWinRules KCM Redesign: Fallout: Edit/Delete/Reorder Rule buttons

2020-05-14 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=421544

Duncan <1i5t5.dun...@cox.net> changed:

   What|Removed |Added

Summary|[kcm/kwinrules X11] |[kcm/kwinrules X11]
   |KWinRules KCM Redesign: |KWinRules KCM Redesign:
   |Fallout: Edit Rule, Delete  |Fallout:
   |Rule|Edit/Delete/Reorder Rule
   ||buttons

--- Comment #1 from Duncan <1i5t5.dun...@cox.net> ---
Adding the reorder button to the list too.

The reorder button icon (ascii-art)...

^
=
v

... appears to be two (or three) separate buttons, especially to someone used
to having separate up/down buttons from before the redesign.  I clicked the
up-arrow to move a rule up, and there was no response.  Clicking the down arrow
did nothing either.

Then I realized it was a single drag-only button now, and I had to /drag/ the
thing! =:^(

And moving-via-drag a rule several pages of rules up/down to the top/bottom is
a serious chore!  IIRC that was a single button-click before.  (Right now it's
even worse due to the currently dismal performance of the redesigned kcm;
dragging up/down more than a page's worth means waiting for the entries to
veerryyy leisuuurrlly scroll by one or a handful at a time, but that's bug
#421540 and response speed will hopefully be far better before an actual
release.)

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

[plasmashell] [Bug 421543] Plasma Crash when double-discarding Weather-Report settings

2020-05-14 Thread Mark Blum
https://bugs.kde.org/show_bug.cgi?id=421543

--- Comment #1 from Mark Blum  ---
BACKTRACE

Application: Plasma (plasmashell), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fcc6bbea840 (LWP 7689))]

Thread 13 (Thread 0x7fcc17fff700 (LWP 8368)):
#0  0x7fcc6f538e32 in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7fcc700ecac4 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () at
/usr/lib/libQt5Core.so.5
#2  0x7fcc700ecba2 in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/libQt5Core.so.5
#3  0x7fcc71e4d5cb in  () at /usr/lib/libQt5Quick.so.5
#4  0x7fcc71e4d85b in  () at /usr/lib/libQt5Quick.so.5
#5  0x7fcc700e6dd6 in  () at /usr/lib/libQt5Core.so.5
#6  0x7fcc6f532422 in start_thread () at /usr/lib/libpthread.so.0
#7  0x7fcc6fd78b83 in clone () at /usr/lib/libc.so.6

Thread 12 (Thread 0x7fcc257ec700 (LWP 8366)):
#0  0x7fcc6e79f4e4 in g_mutex_unlock () at /usr/lib/libglib-2.0.so.0
#1  0x7fcc6e7efd72 in g_main_context_prepare () at
/usr/lib/libglib-2.0.so.0
#2  0x7fcc6e7f03c6 in  () at /usr/lib/libglib-2.0.so.0
#3  0x7fcc6e7f0571 in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#4  0x7fcc7031a8ac in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#5  0x7fcc702c105c in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#6  0x7fcc700e5c62 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#7  0x7fcc71ae8389 in  () at /usr/lib/libQt5Qml.so.5
#8  0x7fcc700e6dd6 in  () at /usr/lib/libQt5Core.so.5
#9  0x7fcc6f532422 in start_thread () at /usr/lib/libpthread.so.0
#10 0x7fcc6fd78b83 in clone () at /usr/lib/libc.so.6

Thread 11 (Thread 0x7fcc261ed700 (LWP 8365)):
#0  0x7fcc6f538e32 in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7fcc700ecac4 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () at
/usr/lib/libQt5Core.so.5
#2  0x7fcc700ecba2 in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/libQt5Core.so.5
#3  0x7fcc71e4d5cb in  () at /usr/lib/libQt5Quick.so.5
#4  0x7fcc71e4d85b in  () at /usr/lib/libQt5Quick.so.5
#5  0x7fcc700e6dd6 in  () at /usr/lib/libQt5Core.so.5
#6  0x7fcc6f532422 in start_thread () at /usr/lib/libpthread.so.0
#7  0x7fcc6fd78b83 in clone () at /usr/lib/libc.so.6

Thread 10 (Thread 0x7fcc269ee700 (LWP 8363)):
#0  0x7fcc6f539158 in pthread_cond_timedwait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7fcc700eca48 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () at
/usr/lib/libQt5Core.so.5
#2  0x7fcc700ecb69 in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/libQt5Core.so.5
#3  0x7fcc700ea1dd in  () at /usr/lib/libQt5Core.so.5
#4  0x7fcc700e6dd6 in  () at /usr/lib/libQt5Core.so.5
#5  0x7fcc6f532422 in start_thread () at /usr/lib/libpthread.so.0
#6  0x7fcc6fd78b83 in clone () at /usr/lib/libc.so.6

Thread 9 (Thread 0x7fcc3700 (LWP 8098)):
#0  0x7fcc6f538e32 in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7fcc700ecac4 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () at
/usr/lib/libQt5Core.so.5
#2  0x7fcc700ecba2 in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/libQt5Core.so.5
#3  0x7fcc71e4d5cb in  () at /usr/lib/libQt5Quick.so.5
#4  0x7fcc71e4d85b in  () at /usr/lib/libQt5Quick.so.5
#5  0x7fcc700e6dd6 in  () at /usr/lib/libQt5Core.so.5
#6  0x7fcc6f532422 in start_thread () at /usr/lib/libpthread.so.0
#7  0x7fcc6fd78b83 in clone () at /usr/lib/libc.so.6

Thread 8 (Thread 0x7fcc4c95a700 (LWP 8072)):
#0  0x7fcc6e7edf3d in  () at /usr/lib/libglib-2.0.so.0
#1  0x7fcc6e7ee9f6 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7fcc6e7efcbb in g_main_context_prepare () at
/usr/lib/libglib-2.0.so.0
#3  0x7fcc6e7f03c6 in  () at /usr/lib/libglib-2.0.so.0
#4  0x7fcc6e7f0571 in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#5  0x7fcc7031a8ac in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#6  0x7fcc702c105c in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#7  0x7fcc700e5c62 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#8  0x7fcc4ce9f16b in KCupsConnection::run() () at /usr/lib/libkcupslib.so
#9  0x7fcc700e6dd6 in  () at /usr/lib/libQt5Core.so.5
#10 0x7fcc6f532422 in start_thread () at /usr/lib/libpthread.so.0
#11 0x7fcc6fd78b83 in clone () at /usr/lib/libc.so.6

Thread 7 (Thread 0x7fcc4df59700 (LWP 7932)):
#0  0x7fcc6fd6dfef in poll () at /usr/lib/libc.so.6
#1  0x7fcc6e7f04a0 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7fcc6e7f0571 in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7fcc7031a8ac in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7fcc702c105c in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7fcc700e5c62 in 

[kwin] [Bug 421544] [kcm/kwinrules X11] KWinRules KCM Redesign: Fallout: Edit Rule, Delete Rule

2020-05-14 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=421544

Duncan <1i5t5.dun...@cox.net> changed:

   What|Removed |Added

 Depends on|421540  |


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=421540
[Bug 421540] [kcm/kwinrules X11] KWinRules KCM Redesign: Fallout: Slow loading
-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 421540] [kcm/kwinrules X11] KWinRules KCM Redesign: Fallout: Slow loading

2020-05-14 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=421540

Duncan <1i5t5.dun...@cox.net> changed:

   What|Removed |Added

 Blocks|421544  |


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=421544
[Bug 421544] [kcm/kwinrules X11] KWinRules KCM Redesign: Fallout: Edit Rule,
Delete Rule
-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 421540] [kcm/kwinrules X11] KWinRules KCM Redesign: Fallout: Slow loading

2020-05-14 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=421540

Duncan <1i5t5.dun...@cox.net> changed:

   What|Removed |Added

 Blocks||421544


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=421544
[Bug 421544] [kcm/kwinrules X11] KWinRules KCM Redesign: Fallout: Edit Rule,
Delete Rule
-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 421544] New: [kcm/kwinrules X11] KWinRules KCM Redesign: Fallout: Edit Rule, Delete Rule

2020-05-14 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=421544

Bug ID: 421544
   Summary: [kcm/kwinrules X11] KWinRules KCM Redesign: Fallout:
Edit Rule, Delete Rule
   Product: kwin
   Version: git master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: rules
  Assignee: kwin-bugs-n...@kde.org
  Reporter: 1i5t5.dun...@cox.net
CC: isma...@gmail.com, kwin-bugs-n...@kde.org,
n...@kde.org
Depends on: 421540
  Target Milestone: ---

+++ This bug was initially created as a clone of Bug #421540 +++
[Frameworks/plasma git-master, so this is the redesigned window rules kcm. 
qt-5.15.0_rc ]

This one's arguably a new feature, but I call it a bug, particularly the delete
aspect as that's an unnecessary risk to existing rules.

Perhaps it's because I'm a computer person used to working with a
mouse/touchpad/trackball/etc, not a cell-phone person used to dealing with
touch, but...

I'm used to being able to double-click an entry to "modify" it, and now that
doesn't work; double-clicking a rule does nothing.  I have to slide the pointer
several inches over to the right (75-inch 4K TV as a monitor, so it's
/literally/ several inches on the display!) and hit the (relatively) small edit
button in ordered to modify, instead of just being able to double-click
anywhere in the (relatively) larger entry.

Meanwhile, deleting seems to be much more dangerous now.  There's no
confirmation, and hitting the delete button means I'm focused all the way to
the right on it, and don't see that the entry name to the left is different
with the deletion so a different rule's delete button is now under my pointer. 
As nothing seems to have happened, my reaction is that there was no response
and to try hitting the delete button again!  Obviously, doing that repeatedly
could quickly decimate my existing rules, instead of deleting only the one I
initially intended to delete.  (And that's not even considering the possibility
of hitting it by accident.)

Preferably there'd both be some sort of delete confirmation to avoid an
accidental delete, and some sort of delete animation or something, so I can
tell something happened even if I'm focused on the delete button and don't
notice that a different rule filled the spot of the deleted one.  But at least
one of the two would be better than the current situation and should be
strongly considered before a release with the new design.  I'm just glad I
/didn't/ hit that button again!


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=421540
[Bug 421540] [kcm/kwinrules X11] KWinRules KCM Redesign: Fallout: Slow loading
-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 421543] New: Plasma Crash when double-discarding Weather-Report settings

2020-05-14 Thread Mark Blum
https://bugs.kde.org/show_bug.cgi?id=421543

Bug ID: 421543
   Summary: Plasma Crash when double-discarding Weather-Report
settings
   Product: plasmashell
   Version: 5.18.5
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: generic-crash
  Assignee: plasma-b...@kde.org
  Reporter: mark.n.b...@gmail.com
  Target Milestone: 1.0

SUMMARY
If you discard a setting twice in the Weather Report applet settings, Plasma
Desktop crashes consistently.

STEPS TO REPRODUCE
0. Add Weather Report applet to your panel if you don't already have it
1. Right click the applet and select "Configure Weather Report..."
2. Go to "Appearance" and Unselect "Show in Tooltip: Temperature"
3. Without hitting apply, click on the "Units" tab and when it asks if you want
to apply your settings, click "Discard"
4. Repeat steps 2 and 3. This time when you click "discard" the desktop will
crash

OBSERVED RESULT
Plasma Desktop crashes, but then recovers with a "crash reporter" icon in the
toolbar

EXPECTED RESULT
The desktop doesn't crash, the settings are discarded, and you see the "Unit"s
tab of the settings window

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Arch Linux repository KDE packages
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.70.0
Qt Version: 5.14.2

ADDITIONAL INFORMATION
Possibly a duplicate of https://bugs.kde.org/show_bug.cgi?id=419709 and
https://bugs.kde.org/show_bug.cgi?id=417232, though it seems there was trouble
reproducing those bugs from the information given

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

[plasmashell] [Bug 421517] Mouse input is missplaced in maximized Xwayland apps

2020-05-14 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=421517

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

--- Comment #2 from Patrick Silva  ---
related to bug 421287

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

[kwin] [Bug 421540] [kcm/kwinrules X11] KWinRules KCM Redesign: Fallout: Slow loading

2020-05-14 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=421540

--- Comment #1 from Duncan <1i5t5.dun...@cox.net> ---
Once at the rule list, both add new, and loading an existing rule in the
editor, can take more time than they should as well.  I'm not sure it always
does, but I'm definitely noticing it as I work in the kcm to file these related
bugs.

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

[kwin] [Bug 421055] [kcm/kwinrules X11] Window sizing rules broken since a04b40dad: KWinRules KCM Redesign

2020-05-14 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=421055

Duncan <1i5t5.dun...@cox.net> changed:

   What|Removed |Added

 Blocks|421540  |


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=421540
[Bug 421540] [kcm/kwinrules X11] KWinRules KCM Redesign: Fallout: Slow loading
-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 421540] [kcm/kwinrules X11] KWinRules KCM Redesign: Fallout: Slow loading

2020-05-14 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=421540

Duncan <1i5t5.dun...@cox.net> changed:

   What|Removed |Added

 Depends on|421055  |


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=421055
[Bug 421055] [kcm/kwinrules X11] Window sizing rules broken since a04b40dad: 
KWinRules KCM Redesign
-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 421542] [kcm/kwinrules X11] KWinRules KCM Redesign: Fallout: Whole Window Class, Window Role

2020-05-14 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=421542

Duncan <1i5t5.dun...@cox.net> changed:

   What|Removed |Added

 Depends on|421055, 421540  |


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=421055
[Bug 421055] [kcm/kwinrules X11] Window sizing rules broken since a04b40dad: 
KWinRules KCM Redesign
https://bugs.kde.org/show_bug.cgi?id=421540
[Bug 421540] [kcm/kwinrules X11] KWinRules KCM Redesign: Fallout: Slow loading
-- 
You are receiving this mail because:
You are watching all bug changes.

[kdeconnect] [Bug 420886] Unable to use

2020-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=420886

--- Comment #2 from jameseyoung...@gmail.com ---
It is a Lenovo ideapad. My phone does send the messages to it via connect
but when I try to reply it doesn't open any active app for me to reply from
my laptop on. I got it to work twice today but it only sent once. After
that it never opened another "note pad" if you will to allow me to send
another message to the same person I have already responded to. The phone
is an Android running Android 8.1.0 it is a BLU phone.


On Thu, May 14, 2020, 9:58 PM Simon Redman  wrote:

> https://bugs.kde.org/show_bug.cgi?id=420886
>
> --- Comment #1 from Simon Redman  ---
> Sorry for the delay in getting back to you and sorry you're having trouble.
>
> Do you have one of the devices which has a known issue with retrieving SMS?
> https://bugs.kde.org/show_bug.cgi?id=401677
>
> For the issue with replying to SMS, I'll have to investigate. I don't use
> this
> feature any more myself so it may have stopped working due to some other
> change.
>
> --
> You are receiving this mail because:
> You reported the bug.
> You are on the CC list for the bug.

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

[kwin] [Bug 421055] [kcm/kwinrules X11] Window sizing rules broken since a04b40dad: KWinRules KCM Redesign

2020-05-14 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=421055

Duncan <1i5t5.dun...@cox.net> changed:

   What|Removed |Added

 Blocks|421542  |


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=421542
[Bug 421542] [kcm/kwinrules X11] KWinRules KCM Redesign: Fallout: Whole Window
Class, Window Role
-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 421540] [kcm/kwinrules X11] KWinRules KCM Redesign: Fallout: Slow loading

2020-05-14 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=421540

Duncan <1i5t5.dun...@cox.net> changed:

   What|Removed |Added

 Blocks|421542  |


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=421542
[Bug 421542] [kcm/kwinrules X11] KWinRules KCM Redesign: Fallout: Whole Window
Class, Window Role
-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 421542] New: [kcm/kwinrules X11] KWinRules KCM Redesign: Fallout: Whole Window Class, Window Role

2020-05-14 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=421542

Bug ID: 421542
   Summary: [kcm/kwinrules X11] KWinRules KCM Redesign: Fallout:
Whole Window Class, Window Role
   Product: kwin
   Version: git master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: rules
  Assignee: kwin-bugs-n...@kde.org
  Reporter: 1i5t5.dun...@cox.net
CC: isma...@gmail.com, kwin-bugs-n...@kde.org,
n...@kde.org
Depends on: 421055, 421540
  Target Milestone: ---

+++ This bug was initially created as a clone of Bug #421540 +++
[Frameworks/plasma git-master, so this is the redesigned window rules kcm. 
qt-5.15.0_rc ]

The rules kcm redesign seems to have no way to actually get the whole window
class in ordered to match it.

The detection button will detect window class, but not whole window class (that
I can figure out how, anyway, if it's there it's seriously unintuitive), and
the match whole window class option doesn't appear to change that, so the only
way to actually get the whole window class would be to use some third-party app
(like xprop) to get it, and then fill it in manually.

And window role doesn't originally appear.  Not only is it not in the original
matching list, but hitting add properties, it doesn't (originally) appear
either -- tho the first slot under window matching is blank, and if you begin
to type the first two letters of "role" (so "ro") in the search box, it does
appear.  If you then close the add/select properties box and click add
properties again (after searching for it the first time), it shows up in the
position that was previously blank.


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=421055
[Bug 421055] [kcm/kwinrules X11] Window sizing rules broken since a04b40dad: 
KWinRules KCM Redesign
https://bugs.kde.org/show_bug.cgi?id=421540
[Bug 421540] [kcm/kwinrules X11] KWinRules KCM Redesign: Fallout: Slow loading
-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 421055] [kcm/kwinrules X11] Window sizing rules broken since a04b40dad: KWinRules KCM Redesign

2020-05-14 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=421055

Duncan <1i5t5.dun...@cox.net> changed:

   What|Removed |Added

 Blocks||421542


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=421542
[Bug 421542] [kcm/kwinrules X11] KWinRules KCM Redesign: Fallout: Whole Window
Class, Window Role
-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 421540] [kcm/kwinrules X11] KWinRules KCM Redesign: Fallout: Slow loading

2020-05-14 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=421540

Duncan <1i5t5.dun...@cox.net> changed:

   What|Removed |Added

 Blocks||421542


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=421542
[Bug 421542] [kcm/kwinrules X11] KWinRules KCM Redesign: Fallout: Whole Window
Class, Window Role
-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-solid] [Bug 398465] Tray of optical device closes itself when a disc is ejected if auto-mounting is unchecked in "Removable devices" kcm

2020-05-14 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=398465

Patrick Silva  changed:

   What|Removed |Added

 CC||prote...@hotmail.it

--- Comment #15 from Patrick Silva  ---
*** Bug 421506 has been marked as a duplicate of this bug. ***

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

[frameworks-solid] [Bug 421506] Any DVD or Cd-Rom media is automatically as well as immediately pushed inside the optical device after the eject click button both in tray icon or in Dolphin icon is ty

2020-05-14 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=421506

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com
 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Patrick Silva  ---


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

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

[kdeconnect] [Bug 420886] Unable to use

2020-05-14 Thread Simon Redman
https://bugs.kde.org/show_bug.cgi?id=420886

--- Comment #1 from Simon Redman  ---
Sorry for the delay in getting back to you and sorry you're having trouble.

Do you have one of the devices which has a known issue with retrieving SMS?
https://bugs.kde.org/show_bug.cgi?id=401677

For the issue with replying to SMS, I'll have to investigate. I don't use this
feature any more myself so it may have stopped working due to some other
change.

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

[plasmashell] [Bug 421541] New: System Tray "Shown when Relevant" appears to do nothing

2020-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421541

Bug ID: 421541
   Summary: System Tray "Shown when Relevant" appears to do
nothing
   Product: plasmashell
   Version: 5.18.4
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: System Tray
  Assignee: plasma-b...@kde.org
  Reporter: m...@rhoatech.com
  Target Milestone: 1.0

SUMMARY
Setting a tray icon to Shown when Relevant doesn't appear to do anything - the
icon is always shown regardless.

STEPS TO REPRODUCE
1. Set an application to "Shown When Relevant"

OBSERVED RESULT
Application is always shown regardless of if it needs attention or not.

EXPECTED RESULT
Application icon is hidden if there are no pending notifications or the
application doesn't need attention.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.70.0
Qt Version: 5.14.2
Kernel Version: 5.6.11-arch1-1
OS Type: 64-bit
Processors: 12 × Intel® Core™ i7-10710U CPU @ 1.10GHz
Memory: 15.5 GiB of RAM


ADDITIONAL INFORMATION
Set "Shown when relevant" on Telegram, Nextcloud, and RSS Guard - all of which
are always shown.

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

[kwin] [Bug 421055] [kcm/kwinrules X11] Window sizing rules broken since a04b40dad: KWinRules KCM Redesign

2020-05-14 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=421055

Duncan <1i5t5.dun...@cox.net> changed:

   What|Removed |Added

 Blocks||421540


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=421540
[Bug 421540] [kcm/kwinrules X11] KWinRules KCM Redesign: Fallout: Slow loading
-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 421540] New: [kcm/kwinrules X11] KWinRules KCM Redesign: Fallout: Slow loading

2020-05-14 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=421540

Bug ID: 421540
   Summary: [kcm/kwinrules X11] KWinRules KCM Redesign: Fallout:
Slow loading
   Product: kwin
   Version: git master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: rules
  Assignee: kwin-bugs-n...@kde.org
  Reporter: 1i5t5.dun...@cox.net
CC: isma...@gmail.com, n...@kde.org
Depends on: 421055
  Target Milestone: ---

+++ This bug was initially created as a clone of Bug #421055 +++
[Frameworks/plasma git-master, so this is the redesigned window rules kcm. 
qt-5.15.0_rc ]

Testing the above bug I loaded, changed and reloaded the new window-rules kcm
quite a bit, and noticed that sometimes (but not always) it takes /much/ longer
than it should to load up, sometimes 30+ seconds.  It's as if it's waiting for
a timeout, perhaps on a dbus call, before loading.

In my testing, it seems not to happen on the first load (which loads at pretty
normal speed, perhaps a slight pause loading the rules kcm), but I was changing
some window rule, applying, then clicking to some other KCM and back to see if
my change "took".  I'm not sure if it /always/ takes longer on later reloads or
not (if it loads normally I'd not notice it), but it certainly does sometimes. 
If I entirely close the plasma systemsettings window and restart it instead of
simply clicking to a different kcm and back, the window-rules kcm seems to load
faster again.

When it slow-loads, for some tens of seconds it continues to display the
previous kcm, to the point I think it missed my click or something (I timed it
once and it was over 30 seconds "frozen" on the previous kcm, before even
loading the rules kcm).  Then, finally, it'll load the rules kcm, but it says
empty, no rules, for some tens of seconds longer, which of course triggered
quite some panic the first time I saw it and still causes my heart to jump into
my throat, as I've something like 50 rules which I think I just lost!  (I could
retrieve them from backup if I had to, but it still triggers that
heart-in-throat moment!)  Finally, it actually loads the rules list, and my
heart quits racing and I can breath again!

As you can imagine this is quite irritating.  I know I'm on live-git so can
live with it for the time being, but I'd seriously /hate/ to see it released
like this.  Because it happens on a reload of the rules kcm it's obviously
hot-cache so it's not waiting on disk (besides I'm on a reasonably fast ssd so
it'd hardly be 30+ seconds waiting on disk even from cold-cache, unless it's
loading on the order of gigs of something), but it's obviously waiting on
/something/, thus the dbus timeout hypothesis above, as I've actually seen that
one elsewhere.


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=421055
[Bug 421055] [kcm/kwinrules X11] Window sizing rules broken since a04b40dad: 
KWinRules KCM Redesign
-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 421539] New: Plasma crashed while deleting a desktop shortcut

2020-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421539

Bug ID: 421539
   Summary: Plasma crashed while deleting a desktop shortcut
   Product: plasmashell
   Version: 5.18.5
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: skyler.cornil...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.18.5)

Qt Version: 5.14.1
Frameworks Version: 5.70.0
Operating System: Linux 5.6.11-1-default x86_64
Windowing system: X11
Distribution: openSUSE Tumbleweed

-- Information about the crash:
- What I was doing when the application crashed:

After a clean install of opensuse with kde, I installed steam and ran it, then
automaticlly creating a shortcut on the desktop which would crash Plasma when
deleting it

The crash can be reproduced every time.

-- Backtrace:
Application: Plasma (plasmashell), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f1af9e8b800 (LWP 1871))]

Thread 17 (Thread 0x7f1aabfff700 (LWP 2082)):
#0  0x7f1afbe70acf in poll () from /lib64/libc.so.6
#1  0x7f1afa96d9de in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x7f1afa96daff in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#3  0x7f1afc419beb in QEventDispatcherGlib::processEvents
(this=0x7f1aab60, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x7f1afc3c1b7b in QEventLoop::exec (this=this@entry=0x7f1aabffed60,
flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:136
#5  0x7f1afc1ec5ce in QThread::exec (this=) at
../../include/QtCore/../../src/corelib/global/qflags.h:118
#6  0x7f1aa9729e68 in KCupsConnection::run() () from
/usr/lib64/libkcupslib.so
#7  0x7f1afc1ed698 in QThreadPrivate::start (arg=0x55ce2eddbf70) at
thread/qthread_unix.cpp:342
#8  0x7f1afb669efa in start_thread () from /lib64/libpthread.so.0
#9  0x7f1afbe7b3bf in clone () from /lib64/libc.so.6

Thread 16 (Thread 0x7f1ad1f84700 (LWP 2075)):
#0  0x7f1afbe70acf in poll () from /lib64/libc.so.6
#1  0x7f1afa96d9de in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x7f1afa96daff in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#3  0x7f1afc419beb in QEventDispatcherGlib::processEvents
(this=0x7f1aa4000b60, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x7f1afc3c1b7b in QEventLoop::exec (this=this@entry=0x7f1ad1f83d60,
flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:136
#5  0x7f1afc1ec5ce in QThread::exec (this=this@entry=0x55ce2ded0cd0) at
../../include/QtCore/../../src/corelib/global/qflags.h:118
#6  0x7f1afde3f0e6 in QQuickPixmapReader::run (this=0x55ce2ded0cd0) at
/usr/src/debug/libqt5-qtdeclarative-5.14.1-1.3.x86_64/src/quick/util/qquickpixmapcache.cpp:987
#7  0x7f1afc1ed698 in QThreadPrivate::start (arg=0x55ce2ded0cd0) at
thread/qthread_unix.cpp:342
#8  0x7f1afb669efa in start_thread () from /lib64/libpthread.so.0
#9  0x7f1afbe7b3bf in clone () from /lib64/libc.so.6

Thread 15 (Thread 0x7f1ad95fa700 (LWP 2070)):
#0  0x7f1afb670795 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f1ae74d642b in ?? () from /usr/lib64/dri/radeonsi_dri.so
#2  0x7f1ae74d5be7 in ?? () from /usr/lib64/dri/radeonsi_dri.so
#3  0x7f1afb669efa in start_thread () from /lib64/libpthread.so.0
#4  0x7f1afbe7b3bf in clone () from /lib64/libc.so.6

Thread 14 (Thread 0x7f1ad9ffb700 (LWP 1989)):
#0  0x7f1afb670795 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f1ae74d642b in ?? () from /usr/lib64/dri/radeonsi_dri.so
#2  0x7f1ae74d5be7 in ?? () from /usr/lib64/dri/radeonsi_dri.so
#3  0x7f1afb669efa in start_thread () from /lib64/libpthread.so.0
#4  0x7f1afbe7b3bf in clone () from /lib64/libc.so.6

Thread 13 (Thread 0x7f1ada7fc700 (LWP 1988)):
#0  0x7f1afb670795 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f1ae74d642b in ?? () from /usr/lib64/dri/radeonsi_dri.so
#2  0x7f1ae74d5be7 in ?? () from /usr/lib64/dri/radeonsi_dri.so
#3  0x7f1afb669efa in start_thread () from /lib64/libpthread.so.0
#4  0x7f1afbe7b3bf in clone () from /lib64/libc.so.6

Thread 12 (Thread 0x7f1adaffd700 (LWP 1987)):
#0  0x7f1afb670795 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f1ae74d642b in ?? () from /usr/lib64/dri/radeonsi_dri.so
#2  0x7f1ae74d5be7 in ?? () from /usr/lib64/dri/radeonsi_dri.so
#3  0x7f1afb669efa in start_thread () from /lib64/libpthread.so.0
#4  0x7f1afbe7b3bf in clone () from /lib64/libc.so.6

Thread 11 (Thread 0x7f1adb7fe700 (LWP 1986)):
#0  0x7f1afb670795 in pthread_cond_wait@@GLIBC_2.3.2 () from

[plasmashell] [Bug 421523] KDE Plasma crashes after login

2020-05-14 Thread Aaron Bottegal
https://bugs.kde.org/show_bug.cgi?id=421523

--- Comment #2 from Aaron Bottegal  ---
Nevermind, downgrading Mesa did help. I didn't notice because it turned off
compositing by default. I don't think this is KDE's bug. Will report on Mesa.

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

[plasmashell] [Bug 390177] Upgrade to 5.12 activated window decoration menu button, making in-app menu bars disappear

2020-05-14 Thread Steven L.
https://bugs.kde.org/show_bug.cgi?id=390177

--- Comment #45 from Steven L.  ---
Now, you've asked me to open a new bug, because mixing them is bad. Apparently.
"David Edmundson 2020-03-04 10:26:33 UTC

"*** This bug has been marked as a duplicate of bug 390177 ***"


I've tried that. You've moved my report here. Should I GO BACK to the bug
report I originally opened???

https://bugs.kde.org/show_bug.cgi?id=418450

"SUMMARY

Hi, I'm reimplementing a different Bug Report, because in this one:

https://bugs.kde.org/show_bug.cgi?id=390177

I am unable to get change the severity of the bug.



Make no mistake, progress is SERIOUSLY hampered because of this bug.

Having to reinstall an operating system because this bug persists is ludicrous.
If I must I will reinstall, but that's not really a fix. So far, my productive
has been cut by 3/4; tasks normally taking 10 minutes now take 40 minutes or
longer, because I can't quite find the right place for that stupid Burger Menu
button. It's horrible. No matter where I put it, it just does NOT sit right and
I keep accidentally clicking other things. It's a nightmare. I'm inclined to
donate, but not until this is fixed. It is TRULY ridiculous.

SOFTWARE/OS VERSIONS
Linux: Netrunner Blackbird 19.01
KDE Plasma Version: 5.14.3
KDE Frameworks Version: 5.51.0
Qt Version: 5.11.3

If you want me to post any more information, I can, just give me the CLI
commands and I'll post the output here. Also, I'll do screenshots, if you need
them, just tell me of what do you need regarding screenshots.
[reply] [−]Comment 1David Edmundson 2020-03-04 10:26:33 UTC

*** This bug has been marked as a duplicate of bug 390177 ***
[reply] [−]Comment 2David Edmundson 2020-03-04 10:28:49 UTC
Edit. That bug there is fixed, so I don't know what you are actually referring
to.

Please clarify what your actual issue is and include a screenshot and I will
reopen this."

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

[plasmashell] [Bug 390177] Upgrade to 5.12 activated window decoration menu button, making in-app menu bars disappear

2020-05-14 Thread Steven L.
https://bugs.kde.org/show_bug.cgi?id=390177

Steven L.  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

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

[plasmashell] [Bug 390177] Upgrade to 5.12 activated window decoration menu button, making in-app menu bars disappear

2020-05-14 Thread Steven L.
https://bugs.kde.org/show_bug.cgi?id=390177

--- Comment #44 from Steven L.  ---
(In reply to David Edmundson from comment #43)
> As per comment 38
> 
> >Then it's definitely not the problem in the title.
> >Please open a new bug. Mixing them gets very confusing.
> 
> Also explain what the problem is from scratch.

Ok, I'll try this from the other end of things.

If I get rid of the Application Menu "Hamburger" button under "Plasma Tweaks"
in the "System Settings", it does NOT restore the Application Menu Full Bar
(the one that takes up a whole row). The Application Menu Full Bar is what I
want restored. I never changed it in my settings, so I don't know why it even
changed to a "hamburger" button.

Now, since my post was moved here without it actually being fixed, because it
is NOT fixed, I'll repost that text here.

"Having to reinstall an operating system because this bug persists is
ludicrous. If I must, I will reinstall, but that's not really a fix. So far, my
productive has been cut by 3/4; tasks normally taking 10 minutes now take 40
minutes or longer, because I can't quite find the right place for that stupid
Burger Menu button. It's horrible. No matter where I put it, it just does NOT
sit right and I keep accidentally clicking other things. It's a nightmare. I'm
inclined to donate, but not until this is fixed. It is TRULY ridiculous.

SOFTWARE/OS VERSIONS
Linux: Netrunner Blackbird 19.01
KDE Plasma Version: 5.14.3
KDE Frameworks Version: 5.51.0
Qt Version: 5.11.3

If you want me to post any more information, I can, just give me the CLI
commands and I'll post the output here. Also, I'll do screenshots, if you need
them, just tell me of what do you need regarding screenshots."

Now, what CLI commands or screenshots or anything Linux should I do, save, and
provide to you and in what ways? I'm ready to help.

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

[ktorrent] [Bug 421538] New: Changing port to the exact same port of another bittorrent client.

2020-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421538

Bug ID: 421538
   Summary: Changing port to the exact same port of another
bittorrent client.
   Product: ktorrent
   Version: unspecified
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: joris.guis...@gmail.com
  Reporter: esserei...@gmail.com
  Target Milestone: ---

Application: ktorrent (5.1.2)

Qt Version: 5.13.2
Frameworks Version: 5.68.0
Operating System: Linux 5.6.11-300.fc32.x86_64 x86_64
Windowing system: X11
Distribution: Fedora 32 (KDE Plasma)

-- Information about the crash:
- What I was doing when the application crashed:

Changing port to the exact same port of Transmission bittorrent client while
Transmission was running. Clicked Apply and Ktorrent crashed. When I reopened
Ktorrent.. It advised me that another application is using the port.

- Custom settings of the application:

-- Backtrace:
Application: KTorrent (ktorrent), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f5fb6809cc0 (LWP 44345))]

Thread 5 (Thread 0x7f5f42a9c700 (LWP 44374)):
#0  0x7f5fba04fe92 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f5fbb019463 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from
/lib64/libQt5Core.so.5
#2  0x7f5fbcbcf421 in net::ReverseResolverThread::run() () from
/lib64/libKF5Torrent.so.6
#3  0x7f5fbb013846 in QThreadPrivate::start(void*) () from
/lib64/libQt5Core.so.5
#4  0x7f5fba049432 in start_thread () from /lib64/libpthread.so.0
#5  0x7f5fbab3b9d3 in clone () from /lib64/libc.so.6

Thread 4 (Thread 0x7f5f4c8e0700 (LWP 44372)):
#0  0x7f5fbab30b6f in poll () from /lib64/libc.so.6
#1  0x7f5fbcbcfc23 in net::Poll::poll(int) () from
/lib64/libKF5Torrent.so.6
#2  0x7f5fbcbcc6aa in net::DownloadThread::update() () from
/lib64/libKF5Torrent.so.6
#3  0x7f5fbcbcc8e9 in net::NetworkThread::run() () from
/lib64/libKF5Torrent.so.6
#4  0x7f5fbb013846 in QThreadPrivate::start(void*) () from
/lib64/libQt5Core.so.5
#5  0x7f5fba049432 in start_thread () from /lib64/libpthread.so.0
#6  0x7f5fbab3b9d3 in clone () from /lib64/libc.so.6

Thread 3 (Thread 0x7f5fa2dee700 (LWP 44350)):
[KCrash Handler]
#6  0x7f5fbb1d1008 in QSocketNotifier::type() const () from
/lib64/libQt5Core.so.5
#7  0x7f5fbb1eaa5c in socketNotifierSourceCheck(_GSource*) () from
/lib64/libQt5Core.so.5
#8  0x7f5fb93774f9 in g_main_context_check () from /lib64/libglib-2.0.so.0
#9  0x7f5fb9377a95 in g_main_context_iterate.constprop () from
/lib64/libglib-2.0.so.0
#10 0x7f5fb9377c23 in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#11 0x7f5fbb1eac06 in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib64/libQt5Core.so.5
#12 0x7f5fbb19e21b in
QEventLoop::exec(QFlags) () from
/lib64/libQt5Core.so.5
#13 0x7f5fbb012577 in QThread::exec() () from /lib64/libQt5Core.so.5
#14 0x7f5fbb013846 in QThreadPrivate::start(void*) () from
/lib64/libQt5Core.so.5
#15 0x7f5fba049432 in start_thread () from /lib64/libpthread.so.0
#16 0x7f5fbab3b9d3 in clone () from /lib64/libc.so.6

Thread 2 (Thread 0x7f5fa35ef700 (LWP 44349)):
#0  0x7f5fb9377a53 in g_main_context_iterate.constprop () from
/lib64/libglib-2.0.so.0
#1  0x7f5fb9377c23 in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#2  0x7f5fbb1eac23 in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib64/libQt5Core.so.5
#3  0x7f5fbb19e21b in
QEventLoop::exec(QFlags) () from
/lib64/libQt5Core.so.5
#4  0x7f5fbb012577 in QThread::exec() () from /lib64/libQt5Core.so.5
#5  0x7f5fbb013846 in QThreadPrivate::start(void*) () from
/lib64/libQt5Core.so.5
#6  0x7f5fba049432 in start_thread () from /lib64/libpthread.so.0
#7  0x7f5fbab3b9d3 in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7f5fb6809cc0 (LWP 44345)):
#0  0x7f5fba0501b8 in pthread_cond_timedwait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f5fbb019399 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from
/lib64/libQt5Core.so.5
#2  0x7f5fbb0194bb in QWaitCondition::wait(QMutex*, unsigned long) () from
/lib64/libQt5Core.so.5
#3  0x7f5fbb01352c in QThread::wait(unsigned long) () from
/lib64/libQt5Core.so.5
#4  0x7f5fbcbcae77 in net::SocketMonitor::Private::shutdown() () from
/lib64/libKF5Torrent.so.6
#5  0x7f5fbcbcaf0a in net::SocketMonitor::~SocketMonitor() () from
/lib64/libKF5Torrent.so.6
#6  0x7f5fbaa799ce in __cxa_finalize () from /lib64/libc.so.6
#7  0x7f5fbcba8417 in __do_global_dtors_aux () from
/lib64/libKF5Torrent.so.6
#8  0x7ffc2af9ccc0 in ?? ()
#9  0x7f5fbcdcebc3 in _dl_fini () from /lib64/ld-linux-x86-64.so.2
Backtrace stopped: frame did not save the PC
[Inferior 1 (process 

[plasmashell] [Bug 421523] KDE Plasma crashes after login

2020-05-14 Thread Aaron Bottegal
https://bugs.kde.org/show_bug.cgi?id=421523

Aaron Bottegal  changed:

   What|Removed |Added

 CC||aaronbotte...@gmail.com

--- Comment #1 from Aaron Bottegal  ---
I'm running into this now, every boot.

Operating System: Arch Linux 
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.70.0
Qt Version: 5.14.2
Kernel Version: 5.6.12-arch1-1
OS Type: 64-bit
Processors: 16 × AMD Ryzen 7 1700 Eight-Core Processor
Memory: 31.4 GiB of RAM

$glxinfo | grep OpenGL
OpenGL vendor string: X.Org
OpenGL renderer string: Radeon RX 580 Series (POLARIS10, DRM 3.36.0,
5.6.12-arch1-1, LLVM 10.0.0)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 20.0.6

Not exactly sure what change triggered it. I reverted my mesa-git and kio, but
didn't help.

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

[yakuake] [Bug 415762] Exiting the session in a Yakuake tab sometimes crash Yakuake

2020-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=415762

kjif...@posteo.at changed:

   What|Removed |Added

 CC||kjif...@posteo.at

--- Comment #22 from kjif...@posteo.at ---
Same crashing behaviour on Arch Linux and Artix: In about 1 of 5 cases of
closing a yakuake tab, the complete application terminates and has to be
restarted.

Noteworthy on my Arch system:

Qt 5.14.2-2
Operating System: Linux 5.6.11-arch1-1
Distribution: Arch Linux
Yakuake version: v3.0.5.1.g4d89450-1

This yakuake-git version was compiled from AUR in april 2018 and not updated
since then. Though, the crashes started some two months ago (?), so it cannot
be an issue of yakuake (alone).



Stack trace of thread 47782:
#0  0x7f1a463ccce5 raise (libc.so.6 + 0x3bce5)
#1  0x7f1a463b6857 abort (libc.so.6 + 0x25857)
#2  0x7f1a467ce938 _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so.5 +
0x8e938)
#3  0x7f1a46da4845 _ZN22QGuiApplicationPrivate25createPlatformIntegrationEv
(libQt5Gui.so.5 + 0x12b845)
#4  0x7f1a46da4ce1 _ZN22QGuiApplicationPrivate21createEventDispatcherEv
(libQt5Gui.so.5 + 0x12bce1)
#5  0x7f1a469ebea5 _ZN23QCoreApplicationPrivate4initEv (libQt5Core.so.5 +
0x2abea5)
#6  0x7f1a46da7e80 _ZN22QGuiApplicationPrivate4initEv (libQt5Gui.so.5 +
0x12ee80)
#7  0x7f1a47486d2f _ZN19QApplicationPrivate4initEv (libQt5Widgets.so.5 +
0x161d2f)
#8  0x55dff8ee25cc n/a (yakuake + 0x155cc)
#9  0x7f1a463b8023 __libc_start_main (libc.so.6 + 0x27023)
#10 0x55dff8ee2d2a _start (yakuake + 0x15d2a)

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

[plasmashell] [Bug 417644] If icons on desktop are arranged in columns and aligned to right, they move themselves to the left side of the screen in some situations

2020-05-14 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=417644

Patrick Silva  changed:

   What|Removed |Added

Version|5.18.3  |5.18.90

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

[kwin] [Bug 421055] [kcm/kwinrules X11] Window sizing rules broken since a04b40dad: KWinRules KCM Redesign

2020-05-14 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=421055

--- Comment #4 from Duncan <1i5t5.dun...@cox.net> ---
(In reply to Ismael Asensio from comment #3)
> Proposed patch: https://phabricator.kde.org/D29764

Confirming, that patch works for me. =:^)

Tried loading an existing rule and the size parameters loaded.  Changing
something and saving, they saved, and reloading, they loaded again. 
Additionally, setup a new rule and it saved and worked.  So looks like that
fixes it. =:^)

(Testing this I've become aware of 2-3 other bugs and/or "unwanted behavior
changes" that might otherwise be considered "new features", but I'll file those
separately as they're not /this/ bug (and FWIW don't seem quite as breaking).)

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

[systemsettings] [Bug 421537] New: New Window Rules kcm: scrolling through window rules list causes high cpu usage

2020-05-14 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=421537

Bug ID: 421537
   Summary: New Window Rules kcm: scrolling through window rules
list causes high cpu usage
   Product: systemsettings
   Version: 5.18.90
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: bugsefor...@gmx.com
  Target Milestone: ---

Created attachment 128468
  --> https://bugs.kde.org/attachment.cgi?id=128468=edit
screenshot

STEPS TO REPRODUCE
1. have dozens of window rules configured on your system
2. open system activity by pressing ctrl+esc
3. open system settings > window management > window rules
4. scroll the window rules list and observe the cpu usage

OBSERVED RESULT
high cpu usage, see the attached screenshot taken on X11 please.
On Wayland cpu usage is even worst, sometimes reaching 50% on my system.

EXPECTED RESULT
normal cpu usage

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.18.90
KDE Frameworks Version: 5.70.0
Qt Version: 5.15.0 rc2

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

[systemsettings] [Bug 416737] New strange "system-settings" category created after looking in "KDE Daemon" category and clicking on "Launch Konsole"

2020-05-14 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=416737

--- Comment #5 from Patrick Silva  ---
Created attachment 128467
  --> https://bugs.kde.org/attachment.cgi?id=128467=edit
new Global Shortcuts kcm on Plasma 5.19 beta

This issue is still reproducible with the new Global Shortcuts kcm.
My screenshot shows the "System Settings" category selected and "Launch
Konsole" (without ctrl+alt+t shortcut previously configured) in the right pane.

Operating System: Arch Linux 
KDE Plasma Version: 5.18.90
KDE Frameworks Version: 5.70.0
Qt Version: 5.15.0 rc2

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

[systemsettings] [Bug 416737] New strange "system-settings" category created after looking in "KDE Daemon" category and clicking on "Launch Konsole"

2020-05-14 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=416737

Patrick Silva  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

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

[kdevelop] [Bug 421325] Broken settings agains the context menu after update to last KDE frameworks

2020-05-14 Thread Martin Ottmar
https://bugs.kde.org/show_bug.cgi?id=421325

--- Comment #3 from Martin Ottmar  ---
I'm sorry. I've forgotten to fill status update. I saw few crashes of KDevelop
last days (introduced maybe in KDevelop-5.5.0?). I didn't try to reproduce such
crash yet, but it seems that it is related to LMB probably with a mouse
dragging (maybe after switching applications?). I noticed that probably each of
these crashes leads to partial loss of KDevelop configuration. All opened files
and projects, but even enabled module settings is forgotten after this crash. I
spotted the last crash just yesterday. After re-configuration, I noticed that
the behaviour mentioned in this bugreport is gone. What is interesting, I
didn't need to change the other settings, only the modules setting was
forgotten, it seems. And since the last crash, the VI mode works correctly, and
vertical slider minimap is turned off, both as it is set in my KDevelop
settings. So it is possible, that this problem can be solved simply by deleting
old configuration files. So, maybe this bug should be closed.

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

[kdeconnect] [Bug 421507] No notification icon on .xinitrc launch

2020-05-14 Thread Milk
https://bugs.kde.org/show_bug.cgi?id=421507

Milk  changed:

   What|Removed |Added

 Resolution|--- |DOWNSTREAM
 Status|REPORTED|RESOLVED

--- Comment #1 from Milk  ---
This appears to be a Polybar issue

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

[okular] [Bug 402017] Cannot save PDF when loaded file has been deleted

2020-05-14 Thread David Hurka
https://bugs.kde.org/show_bug.cgi?id=402017

--- Comment #21 from David Hurka  ---
I still don’t completely understand the issue with FileKeeper. Is it:
a) FileKeeper keeps Okulars own file handle opened, so Okular itself will not
notice changes to the file through *this* handle?
b) FileKeeper opens another file handle, and such an open handle prevents
others (including other Okular code) to monitor the file?

In case of a, the solution would be that FileKeeper opens a new file handle,
right? Then Okular could continue to monitor the file through the old handle.

In case of b and other OSes, it is probably necessary to copy the file to
another temporary file, if considered appropriate.

Besides that, how does saving the file after annotating work? There must be
some function in Poppler to save the loaded and modified file, right?

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

[systemsettings] [Bug 416771] If more than one language is listed in Language KCM, the default one is not applied to GTK2 and GTK3 apps

2020-05-14 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=416771

Patrick Silva  changed:

   What|Removed |Added

Version|5.17.90 |5.18.90

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

[plasmashell] [Bug 421379] Deleting or moving shortcuts/application links crashes the Plasma shell.

2020-05-14 Thread Jake
https://bugs.kde.org/show_bug.cgi?id=421379

--- Comment #4 from Jake  ---
I can confirm that the bug seems to be patched after upgrading to
plasma-framework 5.70.0-2

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

[systemsettings] [Bug 419269] Old Touchpad KCM is enabled on X11 session of Desktop computer without a touchpad device despite synaptics driver is not installed

2020-05-14 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=419269

Patrick Silva  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---
 Ever confirmed|0   |1

--- Comment #3 from Patrick Silva  ---
This issue persists.

Operating System: Arch Linux 
KDE Plasma Version: 5.18.90
KDE Frameworks Version: 5.70.0
Qt Version: 5.15.0 rc2

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

[frameworks-kio] [Bug 421374] Service file specifiying 'Run in terminal' gives "Error code 100, Could not find the program ‘konsole’" after Plasma 5.18.5 update.

2020-05-14 Thread sahsanu
https://bugs.kde.org/show_bug.cgi?id=421374

--- Comment #20 from sahsanu  ---
(In reply to ryantg from comment #19)
> In case this is helpful (and not inappropriate to share here)...
> 
> Temporary workaround that works for my situation (.desktop file): 
> 
> Exec=/usr/bin/konsole -e "[path to script]/hello.sh"

Besides to apply the proposed Exec change, if your desktop file contains
Terminal=true remember to change it to false Terminal=false

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

[plasmashell] [Bug 378694] applications menu covered by panel

2020-05-14 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=378694

--- Comment #19 from Patrick Silva  ---
Plasma 5.19 beta is affected.

Operating System: Arch Linux 
KDE Plasma Version: 5.18.90
KDE Frameworks Version: 5.70.0
Qt Version: 5.15.0 rc2

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

[kdevelop] [Bug 421325] Broken settings agains the context menu after update to last KDE frameworks

2020-05-14 Thread Friedrich W. H. Kossebau
https://bugs.kde.org/show_bug.cgi?id=421325

Friedrich W. H. Kossebau  changed:

   What|Removed |Added

 CC||kosse...@kde.org

--- Comment #2 from Friedrich W. H. Kossebau  ---
There is chance something in KF 5.70 broke things here. Yet to be more
investigated.

See https://phabricator.kde.org/D27844#670942

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

[Discover] [Bug 420640] Discover does not allow user ID 1000 to install new packages anymore

2020-05-14 Thread MMz
https://bugs.kde.org/show_bug.cgi?id=420640

MMz  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |REPORTED

--- Comment #4 from MMz  ---
See above trial answers

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

[dolphin] [Bug 276167] Dolphin should add actions for copy/move to other pane

2020-05-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=276167

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||20.08.0

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

[dolphin] [Bug 276167] Dolphin should add actions for copy/move to other pane

2020-05-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=276167

Nate Graham  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/dol
   ||phin/a291c5999035bb17fe764c
   ||1910c3e78ba041f8ac
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #11 from Nate Graham  ---
Git commit a291c5999035bb17fe764c1910c3e78ba041f8ac by Nate Graham, on behalf
of Antonio Prcela.
Committed on 14/05/2020 at 22:20.
Pushed by ngraham into branch 'master'.

Allow to copy or move selection to the other split view

Summary:

Default keyboard shortcuts set to `SHIFT+F5` for `copy`, `SHIFT+F6` for `move`

Reviewers: #dolphin, elvisangelaccio, ngraham, meven, dfaure

Reviewed By: #dolphin, elvisangelaccio, ngraham, meven, dfaure

Subscribers: yurchor, kde-doc-english, dfaure, meven, kfm-devel

Tags: #dolphin, #documentation

Differential Revision: https://phabricator.kde.org/D29006

M  +23   -0doc/index.docbook
M  +49   -7src/dolphinmainwindow.cpp
M  +34   -0src/dolphintabwidget.cpp
M  +6-0src/dolphintabwidget.h
M  +3-1src/dolphinui.rc
M  +29   -3src/views/dolphinview.cpp
M  +14   -1src/views/dolphinview.h

https://commits.kde.org/dolphin/a291c5999035bb17fe764c1910c3e78ba041f8ac

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

[systemsettings] [Bug 421329] New Global Shortcuts KCM: shortcut to launch an app doesn't work

2020-05-14 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=421329

--- Comment #7 from Patrick Silva  ---
humm, it's also working on Arch running plasma 5.19 beta.

Operating System: Arch Linux 
KDE Plasma Version: 5.18.90
KDE Frameworks Version: 5.70.0
Qt Version: 5.15.0 rc2

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

[dolphin] [Bug 276167] Dolphin should add actions for copy/move to other pane

2020-05-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=276167

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[Discover] [Bug 420640] Discover does not allow user ID 1000 to install new packages anymore

2020-05-14 Thread MMz
https://bugs.kde.org/show_bug.cgi?id=420640

--- Comment #3 from MMz  ---
Sorry to wait more trials.

The answer to your question is NO, that user (actually both "sudo" as UID=1000
and UID=1001) can not commit to install the package by simply using `pkcon
install ` on the command line and entering its password at the
next message prompt window. It fails Authentication.

Than, in order to commit the install, it has to start the command as sudo using
'sudo pkcon install `.

See next copy of terminal screens for both command, in the same sequence, from
UID=1000(brixiamate).

And than an abstract from /var/log/auth.log file in the same moments of
session.

-.-.- without sudo
brixiamate@BAT20n12:~$ pkcon install leocad
Resolving [=]
Querying  [=]
Testing changes   [=]
Finished  [=]
Installing[=]
Waiting for authentication[=] li 
Finished  [=]
Fatal error: Failed to obtain authentication.

-.- with sudo
brixiamate@BAT20n12:~$ sudo pkcon install leocad
[sudo] password di brixiamate: 
Resolving [=] 
Querying  [=] 
Testing changes   [=] 
Finished  [ ] (0%)  
The following packages have to be installed:
 leocad-19.07.1-1build1.amd64   software CAD con mattoncini virtuali
Proceed with changes? [N/y] y

  [=] 
Installing[=] 
Loading cache [=] 
Downloading packages  [=] 
Running   [=] 
Finished  [=] 
brixiamate@BAT20n12:~$ 


-.- abstract from /var/log/auth.log of the same 2 install operation.
.
.
.
May 14 23:54:15 BAT20n12 polkitd(authority=local): Registered Authentication
Agent for unix-process:8718:1981959 (system bus name :1.156
[/usr/bin/pkttyagent --notify-fd 14 --fallback], object path
/org/freedesktop/PolicyKit1/AuthenticationAgent, locale it_IT.UTF-8)
May 14 23:54:26 BAT20n12 PackageKit: uid 1000 is trying to obtain
org.freedesktop.packagekit.package-install auth (only_trusted:1)
May 14 23:54:31 BAT20n12 polkitd(authority=local): Unregistered Authentication
Agent for unix-session:9 (system bus name :1.135, object path
/org/lxqt/PolicyKit1/AuthenticationAgent, locale it_IT.UTF-8) (disconnected
from bus)
May 14 23:54:31 BAT20n12 polkitd(authority=local): Operator of unix-session:9
FAILED to authenticate to gain authorization for action
org.freedesktop.packagekit.package-install for system-bus-name::1.154 [pkcon
install leocad] (owned by unix-user:brixiamate)
May 14 23:54:31 BAT20n12 PackageKit: uid 1000 failed to obtain auth
May 14 23:54:31 BAT20n12 polkitd(authority=local): Unregistered Authentication
Agent for unix-process:8718:1981959 (system bus name :1.156, object path
/org/freedesktop/PolicyKit1/AuthenticationAgent, locale it_IT.UTF-8)
(disconnected from bus)
May 14 23:54:32 BAT20n12 polkitd(authority=local): Registered Authentication
Agent for unix-session:9 (system bus name :1.158
[/usr/bin/lxqt-policykit-agent], object path
/org/lxqt/PolicyKit1/AuthenticationAgent, locale it_IT.UTF-8)
May 14 23:55:34 BAT20n12 sudo: pam_unix(sudo:auth): Couldn't open
/etc/securetty: File o directory non esistente
May 14 23:55:37 BAT20n12 sudo: pam_unix(sudo:auth): Couldn't open
/etc/securetty: File o directory non esistente
May 14 23:55:37 BAT20n12 sudo: brixiamate : TTY=pts/1 ; PWD=/home/brixiamate ;
USER=root ; COMMAND=/usr/bin/pkcon install leocad
May 14 23:55:37 BAT20n12 sudo: pam_unix(sudo:session): session opened for user
root by (uid=0)
May 14 23:55:37 BAT20n12 polkitd(authority=local): Registered Authentication
Agent for unix-process:8826:1990248 (system bus name :1.160
[/usr/bin/pkttyagent --notify-fd 10 --fallback], object path
/org/freedesktop/PolicyKit1/AuthenticationAgent, locale it_IT.UTF-8)
May 14 23:55:41 BAT20n12 PackageKit: uid 0 is trying to obtain
org.freedesktop.packagekit.package-install auth (only_trusted:1)
May 14 23:55:41 BAT20n12 PackageKit: uid 0 obtained auth for
org.freedesktop.packagekit.package-install
May 14 23:56:45 BAT20n12 polkitd(authority=local): Unregistered Authentication
Agent for unix-process:8826:1990248 (system bus name :1.160, object path
/org/freedesktop/PolicyKit1/AuthenticationAgent, locale it_IT.UTF-8)
(disconnected from bus)
May 14 23:56:45 

[kwin] [Bug 421055] [kcm/kwinrules X11] Window sizing rules broken since a04b40dad: KWinRules KCM Redesign

2020-05-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=421055

Nate Graham  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

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

[dolphin] [Bug 421158] Add support for browsing RAR archives

2020-05-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=421158

Nate Graham  changed:

   What|Removed |Added

Product|kio-extras  |dolphin
Version|20.04   |20.04.0
 Ever confirmed|0   |1
 CC||kfm-de...@kde.org,
   ||n...@kde.org
Summary|Add RAR protocol|Add support for browsing
   ||RAR archives
 Status|REPORTED|CONFIRMED
  Component|Archive |general
   Assignee|plasma-b...@kde.org |dolphin-bugs-n...@kde.org

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

[frameworks-kglobalaccel] [Bug 404296] Shortcuts added from some app are not automatically removed when that app is removed

2020-05-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=404296

Nate Graham  changed:

   What|Removed |Added

 CC||andy...@mail.ru

--- Comment #2 from Nate Graham  ---
*** Bug 421166 has been marked as a duplicate of this bug. ***

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

[frameworks-kglobalaccel] [Bug 421166] KRunner shortcuts duplicated as "Run Command"

2020-05-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=421166

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE
  Component|general |general
   Assignee|k...@privat.broulik.de   |kdelibs-b...@kde.org
Version|5.18.4  |unspecified
Product|krunner |frameworks-kglobalaccel
 CC||n...@kde.org

--- Comment #1 from Nate Graham  ---
Yeah this happened because we renamed the entry. But whenever a shortcut
provider's name changes or it's removed, the old entry hangs around. It's safe
to remove the old one, but there is no technically feasible way to fix this and
do it automatically before the KDE Frameworks 6 timeframe. :(

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

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

[frameworks-kglobalaccel] [Bug 404296] Shortcuts added from some app are not automatically removed when that app is removed

2020-05-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=404296

Nate Graham  changed:

   What|Removed |Added

   Keywords||usability
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||n...@kde.org
Summary|Shortcuts added from Kwin   |Shortcuts added from some
   |scripts not removed when|app are not automatically
   |Kwin script removed |removed when that app is
   ||removed

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

[kdevelop] [Bug 421536] Generating a diff crashes kdevelop

2020-05-14 Thread Friedrich W. H. Kossebau
https://bugs.kde.org/show_bug.cgi?id=421536

Friedrich W. H. Kossebau  changed:

   What|Removed |Added

 CC||kosse...@kde.org
 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Friedrich W. H. Kossebau  ---
Please see to get libkomparediff2 from 20.04.1 once available.

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

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

[kompare] [Bug 420771] CRASH after try of commit to git repository

2020-05-14 Thread Friedrich W. H. Kossebau
https://bugs.kde.org/show_bug.cgi?id=420771

--- Comment #13 from Friedrich W. H. Kossebau  ---
*** Bug 421536 has been marked as a duplicate of this bug. ***

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

[kompare] [Bug 420771] CRASH after try of commit to git repository

2020-05-14 Thread Friedrich W. H. Kossebau
https://bugs.kde.org/show_bug.cgi?id=420771

Friedrich W. H. Kossebau  changed:

   What|Removed |Added

 CC||krzysio.ku...@wp.pl

--- Comment #12 from Friedrich W. H. Kossebau  ---
*** Bug 421535 has been marked as a duplicate of this bug. ***

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

[kdevelop] [Bug 421535] Kdevelop crashes when trying to generate a git diff

2020-05-14 Thread Friedrich W. H. Kossebau
https://bugs.kde.org/show_bug.cgi?id=421535

Friedrich W. H. Kossebau  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE
 CC||kosse...@kde.org

--- Comment #1 from Friedrich W. H. Kossebau  ---


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

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

[kompare] [Bug 420771] CRASH after try of commit to git repository

2020-05-14 Thread Friedrich W. H. Kossebau
https://bugs.kde.org/show_bug.cgi?id=420771

Friedrich W. H. Kossebau  changed:

   What|Removed |Added

 CC||pawel.zad...@gmail.com

--- Comment #11 from Friedrich W. H. Kossebau  ---
*** Bug 419689 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 421055] [kcm/kwinrules X11] Window sizing rules broken since a04b40dad: KWinRules KCM Redesign

2020-05-14 Thread Ismael Asensio
https://bugs.kde.org/show_bug.cgi?id=421055

--- Comment #3 from Ismael Asensio  ---
Proposed patch: https://phabricator.kde.org/D29764

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

[kdevelop] [Bug 419689] Kdevelop crash while doing git commit

2020-05-14 Thread Friedrich W. H. Kossebau
https://bugs.kde.org/show_bug.cgi?id=419689

Friedrich W. H. Kossebau  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED
 CC||kosse...@kde.org

--- Comment #1 from Friedrich W. H. Kossebau  ---


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

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

[kdevelop] [Bug 421536] New: Generating a diff crashes kdevelop

2020-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421536

Bug ID: 421536
   Summary: Generating a diff crashes kdevelop
   Product: kdevelop
   Version: 5.5.1
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: VCS: Git
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: krzysio.ku...@wp.pl
  Target Milestone: ---

Created attachment 128466
  --> https://bugs.kde.org/attachment.cgi?id=128466=edit
backtrace of the crash

SUMMARY
No matter what I try, the diff view causes a crash

STEPS TO REPRODUCE
1. Create a new empty project, init it with git
2. Edit the default file
3. Click "Commit Current Project..."

OBSERVED RESULT
kdevelop crashes

EXPECTED RESULT
Diff view opens and you can evaluate your changes

SOFTWARE/OS VERSIONS
Qt Version: 5.14.1
Frameworks Version: 5.70.0
Operating System: Linux 5.6.11-1-default x86_64
Windowing system: X11
Distribution: openSUSE Tumbleweed

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

[plasmashell] [Bug 421498] Desktop settings get nuked on every startup

2020-05-14 Thread Scott Grayban
https://bugs.kde.org/show_bug.cgi?id=421498

--- Comment #3 from Scott Grayban  ---
Addition info

What is odd about this is that the desktop layout settings are saved in
~/.config/plasma-org.kde.plasma.desktop-appletsrc but doesn't seem to be read
at login.

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

[kdevelop] [Bug 421535] Kdevelop crashes when trying to generate a git diff

2020-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421535

krzysio.ku...@wp.pl changed:

   What|Removed |Added

 CC||krzysio.ku...@wp.pl

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

[kdevelop] [Bug 421535] New: Kdevelop crashes when trying to generate a git diff

2020-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421535

Bug ID: 421535
   Summary: Kdevelop crashes when trying to generate a git diff
   Product: kdevelop
   Version: 5.5.1
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: krzysio.ku...@wp.pl
  Target Milestone: ---

Application: kdevelop (5.5.1)

Qt Version: 5.14.1
Frameworks Version: 5.70.0
Operating System: Linux 5.6.11-1-default x86_64
Windowing system: X11
Distribution: openSUSE Tumbleweed

-- Information about the crash:
- What I was doing when the application crashed:
Even with a completely clean repository, trying to generate a diff crashes
completely.

The crash can be reproduced every time.

-- Backtrace (Reduced):
#4  std::__atomic_base::load (__m=std::memory_order_relaxed, this=0x0) at
/usr/include/c++/9/bits/atomic_base.h:413
#5  QAtomicOps::loadRelaxed (_q_value=...) at
/usr/include/qt5/QtCore/qatomic_cxx11.h:239
#6  QBasicAtomicInteger::loadRelaxed (this=0x0) at
/usr/include/qt5/QtCore/qbasicatomic.h:107
[...]
#8  QString::QString (other=..., this=, this=,
other=...) at /usr/include/qt5/QtCore/qstring.h:1051
#9  Diff2::KompareModelList::blendFile (this=this@entry=0x555edc42e2e0,
model=model@entry=0x555edca05940, fileContents=...) at
/usr/src/debug/libkomparediff2-20.04.0-1.1.x86_64/komparemodellist.cpp:1136


Possible duplicates by query: bug 420495, bug 417542, bug 414147, bug 413706,
bug 413301.

Reported using DrKonqi

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

[kdeconnect] [Bug 420415] kde connect three point menu not closing

2020-05-14 Thread Johannes
https://bugs.kde.org/show_bug.cgi?id=420415

--- Comment #1 from Johannes  ---
Created attachment 128465
  --> https://bugs.kde.org/attachment.cgi?id=128465=edit
Three point menu also appears in other widgets after not being able to be
closed

I also have the exact same problem with the exact same software versions.
I'd like to add that the three point menu also appears in all other widgets
opened from the system tray after not being able to be closed. An example is
seen in the attached screenshot.

My KDE connect version is 1.4-0ubuntu5.

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

[Spectacle] [Bug 409762] [wayland] Screenshots taken on High DPI systems lose resolution

2020-05-14 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=409762

Patrick Silva  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Status|RESOLVED|REOPENED

--- Comment #15 from Patrick Silva  ---
Not fixed. My display is 1080p, I changed its scale to 125% and Spectacle takes
screenshot with 1.536x864 resolution.

Operating System: Arch Linux 
KDE Plasma Version: 5.18.90
KDE Frameworks Version: 5.70.0
Qt Version: 5.15.0 rc2

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

[kolourpaint] [Bug 420367] File, SaveAs is Slow: Changing the file Name takes a long time.

2020-05-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=420367

Christoph Feck  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #3 from Christoph Feck  ---
That's more than 2 years old, and you won't get bug fixes if you stay on this
old version.

Please update your distribution, Ubuntu 20.04 LTS is the recent release.

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

[elisa] [Bug 421522] Elisa preventing Plasma from properly locking screen after passed time out

2020-05-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=421522

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[kdeconnect] [Bug 420415] kde connect three point menu not closing

2020-05-14 Thread Johannes
https://bugs.kde.org/show_bug.cgi?id=420415

Johannes  changed:

   What|Removed |Added

 CC||han...@gmx.de

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

[kwin] [Bug 421405] Impossible to set window rules via context menu of a window decoration on neon unstable. kwin_rules_dialog crashes in background.

2020-05-14 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=421405

--- Comment #2 from Patrick Silva  ---
Created attachment 128464
  --> https://bugs.kde.org/attachment.cgi?id=128464=edit
empty "Configure special window settings..." window on plasma 5.19 beta

On plasma 5.19 beta  kwin_rules_dialog doesn't crash, but both "Configure
special window settings..." and "Configure special application settings..."
windows are empty.

Operating System: Arch Linux 
KDE Plasma Version: 5.18.90
KDE Frameworks Version: 5.70.0
Qt Version: 5.15.0 rc2

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

[kwin] [Bug 399021] [Wayland] "Desaturate unresponsive applications..." effect remains even when the window is no longer frozen

2020-05-14 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=399021

Patrick Silva  changed:

   What|Removed |Added

Summary|[Wayland] "Not  |[Wayland] "Desaturate
   |responding..." effect   |unresponsive
   |remains even when the   |applications..." effect
   |window is no longer frozen  |remains even when the
   ||window is no longer frozen
Version|5.17.90 |5.18.90

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

[kwin] [Bug 416415] window decoration does not respect system language on Wayland

2020-05-14 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=416415

Patrick Silva  changed:

   What|Removed |Added

Version|5.17.90 |5.18.90

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

[plasmashell] [Bug 398440] plasmashell crashes on wayland when dragging a file from dolphin over a panel

2020-05-14 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=398440

--- Comment #12 from Patrick Silva  ---
On plasma 5.19 beta plasma and kwin_wayland crashed together when I tried to
drag a text file from Dolphin to Kate hovering over Kate entry in task manager.

Operating System: Arch Linux 
KDE Plasma Version: 5.18.90
KDE Frameworks Version: 5.70.0
Qt Version: 5.15.0 rc2

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

[kolourpaint] [Bug 420367] File, SaveAs is Slow: Changing the file Name takes a long time.

2020-05-14 Thread Alan Howlett
https://bugs.kde.org/show_bug.cgi?id=420367

--- Comment #2 from Alan Howlett  ---
According to Synaptic Package Manager:
Installed Version: 4:17.12.3-0ubuntu1
Thanks for looking into this for me. I like the package- I use it frequently.

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

  1   2   3   4   5   >