[digikam] [Bug 435898] Preview image display arbitrarily resized after crop

2021-04-18 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=435898

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
In the preview mode you should press the "Fit to Window" button in the lower
status bar, then the image will also be adjusted after a crop. If you fit the
image with the slider, it is a zoom level that is maintained, so the image is
then smaller after the crop. This change was added by a user via a merge
request. Once a zoom factor has been set, it must be retained throughout and
not automatically reset to "Fit to Window".

Maik

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

[kdeconnect] [Bug 435903] New: Build kdeconnect-kde DMG package with Craft failed on Mac

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

Bug ID: 435903
   Summary: Build kdeconnect-kde DMG package with Craft failed on
Mac
   Product: kdeconnect
   Version: unspecified
  Platform: macOS (DMG)
OS: macOS
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: messaging-application
  Assignee: si...@ergotech.com
  Reporter: edwining0...@gmail.com
  Target Milestone: ---

SUMMARY

https://github.com/KDE/kdeconnect-kde

STEPS TO REPRODUCE

Follow instructions of https://community.kde.org/KDEConnect/Build_MacOS
...
1. source /Users//CraftRoot/craft/craftenv.sh
2. craft --package extragear/kdeconnect-kde

OBSERVED RESULT

Error message from Craft:

/Users/goodseller/CraftRoot/build/extragear/kdeconnect-kde/archive/Applications/KDE/kdeconnect-indicator.app/Contents/PlugIns/crypto/libqca-gcrypt.dylib:
don't know how to handle otool -L output:
'/usr/local/opt/libgcrypt/lib/libgcrypt.20.dylib'
Action: package for extragear/kdeconnect-kde:1.4 FAILED
*** Craft package failed: extragear/kdeconnect-kde after 4 minutes 1 second ***

EXPECTED RESULT
Build a .dmg package for kdeconnect-kde

SOFTWARE/OS VERSIONS
macOS:
ProductName:Mac OS X
ProductVersion: 10.15.7
BuildVersion:   19H524

ADDITIONAL INFORMATION

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

[Craft] [Bug 412279] FAILD Run craft --package extragear/kdeconnect-kde

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

edwining0...@gmail.com changed:

   What|Removed |Added

 CC||edwining0...@gmail.com

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

[digikam] [Bug 435902] error massage = insufficient privileges on the database...

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

--- Comment #5 from caulier.gil...@gmail.com ---
Check in Setup/Database dialog page to be sure.

Why did you use 7.1.0 and not last stable 7.2.0 released few weeks ago ?

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

[kde] [Bug 303462] Tracker bug for Extra Mile Initiative

2021-04-18 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=303462
Bug 303462 depends on bug 269987, which changed state.

Bug 269987 Summary: Rename inline: in list and details views, up and down arrow 
keys should commit the name change and change the current item
https://bugs.kde.org/show_bug.cgi?id=269987

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

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

[dolphin] [Bug 269987] Rename inline: in list and details views, up and down arrow keys should commit the name change and change the current item

2021-04-18 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=269987

Méven Car  changed:

   What|Removed |Added

   Version Fixed In||21.08
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/syst
   ||em/dolphin/commit/5a0da4a9c
   ||8d10dc1921077d84bdabf05d201
   ||50b0
 Resolution|--- |FIXED

--- Comment #10 from Méven Car  ---
Git commit 5a0da4a9c8d10dc1921077d84bdabf05d20150b0 by Méven Car.
Committed on 19/04/2021 at 05:10.
Pushed by meven into branch 'master'.

When renaming files, move to next file using tab key or up/down

To rename previous file:
 Up or Shift-Tab

To rename next file:
 Down or Tab

Credit goes to msciubidlo
Related: bug 403931, bug 334533
FIXED-IN: 21.08

M  +5-0src/kitemviews/kitemlistcontainer.cpp
M  +5-2src/kitemviews/kitemlistview.cpp
M  +6-0src/kitemviews/kitemlistview.h
M  +1-0src/kitemviews/kstandarditemlistwidget.cpp
M  +24   -2src/kitemviews/private/kitemlistroleeditor.cpp
M  +18   -2src/kitemviews/private/kitemlistroleeditor.h
M  +3-0src/kitemviews/private/kitemlistsmoothscroller.cpp
M  +5-0src/kitemviews/private/kitemlistsmoothscroller.h
M  +28   -9src/views/dolphinview.cpp

https://invent.kde.org/system/dolphin/commit/5a0da4a9c8d10dc1921077d84bdabf05d20150b0

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

[dolphin] [Bug 403931] When renaming files, tab key should begin renaming the sequentially next file

2021-04-18 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=403931

Méven Car  changed:

   What|Removed |Added

   Version Fixed In||21.08
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/syst
   ||em/dolphin/commit/5a0da4a9c
   ||8d10dc1921077d84bdabf05d201
   ||50b0
 Resolution|--- |FIXED

--- Comment #9 from Méven Car  ---
Git commit 5a0da4a9c8d10dc1921077d84bdabf05d20150b0 by Méven Car.
Committed on 19/04/2021 at 05:10.
Pushed by meven into branch 'master'.

When renaming files, move to next file using tab key or up/down

To rename previous file:
 Up or Shift-Tab

To rename next file:
 Down or Tab

Credit goes to msciubidlo
Related: bug 269987, bug 334533
FIXED-IN: 21.08

M  +5-0src/kitemviews/kitemlistcontainer.cpp
M  +5-2src/kitemviews/kitemlistview.cpp
M  +6-0src/kitemviews/kitemlistview.h
M  +1-0src/kitemviews/kstandarditemlistwidget.cpp
M  +24   -2src/kitemviews/private/kitemlistroleeditor.cpp
M  +18   -2src/kitemviews/private/kitemlistroleeditor.h
M  +3-0src/kitemviews/private/kitemlistsmoothscroller.cpp
M  +5-0src/kitemviews/private/kitemlistsmoothscroller.h
M  +28   -9src/views/dolphinview.cpp

https://invent.kde.org/system/dolphin/commit/5a0da4a9c8d10dc1921077d84bdabf05d20150b0

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

[dolphin] [Bug 334533] if a file position in a list changes while it is renamed a wrong file is renamed instead

2021-04-18 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=334533

Méven Car  changed:

   What|Removed |Added

   Version Fixed In||21.08
  Latest Commit||https://invent.kde.org/syst
   ||em/dolphin/commit/5a0da4a9c
   ||8d10dc1921077d84bdabf05d201
   ||50b0
 Resolution|WORKSFORME  |FIXED

--- Comment #16 from Méven Car  ---
Git commit 5a0da4a9c8d10dc1921077d84bdabf05d20150b0 by Méven Car.
Committed on 19/04/2021 at 05:10.
Pushed by meven into branch 'master'.

When renaming files, move to next file using tab key or up/down

To rename previous file:
 Up or Shift-Tab

To rename next file:
 Down or Tab

Credit goes to msciubidlo
Related: bug 403931, bug 269987
FIXED-IN: 21.08

M  +5-0src/kitemviews/kitemlistcontainer.cpp
M  +5-2src/kitemviews/kitemlistview.cpp
M  +6-0src/kitemviews/kitemlistview.h
M  +1-0src/kitemviews/kstandarditemlistwidget.cpp
M  +24   -2src/kitemviews/private/kitemlistroleeditor.cpp
M  +18   -2src/kitemviews/private/kitemlistroleeditor.h
M  +3-0src/kitemviews/private/kitemlistsmoothscroller.cpp
M  +5-0src/kitemviews/private/kitemlistsmoothscroller.h
M  +28   -9src/views/dolphinview.cpp

https://invent.kde.org/system/dolphin/commit/5a0da4a9c8d10dc1921077d84bdabf05d20150b0

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

[digikam] [Bug 435902] error massage = insufficient privileges on the database...

2021-04-18 Thread Dan
https://bugs.kde.org/show_bug.cgi?id=435902

