[krita] [Bug 429637] Discrete canvas rotation mode is skipping an angle

2021-10-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=429637

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #2 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/graphics/krita/-/merge_requests/1134

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

[Haruna] [Bug 443466] Can't repeat play by hand

2021-10-31 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=443466

george fb  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit|https://invent.kde.org/mult |https://invent.kde.org/mult
   |imedia/haruna/commit/6f2a0d |imedia/haruna/commit/8190c0
   |8d68fbbb4887b56431355112a04 |49271336880d8264ee4850bdc5c
   |ff50f89 |15b1739

--- Comment #6 from george fb  ---
Git commit 8190c049271336880d8264ee4850bdc5c15b1739 by George Florea Bănuș.
Committed on 31/10/2021 at 07:24.
Pushed by georgefb into branch 'master'.

feat(mpv): keep file loaded after eof is reached

When playlist repeat is turned off and last file in the playlist
reaches end of file, reload the file and pause the player

M  +15   -0src/qml/MpvVideo.qml
M  +3-0src/qml/main.qml

https://invent.kde.org/multimedia/haruna/commit/8190c049271336880d8264ee4850bdc5c15b1739

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

[frameworks-kio] [Bug 444697] New: KIO trash store incorrect information in directory size cache

2021-10-31 Thread stream9
https://bugs.kde.org/show_bug.cgi?id=444697

Bug ID: 444697
   Summary: KIO trash store incorrect information in directory
size cache
   Product: frameworks-kio
   Version: 5.87.0
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Trash
  Assignee: fa...@kde.org
  Reporter: stream...@gmail.com
CC: kdelibs-b...@kde.org
  Target Milestone: ---

- According to the trash specification
(https://specifications.freedesktop.org/trash-spec/trashspec-latest.html) mtime
field is number of SECONDS since epoch. But it seems KIO's implementation
(https://github.com/KDE/kio/blob/master/src/ioslaves/trash/trashsizecache.cpp#L56)
stores milliseconds since epoch therefore causing compatibility issue with
other implementations.

- Also FYI specification is vague about whether mtime include leap seconds or
not.

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

[frameworks-kirigami] [Bug 429027] System Settings segmentation faulted in KCModuleProxyPrivate::loadModule()

2021-10-31 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=429027

Harald Sitter  changed:

   What|Removed |Added

   Version Fixed In||5.88.0
  Latest Commit||https://invent.kde.org/fram
   ||eworks/kirigami/commit/5ee8
   ||b2888fe092b2228ff410e2ee88e
   ||1ec558fb0
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #46 from Harald Sitter  ---
Git commit 5ee8b2888fe092b2228ff410e2ee88e1ec558fb0 by Harald Sitter.
Committed on 31/10/2021 at 08:09.
Pushed by sitter into branch 'master'.

reliably drop component pools

previously this was extra wrong.

we had connected the componentPool (sender) to the engine (receiver),
but the engine is the parent of the componentPool, so the engine was
already disconnected by the time componentPool emitted destroyed and as
such never receive the destroyed signal, never remove the pool entry,
and then eventually crash if that engine address got reused

fix this aggressively since technically either the key or the
value may get destroyed and that'd constitute removal from the pool. one
shouldn't really be deleted without the other, but let's be explicit
here:

a) scope the previous connection from componentPool to componentPool so
it definitely runs and disappearance of the hash value results in
removal (this scenario may run with a dangling engine* in the lambda)

b) add another connection from engine to engine so hash key
disappearance also results in removal

this reliably fixes the random crashes to do with classBegin (where we
would eventually deference the dangling pointers from the hash)
FIXED-IN: 5.88.0

M  +6-2src/columnview.cpp

https://invent.kde.org/frameworks/kirigami/commit/5ee8b2888fe092b2228ff410e2ee88e1ec558fb0

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

[systemsettings] [Bug 444698] New: App crashes when turning on blur

2021-10-31 Thread Sam
https://bugs.kde.org/show_bug.cgi?id=444698

Bug ID: 444698
   Summary: App crashes when turning on blur
   Product: systemsettings
   Version: 5.22.5
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: kcm_kwin_effects
  Assignee: kwin-bugs-n...@kde.org
  Reporter: thenerdiest...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: ---

SUMMARY


STEPS TO REPRODUCE

1. Turn on blur
2. Press Apply

OBSERVED RESULT

System settings crashes

EXPECTED RESULT

It should not crash

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Fedora 34
(available in About System)
KDE Plasma Version: 5.22.5
KDE Frameworks Version: 5.85.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION

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

[Haruna] [Bug 443535] No logo icon in the about window

2021-10-31 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=443535

george fb  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

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

[marble] [Bug 441086] KDE claims Marble crashed and was closed unexpectedly when it is closed by user

2021-10-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=441086

victoregoslore...@gmail.com changed:

   What|Removed |Added

 CC||victoregoslore...@gmail.com

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

[marble] [Bug 441086] KDE claims Marble crashed and was closed unexpectedly when it is closed by user

2021-10-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=441086

--- Comment #1 from victoregoslore...@gmail.com ---
Created attachment 143042
  --> https://bugs.kde.org/attachment.cgi?id=143042&action=edit
New crash information added by DrKonqi

marble (2.2.20 (2.3 development version)) using Qt 5.15.2

- What I was doing when the application crashed:
I closed Marble manually, using the "x" button of the app, and then KDE says it
crashed. This happens since various weeks.

-- Backtrace (Reduced):
#10 0x7f42c1e102f0 in QObject::event(QEvent*) () at
/usr/lib/libQt5Core.so.5
#11 0x7f42c3519668 in KXmlGuiWindow::event(QEvent*) () at
/usr/lib/libKF5XmlGui.so.5
#12 0x7f42c28b8d62 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib/libQt5Widgets.so.5
#13 0x7f42c1de33fa in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() at /usr/lib/libQt5Core.so.5
#14 0x7f42c1de64f9 in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () at /usr/lib/libQt5Core.so.5

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

[kmymoney] [Bug 440695] Unable to inspect the Splits when account is closed.

2021-10-31 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=440695

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/commit/15efbeb0
   ||c749152436f051c1f4a7454e650
   ||690b3
   Version Fixed In||5.1.3
 Resolution|--- |FIXED

--- Comment #3 from Thomas Baumgart  ---
Git commit 15efbeb0c749152436f051c1f4a7454e650690b3 by Thomas Baumgart.
Committed on 31/10/2021 at 09:14.
Pushed by tbaumgart into branch '5.1'.

Implement read-only mode for transaction editors

This change is for the stable branch only. Master needs its own
implementation.
FIXED-IN: 5.1.3

M  +10   -0kmymoney/dialogs/investtransactioneditor.cpp
M  +38   -16   kmymoney/dialogs/kmymoneysplittable.cpp
M  +7-1kmymoney/dialogs/kmymoneysplittable.h
M  +39   -17   kmymoney/dialogs/ksplittransactiondlg.cpp
M  +7-0kmymoney/dialogs/ksplittransactiondlg.h
M  +11   -0kmymoney/dialogs/stdtransactioneditor.cpp
M  +7-1kmymoney/dialogs/transactioneditor.cpp
M  +7-0kmymoney/dialogs/transactioneditor.h
M  +28   -26   kmymoney/dialogs/transactioneditor_p.h
M  +16   -45   kmymoney/views/kgloballedgerview.cpp
M  +0-23   kmymoney/views/kgloballedgerview_p.h

https://invent.kde.org/office/kmymoney/commit/15efbeb0c749152436f051c1f4a7454e650690b3

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

[Spectacle] [Bug 443060] Feature request: sequential screenshots (configurable)

2021-10-31 Thread Antonio Prcela
https://bugs.kde.org/show_bug.cgi?id=443060

--- Comment #5 from Antonio Prcela  ---
Okay. Well, is doable. Question tho, if we want to add that much options to
Spectacle.
@ngraham @davidre

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

[kwin] [Bug 296673] Please preserve the window geometry relative to it's original screen instead of globally when adding a screen

2021-10-31 Thread Vladimir Yerilov
https://bugs.kde.org/show_bug.cgi?id=296673

Vladimir Yerilov  changed:

   What|Removed |Added

 CC||openmind...@gmail.com

--- Comment #57 from Vladimir Yerilov  ---
>> With this change, windows will stick to their outputs if an output has
been connected or disconnected

So if I disconnect my external monitor (primary one, located to the right) with
some windows opened on it, they won't automatically move to the laptop's screen
(secondary one, located to the left)? Am I getting this right?

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

[systemsettings] [Bug 444698] App crashes when turning on blur

2021-10-31 Thread Sam
https://bugs.kde.org/show_bug.cgi?id=444698

Sam  changed:

   What|Removed |Added

 CC||thenerdiest...@gmail.com

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

[kwin] [Bug 444665] Kwin crashed after logging in

2021-10-31 Thread bohdan
https://bugs.kde.org/show_bug.cgi?id=444665

bohdan  changed:

   What|Removed |Added

 CC||mind.your.life.guide@gmail.
   ||com

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

[bugs.kde.org] [Bug 444699] New: Menu in the header on mobile is cramped when using the new theme

2021-10-31 Thread Mikhail Zolotukhin
https://bugs.kde.org/show_bug.cgi?id=444699

Bug ID: 444699
   Summary: Menu in the header on mobile is cramped when using the
new theme
   Product: bugs.kde.org
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: sysad...@kde.org
  Reporter: m...@genda.life
CC: she...@kde.org
  Target Milestone: ---

Created attachment 143044
  --> https://bugs.kde.org/attachment.cgi?id=143044&action=edit
Dev tools with mobile screen

SUMMARY
Items in menu bar are displayed incorrectly, when browsing from mobile device
(See the screenshot).

STEPS TO REPRODUCE
1. Open any page on mobile device or with mobile dev tools.

OBSERVED RESULT
The menu items are squished together.

