[krusader] [Bug 416764] Crashes after a while

2021-04-15 Thread Heiko Stark
https://bugs.kde.org/show_bug.cgi?id=416764

--- Comment #8 from Heiko Stark  ---
Dear Toni,

I have upgraded my mageia 7 to 8.
Since then, I have not had any crashes.

In MGA8, lib64kf5i18n-devel is not installed.

Currently, the outputs of Krusader look like this:

$ krusader
QCoreApplication::applicationDirPath: Please instantiate the QApplication
object first
07:49:24.420-warning default unknown@0 # QWidget::insertAction: Attempt to
insert null action
07:49:24.422-warning default unknown@0 # QWidget::insertAction: Attempt to
insert null action
07:49:24.430-warning kf.i18n unknown@0 # Trying to convert empty
KLocalizedString to QString.
07:49:57.283-warning default unknown@0 # Unable to find icon
"application-x-wine-extension-ini" of size QSize(22, 22) in any configured
theme
07:50:20.297-warning default unknown@0 # Unable to find icon
"application-x-wine-extension-inf" of size QSize(22, 22) in any configured
theme
07:50:20.767-warning default unknown@0 # Unable to find icon "file-broken" of
size QSize(22, 22) in any configured theme
07:51:08.611-warning qt.svg unknown@0 # Cannot open file
'/home/tiger/Downloads/blender-2.83.0-linux64/blender.svg', because: No such
file or directory
07:51:08.611-warning qt.svg unknown@0 # Cannot open file
'/home/tiger/Downloads/blender-2.83.0-linux64/blender.svg', because: No such
file or directory
07:51:08.612-warning default unknown@0 # Unable to find icon
"/home/tiger/Downloads/blender-2.83.0-linux64/blender.svg" of size QSize(22,
22) in any configured theme
...

Best regards,
Heiko

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

[digikam] [Bug 394544] New tool to export to inaturalist

2021-04-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394544

caulier.gil...@gmail.com changed:

   What|Removed |Added

  Component|Plugin-WebService-WishForNe |Plugin-WebService-iNaturali
   |wTools  |st

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

[digikam] [Bug 394544] New tool to export to inaturalist

2021-04-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394544

--- Comment #9 from caulier.gil...@gmail.com ---
Git commit f33e49a793c87d836718d74e4d241fb131a930f9 by Gilles Caulier.
Committed on 16/04/2021 at 05:35.
Pushed by cgilles into branch 'master'.

fix coding style and code review

M  +1-1NEWS
M  +1-1core/app/views/stack/welcomepageview.cpp
M  +59   -33   core/dplugins/generic/webservices/inaturalist/inatbrowserdlg.cpp
M  +8-6core/dplugins/generic/webservices/inaturalist/inatbrowserdlg.h
M  +1-1core/dplugins/generic/webservices/inaturalist/inatplugin.h
M  +11   -11   core/dplugins/generic/webservices/inaturalist/inatscore.cpp
M  +7-8core/dplugins/generic/webservices/inaturalist/inatscore.h

https://invent.kde.org/graphics/digikam/commit/f33e49a793c87d836718d74e4d241fb131a930f9

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

[frameworks-plasma] [Bug 435715] Plasma crash on start in PlasmaQuick::AppletQuickItem::init()

2021-04-15 Thread Vladyslav
https://bugs.kde.org/show_bug.cgi?id=435715

Vladyslav  changed:

   What|Removed |Added

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

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

[gwenview] [Bug 429967] Gwenview and other apps on Wayland have "transparent" areas (i.e. not being painted)

2021-04-15 Thread Bernie Innocenti
https://bugs.kde.org/show_bug.cgi?id=429967

Bernie Innocenti  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #13 from Bernie Innocenti  ---
> All of those fixes landed in Gwenview 21.04; could you check again once it's 
> released in one week?
> Arch packaging is usually super fast. Thanks!

I can only reproduce this bug on my laptop (Fedora 34 with Intel graphics).

I also tested on my desktop (Arch with amdgpu and KDE built from git). Gwenview
works fine there, both 21.07.70 and the 20.12.3 binary packaged by Arch.

Closing as fixed, I have already filed a bug on Fedora to update their Gwenview
package.

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

[kdeplasma-addons] [Bug 435749] Calculator: allow editing the input

2021-04-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=435749

--- Comment #3 from 2wxsy5823...@opayq.com ---
> KCalc still doesn't allow editing the input.
Oops, sorry.

How about qalculate-gtk? It requires libqalculate and gtk3, and these 2
packages are probably installed - KDE requires libqalculate, and chromium,
audacity, etc. requires gtk3.

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

[kmail2] [Bug 435410] Inconsistency between "Copy/Move Message" in main window and reader window

2021-04-15 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=435410

Laurent Montel  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/pim/
   ||kmail/commit/a6737b4cfd48fb
   ||3ec16de1d7648b5d99dcfea39e

--- Comment #5 from Laurent Montel  ---
Git commit a6737b4cfd48fb3ec16de1d7648b5d99dcfea39e by Laurent Montel, on
behalf of Jonathan Marten.
Committed on 16/04/2021 at 04:46.
Pushed by mlaurent into branch 'master'.

Make the Copy/Move actions in the message reader window work consistently

That is, consistently with those in the main KMail window.  Use those
main window actions to set the text and icon, so that the icon fallback
implemented in Akonadi::StandardActionManager works.  Save the folder
used for a copy or move action in the recently used folder list so that
the list is updated even though we are not using the standard Akonadi
actions.

M  +1-1CMakeLists.txt
M  +17   -9src/kmreadermainwin.cpp

https://invent.kde.org/pim/kmail/commit/a6737b4cfd48fb3ec16de1d7648b5d99dcfea39e

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

[systemsettings] [Bug 435222] Audio settings cause kde session crash when you restart pipewire services

2021-04-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=435222

--- 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.

[akregator] [Bug 322602] Feeds do not update although I'm online

2021-04-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=322602

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |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.

[plasmashell] [Bug 435003] keyboard layout is not shown

2021-04-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=435003

--- Comment #3 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.

[krita] [Bug 419833] Color Smudge Brush treats the space outside of the canvas as transparency

2021-04-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=419833

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #7 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.

[kdenlive] [Bug 435127] Deprecation AVStream.codec Crash

2021-04-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=435127

--- 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.

[krita] [Bug 412062] Empty swatches in palette are replaced by black on reloading krita.

2021-04-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=412062

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.

[kdenlive] [Bug 419513] a fade out doesn't work

2021-04-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=419513

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.

[digikam] [Bug 394544] New tool to export to inaturalist

2021-04-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394544

caulier.gil...@gmail.com changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/digikam/commit/6c20652
   ||14abff2d14af50c4640a72e5fde
   ||b6528c
   Version Fixed In|7?3 |7.3.0

--- Comment #8 from caulier.gil...@gmail.com ---
Git commit 6c2065214abff2d14af50c4640a72e5fdeb6528c by Nor Eply.
Committed on 11/04/2021 at 04:43.
Pushed by cgilles into branch 'master'.

export plugin for iNaturalist