--- Comment #4 from Dan  ---
(In reply to caulier.gilles from comment #1)
> database type is Mysql ? if yes, do you use Internal version or Server ?

My colleagues have successfully downloaded and used this application, and love
it, on similar their work laptops without experiencing this error

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

[digikam] [Bug 435902] error massage = insufficient privileges on the database...

2021-04-18 Thread Dan
https://bugs.kde.org/show_bug.cgi?id=435902

--- Comment #3 from Dan  ---
(In reply to caulier.gilles from comment #1)
> database type is Mysql ? if yes, do you use Internal version or Server ?

HI.

Yes I think it is mysql. Internal version - assuming that means I've downloaded
it to my laptop and opening it off there.
Have you heard of this issue/error message before?

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

[digikam] [Bug 435902] error massage = insufficient privileges on the database...

2021-04-18 Thread Dan
https://bugs.kde.org/show_bug.cgi?id=435902

--- Comment #2 from Dan  ---
HI.

Yes I think it is mysql. Internal version - assuming that means I've downloaded
it to my laptop and opening it off there.




Unofficial

-Original Message-
From: bugzilla_nore...@kde.org  
Sent: Monday, 19 April 2021 2:58 PM
To: Daniel C Purdey (DELWP) 
Subject: [digikam] [Bug 435902] error massage = insufficient privileges on the
database...


EXTERNAL SENDER: Links and attachments may be unsafe.

https://urldefense.proofpoint.com/v2/url?u=https-3A__bugs.kde.org_show-5Fbug.cgi-3Fid-3D435902=DwIFaQ=JnBkUqWXzx2bz-3a05d47Q=_DGlHQHjrtzMShQxTxL106BOdYz9cYPuftwsNXesUhs=5ONp4Gz0fDPTS1r4akobZlCEmreXzIBCV3MiHo2Qyhg=eZ3tCqlx5wwVlAktn6cFFIBsiXmHTGsOZYUbjmESZmk=
 

--- Comment #1 from caulier.gil...@gmail.com --- database type is Mysql ? if
yes, do you use Internal version or Server ?

--
You are receiving this mail because:
You reported the bug.

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

[digikam] [Bug 435902] error massage = insufficient privileges on the database...

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

--- Comment #1 from caulier.gil...@gmail.com ---
database type is Mysql ? if yes, do you use Internal version or Server ?

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

[digikam] [Bug 435902] error massage = insufficient privileges on the database...

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

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

   What|Removed |Added

 OS|Other   |Microsoft Windows
   Platform|Other   |Microsoft Windows
 CC||caulier.gil...@gmail.com

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

[digikam] [Bug 435902] New: error massage = insufficient privileges on the database...

2021-04-18 Thread Dan
https://bugs.kde.org/show_bug.cgi?id=435902

Bug ID: 435902
   Summary: error massage = insufficient privileges on the
database...
   Product: digikam
   Version: 7.1.0
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Database
  Assignee: digikam-bugs-n...@kde.org
  Reporter: daniel.pur...@delwp.vic.gov.au
  Target Milestone: ---

SUMMARY
Once Digikam 7.1.0 is installed, I open the application and get the following
message -'You have insufficient privileges on the database. Following
privileges are not assigned to you: CREATE TABLE Check you privileges on  the
database and restart digikam'

I cannot open Digikam to alter the settings. I do not know which digikam folder
to look into fix this.

STEPS TO REPRODUCE
1. install digikam 7.1.0
2. open digikam 7.1.0
3. above message received

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 10
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.

[Breeze] [Bug 431766] Impose a minimum width for menus

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

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 425116] Kdenlive explode on timeline click

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

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.

[plasmashell] [Bug 425760] Dragging a file offsets the mouse cursor to the right

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

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[kwin] [Bug 413933] Titlebar flickers

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

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.

[plasmashell] [Bug 407352] Reseting application dashboard shorcut to default

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

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.

[plasmashell] [Bug 410106] Two users logged: user bar logs out, the foo user session will be terminated

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

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

[plasmashell] [Bug 357603] Having one activity only (which is renamed from "default" to something else) in conjunction with slideshow desktop preferences and unified output for both HMDI and VGA outpu

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

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.

[krunner] [Bug 405635] krunner search freezes plasmashell

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

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[plasmashell] [Bug 380311] No way to launch ssh-agent with interactivity under Wayland

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

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 357377] Widgets disappear from one activity and appear in a diferent one when I try to move the widget

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

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[systemsettings] [Bug 355788] shift-shift does not switch keyboard layout

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

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

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

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

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

[systemsettings] [Bug 349045] I need to strike twice the accent key to write it on the vowel

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

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.

[dolphin] [Bug 434836] new file are not shown

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

--- 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 422584] Speed change applied to clip different of selected with keyboard shortcut

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

--- 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 423955] Razor tool changes timeline zoom behavior

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

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

[kdenlive] [Bug 370746] Export clip zone exports wrong zone when clip fps differs from project fps

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

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

[kwin] [Bug 432707] [Wayland] KScreen does not detect external displays such as DisplayPort on laptops

2021-04-18 Thread Shawn Starr
https://bugs.kde.org/show_bug.cgi?id=432707

--- Comment #72 from Shawn Starr  ---
Created attachment 137698
  --> https://bugs.kde.org/attachment.cgi?id=137698=edit
Coredump from Kwin

Coredump from the session tested,segfaulted

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

[digikam] [Bug 435808] themes not available and default theme corrupt

2021-04-18 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=435808

Maik Qualmann  changed:

   What|Removed |Added

 CC||colinwhee...@live.co.uk

--- Comment #3 from Maik Qualmann  ---
*** Bug 435893 has been marked as a duplicate of this bug. ***

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

[digikam] [Bug 435893] There is only the default theme available

2021-04-18 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=435893

Maik Qualmann  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED
 CC||metzping...@gmail.com

--- Comment #2 from Maik Qualmann  ---


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

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

[kwin] [Bug 432707] [Wayland] KScreen does not detect external displays such as DisplayPort on laptops

2021-04-18 Thread Shawn Starr
https://bugs.kde.org/show_bug.cgi?id=432707

--- Comment #71 from Shawn Starr  ---
Created attachment 137697
  --> https://bugs.kde.org/attachment.cgi?id=137697=edit
New log from latest code changes

New log from latest code changes

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

[kdenlive] [Bug 399994] Fcitx not avaliabe with appimage

2021-04-18 Thread Tyson Tan
https://bugs.kde.org/show_bug.cgi?id=34

--- Comment #11 from Tyson Tan  ---
Oh, if you mean the translation part, the current Flatpak version has the
correct translation, so it works perfectly for me. 

However, Flatpak can't replace Appimage in many usecases, because it requires a
fast network connection to install. Appimage on the other hand can be shared
via cloud storage and take away in a USB drive. Especially when it comes to
China, there is "something" messing with our international connections, making
it slow/unreliable all the time.

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

[kdenlive] [Bug 399994] Fcitx not avaliabe with appimage

2021-04-18 Thread Tyson Tan
https://bugs.kde.org/show_bug.cgi?id=34

--- Comment #10 from Tyson Tan  ---
Hi Farid, in Comment 6 I already reported fcitx to be working fine in the
Flatpak version.