EXPECTED RESULT
The menu items are displayed normally, just like on bugzilla.mozilla.org

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

[Discover] [Bug 444542] Discover crashes in kde neon newly updated to 5.23.2

2021-10-31 Thread Michael Brown
https://bugs.kde.org/show_bug.cgi?id=444542

--- Comment #2 from Michael Brown  ---
Application: Discover (plasma-discover), signal: Segmentation fault

[New LWP 8808]
[New LWP 8809]
[New LWP 8810]
[New LWP 8811]
[New LWP 8812]
[New LWP 8813]
[New LWP 8814]
[New LWP 8815]
[New LWP 8816]
[New LWP 8817]
[New LWP 8818]
[New LWP 8819]
[New LWP 8820]
[New LWP 8821]
[New LWP 8822]
[New LWP 8823]
[New LWP 8824]
[New LWP 8825]
[New LWP 8826]
[New LWP 8827]
[New LWP 8828]
[New LWP 8829]
[New LWP 8830]
[New LWP 8831]
[New LWP 8832]
[New LWP 8833]
[New LWP 8834]
[New LWP 8835]
[New LWP 8836]
[New LWP 8837]
[New LWP 8838]
[New LWP 8839]
[New LWP 8840]
[New LWP 8841]
[New LWP 8842]
[New LWP 8843]
[New LWP 8844]
[New LWP 8845]
[New LWP 8846]
[New LWP 8847]
[New LWP 8848]
[New LWP 8850]
[New LWP 8852]
[New LWP 8853]
[New LWP 8854]
[New LWP 8855]
[New LWP 8856]
[New LWP 8857]
[New LWP 8858]
[New LWP 8859]
[New LWP 8860]
[New LWP 8861]
[New LWP 8862]
[New LWP 8863]
[New LWP 8864]
[New LWP 8865]
[New LWP 8866]
[New LWP 8867]
[New LWP 8868]
[New LWP 8871]
[New LWP 8873]
[New LWP 8912]
[New LWP 8913]
[New LWP 8915]
[New LWP 8921]
[New LWP 8951]
[New LWP 8954]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x7f7a69d3aaff in __GI___poll (fds=0x7ffef6a199f8, nfds=1, timeout=1000) at
../sysdeps/unix/sysv/linux/poll.c:29
__preamble__
[Current thread is 1 (Thread 0x7f7a64c66bc0 (LWP 8807))]

Thread 68 (Thread 0x7f79617fa700 (LWP 8954)):
#0  futex_abstimed_wait_cancelable (private=,
abstime=0x7f79617f9950, clockid=, expected=0,
futex_word=0x55e4ef4b25c0) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f79617f9950, clockid=, mutex=0x55e4ef4b2570, cond=0x55e4ef4b2598) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55e4ef4b2598, mutex=0x55e4ef4b2570,
abstime=0x7f79617f9950) at pthread_cond_wait.c:656
#3  0x7f7a6a0cf558 in QWaitConditionPrivate::wait_relative
(this=0x55e4ef4b2570, deadline=...) at thread/qwaitcondition_unix.cpp:136
#4  QWaitConditionPrivate::wait (deadline=..., this=0x55e4ef4b2570) at
thread/qwaitcondition_unix.cpp:144
#5  QWaitCondition::wait (this=this@entry=0x55e4efdb98f0,
mutex=mutex@entry=0x55e4ef4dda28, deadline=...) at
thread/qwaitcondition_unix.cpp:225
#6  0x7f7a6a0cca61 in QThreadPoolThread::run (this=0x55e4efdb98e0) at
../../include/QtCore/../../src/corelib/thread/qmutex.h:275
#7  0x7f7a6a0c945c in QThreadPrivate::start (arg=0x55e4efdb98e0) at
thread/qthread_unix.cpp:329
#8  0x7f7a69463609 in start_thread (arg=) at
pthread_create.c:477
#9  0x7f7a69d47293 in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 67 (Thread 0x7f7961ffb700 (LWP 8951)):
#0  futex_abstimed_wait_cancelable (private=,
abstime=0x7f7961ffa950, clockid=, expected=0,
futex_word=0x55e4efedf984) at ../sysdeps/nptl/futex-internal.h:320
#1  __pthread_cond_wait_common (abstime=0x7f7961ffa950, clockid=, mutex=0x55e4efedf930, cond=0x55e4efedf958) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x55e4efedf958, mutex=0x55e4efedf930,
abstime=0x7f7961ffa950) at pthread_cond_wait.c:656
#3  0x7f7a6a0cf558 in QWaitConditionPrivate::wait_relative
(this=0x55e4efedf930, deadline=...) at thread/qwaitcondition_unix.cpp:136
#4  QWaitConditionPrivate::wait (deadline=..., this=0x55e4efedf930) at
thread/qwaitcondition_unix.cpp:144
#5  QWaitCondition::wait (this=this@entry=0x55e4eff86920,
mutex=mutex@entry=0x55e4ef4dda28, deadline=...) at
thread/qwaitcondition_unix.cpp:225
#6  0x7f7a6a0cca61 in QThreadPoolThread::run (this=0x55e4eff86910) at
../../include/QtCore/../../src/corelib/thread/qmutex.h:275
#7  0x7f7a6a0c945c in QThreadPrivate::start (arg=0x55e4eff86910) at
thread/qthread_unix.cpp:329
#8  0x7f7a69463609 in start_thread (arg=) at
pthread_create.c:477
#9  0x7f7a69d47293 in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 66 (Thread 0x7f790dffb700 (LWP 8921)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x7f7a68aa0746 in g_cond_wait_until () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f7a68a23581 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f7a68a23ba6 in g_async_queue_timeout_pop () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7f7a68a7d419 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x7f7a68a7cad1 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x7f7a69463609 in start_thread (arg=) at
pthread_create.c:477
#7  0x7f7a69d47293 in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 65 (Thread 0x7f790f7fe700 (LWP 8915)):
#0  __GI___libc_read (nbytes=16, buf=0x7f790f7fd7d0, fd=139) at
../sysdeps/unix/sysv/linux/read.c:26
#1  __GI___libc_read (fd=139, buf=0x7f790f7fd7d0, nbytes=16) at
../sysdeps/unix/sysv/linux/read.c:24
#2  0x7f7a68a9bb2f in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f7a68a52ebe in g_main_context_check 

[Discover] [Bug 444542] Discover crashes in kde neon newly updated to 5.23.2

2021-10-31 Thread Michael Brown
https://bugs.kde.org/show_bug.cgi?id=444542

--- Comment #3 from Michael Brown  ---
(In reply to Nate Graham from comment #1)
> Can you please attach a backtrace of the crash? See
> https://community.kde.org/Guidelines_and_HOWTOs/Debugging/
> How_to_create_useful_crash_reports

I added it as an comment ok ?

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

[okular] [Bug 444623] Okular does not render annotation colours correctly. It renders them all as grey.

2021-10-31 Thread thosecars82
https://bugs.kde.org/show_bug.cgi?id=444623

--- Comment #5 from thosecars82  ---
Thanks for the solution! It worked great!

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

[bugs.kde.org] [Bug 444700] New: Save changes button is displayed over the site header

2021-10-31 Thread Mikhail Zolotukhin
https://bugs.kde.org/show_bug.cgi?id=444700

Bug ID: 444700
   Summary: Save changes button is displayed over the site header
   Product: bugs.kde.org
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: sysad...@kde.org
  Reporter: m...@genda.life
CC: she...@kde.org
  Target Milestone: ---

Created attachment 143045
  --> https://bugs.kde.org/attachment.cgi?id=143045&action=edit
Save changes button

SUMMARY
Save changes button is displayed over the header, when you scroll the page a
little.

STEPS TO REPRODUCE
1. Open a bug report page (e.g. this bug reports)
2. Scroll the page down a bit

OBSERVED RESULT
The "Save Changes" button is displayed over the site header.

EXPECTED RESULT
The "Save Changes" button is displayed below the header.

ADDITIONAL INFO
I noticed, that the button for some reason has `z-index` property assigned to
10. When I remove this CSS property via dev tools, the button is displayed
normally (e.g. under the header).

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

[plasmashell] [Bug 444701] New: Deleting a file on the desktop sometimes causes a crash.

2021-10-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=444701

Bug ID: 444701
   Summary: Deleting a file on the desktop sometimes causes a
crash.
   Product: plasmashell
   Version: 5.23.2
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: generic-crash
  Assignee: plasma-b...@kde.org
  Reporter: kde.xr...@slmail.me
  Target Milestone: 1.0

STEPS TO REPRODUCE
1. Select a file on the desktop
2. Delete file using the delete key
3. Plasma desktop crashes

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
KDE Plasma Version: 5.23.2
KDE Frameworks Version: 5.87.0
Qt Version: 5.15.2

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

[systemsettings] [Bug 444702] New: If System Settings is set to icon view mode, Touchpad KCM does not prompt to save/discard changes

2021-10-31 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=444702

Bug ID: 444702
   Summary: If System Settings is set to icon view mode, Touchpad
KCM does not prompt to save/discard changes
   Product: systemsettings
   Version: master
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_touchpad
  Assignee: plasma-b...@kde.org
  Reporter: bugsefor...@gmx.com
  Target Milestone: ---

STEPS TO REPRODUCE
1. set System Settings to icon view mode
2. go to Touchpad KCM
3. change any setting
4. close System Settings

OBSERVED RESULT
System Settings closes and does not prompt to save/discard the change done in
the step 3

EXPECTED RESULT
System Settings should prompt to save/discard changes after the last step

SOFTWARE/OS VERSIONS
Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.23.80
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.3
Graphics Platform: Wayland

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

[bugs.kde.org] [Bug 444699] Menu in the header on mobile is cramped when using the new theme

2021-10-31 Thread D. Debnath
https://bugs.kde.org/show_bug.cgi?id=444699

D. Debnath  changed:

   What|Removed |Added

 CC||d_debn...@outlook.com
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from D. Debnath  ---
Will fix it asap.

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

[bugs.kde.org] [Bug 444700] Save changes button is displayed over the site header

2021-10-31 Thread D. Debnath
https://bugs.kde.org/show_bug.cgi?id=444700

D. Debnath  changed:

   What|Removed |Added

 CC||d_debn...@outlook.com
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from D. Debnath  ---
I was trying to achieve something with the z-index thing and unfortunately it
doesn't work the way I intended it. Will fix it asap.

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

[plasmashell] [Bug 443711] panel show/hide animation is broken in Wayland session

2021-10-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=443711

--- Comment #6 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/kwin/-/merge_requests/1597

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

[dolphin] [Bug 444703] Address bar becomes tiny in split view after hiding the Konsole panel on the right side

2021-10-31 Thread postix
https://bugs.kde.org/show_bug.cgi?id=444703

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[dolphin] [Bug 444703] New: Address bar becomes tiny in split view after hiding the Konsole panel on the right side

2021-10-31 Thread postix
https://bugs.kde.org/show_bug.cgi?id=444703

Bug ID: 444703
   Summary: Address bar becomes tiny in split view after hiding
the Konsole panel on the right side
   Product: dolphin
   Version: 21.08.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: pos...@posteo.eu
CC: kfm-de...@kde.org
  Target Milestone: ---

Created attachment 143046
  --> https://bugs.kde.org/attachment.cgi?id=143046&action=edit
Screenshot

The address bar of the right folder becomes tiny in the split view, when the
Konsole terminal, which is displayed on the right side, becomes hidden.

STEPS TO REPRODUCE
1.  By default Dolphin's build in Konsole window (F4) is on the bottom: Change
the layout to the right side
2.  Enter the split view (F3)
3.  Open the Konsole window (F4)
4. Close the Konsole window (F4)

OBSERVED RESULT

The addressbar on the right bar becomes very tiny.


EXPECTED RESULT

The addressbar uses the available space.


SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20211025
KDE Plasma Version: 5.23.1
KDE Frameworks Version: 5.87.0
Qt Version: 5.15.2

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

[krita] [Bug 443700] recorder broken; each session gets separate folder, and cannot output full video

2021-10-31 Thread fae
https://bugs.kde.org/show_bug.cgi?id=443700

--- Comment #4 from fae  ---
Just to add that I enabled logging, while doing the 2-sessions test again ...
in 2nd session, krita crashed (unfortunately without any recovery when
re-opened), but log showed nothing about the crash, and no reference to
recorder only having a few new seconds of scribble to output (the re-done 2nd
session). Looked at Mate logs too, but can't see anything in them, except a few
refs to "ForegroundNormal" - conversion from "0" to QColor failed].

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