M  +1-0core/dplugins/generic/webservices/CMakeLists.txt
A  +46   -0core/dplugins/generic/webservices/inaturalist/CMakeLists.txt
A  +---   
core/dplugins/generic/webservices/inaturalist/icons/16-apps-dk-inat.png
A  +---   
core/dplugins/generic/webservices/inaturalist/icons/22-apps-dk-inat.png
A  +---   
core/dplugins/generic/webservices/inaturalist/icons/32-apps-dk-inat.png
A  +---   
core/dplugins/generic/webservices/inaturalist/icons/48-apps-dk-inat.png
A  +11   -0   
core/dplugins/generic/webservices/inaturalist/icons/CMakeLists.txt
A  +354  -0core/dplugins/generic/webservices/inaturalist/inatbrowserdlg.cpp
[License: GPL (v2+)]
A  +91   -0core/dplugins/generic/webservices/inaturalist/inatbrowserdlg.h  
  [License: GPL (v2+)]
A  +115  -0core/dplugins/generic/webservices/inaturalist/inatplugin.cpp
[License: GPL (v2+)]
A  +71   -0core/dplugins/generic/webservices/inaturalist/inatplugin.h
[License: GPL (v2+)]
A  +125  -0core/dplugins/generic/webservices/inaturalist/inatscore.cpp
[License: GPL (v2+)]
A  +80   -0core/dplugins/generic/webservices/inaturalist/inatscore.h
[License: GPL (v2+)]
A  +435  -0core/dplugins/generic/webservices/inaturalist/inatsuggest.cpp   
 [License: GPL (v2+)]
A  +86   -0core/dplugins/generic/webservices/inaturalist/inatsuggest.h
[License: GPL (v2+)]
A  +1281 -0core/dplugins/generic/webservices/inaturalist/inattalker.cpp
[License: GPL (v2+)]
A  +253  -0core/dplugins/generic/webservices/inaturalist/inattalker.h
[License: GPL (v2+)]
A  +184  -0core/dplugins/generic/webservices/inaturalist/inattaxon.cpp
[License: GPL (v2+)]
A  +88   -0core/dplugins/generic/webservices/inaturalist/inattaxon.h
[License: GPL (v2+)]
A  +48   -0core/dplugins/generic/webservices/inaturalist/inattaxonedit.cpp 
   [License: GPL (v2+)]
A  +53   -0core/dplugins/generic/webservices/inaturalist/inattaxonedit.h   
 [License: GPL (v2+)]
A  +320  -0core/dplugins/generic/webservices/inaturalist/inatutils.cpp
[License: GPL (v2+)]
A  +68   -0core/dplugins/generic/webservices/inaturalist/inatutils.h
[License: GPL (v2+)]
A  +231  -0core/dplugins/generic/webservices/inaturalist/inatwidget.cpp
[License: GPL (v2+)]
A  +71   -0core/dplugins/generic/webservices/inaturalist/inatwidget.h
[License: GPL (v2+)]
A  +107  -0core/dplugins/generic/webservices/inaturalist/inatwidget_p.h
[License: GPL (v2+)]
A  +1128 -0core/dplugins/generic/webservices/inaturalist/inatwindow.cpp
[License: GPL (v2+)]
A  +120  -0core/dplugins/generic/webservices/inaturalist/inatwindow.h
[License: GPL (v2+)]

https://invent.kde.org/graphics/digikam/commit/6c2065214abff2d14af50c4640a72e5fdeb6528c

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

[digikam] [Bug 394544] New tool to export to inaturalist

2021-04-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394544

caulier.gil...@gmail.com changed:

   What|Removed |Added

   Version Fixed In||7?3
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from caulier.gil...@gmail.com ---
fixed with this merge request : 

https://invent.kde.org/graphics/digikam/-/merge_requests/59

Gilles Caulier

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

[krita] [Bug 430809] There is a bug whose resolution goes down from 300 to 299 when you save the picture after changing it to cmyk.

2021-04-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=430809

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 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.

[kdenlive] [Bug 414412] Kdenlive is broken on latest version of windows

2021-04-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=414412

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.

[krita] [Bug 393704] exiting fullscreen does not work the first time.

2021-04-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=393704

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #8 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 434528] Plasma firewall module crashed when opened twice

2021-04-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=434528

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|BACKTRACE   |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.

[kdenlive] [Bug 415552] clip to timeline

2021-04-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=415552

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|FIXED   |WORKSFORME

--- Comment #3 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.

[akregator] [Bug 391372] Articles columns are not remembered

2021-04-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=391372

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.

[akregator] [Bug 390682] Keyboard shortcuts does not work properly

2021-04-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=390682

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.

[klipper] [Bug 404155] Need to select/click on last copied item to enable copying it

2021-04-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=404155

--- 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.

[kdenlive] [Bug 405493] Kdenlive is running barcodes in the video editor and gets very annoying to mend with the video and small square frame

2021-04-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=405493

--- Comment #3 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.

[klipper] [Bug 166601] history/menu appears of screen in a multiscreen setup

2021-04-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=166601

--- Comment #4 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.

[kdenlive] [Bug 379613] Folder Navigation Problem in Kdenlive on Windows 7

2021-04-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=379613

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.

[kdenlive] [Bug 427837] Changing "Real - time preview (drop frames)" monitor setting will cause freeze

2021-04-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=427837

--- 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.

[klipper] [Bug 409168] Add an option to save the qrcodes and to print them

2021-04-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=409168

--- 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.

[kdenlive] [Bug 388385] Rendering as parts: lost frames

2021-04-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=388385

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.

[klipper] [Bug 404717] Plasma crash with Klipper

2021-04-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=404717

--- 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.

[klipper] [Bug 385748] List starts with oldest entries

2021-04-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=385748

--- 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.

[klipper] [Bug 370732] klipper faulty behaviour when launched twice (erratic interaction with clipboard/input)

2021-04-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=370732

--- 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.

[kdenlive] [Bug 367693] git master - Preview render problem: isn't always rendering timeline properly (video example included)

2021-04-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=367693

--- Comment #10 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.

[Falkon] [Bug 434238] Unable to log into Google account with the default JavaScript settings

2021-04-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=434238

talloww...@gmail.com changed:

   What|Removed |Added

 CC||talloww...@gmail.com

--- Comment #6 from talloww...@gmail.com ---
Happened to me too, 

Workaround: send firefox browser ID.
It's in Preferences, Other, Change Browser / Navigator ID. (translations vary)
then select 

Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0

either globally or for 'google.com'