(In reply to farid from comment #9)
> (In reply to Tyson Tan from comment #8)
> > We've figured it out in Krita's appimage packaging:
> > https://bugs.kde.org/show_bug.cgi?id=422465
> > (See Comment 4 by Weng Xuetian and Halla's commits in Comment 6, 7, 12)
> > 
> > Can we try it out?
> 
> Hey Tyson, would you try if the Flatpak works for you?

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

[kdenlive] [Bug 399994] Fcitx not avaliabe with appimage

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

--- Comment #9 from farid  ---
(In reply to Tyson Tan from comment #8)
> We've figured it out in Krita's appimage packaging:
> https://bugs.kde.org/show_bug.cgi?id=422465
> (See Comment 4 by Weng Xuetian and Halla's commits in Comment 6, 7, 12)
> 
> Can we try it out?

Hey Tyson, would you try if the Flatpak works for you?

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

[digikam] [Bug 435897] Package fcitx support for digikam's appimage

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

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

   What|Removed |Added

 CC||caulier.gil...@gmail.com
  Component|Usability-i18n  |Bundle-AppImage
   Severity|normal  |wishlist

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

[digikam] [Bug 435893] There is only the default theme available

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

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

   What|Removed |Added

 CC||caulier.gil...@gmail.com
   Platform|Compiled Sources|Microsoft Windows

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

[kde] [Bug 435896] Being able to use Windows 10 Themes as Global Themes

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

2wxsy5823...@opayq.com changed:

   What|Removed |Added

Summary|Being able to use Windos 10 |Being able to use Windows
   |Themes as Global Themes |10 Themes as Global Themes

--- Comment #1 from 2wxsy5823...@opayq.com ---
I don't think themes designed for Windows can be applied on Linux. You will
need to port the theme yourself.

Alternatively, you can search on KDE store for themes compatible with KDE.

Judging from the name in your URL, I guess you are finding macOS-style themes,
so you can visit this link for reference:

https://store.kde.org/find/?search=mac=1=104

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

[kate] [Bug 435901] New: Package fcitx support for Kate's appimage

2021-04-18 Thread Tyson Tan
https://bugs.kde.org/show_bug.cgi?id=435901

Bug ID: 435901
   Summary: Package fcitx support for Kate's appimage
   Product: kate
   Version: Git
  Platform: Appimage
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: tyson...@tysontan.com
  Target Milestone: ---

fcitx is a widely used helper application to enable non-English character
input. It's basically a must-have for Linux users in Asian regions like
China/Japan/Korea/India. 

At this moment, Kate from a distro's official repo can use fcitx without issue,
but it doesn't work inside our official appimages. A small Qt plugin must be
packaged in order to utilize the system's input source.

Either of the following plugins would work:
fcitx-qt5 (old fcitx)
https://github.com/fcitx/fcitx-qt5
OR
fcitx5-qt (new fcitx)
https://github.com/fcitx/fcitx5-qt

We've figured it out in Krita's appimage packaging:
https://bugs.kde.org/show_bug.cgi?id=422465
(See Comment 4 by Weng Xuetian and Halla's commits in Comment 6, 7, 12)

It would be nice to have fcitx support packaged in Kate's appimages, otherwise
people in the fore-mentioned regions must use Copy-Paste to input their native
language.

Thank you for your time!

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

[digikam] [Bug 435897] Package fcitx support for digikam's appimage

2021-04-18 Thread Tyson Tan
https://bugs.kde.org/show_bug.cgi?id=435897

Tyson Tan  changed:

   What|Removed |Added

   Platform|Other   |Appimage

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

[plasma-systemmonitor] [Bug 435900] New: plasma-systemmonitor shows wrong memory usage of shell script app that spawns subprocess

2021-04-18 Thread Lê Hoàng Phương
https://bugs.kde.org/show_bug.cgi?id=435900

Bug ID: 435900
   Summary: plasma-systemmonitor shows wrong memory usage of shell
script app that spawns subprocess
   Product: plasma-systemmonitor
   Version: 5.21.4
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: ksysguard-b...@kde.org
  Reporter: lehoangphuon...@gmail.com
CC: ahiems...@heimr.nl, plasma-b...@kde.org
  Target Milestone: ---

SUMMARY
plasma-systemmonitor currently only shows the memory usage of the pycharm.sh
script, which is a shell script that starts the actual JVM and loads Pycharm in
a subprocess.

STEPS TO REPRODUCE
1. Open Pycharm
2. Open plasma system monitor
3. 

OBSERVED RESULT
System monitor shows memory usage of only the shell script.

EXPECTED RESULT
System monitor shows memory usage of the whole Pycharm's process tree.

SOFTWARE/OS VERSIONS
Operating System: KDE neon 5.21
KDE Plasma Version: 5.21.4
KDE Frameworks Version: 5.81.0
Qt Version: 5.15.2
Kernel Version: 5.8.0-50-generic
OS Type: 64-bit

ADDITIONAL INFORMATION

The script does not use "exec" to replace the script process with the JVM
process. If  I manually edit the script to use "exec", then system monitor will
show the memory usage correctly.

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

[plasma-systemmonitor] [Bug 435899] New: plasma-systemmonitor shows wrong memory usage of shell script app that spawns subprocess

2021-04-18 Thread Lê Hoàng Phương
https://bugs.kde.org/show_bug.cgi?id=435899

Bug ID: 435899
   Summary: plasma-systemmonitor shows wrong memory usage of shell
script app that spawns subprocess
   Product: plasma-systemmonitor
   Version: 5.21.4
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: ksysguard-b...@kde.org
  Reporter: lehoangphuon...@gmail.com
CC: ahiems...@heimr.nl, plasma-b...@kde.org
  Target Milestone: ---

SUMMARY
plasma-systemmonitor currently only shows the memory usage of the pycharm.sh
script, which is a shell script that starts the actual JVM and loads Pycharm in
a subprocess.

STEPS TO REPRODUCE
1. Open Pycharm
2. Open plasma system monitor
3. 

OBSERVED RESULT
System monitor shows memory usage of only the shell script.

EXPECTED RESULT
System monitor shows memory usage of the whole Pycharm's process tree.

SOFTWARE/OS VERSIONS
Operating System: KDE neon 5.21
KDE Plasma Version: 5.21.4
KDE Frameworks Version: 5.81.0
Qt Version: 5.15.2
Kernel Version: 5.8.0-50-generic
OS Type: 64-bit

ADDITIONAL INFORMATION

The script does not use "exec" to replace the script process with the JVM
process. If  I manually edit the script to use "exec", then system monitor will
show the memory usage correctly.

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

[digikam] [Bug 435898] New: Preview image display arbitrarily resized after crop

2021-04-18 Thread Tom Cunningham
https://bugs.kde.org/show_bug.cgi?id=435898

Bug ID: 435898
   Summary: Preview image display arbitrarily resized after crop
   Product: digikam
   Version: 7.2.0
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Preview-Image
  Assignee: digikam-bugs-n...@kde.org
  Reporter: twcunningham...@outlook.com
  Target Milestone: ---

Preview window arbitrarily resizes the displayed image after a crop operation
in the image editor.


STEPS TO REPRODUCE
1. Insure image is displayed fully in preview window.  Invoke image editor.
2. Within image editor, crop a portion of the image.
3. Save image and exit image editor.

OBSERVED RESULT
The image will be displayed in the preview window resized, usually smaller.

EXPECTED RESULT
The cropped image should fill the preview window, as it has in previous
versions.

SOFTWARE/OS VERSIONS
Windows: Windows 10 Pro Version 1909

ADDITIONAL INFORMATION

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

[digikam] [Bug 435897] New: Package fcitx support for digikam's appimage

2021-04-18 Thread Tyson Tan
https://bugs.kde.org/show_bug.cgi?id=435897

Bug ID: 435897
   Summary: Package fcitx support for digikam's appimage
   Product: digikam
   Version: 7.3.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Usability-i18n
  Assignee: digikam-bugs-n...@kde.org
  Reporter: tyson...@tysontan.com
  Target Milestone: ---

fcitx is a widely used helper application to enable non-English character
input. It's basically a must-have for Linux users in Asian regions like
China/Japan/Korea/India. 

At this moment, digikam from a distro's official repo can use fcitx without
issue, but it doesn't work inside our official appimages. A small Qt plugin
must be packaged in order to utilize the system's input source.

Either of the following plugins would work:
fcitx-qt5 (old fcitx)
https://github.com/fcitx/fcitx-qt5
OR
fcitx5-qt (new fcitx)
https://github.com/fcitx/fcitx5-qt

We've figured it out in Krita's appimage packaging:
https://bugs.kde.org/show_bug.cgi?id=422465
(See Comment 4 by Weng Xuetian and Halla's commits in Comment 6, 7, 12)

It would be nice to have fcitx support packaged in digikam's appimages,
otherwise people in the fore-mentioned regions must use Copy-Paste to input
their native language.

Thank you for your time!

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

[kdenlive] [Bug 399994] Fcitx not avaliabe with appimage

2021-04-18 Thread Tyson Tan
https://bugs.kde.org/show_bug.cgi?id=34

--- Comment #8 from Tyson Tan  ---
We've figured it out in Krita's appimage packaging:
https://bugs.kde.org/show_bug.cgi?id=422465
(See Comment 4 by Weng Xuetian and Halla's commits in Comment 6, 7, 12)

Can we try it out?

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

[kde] [Bug 435896] New: Being able to use Windos 10 Themes as Global Themes

2021-04-18 Thread Toadfield
https://bugs.kde.org/show_bug.cgi?id=435896

Bug ID: 435896
   Summary: Being able to use Windos 10 Themes as Global Themes
   Product: kde
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: toadfi...@tutanota.com
  Target Milestone: ---

What I mean is,that you can directly install Themes like this
(https://www.deviantart.com/niivu/art/Macindows-870073866) in Kde like you
install normal global themes.
I don't know if that could even work,but it would be so cool,cause there are so
many windows themes that don't have an Linux equivalent.

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

[okular] [Bug 435858] Animated gifs do not play in comic book archives

2021-04-18 Thread Todd
https://bugs.kde.org/show_bug.cgi?id=435858

--- Comment #3 from Todd  ---
I don't seem to be the only person interested in this.  For example:

https://askubuntu.com/questions/424979/comic-reader-that-supports-animated-gif-images

And there are other comic book archive viewers out there which support animated
gifs (see version 1.10.13):

https://www.cdisplayex.com/releasenotes

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

[okular] [Bug 435858] Animated gifs do not play in comic book archives

2021-04-18 Thread Todd
https://bugs.kde.org/show_bug.cgi?id=435858

--- Comment #2 from Todd  ---
(In reply to Albert Astals Cid from comment #1)
> Is this actually an expected feature?

There are electronic comics with animations nowadays, and okular supports
animations in PDFs and presentations as far as I understand it, so I think it
would be expected for comics as well.

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

[plasmashell] [Bug 435895] New: Presentation Mode can't be turned off

2021-04-18 Thread Peri
https://bugs.kde.org/show_bug.cgi?id=435895

Bug ID: 435895
   Summary: Presentation Mode can't be turned off
   Product: plasmashell
   Version: 5.21.4
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: System Tray
  Assignee: plasma-b...@kde.org
  Reporter: peri@gmail.com
CC: mate...@gmail.com
  Target Milestone: 1.0

SUMMARY

When you enable the "Presentation Mode" option accessible from the Display
Configuration icon from the System Tray and disable it again, it will still be
enabled until you restart plasmashell.

STEPS TO REPRODUCE
1. Check the option "Presentation Mode" from the Display Configuration icon
from the System Tray to enable it
2. Check it again to disable it


OBSERVED RESULT
The Presentation Mode will be kept enabled even when the checkbox is unchecked:
the screen won't automatically be turned off as expected from "Screen Energy
Saving" setting, not sure about the automated suspension since I don't use it.
Killing plasmashell and starting it again "fixes" the issue.

EXPECTED RESULT
When unchecking the Presentation Mode box from the Display Configuration menu
it should disable the mode.

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.

[Breeze] [Bug 414777] Top-right-most pixel does not trigger right-most button in a GTK3 CSD headerbar app

2021-04-18 Thread Lua
https://bugs.kde.org/show_bug.cgi?id=414777

--- Comment #6 from Lua <7d8ec5ed-2c18-46c5-9aec-31c49a4b2...@anonaddy.me> ---
I forgot to mention: I opened Spectacle and Firefox to show this bug while I'm
using Qogir window decoration theme.

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

[Breeze] [Bug 414777] Top-right-most pixel does not trigger right-most button in a GTK3 CSD headerbar app

2021-04-18 Thread Lua
https://bugs.kde.org/show_bug.cgi?id=414777

--- Comment #5 from Lua <7d8ec5ed-2c18-46c5-9aec-31c49a4b2...@anonaddy.me> ---
Created attachment 137696
  --> https://bugs.kde.org/attachment.cgi?id=137696=edit
bug

It seems that there are some margins preventing the buttons to fully expand.

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

[kdevelop] [Bug 432248] crash on quit: ~ProblemInlineNoteProvider

2021-04-18 Thread Kenneth Perry
https://bugs.kde.org/show_bug.cgi?id=432248

Kenneth Perry  changed:

   What|Removed |Added

 CC||thothone...@gmail.com

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

[krita] [Bug 422465] Add Fcitx support to Krita's AppImage

2021-04-18 Thread Tyson Tan
https://bugs.kde.org/show_bug.cgi?id=422465

--- Comment #21 from Tyson Tan  ---
Thanks! I can confirm it works on the lastest Nightly appimage as well. I will
let the developers of digikam and kdenlive know about this too.

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

[Breeze] [Bug 422551] Window decoration corner radius does not respect scale factor

2021-04-18 Thread Paul McAuley
https://bugs.kde.org/show_bug.cgi?id=422551

Paul McAuley  changed:

   What|Removed |Added

 CC||k...@paulmcauley.com

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

[krita] [Bug 422465] Add Fcitx support to Krita's AppImage

2021-04-18 Thread Weng Xuetian
https://bugs.kde.org/show_bug.cgi?id=422465

Weng Xuetian  changed:

   What|Removed |Added

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

--- Comment #20 from Weng Xuetian  ---
Just tried to check krita-5.0.0-prealpha-db8a16f-x86_64.appimage, it is simply
not include the required file. and newer one works
./krita-5.0.0-prealpha-b55fcd5-x86_64.appimage.

Probably due to how the krita jenkins job works, 
krita-5.0.0-prealpha-db8a16f-x86_64.appimage might not pick up the latest
artifact of Krita_Nightly_Appimage_Dependency_Build so it doesn't include fcitx
plugin. 

Tyson@, Please just try a newer image and it should just works.

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

[krita] [Bug 422465] Add Fcitx support to Krita's AppImage

2021-04-18 Thread Weng Xuetian
https://bugs.kde.org/show_bug.cgi?id=422465

--- Comment #19 from Weng Xuetian  ---
IMHO at this point since it at least works for me, it's likely to be a
configuration issue (input method may require set some env var so it can goes
wrong) instead of packaging issue. So I'd suggest close as fixed. For Tyson's
issue feel free to ping me on KDE China and I can help you to take a look.

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

[plasmashell] [Bug 435894] Ability to program automatic switch of themes

2021-04-18 Thread Simplissimus
https://bugs.kde.org/show_bug.cgi?id=435894

--- Comment #1 from Simplissimus  ---
Sorry for the advertisement, I didn't realize that Deepl's copy button included
that line, and I don't see how to edit mi former post to remove the spam.

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

[krita] [Bug 422465] Add Fcitx support to Krita's AppImage

2021-04-18 Thread Weng Xuetian
https://bugs.kde.org/show_bug.cgi?id=422465

--- Comment #18 from Weng Xuetian  ---
(In reply to Tyson Tan from comment #13)
> I tested krita-5.0.0-prealpha-db8a16f-x86_64.appimage under Archlinux with
> fcitx5, I was unable to use fcitx5 in that appimage. We often can't choose
> which version of fcitx under Linux, it's either fcitx(4) OR fcitx5 for a
> certain distro. I wonder if we need to package both fcitx-qt5 and fcitx5-qt
> at the same time?

No, for compatibility, both im module support fcitx4 / 5.

Actually I just tested with 

https://binary-factory.kde.org/job/Krita_Nightly_Appimage_Build/lastSuccessfulBuild/artifact/krita-5.0.0-prealpha-b55fcd5-x86_64.appimage

Both fcitx4/5 works fine with this image on my system.

Did you set QT_IM_MODULE=fcitx ?

run it with QT_DEBUG_PLUGINS=1 should gives you

QFactoryLoader::QFactoryLoader() looking at
"/tmp/.mount_krita-43CzQH/usr/plugins/platforminputcontexts/libfcitxplatforminputcontextplugin.so"
Found metadata in lib
/tmp/.mount_krita-43CzQH/usr/plugins/platforminputcontexts/libfcitxplatforminputcontextplugin.so,
metadata=
{
"IID": "org.qt-project.Qt.QPlatformInputContextFactoryInterface.5.1",
"MetaData": {
"Keys": [
"fcitx"
]
},
"archreq": 0,
"className": "QFcitxPlatformInputContextPlugin",
"debug": false,
"version": 330752
}


Got keys from plugin meta data ("fcitx"

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

[plasmashell] [Bug 435894] New: Ability to program automatic switch of themes

2021-04-18 Thread Simplissimus
https://bugs.kde.org/show_bug.cgi?id=435894

Bug ID: 435894
   Summary: Ability to program automatic switch of themes
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: kde.shiel...@aleeas.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Please add this functionality as an integral part of Plasma:

https://store.kde.org/p/1387238

It is very handy to be able to automate the change of theme according to the
luminosity in the environment throughout the day: it is not the same to work in
the morning than in the afternoon or evening, and switching themes by hand
every day is a real PITA.

This applet has several limitations (you can not freely choose the color scheme
from all you have, the change occurs every 3 hours...), also seems to be
abandoned, but the idea is very good, so I suggest that it is implemented in
Plasma.
Perhaps this could be added to the Night Color KCM module.

And another nice feature for that Night Color module would be to also be able
to configure an automatic screen brightness change using the webcam as a
photometer.

Translated with www.DeepL.com/Translator (free version)

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

[digikam] [Bug 435893] There is only the default theme available

2021-04-18 Thread Colin Wheeler
https://bugs.kde.org/show_bug.cgi?id=435893

--- Comment #1 from Colin Wheeler  ---
Created attachment 137694
  --> https://bugs.kde.org/attachment.cgi?id=137694=edit
Screenshot

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

[digikam] [Bug 435893] New: There is only the default theme available

2021-04-18 Thread Colin Wheeler
https://bugs.kde.org/show_bug.cgi?id=435893

Bug ID: 435893
   Summary: There is only the default theme available
   Product: digikam
   Version: 7.3.0
  Platform: Compiled Sources
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Usability-Themes
  Assignee: digikam-bugs-n...@kde.org
  Reporter: colinwhee...@live.co.uk
  Target Milestone: ---

SUMMARY


STEPS TO REPRODUCE
1. Click on settings/themes
2. Only the default theme is available, which is white, bright white.

OBSERVED RESULT


EXPECTED RESULT


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

ADDITIONAL INFORMATION
Checked the C:\Program Files\digiKam\data\digikam\colorschemes and created a
C:\Users\x\AppData\Roaming\digikam\colorschemes directory.  There are 10
.colors files in each directory.  I want to use the blackbody.colors.

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

[kdeconnect] [Bug 434791] Text is rendered as white on white in the KDE Connect SMS application in certain cases

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

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #7 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/network/kdeconnect-kde/-/merge_requests/393

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

[krusader] [Bug 429013] Strange behaviour using MELD to compare files

2021-04-18 Thread Rafael Linux User
https://bugs.kde.org/show_bug.cgi?id=429013

--- Comment #9 from Rafael Linux User  ---
Hi Toni
Thank you for your recommendations. More than 5 years ago, to mount remote
folders was the only workaround. Today, we have kio-fuse that works, so to
mount each one of the DISTINCT remote samba/ftp folders than I need to access,
would be like to make steps backward.

-- 
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-18 Thread Karl
https://bugs.kde.org/show_bug.cgi?id=402017

--- Comment #68 from Karl  ---
There was a time when creating a disk copy would have been seen as a
'bad-thing®', but today, with modern sizes of RAM and disk-drives, I don't
think it is probably the right answer. 

If I look at the typical size of PDFs - they are not huge - If I look at the
extreme cases -   

It might appear as a sledge-hammer approach, but if you look at all the
variable situations, and not being able to count on the downloading programs to
do things sanely - I think it is the way to go. No need to create complicated
user interface choices..

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

[kmymoney] [Bug 435856] ofx import ignores banking transactions in invenstment account since libofx upgrade to 0.10

2021-04-18 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=435856

Jack  changed:

   What|Removed |Added

  Latest Commit|88d97f79ace88879136c60a99c6 |https://invent.kde.org/offi
   |9c7dc50a32548   |ce/kmymoney/commit/da020409
   ||0f5b6b74d5774328ba5dbf19f3f
   ||d1334

--- Comment #1 from Jack  ---
Git commit da0204090f5b6b74d5774328ba5dbf19f3fd1334 by Jack Ostroff.
Committed on 18/04/2021 at 22:35.
Pushed by ostroffjh into branch 'master'.

Allow ofx import of regular banking transactions within an investment
account.  An upgrade for libofx 0.10 changed invtransactiontype from
false to true, so we need to explicitly recognize invtransactiontype
OFX_INVBANKTRAN.

(cherry picked from commit 88d97f79ace88879136c60a99c69c7dc50a32548)

M  +4-1kmymoney/plugins/ofx/import/ofximporter.cpp

https://invent.kde.org/office/kmymoney/commit/da0204090f5b6b74d5774328ba5dbf19f3fd1334

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

[kwin] [Bug 435892] New: Keep activities selector persistent in window menu

2021-04-18 Thread dharman
https://bugs.kde.org/show_bug.cgi?id=435892

Bug ID: 435892
   Summary: Keep activities selector persistent in window menu
   Product: kwin
   Version: 5.21.4
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: dhar...@10100.to
  Target Milestone: ---

SUMMARY
There was an option to keep activities selector in window menu opened, after a
selection. I like this behavior because frequently (almost everytime) I need to
unselect an activity and select another one. This is no more possible, because
the window menu close itself suddendly after an activity selection.

STEPS TO REPRODUCE
1) open window menu(ALT+F3)
2) Select "Show in activities" menu item
3) check/uncheck any activity box (or "All Activities" one)

OBSERVED RESULT
After step 3, the window menu automatically closing itself

EXPECTED RESULT
As in several versions ago, I wish to be able to:
check more than one activity box (or "All Activities" one) before the menu
closing

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

[okular] [Bug 435889] Add some config tool to change the voice and language of the synthesizer

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

Luigi Toscano  changed:

   What|Removed |Added

 CC||luigi.tosc...@tiscali.it

--- Comment #1 from Luigi Toscano  ---
Okular uses the QtSpeech library (https://doc.qt.io/qt-5/qtspeech-index.html)
and its backends for the various platforms . On *nix it uses
libspeechd/speech-dispatcher, so the proper way to configure this is to
configure speech-dispatcher.

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

[k3b] [Bug 407069] Buttons to install (via KDE Store or locally) and remove K3b themes have no icon

2021-04-18 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=407069

Albert Astals Cid  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/mult
   ||imedia/k3b/commit/55811bd29
   ||8731e3263ff78900c91fdcc1c87
   ||e914
 Status|ASSIGNED|RESOLVED

--- Comment #3 from Albert Astals Cid  ---
Git commit 55811bd298731e3263ff78900c91fdcc1c87e914 by Albert Astals Cid, on
behalf of Roman Levkin.
Committed on 18/04/2021 at 21:50.
Pushed by aacid into branch 'master'.

Adding icons for buttons in theme settings

Adding icons for buttons "Get new themes", "Install new theme..." and "Remove
theme" in themes section of settings.
https://bugs.kde.org/show_bug.cgi?id=407069

M  +15   -0src/option/base_k3bthemeoptiontab.ui

https://invent.kde.org/multimedia/k3b/commit/55811bd298731e3263ff78900c91fdcc1c87e914

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

[systemsettings] [Bug 433028] Header for QWidgets KCMs not aligned with sidebar header

2021-04-18 Thread medin
https://bugs.kde.org/show_bug.cgi?id=433028

medin  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---
 Ever confirmed|1   |0

--- Comment #15 from medin  ---
(In reply to Nate Graham from comment #14)
> With current git master, I cna no longer reproduce the issue with Noto Sans
> 10, which I was able to reproduce before. Perhaps Ismael's patches fixed it.
> 
> Medin, any chance you can try with git master/unstable packages?

With 5.21.4 the problem is still present. I can't install git version (it wants
to pull all others git plasma packages).

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

[kmymoney] [Bug 435856] ofx import ignores banking transactions in invenstment account since libofx upgrade to 0.10

2021-04-18 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=435856

Jack  changed:

   What|Removed |Added

   Version Fixed In||5.1.2
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||88d97f79ace88879136c60a99c6
   ||9c7dc50a32548

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

[krusader] [Bug 429013] Strange behaviour using MELD to compare files

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

--- Comment #8 from Toni Asensi Esteve  ---
I meant:

Meanwhile, if you want to use Meld: 
- If you access your remote files using Samba, have you tried "mounting" a
"samba share" using some of the results of
https://www.google.com/search?q=mount+samba ? 
- If you access your remote files using FTP, have you tried {"mounting" a
remote FTP folder as a local folder} using some of the results of
https://www.google.com/search?q=mount+ftp ?

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

[krusader] [Bug 429013] Strange behaviour using MELD to compare files

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

Toni Asensi Esteve  changed:

   What|Removed |Added

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

--- Comment #7 from Toni Asensi Esteve  ---
Rafael: Meanwhile, if you want to use Meld: 
- If you access your remote files using Samba, have you tried "mounting" a
"samba share" using some of the results of
https://www.google.com/search?q=mount+samba ? 
- If you access your remote files using FTP, have you tried "mounting" a "samba
share" using some of the results of https://www.google.com/search?q=mount+ftp ?

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

[kdeconnect] [Bug 410156] [Wayland] KDE Connect Does The Virtual Mouse Scrolldown Inverted

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

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

--- Comment #4 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/network/kdeconnect-kde/-/merge_requests/392

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

[krdc] [Bug 435459] KRDC Project webpage link is broken

2021-04-18 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=435459

Albert Astals Cid  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #3 from Albert Astals Cid  ---
All the three links below seem to work for me now.

Maybe it has a temporary hickup of the system. 

Thanks for reporting :)

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

[plasma-systemmonitor] [Bug 434461] Right sidebar content is cut off on the right side

2021-04-18 Thread medin
https://bugs.kde.org/show_bug.cgi?id=434461

medin  changed:

   What|Removed |Added

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

--- Comment #6 from medin  ---
Problem in image1 is still persistent with 5.21.4

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

[digikam] [Bug 386299] Add ExifTool based wrapper to read and write metadata

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

--- Comment #11 from caulier.gil...@gmail.com ---
Screenshot of ExifTool metatada viewer playing with a video file:

 https://imgur.com/FJvCAzX 

Gilles Caulier

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

[Falkon] [Bug 435891] New: Add-on store

2021-04-18 Thread Simplissimus
https://bugs.kde.org/show_bug.cgi?id=435891

Bug ID: 435891
   Summary: Add-on store
   Product: Falkon
   Version: unspecified
  Platform: Other
OS: Other
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: extensions
  Assignee: now...@gmail.com
  Reporter: kde.shiel...@aleeas.com
  Target Milestone: ---

Falkon is a more than acceptable browser for 95% or more of websites and I
would like to use it more because it is very light and its integration with
Kwallet is very good, but I hardly use it because, for me, it has several
shortcomings that hinder a regular use:

- It has no container support (see Temporary Containers add-on, for Firefox).
- No user agent spoofing (see Chameleon for FF)
- It has no alternative content provider (Privacy Redirect, Decentraleyes).
- Does not allow saving pages in Markdown.
- Etc, etc, etc...

All this is provided to Firefox and Chrome through add-ons, but unfortunately
Falkon lacks add-ons except the 3 that come integrated. Please, create an
add-on store and add to Falkon the possibility to install them easily.

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

[plasmashell] [Bug 435890] New: Brightness icon looks inconsistent with no battery connected

2021-04-18 Thread medin
https://bugs.kde.org/show_bug.cgi?id=435890

Bug ID: 435890
   Summary: Brightness icon looks inconsistent with no battery
connected
   Product: plasmashell
   Version: 5.21.4
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: System Tray
  Assignee: plasma-b...@kde.org
  Reporter: med.medin.2...@gmail.com
CC: mate...@gmail.com
  Target Milestone: 1.0

Created attachment 137693
  --> https://bugs.kde.org/attachment.cgi?id=137693=edit
Brightness icon looks inconsistent with no battery connected

In tray system, if you set "Show percentage" in brightness widget settings with
no  battery connected then the brightness icon becomes inconsistent. See
attached image for more info.

Operating System: Manjaro Linux
KDE Plasma Version: 5.21.4
KDE Frameworks Version: 5.81.0
Qt Version: 5.15.2
Kernel Version: 5.4.112-1-MANJARO
OS Type: 64-bit
Graphics Platform: X11

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

[digikam] [Bug 386299] Add ExifTool based wrapper to read and write metadata

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

--- Comment #10 from caulier.gil...@gmail.com ---
Git commit 15bce2a888a41d1ca08b3fe28d1a5caa6294ba7d by Gilles Caulier.
Committed on 18/04/2021 at 21:15.
Pushed by cgilles into branch 'master'.

Introduce the new ExifTool information viewer from Metadata sidebar tab.

M  +4-0core/libs/metadataengine/exiftool/exiftoolparser.cpp
M  +1-1core/libs/properties/import/importitempropertiessidebar.cpp
M  +39   -18   core/libs/properties/itempropertiesmetadatatab.cpp
M  +1-1core/libs/properties/itempropertiesmetadatatab.h
M  +1-1core/libs/properties/itempropertiessidebardb.cpp
M  +1-0core/libs/widgets/CMakeLists.txt
A  +151  -0core/libs/widgets/metadata/exiftoolwidget.cpp [License: GPL
(v2+)]
A  +96   -0core/libs/widgets/metadata/exiftoolwidget.h [License: GPL
(v2+)]

https://invent.kde.org/graphics/digikam/commit/15bce2a888a41d1ca08b3fe28d1a5caa6294ba7d

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

[okular] [Bug 435889] New: Add some config tool to change the voice and language of the synthesizer

2021-04-18 Thread Simplissimus
https://bugs.kde.org/show_bug.cgi?id=435889

Bug ID: 435889
   Summary: Add some config tool to change the voice and language
of the synthesizer
   Product: okular
   Version: unspecified
  Platform: Other
OS: Other
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: okular-de...@kde.org
  Reporter: kde.shiel...@aleeas.com
  Target Milestone: ---

The voice synthesizer in Okular always "speaks" with a robotic sound and an
English accent that you can't understand at all (well, maybe the English do,
but for most people it's a torture). Is so awful that using it for more than 3
minutes at a time is a torture, and the problem is that there's no tool to
configure TTS in Okular's preferences, if you want to use TTS in Okular you are
tied to that horrendous sound.
So, could be added one simple interface to choose the voice, language, tone and
speed, especially the voice and language?

There are some open source projects that use Google's and IBM's even better
voices:
https://github.com/ken107/read-aloud
https://github.com/rNeomy/reader-view

Would be posible to make Okular do the same and use good voices even if not
open source?


Greetings.

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

[lattedock] [Bug 435769] Latte-dock won't show up on Gnome 40

2021-04-18 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=435769

--- Comment #5 from Michail Vourlakos  ---
(In reply to Gabriele Turelli from comment #4)
> Forgot to add, if it can help, i'm using Xorg, not wayland.

me too in Tumbleweed system, are you sure you are using latest git version?

2. If latte is showing as running and you try to reexecute latte is not Layouts
Editor showing?

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

[policykit-kde-agent-1] [Bug 398651] Combobox to select a user account is vertically bigger than normal

2021-04-18 Thread medin
https://bugs.kde.org/show_bug.cgi?id=398651

--- Comment #12 from medin  ---
Created attachment 137692
  --> https://bugs.kde.org/attachment.cgi?id=137692=edit
user combobox is big

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

[policykit-kde-agent-1] [Bug 398651] Combobox to select a user account is vertically bigger than normal

2021-04-18 Thread medin
https://bugs.kde.org/show_bug.cgi?id=398651

--- Comment #11 from medin  ---
If you click on Details it appears fixed, but when you resize the dialog it
becomes bigger. See attached video for more info.

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

[lattedock] [Bug 435769] Latte-dock won't show up on Gnome 40

2021-04-18 Thread Gabriele Turelli
https://bugs.kde.org/show_bug.cgi?id=435769

--- Comment #4 from Gabriele Turelli  ---
Forgot to add, if it can help, i'm using Xorg, not wayland.

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

[lattedock] [Bug 435769] Latte-dock won't show up on Gnome 40

2021-04-18 Thread Gabriele Turelli
https://bugs.kde.org/show_bug.cgi?id=435769

--- Comment #3 from Gabriele Turelli  ---
On my system, it doesn't show at all. It opens (strictly speaking) because the
process actually executes and stay running, but I have no GUI/Interface to see.

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

[kstars] [Bug 435859] Ekos is missing in the build from master

2021-04-18 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=435859

Jasem Mutlaq  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

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

[digikam] [Bug 386299] Add ExifTool based wrapper to read and write metadata

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

--- Comment #9 from caulier.gil...@gmail.com ---
Git commit c9dc01b30ced031242b98a87271183fe56784442 by Gilles Caulier.
Committed on 18/04/2021 at 19:26.
Pushed by cgilles into branch 'master'.

Move ExifTool wrapper to digiKam core for a future use as simple extra info
viewer in metadata sidebar
Exiv2 translator is not yet used, and no DMetadata integration is done.
We will do it step by step as ExifTool to Exiv2 tags name conversion is a big
puzzle.

M  +9-0core/libs/metadataengine/CMakeLists.txt
M  +1-0core/libs/metadataengine/README
R  +9-0core/libs/metadataengine/exiftool/exiftoolparser.cpp [from:
core/tests/metadataengine/exiftool/qt/exiftoolparser.cpp - 098% similarity]
R  +5-1core/libs/metadataengine/exiftool/exiftoolparser.h [from:
core/tests/metadataengine/exiftool/qt/exiftoolparser.h - 096% similarity]
R  +0-0core/libs/metadataengine/exiftool/exiftoolprocess.cpp [from:
core/tests/metadataengine/exiftool/qt/exiftoolprocess.cpp - 100% similarity]
R  +0-0core/libs/metadataengine/exiftool/exiftoolprocess.h [from:
core/tests/metadataengine/exiftool/qt/exiftoolprocess.h - 100% similarity]
R  +0-0core/libs/metadataengine/exiftool/exiftooltranslator.cpp [from:
core/tests/metadataengine/exiftool/common/exiftooltranslator.cpp - 100%
similarity]
R  +0-0core/libs/metadataengine/exiftool/exiftooltranslator.h [from:
core/tests/metadataengine/exiftool/common/exiftooltranslator.h - 100%
similarity]
R  +0-0core/libs/metadataengine/exiftool/exiftooltranslator_exif.cpp
[from: core/tests/metadataengine/exiftool/common/exiftooltranslator_exif.cpp -
100% similarity]
R  +0-0   
core/libs/metadataengine/exiftool/exiftooltranslator_ignoredgroups.cpp [from:
core/tests/metadataengine/exiftool/common/exiftooltranslator_ignoredgroups.cpp
- 100% similarity]
R  +0-0core/libs/metadataengine/exiftool/exiftooltranslator_iptc.cpp
[from: core/tests/metadataengine/exiftool/common/exiftooltranslator_iptc.cpp -
100% similarity]
R  +0-0core/libs/metadataengine/exiftool/exiftooltranslator_p.cpp
[from: core/tests/metadataengine/exiftool/common/exiftooltranslator_p.cpp -
100% similarity]
R  +0-0core/libs/metadataengine/exiftool/exiftooltranslator_p.h [from:
core/tests/metadataengine/exiftool/common/exiftooltranslator_p.h - 100%
similarity]
R  +0-0core/libs/metadataengine/exiftool/exiftooltranslator_xmp.cpp
[from: core/tests/metadataengine/exiftool/common/exiftooltranslator_xmp.cpp -
100% similarity]
M  +41   -9core/tests/metadataengine/exiftool/CMakeLists.txt
D  +0-36   core/tests/metadataengine/exiftool/cpp/CMakeLists.txt
D  +0-3core/tests/metadataengine/exiftool/cpp/README
D  +0-1421 core/tests/metadataengine/exiftool/cpp/exiftoolcore.cpp
D  +0-129  core/tests/metadataengine/exiftool/cpp/exiftoolcore.h
D  +0-175  core/tests/metadataengine/exiftool/cpp/exiftoolloader_cli.cpp
D  +0-305  core/tests/metadataengine/exiftool/cpp/exiftoolpipe.cpp
D  +0-64   core/tests/metadataengine/exiftool/cpp/exiftoolpipe.h
D  +0-80   core/tests/metadataengine/exiftool/cpp/exiftooltaginfo.cpp
D  +0-58   core/tests/metadataengine/exiftool/cpp/exiftooltaginfo.h
R  +0-0core/tests/metadataengine/exiftool/qexiftoolexport_cli.cpp
[from: core/tests/metadataengine/exiftool/qt/qexiftoolexport_cli.cpp - 100%
similarity]
R  +0-0core/tests/metadataengine/exiftool/qexiftoolloader_cli.cpp
[from: core/tests/metadataengine/exiftool/qt/qexiftoolloader_cli.cpp - 100%
similarity]
R  +0-0core/tests/metadataengine/exiftool/qexiftooloutput_cli.cpp
[from: core/tests/metadataengine/exiftool/qt/qexiftooloutput_cli.cpp - 100%
similarity]
R  +0-0core/tests/metadataengine/exiftool/qexiftoolxmldb_cli.cpp [from:
core/tests/metadataengine/exiftool/qt/qexiftoolxmldb_cli.cpp - 100% similarity]
D  +0-78   core/tests/metadataengine/exiftool/qt/CMakeLists.txt

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

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

[kmymoney] [Bug 186616] Entering negative amounts in Split window

2021-04-18 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=186616

--- Comment #23 from Thomas Baumgart  ---
Git commit 02749aa1e0e096a1f83b3fff8044a33883d7991c by Thomas Baumgart.
Committed on 18/04/2021 at 18:52.
Pushed by tbaumgart into branch 'master'.

Use defaults if locale does not provide valid values

In case invalid values are returned by localeconv() for the
currencySignPosition and the currencySymbolPosition the default values
will be used instead to avoid malfunction of the application.

(cherry picked from commit 6298def0763c7cc00ebf5e036782544ea1ff95b6)

M  +11   -0kmymoney/misc/platformtools_gnu.cpp
M  +11   -0kmymoney/misc/platformtools_nognu.cpp

https://invent.kde.org/office/kmymoney/commit/02749aa1e0e096a1f83b3fff8044a33883d7991c

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

[kmymoney] [Bug 396016] KMYMoney GPG option is grayed out even though GPG installed

2021-04-18 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=396016

--- Comment #6 from Thomas Baumgart  ---
Git commit a0a20ba4d79c8dc61b5e4b27ea528486a4ecc368 by Thomas Baumgart.
Committed on 18/04/2021 at 18:54.
Pushed by tbaumgart into branch 'master'.

Show tooltip in xml storage settings dialog when GPG is not working

In case GPG is not installed or no GPG secret keys are available a
corresponding hint is displayed in the mentioned dialog so that the
user can recognize the specific case.

(cherry picked from commit b4d06aef8b54fad9e2704e3e28fd4b70734ee40e)

M  +7-1kmymoney/plugins/xml/kcm_xmlstorage.cpp

https://invent.kde.org/office/kmymoney/commit/a0a20ba4d79c8dc61b5e4b27ea528486a4ecc368

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

[kstars] [Bug 435859] Ekos is missing in the build from master

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

--- Comment #4 from vtal...@live.com ---
Success!

Per your instructions I installed INDI development and rebuilt the KStars
project. Now I can bring up the Ekos dialog box.

Thanks for all your help. You can close or reject this bug report as you see
appropriate.

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

[ksysguard] [Bug 435888] New: size of the memory

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

Bug ID: 435888
   Summary: size of the memory
   Product: ksysguard
   Version: 5.21.4
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: ksysguard
  Assignee: ksysguard-b...@kde.org
  Reporter: m...@tutamail.com
CC: plasma-b...@kde.org
  Target Milestone: ---

Created attachment 137691
  --> https://bugs.kde.org/attachment.cgi?id=137691=edit
Wrong detected size of the memory.

SUMMARY


STEPS TO REPRODUCE
1. open system information
2. switch to second page
3. 

OBSERVED RESULT


EXPECTED RESULT


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

ADDITIONAL INFORMATION

view attached photo

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

[lattedock] [Bug 435883] Under Wayland, the Kickoff Menu overlaps with both Latte and Plasma panel

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

--- Comment #5 from m.orl...@gmail.com ---
Ok, thank you very much! For anyone interested, here's the link to the new
thread: https://bugs.kde.org/show_bug.cgi?id=435887

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

[frameworks-plasma] [Bug 435887] New: Under Wayland, the Kickoff Menu overlaps with both Latte and Plasma panel

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

Bug ID: 435887
   Summary: Under Wayland, the Kickoff Menu overlaps with both
Latte and Plasma panel
   Product: frameworks-plasma
   Version: 5.81.0
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: libplasma
  Assignee: notm...@gmail.com
  Reporter: m.orl...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: ---

Created attachment 137690
  --> https://bugs.kde.org/attachment.cgi?id=137690=edit
A screenshot of the overlapping plasmoid

SUMMARY
When I click on the Kickoff menu plasmoid, regardless of it being in a Latte
dock or in a standard Plasma panel, it overlaps with other panels.

STEPS TO REPRODUCE
1. Use Wayland
2. Create a "Unity-like" setups, with one panel on the left with the Kickoff
menu plasmoid in it and another panel on the top
3. Click on the Kickoff menu plasmoid

OBSERVED RESULT
The plasmoid gets covered by the top panel

EXPECTED RESULT
The plasmoid should appear just below the top panel, without overlapping

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Manjaro 5.11.14-1
KDE Plasma Version: 5.21.4
KDE Frameworks Version: 5.81.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
Apparently it is not a problem of Latte dock
(https://bugs.kde.org/show_bug.cgi?id=435883)

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

[kmymoney] [Bug 186616] Entering negative amounts in Split window

2021-04-18 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=186616

Thomas Baumgart  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/commit/bb6c1661
   ||2033a94ff4818b8c56b1b57158b
   ||53bd4
   Version Fixed In||5.1.2
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #22 from Thomas Baumgart  ---
Git commit bb6c16612033a94ff4818b8c56b1b57158b53bd4 by Thomas Baumgart.
Committed on 18/04/2021 at 18:46.
Pushed by tbaumgart into branch '5.1'.

Entering negative amounts switches between deposit and payment

In some circumstances, entering negative amounts did not have any
effect. This change fixes that so that entering a negative amount
changes a payment into a deposit and vice versa.
FIXED-IN: 5.1.2

M  +6-23   kmymoney/dialogs/stdtransactioneditor.cpp
M  +15   -0kmymoney/widgets/kmymoneycashflowcombo.cpp
M  +1-0kmymoney/widgets/kmymoneycashflowcombo.h

https://invent.kde.org/office/kmymoney/commit/bb6c16612033a94ff4818b8c56b1b57158b53bd4

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

[kmymoney] [Bug 186616] Entering negative amounts in Split window

2021-04-18 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=186616

--- Comment #21 from Thomas Baumgart  ---
Git commit 6298def0763c7cc00ebf5e036782544ea1ff95b6 by Thomas Baumgart.
Committed on 18/04/2021 at 18:49.
Pushed by tbaumgart into branch '5.1'.

Use defaults if locale does not provide valid values

In case invalid values are returned by localeconv() for the
currencySignPosition and the currencySymbolPosition the default values
will be used instead to avoid malfunction of the application.

M  +11   -0kmymoney/misc/platformtools_gnu.cpp
M  +11   -0kmymoney/misc/platformtools_nognu.cpp

https://invent.kde.org/office/kmymoney/commit/6298def0763c7cc00ebf5e036782544ea1ff95b6

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

[kwin] [Bug 435588] kwin_wayland crashed while I was hovering over previews of Konsoles grouped in task manager

2021-04-18 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=435588

Aleix Pol  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kwin/commit/59f6b77612d3 |ma/kwin/commit/3a51749f09a9
   |e80fa579064ebdcccfd2127158c |5e37cc225c4c3f920925fc1de64
   |9   |b

--- Comment #4 from Aleix Pol  ---
Git commit 3a51749f09a95e37cc225c4c3f920925fc1de64b by Aleix Pol, on behalf of
Alois Wohlschlager.
Committed on 18/04/2021 at 18:49.
Pushed by apol into branch 'Plasma/5.21'.

Fix crash when stopping PipeWire streaming

The stream object was deleted from a slot connected to its stopStreaming
signal. This is unsafe and can lead to memory corruption and ultimately
crashes when PipWwire streaming is stopped. Use deleteLater instead.
Related: bug 428268

M  +1-1plugins/screencast/screencastmanager.cpp

https://invent.kde.org/plasma/kwin/commit/3a51749f09a95e37cc225c4c3f920925fc1de64b

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

[kwin] [Bug 428268] kwin_wayland crashes when pipewire stopped

2021-04-18 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=428268

Aleix Pol  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kwin/commit/59f6b77612d3 |ma/kwin/commit/3a51749f09a9
   |e80fa579064ebdcccfd2127158c |5e37cc225c4c3f920925fc1de64
   |9   |b

--- Comment #12 from Aleix Pol  ---
Git commit 3a51749f09a95e37cc225c4c3f920925fc1de64b by Aleix Pol, on behalf of
Alois Wohlschlager.
Committed on 18/04/2021 at 18:49.
Pushed by apol into branch 'Plasma/5.21'.

Fix crash when stopping PipeWire streaming

The stream object was deleted from a slot connected to its stopStreaming
signal. This is unsafe and can lead to memory corruption and ultimately
crashes when PipWwire streaming is stopped. Use deleteLater instead.
Related: bug 435588

M  +1-1plugins/screencast/screencastmanager.cpp

https://invent.kde.org/plasma/kwin/commit/3a51749f09a95e37cc225c4c3f920925fc1de64b

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

[kmymoney] [Bug 186616] Entering negative amounts in Split window

2021-04-18 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=186616

--- Comment #20 from Thomas Baumgart  ---
KMyMoney gets locale information about the sign position and format from the
locale and if that returns unexpected (undefined) values it causes the
application to not except negative numbers because it does not know where to
place the minus sign (or other notations).

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

  1   2   3   >