[kbackup] [Bug 444704] New: 'Backup Status' widget displays an error message: 'Error, no connection to kup-daemon...'

2021-10-31 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=444704

Bug ID: 444704
   Summary: 'Backup Status' widget displays an error message:
'Error, no connection to kup-daemon...'
   Product: kbackup
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kol...@aon.at
  Reporter: bugsefor...@gmx.com
  Target Milestone: ---

STEPS TO REPRODUCE
1. add 'Backup Status' widget to desktop
2. 
3. 

OBSERVED RESULT
'Backup Status' widget displays the error message seen in the attached
screenshot.

EXPECTED RESULT
no error message

SOFTWARE/OS VERSIONS
Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.23.80
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.3
Graphics Platform: Wayland

ADDITIONAL INFORMATION
if you do not see the error message, increase the widget size

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

[kbackup] [Bug 444704] 'Backup Status' widget displays an error message: 'Error, no connection to kup-daemon...'

2021-10-31 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=444704

--- Comment #1 from Patrick Silva  ---
Created attachment 143047
  --> https://bugs.kde.org/attachment.cgi?id=143047&action=edit
screenshot

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

[plasmashell] [Bug 443711] panel show/hide animation is broken in Wayland session

2021-10-31 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=443711

Vlad Zahorodnii  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|RESOLVED|REPORTED
 Resolution|DUPLICATE   |---

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

[bugs.kde.org] [Bug 444705] New: Resizing window causes clumping of top ribbon (or header bar) items

2021-10-31 Thread Dipta Biswas
https://bugs.kde.org/show_bug.cgi?id=444705

Bug ID: 444705
   Summary: Resizing window causes clumping of top ribbon (or
header bar) items
   Product: bugs.kde.org
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: sysad...@kde.org
  Reporter: dabiswas...@gmail.com
CC: she...@kde.org
  Target Milestone: ---

Created attachment 143048
  --> https://bugs.kde.org/attachment.cgi?id=143048&action=edit
Observed result

SUMMARY
Probably some css issue. The items in the header clump over one another.

STEPS TO REPRODUCE
1. Open bugs.kde.org
2. Resize window horizontally
3. At one point of shrinking, bug is seen

OBSERVED RESULT
See attachment

EXPECTED RESULT
They should remain separate or go hidden or something else

SOFTWARE/OS VERSIONS
Operating System: EndeavourOS
KDE Plasma Version: 5.23.2
KDE Frameworks Version: 5.87.0
Qt Version: 5.15.2
Kernel Version: 5.14.14-arch1-1 (64-bit)
Graphics Platform: X11
Processors: 2 × AMD E2-9000e RADEON R2, 4 COMPUTE CORES 2C+2G
Memory: 3.3 GiB of RAM
Graphics Processor: AMD STONEY

ADDITIONAL INFORMATION
Reproduced in both chromium & falkon

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

[kalendar] [Bug 444706] New: Sub-tasks automatically collapse after any tasks have been edited

2021-10-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=444706

Bug ID: 444706
   Summary: Sub-tasks automatically collapse after any tasks have
been edited
   Product: kalendar
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: claudio.cam...@gmail.com
  Reporter: kde.xr...@slmail.me
  Target Milestone: ---

STEPS TO REPRODUCE
1. In the tasks view, expand a task to view its sub-tasks
2. Edit a task
3. All sub-tasks collapse once saved

EXPECTED RESULT
Expanded tasks should be persistent after a task has been edited.

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

[plasmashell] [Bug 427861] Sometimes desktop loses its settings (wallpaper, widgets, icons settings) after re-login

2021-10-31 Thread Samuel Penn
https://bugs.kde.org/show_bug.cgi?id=427861

Samuel Penn  changed:

   What|Removed |Added

 CC||s...@notasnark.net

--- Comment #56 from Samuel Penn  ---
I've been seeing a very similar problem since installing a new computer a few
months ago. I don't have any icons or widgets on my desktops (just one panel),
but I have three screens with wallpapers set. Sometimes, one or more of the
screens will change back to the default wallpaper on login. It normally happens
to just one screen, sometimes two, it's completely random which.

Wallpapers are on local disk, so it shouldn't be network related (which was my
first thought). The fact that configuration for the other screens is retained
is odd.

Kubuntu 21.04, KDE Plasma 5.21.4

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

[systemsettings] [Bug 444707] New: Name of SDDM theme is incorrectly aligned in SDDM KCM

2021-10-31 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=444707

Bug ID: 444707
   Summary: Name of SDDM theme is incorrectly aligned in SDDM KCM
   Product: systemsettings
   Version: master
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_sddm
  Assignee: k...@davidedmundson.co.uk
  Reporter: bugsefor...@gmx.com
CC: k...@david-redondo.de, plasma-b...@kde.org
  Target Milestone: ---

STEPS TO REPRODUCE
1. install Mondrian SDDM theme from KDE Store via GHNS window
2. 
3. 

OBSERVED RESULT
please see the attached screenshot

EXPECTED RESULT
correctly aligned text

SOFTWARE/OS VERSIONS
Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.23.80
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.3
Graphics Platform: Wayland

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

[systemsettings] [Bug 444707] Name of SDDM theme is incorrectly aligned in SDDM KCM

2021-10-31 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=444707

--- Comment #1 from Patrick Silva  ---
Created attachment 143049
  --> https://bugs.kde.org/attachment.cgi?id=143049&action=edit
screenshot

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

[Breeze] [Bug 444708] New: Icon of Disk Quota applet is barely visible in system tray settingd

2021-10-31 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=444708

Bug ID: 444708
   Summary: Icon of Disk Quota applet is barely visible in system
tray settingd
   Product: Breeze
   Version: master
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Icons
  Assignee: visual-des...@kde.org
  Reporter: bugsefor...@gmx.com
CC: kain...@gmail.com
  Target Milestone: ---

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

STEPS TO REPRODUCE
1. use Breeze global theme
2. open system tray settings
3. click on 'Entries' in the left side

OBSERVED RESULT
barely visible Disk Quota icon under 'System Services'. Please see the attached
screenshot.

EXPECTED RESULT
icon with better visibility

SOFTWARE/OS VERSIONS
Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.23.80
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.3
Graphics Platform: Wayland

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

[Breeze] [Bug 444708] Icon of Disk Quota applet is barely visible in system tray settings

2021-10-31 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=444708

Patrick Silva  changed:

   What|Removed |Added

Summary|Icon of Disk Quota applet   |Icon of Disk Quota applet
   |is barely visible in system |is barely visible in system
   |tray settingd   |tray settings

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

[krita] [Bug 443700] recorder broken; each session gets separate folder, and cannot output full video

2021-10-31 Thread fae
https://bugs.kde.org/show_bug.cgi?id=443700

--- Comment #5 from fae  ---
Sorry, not able to edit posts, so another addition to say I've tested recording
in the usual appimage that works, from July this year, and that isn't working
either, which is really surprising, as it used to work fine. Wondering if it's
to do with something from system impacting on Krita. System isn't modified;
just installed, basic updates, and running the offered kernel 5.11.0-38 as well
as usual 5.4.

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