(Thanks to Franco https://bugs.kde.org/show_bug.cgi?id=416273#c1)

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

[plasma-nm] [Bug 432947] Disconnecting from a network hangs Plasma for a moment

2021-04-15 Thread soshial
https://bugs.kde.org/show_bug.cgi?id=432947

soshial  changed:

   What|Removed |Added

 CC||sosh...@gmail.com

--- Comment #8 from soshial  ---
The bugs always reproduces when doing these steps:
1. Connect to WiFi and wireguard VPN.
2. OpenNetworks dialog and turn off only WiFi (and leave VPN connected)

Observed results:
All KDE dialog and systembar hangs for 7-10 seconds. 

My system:
Manjaro Linux, KDE Plasma Version: 5.21.3
KDE Frameworks Version: 5.80.0
Qt Version: 5.15.2

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

[kolourpaint] [Bug 435795] New: KolourPaint file extension bug

2021-04-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=435795

Bug ID: 435795
   Summary: KolourPaint file extension bug
   Product: kolourpaint
   Version: 20.08
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kolourpaint-supp...@lists.sourceforge.net
  Reporter: vmel...@yahoo.com
  Target Milestone: ---

SUMMARY
KoulourPaint version 20.08.1 doesn’t automatically append the filename
extension.

STEPS TO REPRODUCE
1. Open KoulourPaint.
2. Click on File -> Save As
3. The Save As dialog box comes up.
4. Set the file filter to PNG.
5. At the bottom, checkmark Automatically select filename extension (.png)
6. Give it a filename such as filename.2020 and click on Save.
7. The filename is not given the .png extension because a dot is present in the
filename.
8. If you name your file filename2020, then it appends .png

OBSERVED RESULT
The filename ends up as filename.2020
It does not append the .png

EXPECTED RESULT
filename.2020.png

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Operating System: Kubuntu 20.10
KDE Plasma Version: 5.19.5
KDE Frameworks Version: 5.74.0
Qt Version: 5.14.2

ADDITIONAL INFORMATION

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

[kdeconnect] [Bug 434348] Crash in com.google.android.mms.pdu_alt.PduPersister.load(PduPersister.java:675)

2021-04-15 Thread Simon Redman
https://bugs.kde.org/show_bug.cgi?id=434348

Simon Redman  changed:

   What|Removed |Added

  Latest Commit||edd9d0d8af1af7bb6c918f598b8
   ||f21e8c2617039
 Status|ASSIGNED|RESOLVED
   Version Fixed In||edd9d0d8af1af7bb6c918f598b8
   ||f21e8c2617039
 Resolution|--- |FIXED

--- Comment #2 from Simon Redman  ---
Fixed in edd9d0d8af1af7bb6c918f598b8f21e8c2617039

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

[krita] [Bug 435794] New: when select tool option then fill gradient on vector, always crash

2021-04-15 Thread resagi
https://bugs.kde.org/show_bug.cgi?id=435794

Bug ID: 435794
   Summary: when select tool option  then fill gradient on vector,
always crash
   Product: krita
   Version: 4.4.3
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: Tools/Vector
  Assignee: krita-bugs-n...@kde.org
  Reporter: resferer@outlook.co.id
  Target Milestone: ---

Created attachment 137647
  --> https://bugs.kde.org/attachment.cgi?id=137647=edit
when select tool option  then fill gradient on vector, always crash

SUMMARY


STEPS TO REPRODUCE
1. new file
2. add vector layer
3. make box using rectangle tools
4.select tools 
5.make gradient fill on tools option

OBSERVED RESULT
CRASH 

EXPECTED RESULT
fill gradient ON VECTOR LAYER

Krita

 Version: 4.4.3
 Languages: en_US, en
 Hidpi: true

Qt

  Version (compiled): 5.12.9
  Version (loaded): 5.12.9

OS Information

  Build ABI: x86_64-little_endian-llp64
  Build CPU: x86_64
  CPU: x86_64
  Kernel Type: winnt
  Kernel Version: 10.0.19041
  Pretty Productname: Windows 10 (10.0)
  Product Type: windows
  Product Version: 10

OpenGL Info

  Vendor:  "Google Inc." 
  Renderer:  "ANGLE (NVIDIA GeForce GT 740M Direct3D11 vs_5_0 ps_5_0)" 
  Version:  "OpenGL ES 3.0 (ANGLE 2.1.0.57ea533f79a7)" 
  Shading language:  "OpenGL ES GLSL ES 3.00 (ANGLE 2.1.0.57ea533f79a7)" 
  Requested format:  QSurfaceFormat(version 3.0, options
QFlags(DeprecatedFunctions), depthBufferSize 24,
redBufferSize 8, greenBufferSize 8, blueBufferSize 8, alphaBufferSize 8,
stencilBufferSize 8, samples -1, swapBehavior QSurfaceFormat::DoubleBuffer,
swapInterval 0, colorSpace QSurfaceFormat::DefaultColorSpace, profile 
QSurfaceFormat::CompatibilityProfile) 
  Current format:QSurfaceFormat(version 3.0, options
QFlags(), depthBufferSize 24, redBufferSize 8,
greenBufferSize 8, blueBufferSize 8, alphaBufferSize 8, stencilBufferSize 8,
samples 0, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 0,
colorSpace QSurfaceFormat::DefaultColorSpace, profile 
QSurfaceFormat::NoProfile) 
 Version: 3.0
 Supports deprecated functions false 
 is OpenGL ES: true 

QPA OpenGL Detection Info 
  supportsDesktopGL: true 
  supportsAngleD3D11: true 
  isQtPreferAngle: true 

Hardware Information

  GPU Acceleration: angle
  Memory: 8013 Mb
  Number of Cores: 4
  Swap Location: C:/Users/resfe/AppData/Local/Temp

Current Settings

  Current Swap Location: C:/Users/resfe/AppData/Local/Temp
  Current Swap Location writable: true
  Undo Enabled: true
  Undo Stack Limit: 30
  Use OpenGL: true
  Use OpenGL Texture Buffer: true
  Use AMD Vectorization Workaround: false
  Canvas State: OPENGL_SUCCESS
  Autosave Interval: 900
  Use Backup Files: true
  Number of Backups Kept: 1
  Backup File Suffix: ~
  Backup Location: Same Folder as the File
  Backup Location writable: false
  Use Win8 Pointer Input: false
  Use RightMiddleTabletButton Workaround: false
  Levels of Detail Enabled: false
  Use Zip64: false


Display Information
Number of screens: 2
Screen: 0
Name: \\.\DISPLAY1
Depth: 32
Scale: 1
Resolution in pixels: 1366x768
Manufacturer: 
Model: 
Refresh Rate: 60
Screen: 1
Name: \\.\DISPLAY2
Depth: 32
Scale: 1
Resolution in pixels: 1280x1024
Manufacturer: 
Model: 
Refresh Rate: 60

Current Settings

  Current Swap Location: C:/Users/resfe/AppData/Local/Temp
  Current Swap Location writable: true
  Undo Enabled: true
  Undo Stack Limit: 30
  Use OpenGL: true
  Use OpenGL Texture Buffer: true
  Use AMD Vectorization Workaround: false
  Canvas State: OPENGL_SUCCESS
  Autosave Interval: 900
  Use Backup Files: true
  Number of Backups Kept: 1
  Backup File Suffix: ~
  Backup Location: Same Folder as the File
  Backup Location writable: false
  Use Win8 Pointer Input: false
  Use RightMiddleTabletButton Workaround: false
  Levels of Detail Enabled: false
  Use Zip64: false

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

[dolphin] [Bug 196772] Dolphin tree view needs method to expand and collapse all/selected nodes

2021-04-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=196772

vmel...@yahoo.com changed:

   What|Removed |Added

 CC||vmel...@yahoo.com

--- Comment #7 from vmel...@yahoo.com ---
I would implement this via a popup menu.
In other words, Dolphin would be in tree view mode.
The user right clicks the folder.
A popup menu opens.
Click on Expand This Folder.
or
Click on Collapse This Folder.

I don't think there is a need for a keyboard shortcut for this feature.

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

[krita] [Bug 435670] Adding two shapes from vector library results in an assert

2021-04-15 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=435670

vanyossi  changed:

   What|Removed |Added

 CC||ghe...@gmail.com

--- Comment #3 from vanyossi  ---
Line was introduced in 09519feaf10804d7242a44e36b472aa13e809055 and seems
harmless, it could even be a if case.

I never get a crash nor a freeze, Safe asserts are triggered even if onyl one
shape is in the vector layer prior to be D, they keep printing over and over
againas long as I don't drop the vector shape (that is why they vary) and move
the cursor with the D action still active.


The second line comes from 2617900662ff7046d79249077053ed which could
potentially be the backtrace you are seeing.

however I never get a crash/freeze so the issue could be or could not be
related to those commits.

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

[krita] [Bug 435657] (5.0.0 prealpha 4cca3e9600) drag-and-dropping image from web browser doesn't work anymore

2021-04-15 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=435657

vanyossi  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||ghe...@gmail.com
 Status|REPORTED|NEEDSINFO

--- Comment #1 from vanyossi  ---
I just tested (db8a16ff4580) and it places png with transparency correctly.
this is on macOS and D from Firefox

Is this still happening? nightly build is actively worked on and new additions
can break things until we notice and fix them.

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

[Powerdevil] [Bug 435754] Keyboard backlight does not turn back on after opening laptop lid if it was already on before closing the lid.

2021-04-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=435754

Nate Graham  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |INTENTIONAL

--- Comment #3 from Nate Graham  ---
Then this is actually working as expected, because the system only changes
things when the power cord is plugged in or unplugged, or when the system
enters or leaves low battery status. It doesn't change anything in response to
lid closure or opening events.

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

[kdenlive] [Bug 393668] Add keyframes to effects

2021-04-15 Thread farid
https://bugs.kde.org/show_bug.cgi?id=393668

farid  changed:

   What|Removed |Added

 Status|REOPENED|CONFIRMED

--- Comment #5 from farid  ---
Also missing Gaussian Blur effect

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

[kdenlive] [Bug 393668] Add keyframes to effects

2021-04-15 Thread farid
https://bugs.kde.org/show_bug.cgi?id=393668

farid  changed:

   What|Removed |Added

 CC||snd.no...@gmail.com

--- Comment #4 from farid  ---
Also missing Glitch0r effect

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

[kdenlive] [Bug 435793] New: 100% CPU usage when playing 4K clip that VLC plays at 15% CPU

2021-04-15 Thread Dan Dascalescu
https://bugs.kde.org/show_bug.cgi?id=435793

Bug ID: 435793
   Summary: 100% CPU usage when playing 4K clip that VLC plays at
15% CPU
   Product: kdenlive
   Version: 20.12.3
  Platform: Appimage
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Video Display & Export
  Assignee: j...@kdenlive.org
  Reporter: ddascalescu+...@gmail.com
  Target Milestone: ---

Created attachment 137646
  --> https://bugs.kde.org/attachment.cgi?id=137646=edit
CPU usage

When I play 4K clips in Kdenlive like this one[1], CPU utilization goes to 100%
on all 8 cores. Changing the preview resolution to 270p doesn't help at all.

My laptop is a ThinkPad X1C with 16GB RAM and Mesa Intel UHD Graphics 620.
I’m using KDE Neon 5.21.4 on X11. The Configuration wizard says "no hardware
encoders found" and "Using MLT 6.25.0".

VLC plays the same clips at under 15% CPU utilization.

My goal is to scrub rapidly through clips, but dragging the playhead takes ~2
seconds to seek.

[1]:
https://drive.google.com/file/d/1WZsD2bXUJvvCMYVKSbuID539y4WVZ4NZ/view?usp=sharing

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

[Powerdevil] [Bug 435754] Keyboard backlight does not turn back on after opening laptop lid if it was already on before closing the lid.

2021-04-15 Thread Dave
https://bugs.kde.org/show_bug.cgi?id=435754

--- Comment #2 from Dave  ---
I just now had time to try it, and the keyboard backlight turned back on after
disconnecting and reconnecting the AC adapter.

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

[bugs.kde.org] [Bug 435790] docs.kde.org component description typo

2021-04-15 Thread Nicolás Alvarez
https://bugs.kde.org/show_bug.cgi?id=435790

Nicolás Alvarez  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||nalva...@kde.org
 Status|REPORTED|RESOLVED

--- Comment #1 from Nicolás Alvarez  ---
Fixed, thanks!

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

[kmymoney] [Bug 435752] Selecting icon sets is not supported on Windows

2021-04-15 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=435752

Dawid Wróbel  changed:

   What|Removed |Added

 CC||m...@dawidwrobel.com

--- Comment #1 from Dawid Wróbel  ---
Quite sure I removed the icons settings panel for Mac and Windows in master
already.

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

[plasmashell] [Bug 435533] Keyboard layout change OSD no longer appears on X11 when switching using Alt+Shift chord

2021-04-15 Thread Andrey
https://bugs.kde.org/show_bug.cgi?id=435533

Andrey  changed:

   What|Removed |Added

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

--- Comment #6 from Andrey  ---
I suppose you are speaking about Alternative shortcut in KCM for changing
layout.
Because for Main shortcut, it never worked on X11.

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

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

2021-04-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=402017

kingfa...@gmail.com changed:

   What|Removed |Added

 CC||kingfa...@gmail.com

--- Comment #62 from kingfa...@gmail.com ---
(In reply to Karl from comment #59)
> This bug is a pain.. 
> 
> I found a way to recover using PV .. a work-around
> 
> 1) find the process+fd by looking directly in /proc:
> 
> ls -al /proc/*/fd/* 2>/dev/null | grep {filename}
> 
> 2) Then with pv thrown in:
> 
> tail -c +0 -f /proc/{procnum}/fd/{fdnum} | pv -s {expectedsize} >
> {recovery_filename}
> 
> You may need to Ctrl-C when done (ls /proc/{procnum}/fd/{fdnum} will tell
> you that the file no longer exists)), but if you know the exact size in
> bytes, you can use pv -S to make it exit when the count is reached.


This bug has caused me a lot of troubles, lost nerves and data, incredibly
frustrating that this is ongoing for 3 years. I'm happy you were able to find a
workaround. Can you maybe give a further explanation? Are you supposed to close
Okular throughout? I tried copying into another directory using
{recovery_filename}, but the progress chart does not move. I'm not able to
create files inside that folder either. It keeps being stuck at 0Bytes and does
not change.

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

[drkonqi] [Bug 435792] New: Bug reporting address for kdeinit5

2021-04-15 Thread Dan Dascalescu
https://bugs.kde.org/show_bug.cgi?id=435792

Bug ID: 435792
   Summary: Bug reporting address for kdeinit5
   Product: drkonqi
   Version: 5.21.4
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: task
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: ddascalescu+...@gmail.com
  Target Milestone: ---

Per 435750 comment 1:

kdeinit5 crashed, but I couldn't report it "because kdeinit5 does not provide a
bug reporting address". Would it be possible to add such an address?

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

[kwin] [Bug 432750] No generic way to re-map keys on Wayland

2021-04-15 Thread Andrey
https://bugs.kde.org/show_bug.cgi?id=432750

--- Comment #9 from Andrey  ---
Oh, sorry.. We have it too!
There is Preview button in the KCM :)

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

[docs] [Bug 435788] Top search result for "krusader key bindings" is a broken link

2021-04-15 Thread Luigi Toscano
https://bugs.kde.org/show_bug.cgi?id=435788

Luigi Toscano  changed:

   What|Removed |Added

 Resolution|--- |INTENTIONAL
 CC||luigi.tosc...@tiscali.it
 Status|REPORTED|RESOLVED

--- Comment #1 from Luigi Toscano  ---
The link have changed and there are currently no plans to bring back the old
ones. I guess we need to wait until google should the indexes in a few days.

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

[krita] [Bug 431681] Unable to use bluetooth keyboard shortcuts after accidentally tapping pagezoom textbox

2021-04-15 Thread Dorian Zambo
https://bugs.kde.org/show_bug.cgi?id=431681

--- Comment #8 from Dorian Zambo  ---
Update to this bug, I've learned that you don't need to restart Krita to get
everything working again, you just need to go to the the three dots ->
settings-> configure Krita menu. Once you've opened the menu, closing it by
pressing cancel will render all 1 button hotkeys usable again. I really don't
know how this works but I hope this helps!

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

[docs] [Bug 435791] New: Mention when Ctrl+Down arrow works for Krusader

2021-04-15 Thread Dan Dascalescu
https://bugs.kde.org/show_bug.cgi?id=435791

Bug ID: 435791
   Summary: Mention when Ctrl+Down arrow works for Krusader
   Product: docs
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Missing Content
  Assignee: kde-doc-engl...@kde.org
  Reporter: ddascalescu+...@gmail.com
  Target Milestone: ---

At https://docs.kde.org/stable5/en/krusader/krusader/keyboard-commands.html, I
see "After Ctrl+Down arrow you are in the Terminal emulator and you can type
any command you desire."

I found that to not work, which turned out to be because Settings -> Show
Embedded Terminal was unchecked. The documentation should mention having to
check that beforehand.

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

[bugs.kde.org] [Bug 435790] New: docs.kde.org component description typo

2021-04-15 Thread Dan Dascalescu
https://bugs.kde.org/show_bug.cgi?id=435790

Bug ID: 435790
   Summary: docs.kde.org component description typo
   Product: bugs.kde.org
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: product/component changes
  Assignee: sysad...@kde.org
  Reporter: ddascalescu+...@gmail.com
CC: christo...@krop.fr
  Target Milestone: ---

The description of the "Missing Content" component ironically misses an "is":

"Documentation that missing or incomplete"

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

[kwin] [Bug 432750] No generic way to re-map keys on Wayland

2021-04-15 Thread Andrey
https://bugs.kde.org/show_bug.cgi?id=432750

--- Comment #8 from Andrey  ---
Just realized we don't even have current layout and physical keyboard
visualization.
See what Gnome and xkbprint can do:
https://superuser.com/questions/1293956/show-keyboard-geometry-model-in-gnome

Gnome even allows to interactively test your layout, which is extremely useful.

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

[krusader] [Bug 435636] Pressing F3 key does not open KrViewer but crashes

2021-04-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=435636

--- Comment #3 from nedoma.michael+...@gmail.com ---
Created attachment 137645
  --> https://bugs.kde.org/attachment.cgi?id=137645=edit
attached the file as per request. NOD antivirus settings export

This is an export from Nod antivirus for Linux (must use it in order to comply
with BYOD). The attached file has been stripped of the license information, but
KrViewer will still crash even after the export being edited. The file is not
being held by any app and even if I copy it somewhere else and/or reboot the
system, the KrViewer will crash uppon opening this file, as per first report.

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

[frameworks-plasma] [Bug 435789] New: This easy reproducible Bug leads to crashing the whole desktop

2021-04-15 Thread Oscar
https://bugs.kde.org/show_bug.cgi?id=435789

Bug ID: 435789
   Summary: This easy reproducible Bug leads to crashing the whole
desktop
   Product: frameworks-plasma
   Version: 5.80.0
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: components
  Assignee: notm...@gmail.com
  Reporter: oscarausber...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: ---

SUMMARY


STEPS TO REPRODUCE
1. You have to select wayland (its only on wayland!)
2. Open Firefox and create a minimum of 2 tabs
3. "Split" the tabs

OBSERVED RESULT


EXPECTED RESULT
You can still use firefox or programms that are openend. But the Desktop is
crashed, and your wallpaper is black

SOFTWARE/OS VERSIONS
Windows: Windows 10
macOS: 
Linux/KDE Plasma: 5sma: Plugin based UI ru.21
(available in About System)
KDE Plasma Version: 5.21.3
KDE Frameworks Version: 5.80.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
The desktop is crashing everytime (i tried it on Reborn OS , endeavour Os,
manjaro , Garuda.)

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

[krusader] [Bug 435636] Pressing F3 key does not open KrViewer but crashes

2021-04-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=435636

--- Comment #2 from nedoma.michael+...@gmail.com ---
(In reply to Toni Asensi Esteve from comment #1)
> 
> Thanks for caring. Could you attach that file?
Hello, I am attaching the file in few moments. I had two lines due to privacy
reasons (licensing), but even with that being removed, it will still crash as
previously.

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

[docs] [Bug 435788] New: Top search result for "krusader key bindings" is a broken link

2021-04-15 Thread Dan Dascalescu
https://bugs.kde.org/show_bug.cgi?id=435788

Bug ID: 435788
   Summary: Top search result for "krusader key bindings" is a
broken link
   Product: docs
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: docs.kde.org
  Assignee: kde-doc-engl...@kde.org
  Reporter: ddascalescu+...@gmail.com
  Target Milestone: ---

Googling "krusader key bindings" returns first

https://docs.kde.org/stable5/en/extragear-utils/krusader//key_bindings.html

which 404's.

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

[kdeplasma-addons] [Bug 435749] Calculator: allow editing the input

2021-04-15 Thread Dan Dascalescu
https://bugs.kde.org/show_bug.cgi?id=435749

--- Comment #2 from Dan Dascalescu  ---
KCalc still doesn't allow editing the input.

KRunner does, but it's not a "real" window, and goes away if I switch focus to
another application to copy input from there or inspect something else.

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

[gwenview] [Bug 429967] Gwenview and other apps on Wayland have "transparent" areas (i.e. not being painted)

2021-04-15 Thread Rex Dieter
https://bugs.kde.org/show_bug.cgi?id=429967

Rex Dieter  changed:

   What|Removed |Added

 CC||rdie...@gmail.com

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

[plasmashell] [Bug 435738] Tray icon for Albert launcher fails to display

2021-04-15 Thread RedBearAK
https://bugs.kde.org/show_bug.cgi?id=435738

--- Comment #2 from RedBearAK  ---
(In reply to Konrad Materka from comment #1)
> Can you provide a link to the application?

The Albert GitHub thread that led to me asking for assistance on narrowing down
the cause of this issue: 

https://github.com/albertlauncher/albert/issues/343

How to install Albert launcher: 

https://albertlauncher.github.io/installing/

Direct link to the openSUSE Open Build Service (OBS) page I usually use to
install Albert on various distros: 

https://software.opensuse.org/download.html?project=home:manuelschneid3r=albert

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

[plasmashell] [Bug 433170] Option to change update interval

2021-04-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=433170

pic...@gmail.com changed:

   What|Removed |Added

 CC||pic...@gmail.com

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

[plasmashell] [Bug 435787] New: "rrow" doesn't find playback arrow buttons in Emoji selector

2021-04-15 Thread Dan Dascalescu
https://bugs.kde.org/show_bug.cgi?id=435787

Bug ID: 435787
   Summary: "rrow" doesn't find playback arrow buttons in Emoji
selector
   Product: plasmashell
   Version: 5.21.4
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Emoji Selector
  Assignee: plasma-b...@kde.org
  Reporter: ddascalescu+...@gmail.com
  Target Milestone: 1.0

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

Searching for "rrow" finds blue arrows, but not the playback arrow emojis.

Typing "arrow" does find the playback ones as well.

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

[kwin] [Bug 435742] [Plasma Mobile] Crash in kwin_wayland

2021-04-15 Thread Richard Ullger
https://bugs.kde.org/show_bug.cgi?id=435742

Richard Ullger  changed:

   What|Removed |Added

 Resolution|BACKTRACE   |---
 Status|NEEDSINFO   |REPORTED

--- Comment #4 from Richard Ullger  ---
Needed (gdb) thread apply all bt full

coredumpctl gdb 3396
   PID: 3396 (kwin_wayland)
   UID: 1000 (richard)
   GID: 1000 (richard)
Signal: 11 (SEGV)
 Timestamp: Thu 2021-04-15 21:21:04 BST (1h 14min ago)
  Command Line: kwin_wayland --wayland_fd 4 --xwayland
/home/richard/kde/usr/lib/libexec/startplasma-waylandsession
Executable: /home/richard/kde/usr/bin/kwin_wayland
 Control Group: /user.slice/user-1000.slice/session-3.scope
  Unit: session-3.scope
 Slice: user-1000.slice
   Session: 3
 Owner UID: 1000 (richard)
   Boot ID: 0cda462f126f472cb8d4ac870b350759
Machine ID: cbdca0011fc949b68c6fb34f1c74a5d0
  Hostname: richards-pinetab
   Storage:
/var/lib/systemd/coredump/core.kwin_wayland.1000.0cda462f126f472cb8d4ac870b350759.3396.161851806400.zst
(present)
 Disk Size: 1.1M
   Message: Process 3396 (kwin_wayland) of user 1000 dumped core.

Stack trace of thread 3396:
#0  0xbc1f5294 n/a (n/a + 0x0)
#1  0xcbf013f8 n/a (n/a + 0x0)
#2  0xcbeff7ac n/a (n/a + 0x0)
#3  0x83732538 n/a (n/a + 0x0)
#4  0xcbf00124 n/a (n/a + 0x0)

GNU gdb (GDB) 10.1
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "aarch64-unknown-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /home/richard/kde/usr/bin/kwin_wayland...
[New LWP 3396]
[New LWP 3397]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Core was generated by `kwin_wayland --wayland_fd 4 --xwayland
/home/richard/kde/usr/lib/libexec/startp'.
Program terminated with signal SIGSEGV, Segmentation fault.
--Type  for more, q to quit, c to continue without paging--c
#0  0xbc1f5294 in ?? ()
[Current thread is 1 (Thread 0x7f629490 (LWP 3396))]
(gdb) thread apply all bt full

Thread 2 (Thread 0x7e5bafe0 (LWP 3397)):
#0  0x837d7e64 in poll () at /usr/lib/libc.so.6
#1  0x873b2828 in  () at /usr/lib/libglib-2.0.so.0
#2  0x873b29b4 in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0   
#3  0x842903d8 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x84221cf4 in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x83ff8f84 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x874df5ac in  () at /usr/lib/libQt5DBus.so.5
#7  0x83ffa888 in  () at /usr/lib/libQt5Core.so.5
#8  0x83cebf44 in start_thread () at /usr/lib/libpthread.so.0
#9  0x837e195c in thread_start () at /usr/lib/libc.so.6

Thread 1 (Thread 0x7f629490 (LWP 3396)):
#0  0xbc1f5294 in  ()
#1  0xcbf013f8 in KWin::ApplicationWayland::performStartup()
(this=0xd061eb08) at
/home/richard/kde/src/plasma/kwin/src/main_wayland.cpp:159
#2  0xcbeff7ac in main(int, char**) (argc=,
argv=) at
/home/richard/kde/src/plasma/kwin/src/main_wayland.cpp:800
userSignals = {__val = {2560, 281474177821776, 187650543042848, 6, 7,
18--Type  for more, q to quit, c to continue without paging--c
7650543236616, 5, 281474177821776, 187650543042848, 281474177821840,
281472887104736, 187650543042752, 0, 281474177821840, 281472887104764,
187650543042752}}
environment = {d = {d = 0xf23b45c0}}
a = { = {}, static
staticMetaObject = {d = {superdata = {direct = 0x8733e5b0
}, stringdata =
0xcbf5c1a8 , data =
0xcbf5c400 , static_metacall =
0xcbf00210 , relatedMetaObjects = 0x0, extradata = 0x0}},
m_startXWayland = true, m_applicationsToStart = {> =
{> = {}, {p = {static shared_null
= {ref = {atomic = {_q_value = {> = {static
_S_alignment = 4, _M_i = -1}, static is_always_lock_free = true}}}, alloc = 0,
begin = 0, end = 0, array = {0x0}}, d = 0xf2447800}, d = 0xf2447800}},
}, m_inputMethodServerToStart = {static null = {}, d = 0x8433a050 }, m_environment = {d 

[kdenlive] [Bug 415420] cjk input of apt install and flatpak (appimage)

2021-04-15 Thread farid
https://bugs.kde.org/show_bug.cgi?id=415420

farid  changed:

   What|Removed |Added

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

--- Comment #9 from farid  ---
Could you please test the latest versions.

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

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

2021-04-15 Thread Stefan
https://bugs.kde.org/show_bug.cgi?id=425271

--- Comment #19 from Stefan  ---
I'm using firefox too but not keepass

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

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

2021-04-15 Thread Konrad Materka
https://bugs.kde.org/show_bug.cgi?id=425271

--- Comment #18 from Konrad Materka  ---
intlhouseofdan, can you be more specific? Which version of Keepass are you
using? On my distro (Neon) I have 3:
* keepassx (uses SNI)
* keepassxc (uses SNI)
* keepass2 (implemented in Mono, uses XEmbed) - only this one can cause
troubles

Do you have any addons installed in Firefox that comunicates with Keepass?

I'm trying to reproduce this issue but I can't without more precise
description.

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

[kwin] [Bug 435786] Monitor stays black after plugging in

2021-04-15 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=435786

--- Comment #2 from Nicolas Fella  ---
The same laptop + monitor combination has worked in the past.

The log has
kwin_wayland_drm: Received hot plug event for monitored drm device
kwin_wayland_drm: Creating connector 103
kwin_wayland_drm: Found property DPMS with value 3
kwin_wayland_drm: Found property non-desktop with value 0
kwin_wayland_drm: Found property CRTC_ID with value 0
kwin_wayland_drm: Could not find property "EDID"
kwin_wayland_drm: Could not find edid for connector DrmObject(103, gpu:
KWin::DrmGpu(0x55ec1e7093b0))
kwin_wayland_drm: Creating connector 113
kwin_wayland_drm: Found property DPMS with value 3
kwin_wayland_drm: Found property non-desktop with value 0
kwin_wayland_drm: Found property CRTC_ID with value 0
kwin_wayland_drm: Could not find property "EDID"
kwin_wayland_drm: Could not find edid for connector DrmObject(113, gpu:
KWin::DrmGpu(0x55ec1e7093b0))
kwin_wayland_drm: Creating connector 119
kwin_wayland_drm: Found property DPMS with value 3
kwin_wayland_drm: Found property non-desktop with value 0
kwin_wayland_drm: Found property CRTC_ID with value 0
kwin_wayland_drm: Could not find property "EDID"
kwin_wayland_drm: Could not find edid for connector DrmObject(119, gpu:
KWin::DrmGpu(0x55ec1e7093b0))
kwin_wayland_drm: Creating connector 125
kwin_wayland_drm: Found property EDID with value 133
kwin_wayland_drm: Found property DPMS with value 3
kwin_wayland_drm: Found property non-desktop with value 0
kwin_wayland_drm: Found property CRTC_ID with value 0
kwin_wayland_drm: For new output use mode  3840x2160 3840 2160
kwin_wayland_drm: Found new output with uuid
QUuid("{2efb8d92-d0e1-5911-9666-180351517e96}") on gpu "/dev/dri/card0"
kwin_wayland_drm: Reading output configuration for [ "55da3a2c87" ] [
QUuid("{bd455426-91b5-5aa4-b78c-9e21c3c810ab}") ]
kwin_wayland_drm: Reading output configuration for [ "55da3a2c87" ] [
QUuid("{2efb8d92-d0e1-5911-9666-180351517e96}") ]
kwin_core: Provided presentation timestamp is invalid: 679366 (current: 679370)
kwin_wayland_drm: Atomic request failed to commit:  Invalid argument
kwin_wayland_drm: Atomic test commit failed. Aborting present.
kwin_wayland_drm: Atomic request failed to commit:  Invalid argument
kwin_wayland_drm: Atomic test commit failed. Aborting present.
kwin_core: Platform::requestOutputsChange enabling
KWaylandServer::OutputChangeSet(0x55ec1fa53bd0)
QUuid("{2efb8d92-d0e1-5911-9666-180351517e96}") false true
kwin_core: Apply changes to the Wayland output.
kwin_core: Server setting position:  QPoint(0,0)
kwin_core: Setting scale: 2
kwin_core: Platform::requestOutputsChange enabling
KWaylandServer::OutputChangeSet(0x55ec1fa53bb0)
QUuid("{bd455426-91b5-5aa4-b78c-9e21c3c810ab}") false true
kwin_core: Apply changes to the Wayland output.
kwin_core: Server setting position:  QPoint(1,1080)
kwin_core: Adjusted client area would exclude a complete screen, ignore
kwin_wayland_drm: Atomic request failed to commit:  Invalid argument
kwin_wayland_drm: Atomic test commit failed. Aborting present.
kwin_wayland_drm: Atomic request failed to commit:  Invalid argument
kwin_wayland_drm: Atomic test commit failed. Aborting present.
kwin_wayland_drm: Atomic request failed to commit:  Invalid argument
kwin_wayland_drm: Atomic test commit failed. Aborting present.


Followed by a lot of

kwin_wayland_drm: Atomic request failed to commit:  Invalid argument
kwin_wayland_drm: Atomic test commit failed. Aborting present.

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

[kwin] [Bug 435786] Monitor stays black after plugging in

2021-04-15 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=435786

--- Comment #1 from Nicolas Fella  ---
Created attachment 137643
  --> https://bugs.kde.org/attachment.cgi?id=137643=edit
wayland-session.log

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

[kwin] [Bug 435786] New: Monitor stays black after plugging in

2021-04-15 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=435786

Bug ID: 435786
   Summary: Monitor stays black after plugging in
   Product: kwin
   Version: git master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: nicolas.fe...@gmx.de
  Target Milestone: ---

STEPS TO REPRODUCE
1. Boot Laptop without monitor attached and log in
2. Plugin external HDMI monitor in

OBSERVED RESULT
Screen flashes, Plasma and KScreen recognize the monitor but the monitor itself
is black

EXPECTED RESULT
Monitor shows things

SOFTWARE/OS VERSIONS
Wayland
KDE stuff from master, Qt from 5.15 branch (original, not KDE)

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

[plasmashell] [Bug 435687] Misplaced blue line after clearing Clipboard applet with click on "Remove from history" button of each item

2021-04-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=435687

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

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

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

[plasmashell] [Bug 413822] Option to not change layout by scrolling

2021-04-15 Thread Andrey
https://bugs.kde.org/show_bug.cgi?id=413822

Andrey  changed:

   What|Removed |Added

  Flags||Wayland?, X11+

--- Comment #7 from Andrey  ---
sedrubal, could you try to reproduce on Wayland?
I'm setting it to X11 only meanwhile

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

[krusader] [Bug 416764] Crashes after a while

2021-04-15 Thread Toni Asensi Esteve
https://bugs.kde.org/show_bug.cgi?id=416764

--- Comment #7 from Toni Asensi Esteve  ---
One more question, do you have the "libkf5i18n-dev" package installed?

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

[skrooge] [Bug 435762] Income widget don't match with Income report

2021-04-15 Thread Jesus M Diaz
https://bugs.kde.org/show_bug.cgi?id=435762

Jesus M Diaz  changed:

   What|Removed |Added

 Attachment #137629|0   |1
is obsolete||

--- Comment #3 from Jesus M Diaz  ---
Created attachment 137642
  --> https://bugs.kde.org/attachment.cgi?id=137642=edit
Sample Skrooge file, second attempt

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

[kwin] [Bug 418517] Titlebar text does not update correctly when title is fully to the left and no buttons are placed there.

2021-04-15 Thread Aleks Rutins
https://bugs.kde.org/show_bug.cgi?id=418517

Aleks Rutins  changed:

   What|Removed |Added

 CC||a...@rutins.com

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

[valgrind] [Bug 435732] memcheck/tests/leak_cpp_interior fails with gcc11

2021-04-15 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=435732

--- Comment #2 from Paul Floyd  ---
Hmm. The stuff that I wrote for C++11 was mostly right, but it is wrong for
C++03 and earlier.

libstdc++ prior to C++11 jus has a pointer in std::string. This points to
memory containing the layout  len/cap/refcount/sting data.

I need to check to see how this testcase is compiled and do some debugging.

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

[skrooge] [Bug 435762] Income widget don't match with Income report

2021-04-15 Thread Jesus M Diaz
https://bugs.kde.org/show_bug.cgi?id=435762

--- Comment #2 from Jesus M Diaz  ---
That's weird. It is not protected and I have downloaded it and it opened fine,
so it's not corrupted apparently.
I uploaded it again, just in case.

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

[krusader] [Bug 434293] krusader - two markings instead of one

2021-04-15 Thread Toni Asensi Esteve
https://bugs.kde.org/show_bug.cgi?id=434293

Toni Asensi Esteve  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |NOT A BUG

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

[krusader] [Bug 433353] "Move to trash" not working

2021-04-15 Thread Toni Asensi Esteve
https://bugs.kde.org/show_bug.cgi?id=433353

Toni Asensi Esteve  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |NOT A BUG
 Status|NEEDSINFO   |RESOLVED

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

[kinfocenter] [Bug 435756] it doesn't run

2021-04-15 Thread tiziano
https://bugs.kde.org/show_bug.cgi?id=435756

--- Comment #2 from tiziano  ---
I have kubuntu in Italian:
tiziano@tiziano-desktop-K:~$ kinfocenter
Comando «kinfocenter» non trovato, ma può essere installato con:
sudo apt install kinfocenter
it means: CCommand "kinfocenter" not found, but can be installed with:
sudo apt install kinfocenter

When I try to install the program I get this text:
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze
Lettura informazioni sullo stato... Fatto
kinfocenter è già alla versione più recente (4:5.19.5-0ubuntu1).
It means: Reading package list ... Done
Dependency tree generation
Read status information ... Done
kinfocenter is already at the latest version (4: 5.19.5-0ubuntu1).
I tried to uninstall the program and install again; I get the same result

Thanks for the help
Tiziano C

I try to install the program and the

On 15/04/21 11:39, Harald Sitter wrote:
> https://bugs.kde.org/show_bug.cgi?id=435756
>
> Harald Sitter  changed:
>
> What|Removed |Added
> 
>   Status|REPORTED|NEEDSINFO
>   Resolution|--- |WAITINGFORINFO
>
> --- Comment #1 from Harald Sitter  ---
> Open konsole, run kinfocenter from there, what happens?
>

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

[krusader] [Bug 432302] Clicking on a file which is result of search operation is not positioning cursor over the file/directory

2021-04-15 Thread Toni Asensi Esteve
https://bugs.kde.org/show_bug.cgi?id=432302

--- Comment #9 from Toni Asensi Esteve  ---
Possibly related: [Select item from search
window](https://phabricator.kde.org/D26334).

Can you follow the steps of
https://commits.kde.org/krusader?path=INSTALL
in order to build the git version of Krusader and tell us if your problem is
solved?

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

[plasmashell] [Bug 427965] Digital clock events no longer shows from which calendar the event is from

2021-04-15 Thread Michael D
https://bugs.kde.org/show_bug.cgi?id=427965

--- Comment #6 from Michael D  ---
I finally found a workaround which was to change the calendar's color ("set
folder color"). After restarting plasma the calendar colors now appear in the
digital clock events section.

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

[krusader] [Bug 435121] Krusearcher don't select item

2021-04-15 Thread Toni Asensi Esteve
https://bugs.kde.org/show_bug.cgi?id=435121

Toni Asensi Esteve  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED
 CC||toni.ase...@kdemail.net

--- Comment #1 from Toni Asensi Esteve  ---


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

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

[krusader] [Bug 432302] Clicking on a file which is result of search operation is not positioning cursor over the file/directory

2021-04-15 Thread Toni Asensi Esteve
https://bugs.kde.org/show_bug.cgi?id=432302

Toni Asensi Esteve  changed:

   What|Removed |Added

 CC||mammanatale2...@yahoo.com

--- Comment #8 from Toni Asensi Esteve  ---
*** Bug 435121 has been marked as a duplicate of this bug. ***

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

[skrooge] [Bug 435762] Income widget don't match with Income report

2021-04-15 Thread Stephane MANKOWSKI
https://bugs.kde.org/show_bug.cgi?id=435762

--- Comment #1 from Stephane MANKOWSKI  ---
Hi,

I'm not able to open your sample file.
It seems to be protected by a password.

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

[plasmashell] [Bug 433444] kcm.push() does not work for KCMs embedded inside applet settings pages

2021-04-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=433444

Nate Graham  changed:

   What|Removed |Added

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


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=433443
[Bug 433443] Audio applet has no hamburger menu when used as widget on the
panel
-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-pa] [Bug 433443] Audio applet has no hamburger menu when used as widget on the panel

2021-04-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=433443

Nate Graham  changed:

   What|Removed |Added

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


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=433444
[Bug 433444] kcm.push() does not work for KCMs embedded inside applet settings
pages
-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 433140] Global clear button in notification applet is hidden in a hamburger menu

2021-04-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=433140

Nate Graham  changed:

   What|Removed |Added

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


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=433444
[Bug 433444] kcm.push() does not work for KCMs embedded inside applet settings
pages
-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 433444] kcm.push() does not work for KCMs embedded inside applet settings pages

2021-04-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=433444

Nate Graham  changed:

   What|Removed |Added

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


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=433140
[Bug 433140] Global clear button in notification applet is hidden in a
hamburger menu
-- 
You are receiving this mail because:
You are watching all bug changes.

[krusader] [Bug 435636] Pressing F3 key does not open KrViewer but crashes

2021-04-15 Thread Toni Asensi Esteve
https://bugs.kde.org/show_bug.cgi?id=435636

Toni Asensi Esteve  changed:

   What|Removed |Added

 CC||toni.ase...@kdemail.net

--- Comment #1 from Toni Asensi Esteve  ---
> Pressed F3 key to see the file content. The file is a settings export 
> with 884 B size with no extension. Other files seems to be working fine, 
> only this will crash the Krusader everytime.

Thanks for caring. Could you attach that file?

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

[Discover] [Bug 435785] No longer shows available firmware updates

2021-04-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=435785

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In|5.22|5.21.5

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

[frameworks-kirigami] [Bug 433256] Disabled ActionToolBar actions/buttons don't render their text as disabled

2021-04-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=433256

Nate Graham  changed:

   What|Removed |Added

   Assignee|lei...@leinir.dk|notm...@gmail.com
Summary|"Make Default" toolbuttons  |Disabled ActionToolBar
   |on settings page don't  |actions/buttons don't
   |render their text as|render their text as
   |disabled|disabled
  Component|discover|general
Version|unspecified |Master
   Target Milestone|--- |Not decided
Product|Discover|frameworks-kirigami

--- Comment #8 from Nate Graham  ---
I think this is actually an ActionToolbar problem. You can see the issue in
Kirigami Gallery too: Go to the ActionToolBar page, click on the info button in
the top-right corner, and see that the text "HIG" at the bottom of the popup is
rendered as active, even though it's disabled.

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

[Discover] [Bug 435785] No longer shows available firmware updates

2021-04-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=435785

Nate Graham  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/discover/commit/8ffd022f |ma/discover/commit/e0390919
   |727eb193f9ba4dc079f46265ba1 |32dc607f15fdfded875dc487ecd
   |36584   |6949c

--- Comment #3 from Nate Graham  ---
Git commit e039091932dc607f15fdfded875dc487ecd6949c by Nate Graham, on behalf
of Aleix Pol.
Committed on 15/04/2021 at 19:39.
Pushed by ngraham into branch 'Plasma/5.21'.

fwupd: Make sure we initalise the device defaults
(cherry picked from commit 8ffd022f727eb193f9ba4dc079f46265ba136584)

M  +1-0libdiscover/backends/FwupdBackend/FwupdResource.cpp
M  +2-1libdiscover/backends/FwupdBackend/FwupdResource.h

https://invent.kde.org/plasma/discover/commit/e039091932dc607f15fdfded875dc487ecd6949c

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

[kde] [Bug 435642] After login the OS Will stop responding to mouse and keyboard, mouse movement is seen but not responded, the keyboard is active only in the last active window, but you can switch th

2021-04-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=435642

--- Comment #5 from Nate Graham  ---
So each one on a different partition?

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

[kde] [Bug 435642] After login the OS Will stop responding to mouse and keyboard, mouse movement is seen but not responded, the keyboard is active only in the last active window, but you can switch th

2021-04-15 Thread nonameuser
https://bugs.kde.org/show_bug.cgi?id=435642

--- Comment #4 from nonameuser  ---
(In reply to Nate Graham from comment #3)
> What do you mean "in parallel"? On different computers?

one notebook - 4 different OS

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

[kio-extras] [Bug 430862] Kde5init crashes in ThumbnailProtocol::get() every time I take a screenshot or start the computer

2021-04-15 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=430862

--- Comment #60 from Kai Uwe Broulik  ---
Git commit 57a4845c4d761a1372f3b2ee48e137e8ca2e9c50 by Kai Uwe Broulik.
Committed on 15/04/2021 at 19:12.
Pushed by broulik into branch 'Plasma/5.18'.

[Notifications] Don't generate previews of zero size

A `QSize(0,0)` is still valid... Fixes sometimes preview not showing
and other problems with the thumbnailer.


(cherry picked from commit 5d81c41eb704a85fc92a3e1e3c3c9dbd4c54cfe1)

M  +1-1applets/notifications/thumbnailer.cpp

https://invent.kde.org/plasma/plasma-workspace/commit/57a4845c4d761a1372f3b2ee48e137e8ca2e9c50

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

  1   2   3   4   >