[kwin] [Bug 443990] Kwin memory leak

2021-10-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=443990

--- Comment #16 from k...@itstyrion.de ---
@Komorebi that sounds like 2 different issues indeed. meeeh

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

[Spectacle] [Bug 414739] Spectacle is killed when the notification for the last capture goes away

2021-10-31 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=414739

--- Comment #8 from Patrick Silva  ---
(In reply to Frederick Zhang from comment #7)
> @Patrick Is it possible that you've got an old copy of the .desktop file in
> e.g. ~/.local/share/applications?

I don't think this bug is related to .desktop file because I can also reproduce
on another system (neon unstable).
Al least on neon unstable, there is no .desktop file for Spectacle in
~/.local/share/applications.

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

[khelpcenter] [Bug 408690] Area containing Start Page text not properly displayed on KHelpCenter

2021-10-31 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=408690

--- Comment #8 from Patrick Silva  ---
Still an issue on neon unstable.

Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.23.80
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.3
Graphics Platform: Wayland

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

[bugs.kde.org] [Bug 444699] Menu in the header on mobile is cramped when using the new theme

2021-10-31 Thread Ilya Bizyaev
https://bugs.kde.org/show_bug.cgi?id=444699

Ilya Bizyaev  changed:

   What|Removed |Added

 CC||bizy...@zoho.com

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

[kde] [Bug 444709] New: Please add right click option to run on DGPU similar to Gnome

2021-10-31 Thread d3viant6
https://bugs.kde.org/show_bug.cgi?id=444709

Bug ID: 444709
   Summary: Please add right click option to run on DGPU similar
to Gnome
   Product: kde
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: jeffrey.bi...@gmail.com
  Target Milestone: ---

Created attachment 143051
  --> https://bugs.kde.org/attachment.cgi?id=143051&action=edit
switcher

SUMMARY
Please add right click option to run on DGPU similar to Gnome
Global switcher is fine, but on hybrid we want 'run on DGPU' option on rt click

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

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

[Haruna] [Bug 443535] No logo icon in the about window

2021-10-31 Thread Luigi Baldoni
https://bugs.kde.org/show_bug.cgi?id=443535

--- Comment #9 from Luigi Baldoni  ---
The problem is still present as of 0.7.2+git20211031.8190c04. Now it's looking
for generic.svg instead of haruna.svg.

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

[plasmashell] [Bug 444710] New: 'Always shown' visibility mode does not work consistently with Media Player applet in system tray

2021-10-31 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=444710

Bug ID: 444710
   Summary: 'Always shown' visibility mode does not work
consistently with Media Player applet in system tray
   Product: plasmashell
   Version: master
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Media Player
  Assignee: k...@privat.broulik.de
  Reporter: bugsefor...@gmx.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

SUMMARY


STEPS TO REPRODUCE
1. open system tray settings
2. click on 'Entries' in the left side
3. set visiblity of Media Player applet to 'Always shown'
4. click on 'OK' button
5. logout and login

OBSERVED RESULT
Media Player applet is not shown in system tray

EXPECTED RESULT
Media Player applet is shown in system tray

SOFTWARE/OS VERSIONS
Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.23.80
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.3
Graphics Platform: Wayland

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

[bugs.kde.org] [Bug 444705] Resizing window causes clumping of top ribbon (or header bar) items

2021-10-31 Thread D. Debnath
https://bugs.kde.org/show_bug.cgi?id=444705

D. Debnath  changed:

   What|Removed |Added

 CC||d_debn...@outlook.com
 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #1 from D. Debnath  ---
Known issue, fix is on the way

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

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

[bugs.kde.org] [Bug 444699] Menu in the header on mobile is cramped when using the new theme

2021-10-31 Thread D. Debnath
https://bugs.kde.org/show_bug.cgi?id=444699

D. Debnath  changed:

   What|Removed |Added

 CC||dabiswas...@gmail.com

--- Comment #2 from D. Debnath  ---
*** Bug 444705 has been marked as a duplicate of this bug. ***

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

[krita] [Bug 443700] recorder broken; each session gets separate folder, and cannot output full video

2021-10-31 Thread fae
https://bugs.kde.org/show_bug.cgi?id=443700

--- Comment #6 from fae  ---
Just to add that I've tested it on debian-based Sparkylinux 7 (Mate) rolling,
kernel 5.14, which I'd just been having a look at on the laptop ... same
outcome unfortunately. Both main PC and the laptop are AMD/Radeon.

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

[systemsettings] [Bug 444711] New: Tooltip behind hamburger menu

2021-10-31 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=444711

Bug ID: 444711
   Summary: Tooltip behind hamburger menu
   Product: systemsettings
   Version: master
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: bugsefor...@gmx.com
  Target Milestone: ---

STEPS TO REPRODUCE
1. open System Settings
2. click on hamburger menu beisde the search field
3. 

OBSERVED RESULT
tooltip partially behind hamburger menu. Please see the attached screenshot.

EXPECTED RESULT
no tooltip while hamburger menu is open

SOFTWARE/OS VERSIONS
Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.23.80
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.3
Graphics Platform: Wayland

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

[systemsettings] [Bug 444711] Tooltip behind hamburger menu

2021-10-31 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=444711

--- Comment #1 from Patrick Silva  ---
Created attachment 143052
  --> https://bugs.kde.org/attachment.cgi?id=143052&action=edit
screenshot

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

[KScreen] [Bug 444682] Bad display of global scale

2021-10-31 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=444682

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de

--- Comment #1 from Nicolas Fella  ---
I only see '200%' here. Can you please add a screenshot of what you are seeing?

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

[i18n] [Bug 444683] Incorrect french translation : "résolution" must be replaced by "définition"

2021-10-31 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=444683

Nicolas Fella  changed:

   What|Removed |Added

Product|KScreen |i18n
Version|5.23.2  |unspecified
  Component|common  |fr
 CC||nicolas.fe...@gmx.de
   Assignee|kscreen-bugs-n...@kde.org   |kde-francoph...@kde.org

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

[i18n] [Bug 444683] Incorrect french translation : "résolution" must be replaced by "définition"

2021-10-31 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=444683

--- Comment #1 from Nicolas Fella  ---
Reassigning to the translations team

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

[dolphin] [Bug 444712] New: dolphin sometime opens off monitor

2021-10-31 Thread Rajinder Yadav
https://bugs.kde.org/show_bug.cgi?id=444712

Bug ID: 444712
   Summary: dolphin sometime opens off monitor
   Product: dolphin
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: critical
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: devguy...@gmail.com
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY
I how a dual monitor setup and when I close dolphin on the small screen, when I
open dolphin it will appear off screen.

Unless you know to right-click on the toolbar of the app icon, and select
"move", there is no way to correct this problem, it will leave the user
baffled. 


STEPS TO REPRODUCE
1. open dolphin
2. move to smaller screen (in dual monitor setup)
3. close dolphin
4. open dolphin

OBSERVED RESULT

dolphin is not visible

EXPECTED RESULT

dolphin appear in the screen (monitor) where it is opened from.

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20211029
KDE Plasma Version: 5.23.2
KDE Frameworks Version: 5.87.0
Qt Version: 5.15.2
Kernel Version: 5.14.14-1-default (64-bit)
Graphics Platform: X11
Processors: 16 × AMD Ryzen 7 2700X Eight-Core Processor
Memory: 62.7 GiB of RAM
Graphics Processor: NVIDIA GeForce RTX 3080/PCIe/SSE2

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

[plasmashell] [Bug 444690] Right clicking an Electron app's (Discord/Slack) tray icon hangs plasmashell

2021-10-31 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=444690

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de

--- Comment #1 from Nicolas Fella  ---
maybe related to https://bugs.kde.org/show_bug.cgi?id=444385

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

[kdeconnect] [Bug 443155] kdeconnect breaks when openssh is upgraded to version 8.8p1-1

2021-10-31 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=443155

Fabian Vogt  changed:

   What|Removed |Added

 CC||fab...@ritter-vogt.de

--- Comment #15 from Fabian Vogt  ---
(In reply to MikeC from comment #8)
> I had a look at the private key for the connection using the command:
> 
> $ openssl pkey -in .config/kdeconnect/privateKey.pem -text
> 
> and in the output there is a line:
> 
> RSA Private-Key: (2048 bit, 2 primes)
> 
> SO it is certainly using RSA. I wonder if the algorithm can be changed for
> kdeconnect?

It's not about the algorithm of the private key (though that should ideally be
changed to a more secure one as well), but about the hash algorithm of the
public key signature. The 2048 bit RSA key could be used with SHA-256/512 as
well.

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

[kde] [Bug 444709] Please add right click option to run on DGPU similar to Gnome

2021-10-31 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=444709

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de

--- Comment #1 from Nicolas Fella  ---
There is a way to request the DGPU being used: Right-click on an application,
"Edit Application...", go to 'Application' tab, go to "Advanced options", check
"Run using dedicated graphics card". Admittedly this isn't very discoverable,
but IMHO it makes more sense to have it this way since you likely want that
application to always use the DGPU instead of doing the special right click
thing every time.

That said I don't think the current implementation works with the proprietary
Nvidia driver, but that's a somewhat different issue

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

[Breeze] [Bug 444708] Icon of Disk Quota applet is barely visible in system tray settings

2021-10-31 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=444708

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de

--- Comment #1 from Nicolas Fella  ---
Looks fine here on master

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

[Breeze] [Bug 444708] Icon of Disk Quota applet is barely visible in system tray settings

2021-10-31 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=444708

--- Comment #2 from Nicolas Fella  ---
Created attachment 143053
  --> https://bugs.kde.org/attachment.cgi?id=143053&action=edit
Screenshot

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

[valgrind] [Bug 444431] Incorrectly assumes static text is uninitialized

2021-10-31 Thread PQCraft
https://bugs.kde.org/show_bug.cgi?id=31

--- Comment #3 from PQCraft <0456...@gmail.com> ---
i am using valgrind 3.17.0

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

[plasmashell] [Bug 444713] New: System tray applets do not follow the adaptive transparency in some cases (stay transparent despite maximized window)

2021-10-31 Thread KDamian
https://bugs.kde.org/show_bug.cgi?id=444713

Bug ID: 444713
   Summary: System tray applets do not follow the adaptive
transparency in some cases (stay transparent despite
maximized window)
   Product: plasmashell
   Version: 5.23.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: System Tray
  Assignee: plasma-b...@kde.org
  Reporter: damik...@gmail.com
CC: mate...@gmail.com
  Target Milestone: 1.0

Created attachment 143054
  --> https://bugs.kde.org/attachment.cgi?id=143054&action=edit
Volume applet being transparent despite the transparency in panel settings set
to Adaptive.

SUMMARY

System tray applets do not follow the adaptive transparency in some cases (stay
transparent despite maximized window)

STEPS TO REPRODUCE
1. Set Panel transparency to Adaptive
2. Open maximized window on a desktop
3. Open one of the applets from the system tray

OBSERVED RESULT

System tray applet is transparent.

EXPECTED RESULT

System tray applet should become opaque.

SOFTWARE/OS VERSIONS

Operating System: KDE neon 5.23
KDE Plasma Version: 5.23.2
KDE Frameworks Version: 5.87.0
Qt Version: 5.15.3
Kernel Version: 5.11.0-38-generic (64-bit)
Graphics Platform: Wayland
Processors: 4 × Intel® Core™ i5-2520M CPU @ 2.50GHz
Memory: 7.7 GiB of RAM
Graphics Processor: Mesa DRI Intel® HD Graphics 3000

ADDITIONAL INFORMATION

Calendar applet works okay as you can see in another attachment, problem looks
to only be with System tray applets.

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

[plasmashell] [Bug 444713] System tray applets do not follow the adaptive transparency in some cases (stay transparent despite maximized window)

2021-10-31 Thread KDamian
https://bugs.kde.org/show_bug.cgi?id=444713

--- Comment #1 from KDamian  ---
Created attachment 143055
  --> https://bugs.kde.org/attachment.cgi?id=143055&action=edit
Calendar applet being (correctly) opaque in the same situation.

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

[valgrind] [Bug 444431] Incorrectly assumes static text is uninitialized

2021-10-31 Thread PQCraft
https://bugs.kde.org/show_bug.cgi?id=31

--- Comment #4 from PQCraft <0456...@gmail.com> ---
and here is an updated output:
```
$ valgrind --leak-check=full --show-leak-kinds=all ./clibasic 
==27401== Memcheck, a memory error detector
==27401== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==27401== Using Valgrind-3.17.0 and LibVEX; rerun with -h for copyright info
==27401== Command: ./clibasic
==27401== 
CLIBASIC> dim test, 5
==27401== Use of uninitialised value of size 8
==27401==at 0x48447B2: strlen (vg_replace_strmem.c:469)
==27401==by 0x4141C7: setVar (clibasic.c:2016)
==27401==by 0x4181DB: runcmd.part.0 (commands.c:66)
==27401==by 0x4045BD: runcmd (clibasic.c:3185)
==27401==by 0x4045BD: main (clibasic.c:1165)
==27401== 
==27401== Use of uninitialised value of size 8
==27401==at 0x48447C4: strlen (vg_replace_strmem.c:469)
==27401==by 0x4141C7: setVar (clibasic.c:2016)
==27401==by 0x4181DB: runcmd.part.0 (commands.c:66)
==27401==by 0x4045BD: runcmd (clibasic.c:3185)
==27401==by 0x4045BD: main (clibasic.c:1165)
==27401== 
==27401== Use of uninitialised value of size 8
==27401==at 0x4B7DA40: __strcpy_avx2 (in /usr/lib/libc-2.33.so)
==27401==by 0x4141E9: setVar (clibasic.c:2017)
==27401==by 0x4181DB: runcmd.part.0 (commands.c:66)
==27401==by 0x4045BD: runcmd (clibasic.c:3185)
==27401==by 0x4045BD: main (clibasic.c:1165)
==27401== 
==27401== Conditional jump or move depends on uninitialised value(s)
==27401==at 0x484493D: is_overlap (vg_replace_strmem.c:130)
==27401==by 0x484493D: strcpy (vg_replace_strmem.c:523)
==27401==by 0x4141E9: setVar (clibasic.c:2017)
==27401==by 0x4181DB: runcmd.part.0 (commands.c:66)
==27401==by 0x4045BD: runcmd (clibasic.c:3185)
==27401==by 0x4045BD: main (clibasic.c:1165)
==27401== 
==27401== Conditional jump or move depends on uninitialised value(s)
==27401==at 0x4844942: is_overlap (vg_replace_strmem.c:139)
==27401==by 0x4844942: is_overlap (vg_replace_strmem.c:126)
==27401==by 0x4844942: strcpy (vg_replace_strmem.c:523)
==27401==by 0x4141E9: setVar (clibasic.c:2017)
==27401==by 0x4181DB: runcmd.part.0 (commands.c:66)
==27401==by 0x4045BD: runcmd (clibasic.c:3185)
==27401==by 0x4045BD: main (clibasic.c:1165)
==27401== 
==27401== Conditional jump or move depends on uninitialised value(s)
==27401==at 0x48449B0: strcpy (vg_replace_strmem.c:523)
==27401==by 0x4141E9: setVar (clibasic.c:2017)
==27401==by 0x4181DB: runcmd.part.0 (commands.c:66)
==27401==by 0x4045BD: runcmd (clibasic.c:3185)
==27401==by 0x4045BD: main (clibasic.c:1165)
==27401== 
CLIBASIC> 
```

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

[plasmashell] [Bug 444713] System tray applets do not follow the adaptive transparency in some cases (stays transparent despite maximized window)

2021-10-31 Thread KDamian
https://bugs.kde.org/show_bug.cgi?id=444713

KDamian  changed:

   What|Removed |Added

Summary|System tray applets do not  |System tray applets do not
   |follow the adaptive |follow the adaptive
   |transparency in some cases  |transparency in some cases
   |(stay transparent despite   |(stays transparent despite
   |maximized window)   |maximized window)

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

[valgrind] [Bug 444431] Incorrectly assumes static text is uninitialized

2021-10-31 Thread PQCraft
https://bugs.kde.org/show_bug.cgi?id=31

--- Comment #5 from PQCraft <0456...@gmail.com> ---
it complains about this line in every error:
```
if (!setVar(arg[1], val, type, asize)) goto cmderr;
```
which above is set like so:
```
char* val = NULL; uint8_t type = 0;
if (argct == 3) {
val = arg[3];
type = argt[3];
} else {
val = ((arg[1][argl[1] - 1] == '$') ? "" : "0");
type = 2 - (arg[1][argl[1] - 1] == '$');
}
```

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

[ark] [Bug 444714] New: Empty About

2021-10-31 Thread Mohammad Hisham Sayed
https://bugs.kde.org/show_bug.cgi?id=444714

Bug ID: 444714
   Summary: Empty About
   Product: ark
   Version: 21.08.2
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: plugins
  Assignee: rthoms...@gmail.com
  Reporter: drhishamsayed...@gmail.com
CC: aa...@kde.org, elvis.angelac...@kde.org
  Target Milestone: ---

Created attachment 143056
  --> https://bugs.kde.org/attachment.cgi?id=143056&action=edit
A Screenshot

SUMMARY
this is a bug regarding the ark "text viewer"

STEPS TO REPRODUCE
1. open any archive with a text file in it
2. when it will open click on the text file
3. go to the about section

OBSERVED RESULT
an empty about section

EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

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

[plasmashell] [Bug 444715] New: Under wayland, session lock/logout/restart and poweroff 30s timeout screen doesn't show

2021-10-31 Thread Martin van Es
https://bugs.kde.org/show_bug.cgi?id=444715

Bug ID: 444715
   Summary: Under wayland, session lock/logout/restart and
poweroff 30s timeout screen doesn't show
   Product: plasmashell
   Version: 5.23.2
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: b...@mrvanes.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

SUMMARY
Under Wayland, when I use any of the session ending icons in the start menu
nothing happens. The screen showing the 30s timeout and the confirmation of the
intended action doesn't come up.  The sesion is closed/ended/restarted or
powered off after 30 seconds.

STEPS TO REPRODUCE
1. Start Wayland session
2.  Click any of the session ending icons in start menu

OBSERVED RESULT
No session ending confirmation screen, session is ended after the default
timeout of 30 seconds.

EXPECTED RESULT
Sessin ending confirmation screen to confirm session icon click and the choice
of not ending the session, or choosing a different session end.

SOFTWARE/OS VERSIONS
Operating System: Kubuntu 21.10
KDE Plasma Version: 5.23.2
KDE Frameworks Version: 5.87.0
Qt Version: 5.15.2
Kernel Version: 5.14.15 (64-bit)
Graphics Platform: Wayland
Processors: 8 × Intel® Core™ i7-10510U CPU @ 1.80GHz
Memory: 31.1 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics

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

[plasmashell] [Bug 444695] The pop-up thumbnail of the program with playback function does not work properly.

2021-10-31 Thread Paul Worrall
https://bugs.kde.org/show_bug.cgi?id=444695

Paul Worrall  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||p.r.worr...@gmail.com

--- Comment #1 from Paul Worrall  ---
Reproduced using Firefox playing a YouTube video

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

[valgrind] [Bug 444431] Incorrectly assumes static text is uninitialized

2021-10-31 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=31

--- Comment #6 from Mark Wielaard  ---
It would be really helpful if you could show the actual code. It really looks
like you are passing around some undefined values. You can also try adding
--track-origins=yes to see where the undefined values are created.

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

[bugs.kde.org] [Bug 444700] Save changes button is displayed over the site header

2021-10-31 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=444700

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[plasmashell] [Bug 444716] New: Do not activate the virtual keyboard when opening Widget Explorer

2021-10-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=444716

Bug ID: 444716
   Summary: Do not activate the virtual keyboard when opening
Widget Explorer
   Product: plasmashell
   Version: 5.23.1
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Keywords: usability
  Severity: normal
  Priority: NOR
 Component: Widget Explorer
  Assignee: plasma-b...@kde.org
  Reporter: qydwhotm...@gmail.com
  Target Milestone: 1.0

Created attachment 143057
  --> https://bugs.kde.org/attachment.cgi?id=143057&action=edit
Virtual Desktop.jpg

On tablet mode, it's very annoying that the virtual keyboard is open
automatically when opening Widget Explorer, which makes the screen very
crowded.  The search field should not be focused automatically when tablet mode
is on.

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

[plasma4] [Bug 270252] search field in widget explorer should have focus automatically

2021-10-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=270252

qydwhotm...@gmail.com changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=444716

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

[kdenlive] [Bug 444717] New: Different audio volumes in editor window and rendered video

2021-10-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=444717

Bug ID: 444717
   Summary: Different audio volumes in editor window and rendered
video
   Product: kdenlive
   Version: 21.08.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: had...@danisch.de
  Target Milestone: ---

I just ran into a usability trap: wav (and other) audio files are played with
different volume in the editor window and in the rendered video. 

I accidently produced a voice over, that was too silent. I had used audacity to
record and clean it, and it had optimal volume in audacity, but I had
accidently moved the gain slider on the left side of the track to some negative
value without noticing it. So while the record was good and optimal, the
exported wav file was not, i.e. it was way too silent, volume too low. 

My fault, that the audio file was bad, but I didn't realize. 

Because once I had imported this into kdenlive, kdenlive showed the wave form
as normal and good, and it even played it in the preview/editor window with
good volume, so it still appeared to be good. But in the rendered video, it had
it's real volume, so it had a significant lower volume as other parts of the
video. (cost me some hours to figure this out and find the reason for the
problem.)




STEPS TO REPRODUCE
1.  have a good video with optimal audio volume
2.  have a poor audio with e.g. voice but too silent (e.g. use audacity to
record bla bla, but move the gain slider on the left to some negative value
before exporting to wav). 
3. import both into kdenlive and put the video first and the audio after it in
the time line
4. listen in editor mode and see the waveform
5. render and hear the difference

OBSERVED RESULT
audio levels in editor window differ from rendered video

EXPECTED RESULT
audio levels in editor window should be similar to rendered video

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma:  Ubuntu 20.04 with appimage
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

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

[plasmashell] [Bug 444716] Do not activate the virtual keyboard when opening Widget Explorer

2021-10-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=444716

qydwhotm...@gmail.com changed:

   What|Removed |Added

 Attachment #143057|0   |1
is obsolete||

--- Comment #1 from qydwhotm...@gmail.com ---
Created attachment 143058
  --> https://bugs.kde.org/attachment.cgi?id=143058&action=edit
Virtual Desktop.png

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

[plasmashell] [Bug 444718] New: Anydesk can't run unless you install Pango library (libpangox-1.0)

2021-10-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=444718

Bug ID: 444718
   Summary: Anydesk can't run unless you install Pango library
(libpangox-1.0)
   Product: plasmashell
   Version: 5.22.5
  Platform: Kubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Application Launcher (Kickoff)
  Assignee: k...@davidedmundson.co.uk
  Reporter: profetik...@outlook.com
CC: mikel5...@gmail.com, plasma-b...@kde.org
  Target Milestone: 1.0

SUMMARY
Anydesk (v6.1.1.)  wont launch unless you install libpangox-1.0. 

STEPS TO REPRODUCE
1. install anydesk
2. try to launch. 
3.  observe icon appearing in taskbar for 1 second then disappearing. 

OBSERVED RESULT

Doesn't launch and offers no error. 


EXPECTED RESULT
Launch normally. 

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
KDE Plasma Version: 5.22.5 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

NOTE: I am not expecting this to be a "bug" but seeing if this is a library
that should be included by default ? I never ran into this in other distros
requiring this library.

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

[plasmashell] [Bug 444716] Do not activate the virtual keyboard when opening Widget Explorer

2021-10-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=444716

Bug Janitor Service  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

--- Comment #2 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/670

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

[frameworks-kio] [Bug 444719] New: Cannot empty trash in Dolphin: `Unsupported operation detected on trash directory`

2021-10-31 Thread postix
https://bugs.kde.org/show_bug.cgi?id=444719

Bug ID: 444719
   Summary: Cannot empty trash in Dolphin: `Unsupported operation
detected on trash directory`
   Product: frameworks-kio
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Trash
  Assignee: fa...@kde.org
  Reporter: pos...@posteo.eu
CC: kdelibs-b...@kde.org
  Target Milestone: ---

SUMMARY

I have two disks in the system:
a) System NVMe with BTRFS
b) Data HDD with NTFS

I have deleted many files in Dolphin on the data disk by selecting them and
moving them to the trash. 
Finally, I wanted to empty the trash but it stops emptying, showing the the
following error:

```
Could not delete file /run/media/user/Data/.Trash-1000/files/Foo/Bar.pdf.
```

and in journalctl says

```
...
Okt 31 14:26:15 gvfsd-trash[11265]: *** Unsupported operation detected on trash
directory
Okt 31 14:26:15 gvfsd-trash[11265]:   dir:
/run/media/user/Data/.Trash-1000/files/, file: abc, type: 4

Okt 31 14:26:15 gvfsd-trash[11265]: *** Unsupported operation detected on trash
directory
Okt 31 14:26:15 gvfsd-trash[11265]:   dir:
/run/media/user/Data/.Trash-1000/files/, file: abc, type: 4

Okt 31 14:26:15 gvfsd-trash[11265]: *** Unsupported operation detected on trash
directory
Okt 31 14:26:15 gvfsd-trash[11265]:   dir:
/run/media/user/Data/.Trash-1000/files/, file: Foo, type: 4

Okt 31 14:26:15 gvfsd-trash[11265]: *** Unsupported operation detected on trash
directory
Okt 31 14:26:15  gvfsd-trash[11265]:  
dir:/run/media/user/Data/.Trash-1000/files/, file: Foo, type: 4

Okt 31 14:26:15 blackbox kioslave5[11148]: kf.kio.slaves.trash: Removing
orphaned file "/home/user/.local/share/Trash/files/201716"
...
```

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20211025
KDE Plasma Version: 5.23.1
KDE Frameworks Version: 5.87.0
Qt Version: 5.15.2
Kernel Version: 5.14.14-1-default (64-bit)

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

[frameworks-kio] [Bug 444719] Cannot empty trash in Dolphin: `Unsupported operation detected on trash directory`

2021-10-31 Thread postix
https://bugs.kde.org/show_bug.cgi?id=444719

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[krunner] [Bug 444720] New: unintentional execution of commands

2021-10-31 Thread Franz Trischberger
https://bugs.kde.org/show_bug.cgi?id=444720

Bug ID: 444720
   Summary: unintentional execution of commands
   Product: krunner
   Version: 5.23.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: alexander.loh...@gmx.de
  Reporter: franz.trischber...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: ---

SUMMARY
When you mistype a command and hit [enter] on an empty list, then correct the
error, krunner executes blindly some random command that's in the results.


STEPS TO REPRODUCE
I have musescore [application] installed.
Also a MuseScore3 folder exists under documents that contains recently opened
documents.
now:
1. Type muse
2. inspect the command list. Here: [applications: musescore; recent documents:
...some musescore files ...]
the application is first in the list.
3. type another e [input now is: musee]
4. wait for the list going empty, then hit enter
5. Press [backspace]

OBSERVED RESULT
Immediately krunner disappears and dolphin is getting launched (in my case)
with the MuseScore3 folder open.

EXPECTED RESULT
krunner shouldnt't execute anything in this case but just update the possible
commands.

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

[valgrind] [Bug 444431] Incorrectly assumes static text is uninitialized

2021-10-31 Thread PQCraft
https://bugs.kde.org/show_bug.cgi?id=31

--- Comment #7 from PQCraft <0456...@gmail.com> ---
the code can be found here: https://github.com/pqcraft/clibasic
after passing `--track-origins=yes` it states that the uninitialized variable
was created by heap allocation and points to `arg[3]`
but i know this is wrong as the argument count is 2 and if the argument count
isn't 3, it doesn't consider `arg[3]`
also, if `arg[3]` was actually used, it causes a segmentation fault

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

[digikam] [Bug 444721] New: Globe in Map Search loses green overlay when panned to certain angles

2021-10-31 Thread Matt Alexander
https://bugs.kde.org/show_bug.cgi?id=444721

Bug ID: 444721
   Summary: Globe in Map Search loses green overlay when panned to
certain angles
   Product: digikam
   Version: 7.3.0
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: Searches-Map
  Assignee: digikam-bugs-n...@kde.org
  Reporter: kde.oldacco...@mattalxndr.me
  Target Milestone: ---

SUMMARY

At certain angles, the globe loses its green overlay and reveals the white
background (see attached video).

STEPS TO REPRODUCE

1. Start copying several hundred photos into an empty album.
2. Open "Map" search.
3. Drag the mostly empty globe around.

OBSERVED RESULT

Sometimes the green overlay disappears and leaves just white land.

EXPECTED RESULT

Green overlay remains on the globe at any angle.

SOFTWARE/OS VERSIONS
- Operating System: Arch Linux
- KDE Plasma Version: 5.23.2
- KDE Frameworks Version: 5.87.0
- Qt Version: 5.15.2
- Kernel Version: 5.14.14-arch1-1 (64-bit)
- Graphics Platform: X11
- Processors: 8 × Intel® Core™ i7-1065G7 CPU @ 1.30GHz
- Memory: 15.2 GiB of RAM
- Graphics Processor: Mesa Intel® Iris® Plus Graphics

ADDITIONAL INFORMATION

My repro steps are too general. I will try to reproduce it in a more
predictable way, at which time I will update the ticket.

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

[Breeze] [Bug 444722] New: Breeze 'crosshair' cursor is barely visible on a light background

2021-10-31 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=444722

Bug ID: 444722
   Summary: Breeze 'crosshair' cursor is barely visible on a light
background
   Product: Breeze
   Version: 5.23.2
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Icons
  Assignee: visual-des...@kde.org
  Reporter: bugsefor...@gmx.com
CC: kain...@gmail.com
  Target Milestone: ---

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

SUMMARY
Similar bug was reported 3 years ago, see bug 400110.
'Crosshair' cursor seen while we select an area to take a screenshot with
Spectacle, for example, is barely visible while I hover over a light
background.
Are you able to find cursor in the attached screenshot, for example?
Cursor visibility is worse on my laptop with crappy screen and its washed out
colors.

STEPS TO REPRODUCE
1. use Breeze global theme
2. open System Settings
3. press meta+shift+print (it's the default shortcut to take a screenshot of a
rectangular region with Spectacle)
4. move cursor over 'Quick settings' page of System Settings

OBSERVED RESULT
'crosshair' cursor is barely visible. Are you able to find cursor in the
attached screenshot?

EXPECTED RESULT
'crosshair' cursor should have good visibility

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.23.2
KDE Frameworks Version: 5.87.0
Qt Version: 5.15.2
Graphics Platform: X11

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

[frameworks-kservice] [Bug 434362] mimeapps.list entries containing spaces are not interpreted properly

2021-10-31 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=434362

--- Comment #12 from David Faure  ---
Quoting
https://specifications.freedesktop.org/mime-apps-spec/mime-apps-spec-latest.html
:

* Adding and removing associations between mimetypes and applications is done
with the following syntax in the mimeapps.list file:
[Added Associations]

and, in the section "Default Application"

*  Note as well that the default application for a given type must be an
application that is associated with the type. This means that implementations
should either ensure that such an association exists or add one explicitly when
setting an application as the default for a type.

What is described here breaks that last point, IIUC.
The fact that it works with other implementations is irrelevant. This is what
specs are for.

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

[kwin] [Bug 296673] Please preserve the window geometry relative to it's original screen instead of globally when adding a screen

2021-10-31 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=296673

--- Comment #58 from Vlad Zahorodnii  ---
No, windows from the disconnected output will be transferred to another output
that's still connected.

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

[plasmashell] [Bug 444718] Anydesk can't run unless you install Pango library (libpangox-1.0)

2021-10-31 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=444718

Antonio Rojas  changed:

   What|Removed |Added

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

--- Comment #1 from Antonio Rojas  ---
Please report this to the kubuntu bug tracker, this has nothing to do with KDE
or Plasma

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

[dolphin] [Bug 444723] New: Best support on Btrfs filesystem

2021-10-31 Thread Emanuele
https://bugs.kde.org/show_bug.cgi?id=444723

Bug ID: 444723
   Summary: Best support on Btrfs filesystem
   Product: dolphin
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: emanu@gmail.com
CC: kfm-de...@kde.org
  Target Milestone: ---

Created attachment 143060
  --> https://bugs.kde.org/attachment.cgi?id=143060&action=edit
example

Fedora and openSUSE use Btrfs by default, it would be an improvement to support
some Btrfs features directly on Dolphin. Trivially, with the btrfs driver for
Windows 10 you have the Windows file manager with better support (create
subvolumes, balance ...), actions that a Fedora user should do from the CLI.

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

[dolphin] [Bug 444723] Best support on Btrfs filesystem

2021-10-31 Thread Emanuele
https://bugs.kde.org/show_bug.cgi?id=444723

--- Comment #1 from Emanuele  ---
For other screenshots, since I don't know how to put them here, I had filed the
bug on gitlab.

https://invent.kde.org/system/dolphin/-/issues/22

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

[digikam] [Bug 444721] Globe in Map Search loses green overlay when panned to certain angles

2021-10-31 Thread Matt Alexander
https://bugs.kde.org/show_bug.cgi?id=444721

Matt Alexander  changed:

   What|Removed |Added

 CC||kde.oldaccount@mattalxndr.m
   ||e

--- Comment #1 from Matt Alexander  ---
Created attachment 143061
  --> https://bugs.kde.org/attachment.cgi?id=143061&action=edit
Screencast showing the rendering issue

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

[Akonadi] [Bug 427319] less contacts in kaddressbook "my contacts" than in google contacts "contacts"

2021-10-31 Thread Roger Noble
https://bugs.kde.org/show_bug.cgi?id=427319

Roger Noble  changed:

   What|Removed |Added

 CC||rnbzi...@gmail.com

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

[kdenlive] [Bug 444724] New: ShuttleXpress buttons do not work

2021-10-31 Thread Eric Mesa
https://bugs.kde.org/show_bug.cgi?id=444724

Bug ID: 444724
   Summary: ShuttleXpress buttons do not work
   Product: kdenlive
   Version: 21.08.2
  Platform: Flatpak
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: ericsbinarywo...@gmail.com
  Target Milestone: ---

SUMMARY
ShuttleXpress jog wheels both work, but buttons do not work. They are defined
in the settings. They worked in the past.

STEPS TO REPRODUCE
1. Define actions for buttons on the ShuttleXpress 
2. Attempt to use them within Kdenlive
3. Nothing happens

OBSERVED RESULT
Pushing buttons does nothing

EXPECTED RESULT
Whatever the buttons were defined to do

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version:  5.22.5
KDE Frameworks Version:  5.85.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION

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

[kdenlive] [Bug 444725] New: Inserting ShuttleXpress into USB port while Kdenlive runnign causes kdenlive to crash

2021-10-31 Thread Eric Mesa
https://bugs.kde.org/show_bug.cgi?id=444725

Bug ID: 444725
   Summary: Inserting ShuttleXpress into USB port while Kdenlive
runnign causes kdenlive to crash
   Product: kdenlive
   Version: 21.08.2
  Platform: Flatpak
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: ericsbinarywo...@gmail.com
  Target Milestone: ---

SUMMARY
As part of my previous bug report, I wanted to check the ShuttleXpress in a
different USB port in case that was the cause of the issue. I disconnected it
from one port and put it into another and that caused Kdenlive to crash.

STEPS TO REPRODUCE
1. Have ShuttleXpress plugged into USB port
2. Have Kdenlive running
3. Disconnect ShuttleXpress
4. Plus ShuttleXpress into new USB port

OBSERVED RESULT
Kdenlive crashes

EXPECTED RESULT
Kdenlive doesn't crash

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 5.22.5
KDE Frameworks Version: 5.85.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
previous bug I mention is bug #444724

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

[Heaptrack] [Bug 443337] binary with space is bugged on linux host

2021-10-31 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=443337

Milian Wolff  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Milian Wolff  ---
this was fixed in the meantime

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

[khelpcenter] [Bug 443259] Help Center tells me to file a bug report

2021-10-31 Thread David C. Bryant
https://bugs.kde.org/show_bug.cgi?id=443259

--- Comment #6 from David C. Bryant  ---
The problem with khelpcenter is apparently buried somewhere in "kio". For
instance, I used to be able to open html files in Konqueror. Now (in my primary
user account) Konqueror hands every html file I open from my hard disk to Kate.
I can still view html files that are downloaded from the internet -- Konqueror
renders them just fine. But if I try to open an html file from my hard disk,
I'm left looking at the raw html code, rendered as text. 

I managed to get around this by creating a new user account. When logged in to
the new account, Konqueror works correctly. So I suspect a problem with
configuration files, somewhere. But I have no idea which ones.

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

[kdevelop] [Bug 444726] New: KDevelop crashes when debugging finishes while an open file has several nested folded nodes

2021-10-31 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=444726

Bug ID: 444726
   Summary: KDevelop crashes when debugging finishes while an open
file has several nested folded nodes
   Product: kdevelop
   Version: unspecified
  Platform: Compiled Sources
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: igor...@gmail.com
  Target Milestone: ---

Application: kdevelop (5.6.40)
 (Compiled from sources)
Qt Version: 5.15.2
Frameworks Version: 5.87.0
Operating System: Linux 5.10.70-1-MANJARO x86_64
Windowing System: X11
Drkonqi Version: 5.22.5
Distribution: Manjaro Linux

-- Information about the crash:
- What I was doing when the application crashed:
1. Fold several non-top-level nodes, then fold their parent nodes.
2. Start debugging.
3. KDevelop crashes as soon as debugging finishes.

I have already implemented a fix and will create a merge request soon.

The crash can be reproduced every time.

-- Backtrace:
Application: KDevelop (kdevelop), signal: Segmentation fault

[KCrash Handler]
#4  0x7fc1aaf91a2c in Kate::TextFolding::importFoldingRanges(QJsonDocument
const&) (this=this@entry=0x557b3834ffd8, folds=...) at
/home/Mint14_home/igor/Install/abs/ktexteditor/src/ktexteditor-5.87.0/src/buffer/katetextfolding.cpp:719
#5  0x7fc1ab082865 in KTextEditor::ViewPrivate::applyFoldingState()
(this=this@entry=0x557b3834fe00) at
/home/Mint14_home/igor/Install/abs/ktexteditor/src/ktexteditor-5.87.0/src/view/kateview.cpp:3789
#6  0x7fc1ab08c1db in
KTextEditor::ViewPrivate::readSessionConfig(KConfigGroup const&, QSet
const&) (this=0x557b3834fe00, config=..., flags=) at
/home/Mint14_home/igor/Install/abs/ktexteditor/src/ktexteditor-5.87.0/src/view/kateview.cpp:1659
#7  0x7fc1ae60df55 in KDevelop::TextView::readSessionConfig(KConfigGroup&)
(this=, config=) at
/usr/src/debug/kdevelop/kdevplatform/shell/textdocument.cpp:663
#8  0x7fc1ae6ae412 in (anonymous
namespace)::loadToAreaPrivate(Sublime::Area*, Sublime::AreaIndex*, KConfigGroup
const&, QMultiMap&) (area=area@entry=0x557b3750c270,
areaIndex=, setGroup=..., recycle=...) at
/usr/include/qt/QtCore/qarraydata.h:143
#9  0x7fc1ae6aefe3 in KDevelop::WorkingSet::loadToArea(Sublime::Area*)
(this=this@entry=0x557b3819f670, area=area@entry=0x557b3750c270) at
/usr/src/debug/kdevelop/kdevplatform/shell/workingsets/workingset.cpp:455
#10 0x7fc1ae6a8526 in
KDevelop::WorkingSetController::changedWorkingSet(Sublime::Area*,
Sublime::Area*, QString const&, QString const&) (this=0x557b373dba90,
area=0x557b3750c270, oldArea=0x557b3747bee0, from=..., to=) at
/usr/src/debug/kdevelop/kdevplatform/shell/workingsetcontroller.cpp:309
#11 0x7fc1acd458c5 in  () at /usr/lib/libQt5Core.so.5
#12 0x7fc1ab29c809 in Sublime::Area::changedWorkingSet(Sublime::Area*,
Sublime::Area*, QString const&, QString const&)
(this=this@entry=0x557b3750c270, _t1=, _t1@entry=0x557b3750c270,
_t2=, _t2@entry=0x557b3747bee0, _t3=..., _t4=...) at
/usr/src/debug/build/kdevplatform/sublime/KDevPlatformSublime_autogen/EWIEGA46WW/moc_area.cpp:341
#13 0x7fc1ab2a06e5 in Sublime::Area::setWorkingSet(QString const&, bool,
Sublime::Area*) (this=this@entry=0x557b3750c270, name=...,
persistent=, oldArea=oldArea@entry=0x557b3747bee0) at
/usr/src/debug/kdevelop/kdevplatform/sublime/area.cpp:470
#14 0x7fc1ae656366 in
KDevelop::DebugController::debuggerStateChanged(KDevelop::IDebugSession::DebuggerState)
(this=, state=) at
/usr/src/debug/kdevelop/kdevplatform/shell/debugcontroller.cpp:402
#15 0x7fc1acd458c5 in  () at /usr/lib/libQt5Core.so.5
#16 0x7fc1ab5c48af in
KDevelop::IDebugSession::stateChanged(KDevelop::IDebugSession::DebuggerState)
(this=, _t1=) at
/usr/src/debug/build/kdevplatform/debugger/KDevPlatformDebugger_autogen/include/moc_idebugsession.cpp:288
#17 0x7fc13a8e0701 in
KDevMI::MIDebugSession::handleDebuggerStateChange(QFlags,
QFlags) (this=0x557b38f403a0, oldState=..., newState=...)
at /usr/src/debug/kdevelop/plugins/debuggercommon/midebugsession.cpp:460
#18 0x7fc13a8e1656 in KDevMI::MIDebugSession::slotDebuggerExited(bool,
QString const&) (this=0x557b38f403a0, abnormal=, msg=...) at
/usr/include/qt/QtCore/qflags.h:121
#19 0x7fc1acd458c5 in  () at /usr/lib/libQt5Core.so.5
#20 0x7fc13a8d6b68 in KDevMI::MIDebugger::exited(bool, QString const&)
(this=this@entry=0x557b38ddc470, _t1=, _t1@entry=false, _t2=...)
at
/usr/src/debug/build/plugins/debuggercommon/kdevdebuggercommon_autogen/EWIEGA46WW/moc_midebugger.cpp:288
#21 0x7fc13a8dcfc3 in KDevMI::MIDebugger::processFinished(int,
QProcess::ExitStatus) (this=0x557b38ddc470, exitCode=0, exitStatus=) at /usr/src/debug/kdevelop/plugins/debuggercommon/midebugger.cpp:361
#22 0x7fc1acd458c5 in  () at /usr/lib/libQt5Core.so.5
#23 0x7fc1acc74c0d in QProcess::finished(int, QProcess::ExitStatu

[plasmashell] [Bug 425271] XembedSNIProxy causes "high" cpu usage

2021-10-31 Thread Leandro Lucarella
https://bugs.kde.org/show_bug.cgi?id=425271

--- Comment #29 from Leandro Lucarella  ---
For me this happens consistently with BackInTime, usually when it runs after
resuming from suspend. When it is doing a backup and the notification area icon
is shown, xembedsniproxy uses ~65% CPU (and xorg 100%).

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

[frameworks-ktexteditor] [Bug 444726] KDevelop crashes when debugging finishes while an open file has several nested folded nodes

2021-10-31 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=444726

Igor Kushnir  changed:

   What|Removed |Added

Version|unspecified |5.87.0
   Assignee|kdevelop-bugs-n...@kde.org  |kwrite-bugs-n...@kde.org
Product|kdevelop|frameworks-ktexteditor
  Component|general |general

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

[frameworks-knewstuff] [Bug 444727] New: search field in widget store isn't focused by default

2021-10-31 Thread elypter
https://bugs.kde.org/show_bug.cgi?id=444727

Bug ID: 444727
   Summary: search field in widget store isn't focused by default
   Product: frameworks-knewstuff
   Version: 5.87.0
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: ad...@leinir.dk
  Reporter: elyp...@yahoo.de
CC: kdelibs-b...@kde.org
  Target Milestone: ---

The control bar widget store has a search button. When clicked a text field
pops up but it isn't focused


STEPS TO REPRODUCE
1. rc on control bar
2. add widgets
3. get new widgets
4. download new widgets
5. press the magnifying glass button

OBSERVED RESULT

search field isn't focused
EXPECTED RESULT
search field should be focused

Operating System: EndeavourOS
KDE Plasma Version: 5.23.2
KDE Frameworks Version: 5.87.0
Qt Version: 5.15.2
Kernel Version: 5.14.14-arch1-1 (64-bit)
Graphics Platform: X11
Processors: 12 × AMD Ryzen 5 5500U with Radeon Graphics
Memory: 7.1 GiB of RAM
Graphics Processor: AMD RENOIR

ADDITIONAL INFORMATION

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

[bugs.kde.org] [Bug 444728] New: Saved Searches are not listed in the page footer

2021-10-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=444728

Bug ID: 444728
   Summary: Saved Searches are not listed in the page footer
   Product: bugs.kde.org
   Version: unspecified
  Platform: unspecified
OS: Unspecified
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: sysad...@kde.org
  Reporter: gjditchfi...@acm.org
CC: she...@kde.org
  Target Milestone: ---

SUMMARY
I have several saved searches, which used to be listed in the home page footer.
 The new layout doesn't list them.  They are still available through
Preferences > Saved Searches, but that is not as convenient.  (Note also the
"Show in Footer" column of Saved Searches, which is meaningless at the moment.)

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

[k3b] [Bug 444729] New: Saving 'Layout' causes unexpected dialog

2021-10-31 Thread Ian
https://bugs.kde.org/show_bug.cgi?id=444729

Bug ID: 444729
   Summary: Saving 'Layout' causes unexpected dialog
   Product: k3b
   Version: 20.12.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: GUI/Usability
  Assignee: k...@kde.org
  Reporter: id012c3...@blueyonder.co.uk
CC: mich...@jabster.pl, tr...@kde.org
  Target Milestone: ---

Created attachment 143062
  --> https://bugs.kde.org/attachment.cgi?id=143062&action=edit
Screenshot showing dialog

SUMMARY
I use k3b to burn a number of CDs.  Having assembled the tracks I hit the
'Save' button and give the layout a name (and the layout is saved).  I burn the
CDs and then (as a previous version of k3b wanted me to) I hit the 'Save'
button again.  Instead of updating the saved layout, it put up a dialog
advising me that it is attempting to overwrite an existing file and that it is
different.  It gives me the option to 'Overwrite', 'Rename', and 'Cancel' - and
also has a button to 'Suggest New Name' but none of them appear to do anything.
 I ended up having to Kill k3b.
If you hit the save button a second time, you expect to overwrite the existing
saved layout - not to be quizzed about doing so.


STEPS TO REPRODUCE
1. Open k3b for a new Audio CD project and add some audio files to the layout.
2. Save the layout by hitting the 'Save' button.
3. (Probably optional) burn the CD.
4. Hit the 'Save' button again.

OBSERVED RESULT
A dialog informing you that the destination already exists - and giving you
options.


EXPECTED RESULT
It should simply update the existing file

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma:  Fedora 34 (Cinnamon)
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

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

[krita] [Bug 442972] Copy/Cut became very slow and bugged

2021-10-31 Thread Lynx3d
https://bugs.kde.org/show_bug.cgi?id=442972

--- Comment #5 from Lynx3d  ---
Yes something seems to have changed, although I have no idea which commit(s)
could be responsible.
The freezing on copy seems gone on master here.

But one regression remains, and it seems to be caused by layers with a
non-transparent default pixel. If you copy and paste from such a layer, the new
layer will be filled entirely with the source's default pixel, and that's also
causing the unexpected dimensions on the "Create from Clipboard" page of the
new document dialog.

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

[digikam] [Bug 444721] Globe in Map Search loses green overlay when panned to certain angles

2021-10-31 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=444721

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #2 from Maik Qualmann  ---
I cannot reproduce the problem here, probably a problem with your graphics card
/ driver. Can you reproduce the problem with the Marble application?

Maik

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

  1   2   3   >