[krita] [Bug 419093] call to Node.mergeDown() exits krita

2020-03-21 Thread Manga Tengu
https://bugs.kde.org/show_bug.cgi?id=419093

Manga Tengu  changed:

   What|Removed |Added

 Attachment #126936|a script that loads a file, |a script that tries to
description|creates a view on it. Adds  |mergeDown a layer
   |an extra solid layer at the |
   |bottom and merges   |

--- Comment #1 from Manga Tengu  ---
Comment on attachment 126936
  --> https://bugs.kde.org/attachment.cgi?id=126936
a script that tries to mergeDown a layer

>from krita import *
>
>doc = Application.openDocument("PathToImage")
>window = Application.activeWindow()
>view = window.addView(doc)
>window.showView(view)
>paintLayer = doc.createNode("Background1", "paintLayer")
>i = InfoObject()
>i.setProperty("color", "white")
>s = Selection()
>s.select(0, 0, doc.width(), doc.height(), 255)
>fillLayer = doc.createFillLayer("Background2", "color", i, s)
>root = doc.rootNode()
>children = root.childNodes()
>root.setChildNodes([fillLayer, paintLayer, children[0]])
>children = root.childNodes()
>children[1].mergeDown()

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

[krita] [Bug 419094] New: Nightly build startup errors

2020-03-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=419094

Bug ID: 419094
   Summary: Nightly build startup errors
   Product: krita
   Version: nightly build (please specify the git hash!)
  Platform: MS Windows
OS: MS Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: krita-bugs-n...@kde.org
  Reporter: acc4commissi...@gmail.com
  Target Milestone: ---

Created attachment 126937
  --> https://bugs.kde.org/attachment.cgi?id=126937=edit
the error message

SUMMARY
version : krita-nightly-x64-v4.3.0-prealpha-2338-g449d84616d

When I tried to launch krita an error message poped up(the capture is
attatched). 

And after I clicked ok, again, an another error message containing dozens of
lines of : "Could not add storage C:/Users/Username/AppData/Roaming/krita/ to
the cache database"


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.

[krita] [Bug 419093] New: call to Node.mergeDown() exits krita

2020-03-21 Thread Manga Tengu
https://bugs.kde.org/show_bug.cgi?id=419093

Bug ID: 419093
   Summary: call to Node.mergeDown() exits krita
   Product: krita
   Version: nightly build (please specify the git hash!)
  Platform: macOS Disk Images
OS: macOS
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Scripting
  Assignee: krita-bugs-n...@kde.org
  Reporter: mangate...@gmail.com
  Target Milestone: ---

Created attachment 126936
  --> https://bugs.kde.org/attachment.cgi?id=126936=edit
a script that loads a file, creates a view on it. Adds an extra solid layer at
the bottom and merges

When I call mergeDown() on a Node with the scripting console, krita shuts down
abruptly

STEPS
Load a file (tried with jpg and png)
edit the (attached) script to load it
run the script 

OBSERVED RESULT
krita shuts down. If you comment the mergeDown call, krita won't shut down

EXPECTED RESULT
The layer is merged

SOFTWARE/OS VERSIONS

Krita 4.3.0-prealpha git 9dffafb
macOS: Catalina 10.15.3 (19D76)

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

[systemsettings] [Bug 417891] Night Color crashes when is clicked on

2020-03-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=417891

Bug Janitor Service  changed:

   What|Removed |Added

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

[okular] [Bug 417918] Unable to open djvu in paths with accented characters

2020-03-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=417918

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 419025] Krita closes on autosave

2020-03-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=419025

Bug Janitor Service  changed:

   What|Removed |Added

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

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

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

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

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

[Discover] [Bug 412038] Discover crashed after I click on a search result

2020-03-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=412038

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |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.

[Discover] [Bug 417594] me sale un mensaje de que no se puede hacer el bloquei

2020-03-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=417594

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |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.

[kio-extras] [Bug 393733] crash after SMB Login on NAS

2020-03-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=393733

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

[kmymoney] [Bug 418479] Historical Investment Transactions causes crash

2020-03-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=418479

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

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

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

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

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

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

[Discover] [Bug 415901] Discovery Crashed

2020-03-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=415901

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.

[kdeconnect] [Bug 419092] New: [FEATURE ]

2020-03-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=419092

Bug ID: 419092
   Summary: [FEATURE ]
   Product: kdeconnect
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: common
  Assignee: albertv...@gmail.com
  Reporter: thegt1k...@gmail.com
  Target Milestone: ---

Well

1. Window/task manager. Plugin which that allow you to close/etc specific
windows.
2. Device unlock, when you are on login screen on pc, there will be
notification which offer unlock PC.
3. Folder sync, sync specific folders from phone (with full sync or backing up)

(5.) Upgrade for browser extensions - manage tabs (but as I understand it is
impossible)

(6. Dark theme for widget, new 1x1 widget with customiseble command)

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

[kdenlive] [Bug 419091] x264-nvenc too many jobs at the same time

2020-03-21 Thread sfjuocekr
https://bugs.kde.org/show_bug.cgi?id=419091

--- Comment #1 from sfjuocekr  ---
Just tested, but it can apparently do two videos per GPU and it currently wont
even bother using the second.

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

[kmail2] [Bug 419090] Folders disappeared in the Kmail UI

2020-03-21 Thread Valter Mura
https://bugs.kde.org/show_bug.cgi?id=419090

Valter Mura  changed:

   What|Removed |Added

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

--- Comment #1 from Valter Mura  ---
Hi, maybe the problem is solved, the folders reappeared after all the settings
for all the accounts (presently 4, I need to add another 2)

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

[kdenlive] [Bug 419091] New: x264-nvenc too many jobs at the same time

2020-03-21 Thread sfjuocekr
https://bugs.kde.org/show_bug.cgi?id=419091

Bug ID: 419091
   Summary: x264-nvenc too many jobs at the same time
   Product: kdenlive
   Version: 19.12.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: Video Display & Export
  Assignee: j...@kdenlive.org
  Reporter: sfjuoc...@gmail.com
  Target Milestone: ---

SUMMARY


STEPS TO REPRODUCE
1. Add a bunch of clips, more than the amount of GPU's in the system...
2. Select all the clips
3. Make proxies

OBSERVED RESULT

The x264-nvenc proxy process is spawned for every clip selected, which is
undesirable as you can only encode one video per GPU. You will get a bunch of
errors which become very cumbersome to click away if you added a hundred clips.

x264-nvenc either complains it ran out of memory or that parameters were
incorrect for the video, but a single proxy encode always works.

EXPECTED RESULT
x264-nvenc is spawned once per GPU and the entire proxy process is batched to
keep every GPU occupied.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: KDE neon 5.18
(available in About System)
KDE Plasma Version: 5.18.3
KDE Frameworks Version: 5.68.0
Qt Version: 5.14.1

ADDITIONAL INFORMATION
I have two GPU's in my system and seem to be able to encode two videos at the
same time. I assumed it spawned a job on each GPU, but have not tested yet.

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

[kmail2] [Bug 419090] New: Folders disappeared in the Kmail UI

2020-03-21 Thread Valter Mura
https://bugs.kde.org/show_bug.cgi?id=419090

Bug ID: 419090
   Summary: Folders disappeared in the Kmail UI
   Product: kmail2
   Version: 5.13.3
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: message list
  Assignee: kdepim-b...@kde.org
  Reporter: valterm...@gmail.com
  Target Milestone: ---

Created attachment 126935
  --> https://bugs.kde.org/attachment.cgi?id=126935=edit
Screenshot of the blank screen

SUMMARY
During setting up a new imap account, the program crashed and when reopened it
showed all UI blank, without folders. I know the accounts are there, because
the program synchronize them, but I cannot see anything inside the program.

STEPS TO REPRODUCE
1. Open Kmail
2. 
3. 

OBSERVED RESULT

the UI is blank

EXPECTED RESULT

I should see all synchronized folders of my imap accounts

SOFTWARE/OS VERSIONS
Operating System: KDE neon Testing Edition
KDE Plasma Version: 5.18.3
KDE Frameworks Version: 5.69.0
Qt Version: 5.14.1
Kernel Version: 5.3.0-42-generic
OS Type: 64-bit
Processors: 8 × Intel® Core™ i7-3770 CPU @ 3.40GHz
Memory: 31,3 GiB


ADDITIONAL INFORMATION
Before adding the second account all was going well, I could see everything.

Attached: screenshot of the blank UI.

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

[kde] [Bug 419089] New: Application Close Button does not work if mouse in very top right hand corner

2020-03-21 Thread Mathew
https://bugs.kde.org/show_bug.cgi?id=419089

Bug ID: 419089
   Summary: Application Close Button does not work if mouse in
very top right hand corner
   Product: kde
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: model...@outlook.com.au
  Target Milestone: ---

Created attachment 126934
  --> https://bugs.kde.org/attachment.cgi?id=126934=edit
The resize cursor appearing when in top right hand corner of the window.

SUMMARY
Generally, when clicking a close button the mouse can be in the very top right
corner and the close button works. In some applications, this is not the case.
I currently noticed it with https://aur.archlinux.org/packages/geogebra-5/, but
I have noticed it previously with some GTK app (I can't remember which).

STEPS TO REPRODUCE
1. Get Geogebra 5 (https://aur.archlinux.org/packages/geogebra-5/)
2. Move the mouse to very top right-hand corner
3. Attempt to click, it instead shows the resize mouse cursor.

OBSERVED RESULT
"resize" mouse cursor appears and unable to close the application (in this
spot)

EXPECTED RESULT
the top right-hand corner should form part of the close button and allow the
application to be closed.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Arch Linux 5.1.16-arch1-1-ARCH
(available in About System)
KDE Plasma Version: 5.18.3
KDE Frameworks Version: 5.68.0
Qt Version: 5.14.1

ADDITIONAL INFORMATION

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

[kdenlive] [Bug 419088] New: "Error: cannot open the file" when I try to add a title clip.

2020-03-21 Thread Pablo
https://bugs.kde.org/show_bug.cgi?id=419088

Bug ID: 419088
   Summary: "Error: cannot open the file" when I try to add a
title clip.
   Product: kdenlive
   Version: 19.12.3
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Effects & Transitions
  Assignee: vpi...@kde.org
  Reporter: pdelarosa2...@gmail.com
  Target Milestone: ---

SUMMARY
"Error: cannot open the file" when I try to add a title clip.

STEPS TO REPRODUCE
1. Add clip
2. Add title clip
3. "Cannot open the file"

OBSERVED RESULT
"Error: cannot open the file"

EXPECTED RESULT
I wanted to add a title clip, I can't

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Arch Linux, Plasma 5.18.3
(available in About System)
KDE Plasma Version: 5.18.3
KDE Frameworks Version: 5.68.0
Qt Version: 5.14.1

ADDITIONAL INFORMATION

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

[krita] [Bug 414647] Grow / Shrink Selection only change the width of a selection

2020-03-21 Thread Tymond
https://bugs.kde.org/show_bug.cgi?id=414647

Tymond  changed:

   What|Removed |Added

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

--- Comment #8 from Tymond  ---
@Jacob Easterday Please read the details of the bug report before reopening. If
a bug gets fixed, the fix will be available for users in the next version after
the fix is introduced (and sometimes one needs to wait even longer, for the
major version, if the fix is too risky for the stable version). If the bug was
reported for version 4.2.8, it means that the first version users can see it in
will be 4.2.9.

In general after every fix you can download Krita Next version which will
contain the fix. Often the fix is ported to the stable development version so
it's available in Krita Plus, too. In this case it is in Krita Plus version for
a long time.

Next Wednesday Krita 4.2.9 will be released with that fix. For now you can
download Krita 4.2.9 beta, which is told to be very stable:
https://krita.org/en/item/krita-4-2-9-beta-released/

Please if you find an issue, first ask on krita-artists.org what is the correct
course of action.

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

[elisa] [Bug 414771] "skip backwards" action always goes to the previous song, never to the beginning of the current song

2020-03-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=414771

--- Comment #2 from Nate Graham  ---
No rush. :) If I get some time I might work on it myself.

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

[krita] [Bug 414647] Grow / Shrink Selection only change the width of a selection

2020-03-21 Thread Jacob Easterday
https://bugs.kde.org/show_bug.cgi?id=414647

Jacob Easterday  changed:

   What|Removed |Added

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

--- Comment #7 from Jacob Easterday  ---
Krita 4.2.8 Selection Tool Grow/Shrink Selection only changes width when used.
Bug also occurs in Fill Tool when used inside a selection when Grow Selection
is a non-zero value.

To Reproduce-
1. Make square selection
2. use Grow or Shrink Selection
3. Selection is now non-square with width changed.

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

[krita] [Bug 414647] Grow / Shrink Selection only change the width of a selection

2020-03-21 Thread Jacob Easterday
https://bugs.kde.org/show_bug.cgi?id=414647

Jacob Easterday  changed:

   What|Removed |Added

 CC||jake.east...@gmail.com

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

[elisa] [Bug 415910] Elisa reports year of songs using the DATE tag instead of ORIGINALYEAR for flacs

2020-03-21 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=415910

--- Comment #1 from Matthieu Gallien  ---
Hello,

Thanks for your report.

Elisa is using KFileMetaData to read metadata from music files.

Without checking code of the metadata extractor, I did search for a reference
to ORIGINALYEAR tag and could not found it.

Picard music tagger can add an originalyear tag but this is not standard.

I also had a look at this page:
http://wiki.hydrogenaud.io/index.php?title=Tag_Mapping

Do you have any reference that could explain  what is 'ORIGINALYEAR' and how is
it used ?

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

[elisa] [Bug 414771] "skip backwards" action always goes to the previous song, never to the beginning of the current song

2020-03-21 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=414771

Matthieu Gallien  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from Matthieu Gallien  ---
That would be a nice idea.

I am afraid I cannot really adds this to the next release. What do you think ?

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

[elisa] [Bug 410110] Spacebar to play/pause only works when using Elisa in English

2020-03-21 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=410110

--- Comment #16 from Matthieu Gallien  ---
(In reply to Matej Mrenica from comment #14)
> Yes it is.

I am sorry, but I have tested with 19.12.3 version and cannot reproduce if I
start Elisa this way:

LANG=sk_SK.UTF-8 LANGUAGE=sk_SK ./elisa

The interface is correctly translated but spacebar works as long as a text
entry is not focused.

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

[kmymoney] [Bug 419082] Backup

2020-03-21 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=419082

--- Comment #4 from Jack  ---
So E: is just a normal local hard disk?  Can you run KMyMoney from a command
line to see if it gives any hints what it's waiting for?  Are the permissions
OK on the folder to which you are trying to back up?

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

[digikam] [Bug 419079] Star rating on TIFF images destroys the image

2020-03-21 Thread Dirk
https://bugs.kde.org/show_bug.cgi?id=419079

--- Comment #2 from Dirk  ---
Hi Maik,

wow that's fast reply - thanks!!

The images are on a network storage - I did some tests moving them to
another (diret conected) disk - and could not reproduce the problem!!

I will continue to find the root cause, but for now you can reject my
defect.

I'm sorry, this simple test I could have done in advance - Thanks a lot!

Dirk


Am 21.03.2020 um 20:29 schrieb Maik Qualmann:
> https://bugs.kde.org/show_bug.cgi?id=419079
>
> Maik Qualmann  changed:
>
> What|Removed |Added
> 
>   CC||metzping...@gmail.com
>
> --- Comment #1 from Maik Qualmann  ---
> In the image, very large areas are filled block by block with zero bytes. Can
> you rule out a hard disk error? Please download "DebugView" from Microsoft and
> start it. Try to reproduce the problem in digiKam and upload the log from
> DebugView.
>
> Maik
>

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

[elisa] [Bug 417468] The right part of elisa shows gibberish chars (maybe GB2312 encoding problem )

2020-03-21 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=417468

--- Comment #3 from Matthieu Gallien  ---
(In reply to cody.hxlo from comment #2)
> oh,no no no. I found that was encoding problem,maybe because it is GB2312

Thanks for your report.

I remember that Amarok had code to guess the encoding of tags. I believe that
KFileMetaData frameworks that is used by Elisa does not have that.

Could you try to have a look at those tracks directly with Dolphin ?

Dolphin is using the same framework to get the Description tag of a music
track.

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

[elisa] [Bug 416830] Elisa crashes on start Kubuntu 20.04

2020-03-21 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=416830

--- Comment #2 from Matthieu Gallien  ---
Thanks for your report.

Do you still reproduce this bug ?

I will need your help given I cannot reproduce it.

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

[elisa] [Bug 418296] "Title" field of "Create a radio" window should be immediately focused on opening

2020-03-21 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=418296

Matthieu Gallien  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[elisa] [Bug 418296] "Title" field of "Create a radio" window should be immediately focused on opening

2020-03-21 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=418296

--- Comment #1 from Matthieu Gallien  ---
https://invent.kde.org/kde/elisa/-/merge_requests/108 has been created to solve
this bug.

If you can test, feedback is much welcome.

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

[valgrind] [Bug 419087] New: cachegrind file name output is bad for Go programs

2020-03-21 Thread Mark Gritter
https://bugs.kde.org/show_bug.cgi?id=419087

Bug ID: 419087
   Summary: cachegrind file name output is bad for Go programs
   Product: valgrind
   Version: 3.15 SVN
  Platform: Compiled Sources
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: cachegrind
  Assignee: n...@valgrind.org
  Reporter: mgrit...@gmail.com
  Target Milestone: ---

SUMMARY
cachegrind outputs file names like this:
fl=.//usr/local/go/src/errors/errors.go 
which cg_annotate cannot then parse

STEPS TO REPRODUCE
1. Compile a Go program (I used go 1.12.4)
2. valgrind --tool=cachegrind , with Valgrind 3.16-GIT (Valgrind 3.13
fails to parse the debug info entirely, I think.)
3. Look at resulting cachegrind.out, or try to use it with cg_annotate

OBSERVED RESULT

The following files chosen for auto-annotation could not be found:

  .//home/mark/profiling/main.go

EXPECTED RESULT

Find the file in /home/mark/profiling/main.go

SOFTWARE/OS VERSIONS
Ubuntu 18.04 LTS
Valgrind 3.16
Go 1.12.4

ADDITIONAL INFORMATION

Here's a quick patch that correctly handles a non-null directory if the
filename is already an absolute path. 

diff --git a/cachegrind/cg_main.c b/cachegrind/cg_main.c
index 927f3fb32..fdd3be2c3 100644
--- a/cachegrind/cg_main.c
+++ b/cachegrind/cg_main.c
@@ -248,7 +248,7 @@ static LineCC* get_lineCC(Addr origAddr)
// Form an absolute pathname if a directory is available
HChar absfile[VG_(strlen)(dir) + 1 + VG_(strlen)(file) + 1];

-   if (dir[0]) {
+   if (dir[0] && file[0] != '/') {
   VG_(sprintf)(absfile, "%s/%s", dir, file);
} else {
   VG_(sprintf)(absfile, "%s", file);

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

[Oxygen] [Bug 419086] New: Missing/invisible activity manager icon when using oxygen theme

2020-03-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=419086

Bug ID: 419086
   Summary: Missing/invisible activity manager icon when using
oxygen theme
   Product: Oxygen
   Version: 5.17.3
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: icons
  Assignee: n...@oxygen-icons.org
  Reporter: szmas...@googlemail.com
  Target Milestone: ---

SUMMARY
Activity Manager icon is not visible on the panel.
The Activity Manager appears when clicking anyway.
I have reported the bug initially to Manjaro forum with pictures:
https://forum.manjaro.org/t/plasma-oxygen-theme-activity-manager-missing-invisible-icon-issue-pinned-on-task-bar/111750
Manjaro people suggested to report it here.

STEPS TO REPRODUCE
1. Add activity manager widget to a panel when using Oxygen theme. In Breeze
theme the icon is visible.

OBSERVED RESULT
Missing/Invisible activity manager icon.

EXPECTED RESULT
Visible activity manager icon (3 dots in different colors).

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Manjaro Linux
KDE Plasma Version: from 5.17.3 up no now i.e. 5.18.3
KDE Frameworks Version: 5.65.0 up no now i.e. 5.69.0
Qt Version: 5.13.2 up no now i.e. 5.14.1

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

[kwin] [Bug 419085] New: kwin_x11 misbehavior and crash with existing workspaces

2020-03-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=419085

Bug ID: 419085
   Summary: kwin_x11 misbehavior and crash with existing
workspaces
   Product: kwin
   Version: 5.18.3
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: ryu.ketsu...@outlook.com
  Target Milestone: ---

Application: kwin_x11 (5.18.3)

Qt Version: 5.14.1
Frameworks Version: 5.67.0
Operating System: Linux 5.5.9-1-default x86_64
Windowing system: X11
Distribution: "openSUSE Tumbleweed"

-- Information about the crash:
- What I was doing when the application crashed:
This happened after I update Plasma but continues after downgrading to Plasma
5.18.3 (Going from Unstable Repos to Stable Repos). The Virtual Workspaces
turned useless except for the one at the middle (I have three). Every time I
try to use the one at the left or at the right, nothing shows up, being only a
black screen. If I try removing and adding virtual workspaces, KWin crashes
completely and reloads with no compositor enabled.

- Unusual behavior I noticed:
If I open KRunner through the keyboard shortcut while I'm still at one of the
other workspaces, I'm thrown back at the one in the middle.

KWin disables compositing everytime a crash happens.

Only X11 session is affected. Plasma Wayland and kwin_wayland does not show the
same issues.

- Extra note:
I require X11 for Global Menu to work and it is part of my workflow to have it
as well the three virtual desktops. If it's possible for this to be addressed
as soon as possible or to present me a way to fix it which does not involve
sacrificing my whole user folder...

The crash can be reproduced every time.

-- Backtrace:
Application: KWin (kwin_x11), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f7cb0a9f440 (LWP 17737))]

Thread 10 (Thread 0x7f7bf7937700 (LWP 17793)):
#0  0x7f7cb5c7bbc6 in ppoll () at /lib64/libc.so.6
#1  0x7f7cb4636cd9 in ppoll (__ss=, __timeout=, __nfds=, __fds=) at
/usr/include/bits/poll2.h:77
#2  0x7f7cb4636cd9 in qt_ppoll (timeout_ts=0x0, nfds=1, fds=0x7f7bfd38)
at kernel/qcore_unix.cpp:132
#3  0x7f7cb4636cd9 in qt_ppoll (timeout_ts=0x0, nfds=1, fds=0x7f7bfd38)
at kernel/qcore_unix.cpp:129
#4  0x7f7cb4636cd9 in qt_safe_poll(pollfd*, unsigned long, timespec const*)
(fds=0x7f7bfd38, nfds=1, timeout_ts=timeout_ts@entry=0x0) at
kernel/qcore_unix.cpp:155
#5  0x7f7cb46382e3 in
QEventDispatcherUNIX::processEvents(QFlags)
(this=, flags=...) at
../../include/QtCore/../../src/corelib/tools/qarraydata.h:211
#6  0x7f7cb45e2bfb in
QEventLoop::exec(QFlags)
(this=this@entry=0x7f7bf7936d80, flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:136
#7  0x7f7cb440d62e in QThread::exec() (this=) at
../../include/QtCore/../../src/corelib/global/qflags.h:118
#8  0x7f7cb31886e5 in  () at /usr/lib64/libQt5Qml.so.5
#9  0x7f7cb440e6f8 in QThreadPrivate::start(void*) (arg=0x55682e099320) at
thread/qthread_unix.cpp:342
#10 0x7f7cb3a4eefa in start_thread () at /lib64/libpthread.so.0
#11 0x7f7cb5c863bf in clone () at /lib64/libc.so.6

Thread 9 (Thread 0x7f7c13fff700 (LWP 17786)):
#0  0x7f7cb5c0ca62 in __libc_disable_asynccancel () at /lib64/libc.so.6
#1  0x7f7cb5c7bbda in ppoll () at /lib64/libc.so.6
#2  0x7f7cb4636cd9 in ppoll (__ss=, __timeout=, __nfds=, __fds=) at
/usr/include/bits/poll2.h:77
#3  0x7f7cb4636cd9 in qt_ppoll (timeout_ts=0x0, nfds=1, fds=0x55682d68bbf8)
at kernel/qcore_unix.cpp:132
#4  0x7f7cb4636cd9 in qt_ppoll (timeout_ts=0x0, nfds=1, fds=0x55682d68bbf8)
at kernel/qcore_unix.cpp:129
#5  0x7f7cb4636cd9 in qt_safe_poll(pollfd*, unsigned long, timespec const*)
(fds=0x55682d68bbf8, nfds=1, timeout_ts=timeout_ts@entry=0x0) at
kernel/qcore_unix.cpp:155
#6  0x7f7cb46382e3 in
QEventDispatcherUNIX::processEvents(QFlags)
(this=, flags=...) at
../../include/QtCore/../../src/corelib/tools/qarraydata.h:211
#7  0x7f7cb45e2bfb in
QEventLoop::exec(QFlags)
(this=this@entry=0x7f7c13ffeda0, flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:136
#8  0x7f7cb440d62e in QThread::exec() (this=) at
../../include/QtCore/../../src/corelib/global/qflags.h:118
#9  0x7f7cb440e6f8 in QThreadPrivate::start(void*) (arg=0x55682d861e20) at
thread/qthread_unix.cpp:342
#10 0x7f7cb3a4eefa in start_thread () at /lib64/libpthread.so.0
#11 0x7f7cb5c863bf in clone () at /lib64/libc.so.6

Thread 8 (Thread 0x7f7c1127e700 (LWP 17775)):
#0  0x7f7cb3a55795 in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f7c12fc0a5b in  () at /usr/lib64/dri/i965_dri.so
#2  0x7f7c12fc08d7 in  () at /usr/lib64/dri/i965_dri.so
#3  0x7f7cb3a4eefa 

[kdeconnect] [Bug 399855] Devices not connected to programm

2020-03-21 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=399855

Nicolas Fella  changed:

   What|Removed |Added

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

--- Comment #1 from Nicolas Fella  ---


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

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

[kdeconnect] [Bug 389010] devices cannot see eachother

2020-03-21 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=389010

Nicolas Fella  changed:

   What|Removed |Added

 CC||slava...@yandex.ru

--- Comment #8 from Nicolas Fella  ---
*** Bug 399855 has been marked as a duplicate of this bug. ***

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

[kdeconnect] [Bug 401677] Some phone models, ROMs or Apps don't report SMS History

2020-03-21 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=401677

Nicolas Fella  changed:

   What|Removed |Added

 CC||wdw19071...@yahoo.com

--- Comment #42 from Nicolas Fella  ---
*** Bug 418992 has been marked as a duplicate of this bug. ***

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

[kdeconnect] [Bug 418992] unable to send text message

2020-03-21 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=418992

Nicolas Fella  changed:

   What|Removed |Added

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

--- Comment #1 from Nicolas Fella  ---


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

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

[kdeconnect] [Bug 389010] devices cannot see eachother

2020-03-21 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=389010

Nicolas Fella  changed:

   What|Removed |Added

 CC||ruj...@protonmail.com

--- Comment #7 from Nicolas Fella  ---
*** Bug 419077 has been marked as a duplicate of this bug. ***

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

[kdeconnect] [Bug 419077] Cannot find Samsung Galaxy S7 anymore, it worked yesterday.

2020-03-21 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=419077

Nicolas Fella  changed:

   What|Removed |Added

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

--- Comment #1 from Nicolas Fella  ---


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

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

[kdeconnect] [Bug 419026] File Modified time same as tx time

2020-03-21 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=419026

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de
 Status|REPORTED|RESOLVED
   Version Fixed In||1.4
 Resolution|--- |FIXED

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

[digikam] [Bug 414055] Port Slideshow tool to plugin architecture [patch]

2020-03-21 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=414055

Maik Qualmann  changed:

   What|Removed |Added

   Version Fixed In||7.0.0
  Latest Commit||https://invent.kde.org/kde/
   ||digikam/commit/1ec58df1a518
   ||be6f8169039df43e65148fcc990
   ||e
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #21 from Maik Qualmann  ---
Git commit 1ec58df1a518be6f8169039df43e65148fcc990e by Maik Qualmann.
Committed on 21/03/2020 at 21:58.
Pushed by mqualmann into branch 'master'.

implement go to the last URL from the slideshow to the icon view
FIXED-IN: 7.0.0

M  +6-0core/app/main/digikamapp.cpp
M  +1-0core/app/views/stack/itemiconview.h
M  +13   -0core/app/views/stack/itemiconview_items.cpp
M  +4-21   core/dplugins/generic/view/slideshow/slideshowplugin.cpp
M  +0-2core/dplugins/generic/view/slideshow/slideshowplugin.h
M  +2-0core/libs/dplugins/iface/dinfointerface.h
M  +4-2core/utilities/lighttable/lighttablewindow_tools.cpp

https://invent.kde.org/kde/digikam/commit/1ec58df1a518be6f8169039df43e65148fcc990e

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

[okular] [Bug 419084] New: Add option to print several or all opened pdf files

2020-03-21 Thread Martin
https://bugs.kde.org/show_bug.cgi?id=419084

Bug ID: 419084
   Summary: Add option to print several or all opened pdf files
   Product: okular
   Version: 1.9.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: printing
  Assignee: okular-de...@kde.org
  Reporter: mrb...@gmail.com
  Target Milestone: ---

Sometimes it would be handy to have to the option to print several pdf files
with one step.
In addition to the "Print" button a "Print all" button would be helpful.

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

[kdeconnect] [Bug 359747] Clipboard sharing not working under Wayland

2020-03-21 Thread Andrey
https://bugs.kde.org/show_bug.cgi?id=359747

--- Comment #5 from Andrey  ---
Any thoughts we can do with it on Wayland?

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

[calligrawords] [Bug 419083] Calligra Words crashes when trying to directly print from Dolphin

2020-03-21 Thread Martin
https://bugs.kde.org/show_bug.cgi?id=419083

--- Comment #1 from Martin  ---
When I open the same text file from the zip file through "Open With -> Calligra
Words" it opens fine.

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

[kdeconnect] [Bug 359747] Clipboard sharing not working under Wayland

2020-03-21 Thread Andrey
https://bugs.kde.org/show_bug.cgi?id=359747

Andrey  changed:

   What|Removed |Added

 CC||butir...@gmail.com

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

[calligrawords] [Bug 419083] New: Calligra Words crashes when trying to directly print from Dolphin

2020-03-21 Thread Martin
https://bugs.kde.org/show_bug.cgi?id=419083

Bug ID: 419083
   Summary: Calligra Words crashes when trying to directly print
from Dolphin
   Product: calligrawords
   Version: 3.1.0
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: calligra-words-bugs-n...@kde.org
  Reporter: mrb...@gmail.com
  Target Milestone: ---

Application: calligrawords (3.1.0)

Qt Version: 5.12.4
Frameworks Version: 5.67.0
Operating System: Linux 5.5.11-050511-generic x86_64
Windowing system: X11
Distribution: Ubuntu 19.10

-- Information about the crash:
- What I was doing when the application crashed:
In Dolphin:
1) Open zip file
2) Right click on text file
3) Choose: Actions -> Print with Calligra Words
-> Calligra Words crashes

The crash can be reproduced every time.

-- Backtrace:
Application: Calligra Words (calligrawords), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f0b4c414840 (LWP 7009))]

Thread 14 (Thread 0x7f0b0f7fe700 (LWP 7024)):
#0  0x7f0b4fb062c6 in futex_wait_cancelable (private=,
expected=0, futex_word=0x560c69efcad0) at
../sysdeps/unix/sysv/linux/futex-internal.h:80
#1  0x7f0b4fb062c6 in __pthread_cond_wait_common (abstime=0x0, clockid=0,
mutex=0x560c69efca80, cond=0x560c69efcaa8) at pthread_cond_wait.c:508
#2  0x7f0b4fb062c6 in __pthread_cond_wait (cond=0x560c69efcaa8,
mutex=0x560c69efca80) at pthread_cond_wait.c:638
#3  0x7f0b4269191b in  () at /usr/lib/x86_64-linux-gnu/dri/radeonsi_dri.so
#4  0x7f0b4269153b in  () at /usr/lib/x86_64-linux-gnu/dri/radeonsi_dri.so
#5  0x7f0b4faff669 in start_thread (arg=) at
pthread_create.c:479
#6  0x7f0b52369323 in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 13 (Thread 0x7f0b0700 (LWP 7023)):
#0  0x7f0b4fb062c6 in futex_wait_cancelable (private=,
expected=0, futex_word=0x560c69efcad0) at
../sysdeps/unix/sysv/linux/futex-internal.h:80
#1  0x7f0b4fb062c6 in __pthread_cond_wait_common (abstime=0x0, clockid=0,
mutex=0x560c69efca80, cond=0x560c69efcaa8) at pthread_cond_wait.c:508
#2  0x7f0b4fb062c6 in __pthread_cond_wait (cond=0x560c69efcaa8,
mutex=0x560c69efca80) at pthread_cond_wait.c:638
#3  0x7f0b4269191b in  () at /usr/lib/x86_64-linux-gnu/dri/radeonsi_dri.so
#4  0x7f0b4269153b in  () at /usr/lib/x86_64-linux-gnu/dri/radeonsi_dri.so
#5  0x7f0b4faff669 in start_thread (arg=) at
pthread_create.c:479
#6  0x7f0b52369323 in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 12 (Thread 0x7f0b34dfa700 (LWP 7022)):
#0  0x7f0b4fb062c6 in futex_wait_cancelable (private=,
expected=0, futex_word=0x560c69efcad0) at
../sysdeps/unix/sysv/linux/futex-internal.h:80
#1  0x7f0b4fb062c6 in __pthread_cond_wait_common (abstime=0x0, clockid=0,
mutex=0x560c69efca80, cond=0x560c69efcaa8) at pthread_cond_wait.c:508
#2  0x7f0b4fb062c6 in __pthread_cond_wait (cond=0x560c69efcaa8,
mutex=0x560c69efca80) at pthread_cond_wait.c:638
#3  0x7f0b4269191b in  () at /usr/lib/x86_64-linux-gnu/dri/radeonsi_dri.so
#4  0x7f0b4269153b in  () at /usr/lib/x86_64-linux-gnu/dri/radeonsi_dri.so
#5  0x7f0b4faff669 in start_thread (arg=) at
pthread_create.c:479
#6  0x7f0b52369323 in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 11 (Thread 0x7f0b355fb700 (LWP 7021)):
#0  0x7f0b4fb062c6 in futex_wait_cancelable (private=,
expected=0, futex_word=0x560c69efcad0) at
../sysdeps/unix/sysv/linux/futex-internal.h:80
#1  0x7f0b4fb062c6 in __pthread_cond_wait_common (abstime=0x0, clockid=0,
mutex=0x560c69efca80, cond=0x560c69efcaa8) at pthread_cond_wait.c:508
#2  0x7f0b4fb062c6 in __pthread_cond_wait (cond=0x560c69efcaa8,
mutex=0x560c69efca80) at pthread_cond_wait.c:638
#3  0x7f0b4269191b in  () at /usr/lib/x86_64-linux-gnu/dri/radeonsi_dri.so
#4  0x7f0b4269153b in  () at /usr/lib/x86_64-linux-gnu/dri/radeonsi_dri.so
#5  0x7f0b4faff669 in start_thread (arg=) at
pthread_create.c:479
#6  0x7f0b52369323 in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 10 (Thread 0x7f0b35dfc700 (LWP 7020)):
#0  0x7f0b4fb062c6 in futex_wait_cancelable (private=,
expected=0, futex_word=0x560c69efc3d0) at
../sysdeps/unix/sysv/linux/futex-internal.h:80
#1  0x7f0b4fb062c6 in __pthread_cond_wait_common (abstime=0x0, clockid=0,
mutex=0x560c69efc380, cond=0x560c69efc3a8) at pthread_cond_wait.c:508
#2  0x7f0b4fb062c6 in __pthread_cond_wait (cond=0x560c69efc3a8,
mutex=0x560c69efc380) at pthread_cond_wait.c:638
#3  0x7f0b4269191b in  () at /usr/lib/x86_64-linux-gnu/dri/radeonsi_dri.so
#4  0x7f0b4269153b in  () at /usr/lib/x86_64-linux-gnu/dri/radeonsi_dri.so
#5  0x7f0b4faff669 in start_thread (arg=) at
pthread_create.c:479
#6  

[dolphin] [Bug 411718] Dolphin shows the wrong file type for Python

2020-03-21 Thread Christian Janoff
https://bugs.kde.org/show_bug.cgi?id=411718

--- Comment #7 from Christian Janoff  ---
Created attachment 126933
  --> https://bugs.kde.org/attachment.cgi?id=126933=edit
Simple example Python file used to describe the bug

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

[dolphin] [Bug 411718] Dolphin shows the wrong file type for Python

2020-03-21 Thread Christian Janoff
https://bugs.kde.org/show_bug.cgi?id=411718

Christian Janoff  changed:

   What|Removed |Added

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

--- Comment #6 from Christian Janoff  ---
I'm (finally) able to provide the requested info:

"xdg-mime query filetype example.py" returns "text/x-modelica"

I also managed to analyse this further, down to kmimetypefinder5 which gets
called by that xdg tool:

"kmimetypefinder5 example.py" returns "text/x-modelica"

while

(non-KDE:) "mimetype --brief --dereference example.py returns "text/x-python".

So it seems to be a kmimetypefinder5 problem.

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

[kmymoney] [Bug 419082] Backup

2020-03-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=419082

--- Comment #3 from richardwc...@gmail.com ---
Sorry forgot to say E: is a NTFS local disk installed on PC

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

[kmymoney] [Bug 419082] Backup

2020-03-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=419082

--- Comment #2 from richardwc...@gmail.com ---
Hi
I've tried both ticked and unticked.

KMyMoney installed on C:
I'm trying to backup to already mounted drive E: which is installed and mounted
in PC

Either ticked or unticked, the backup freezes.

Thanks

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

[kmymoney] [Bug 419082] Backup

2020-03-21 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=419082

Jack  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO
 CC||ostroffjh@users.sourceforge
   ||.net

--- Comment #1 from Jack  ---
Is E: already mounted?  If so, no need to tick the "mount" checkbox.  If it is
NOT already mounted, then what is it?  Samba, NFS, USB stick, ...?

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

[kmymoney] [Bug 419082] Backup

2020-03-21 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=419082

Jack  changed:

   What|Removed |Added

 CC|ostroffjh@users.sourceforge |
   |.net|

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

[kmymoney] [Bug 419082] New: Backup

2020-03-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=419082

Bug ID: 419082
   Summary: Backup
   Product: kmymoney
   Version: 5.0.6
  Platform: Windows CE
OS: MS Windows
Status: REPORTED
  Severity: critical
  Priority: NOR
 Component: general
  Assignee: kmymoney-de...@kde.org
  Reporter: richardwc...@gmail.com
  Target Milestone: ---

SUMMARY
Use file-backup but fails to backup

STEPS TO REPRODUCE
1. file/backup
2. Enter Mount point e.g. E:/users/...etc
3. tick box 'mount this directory before backup

OBSERVED RESULT
KMyMoney indicates progess bar 'Mounting E:/User/...etc' but the task freezes
and I have to abort program using windows task manager

EXPECTED RESULT
Backup of file to windows director specified

SOFTWARE/OS VERSIONS
Windows: 10

ADDITIONAL INFORMATION
Re-downloaded KMyMoney 5.0.6 again and re-installed but same bug is present

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

[krita] [Bug 392343] Text editor's Font-Style droplist and Bold button are broken

2020-03-21 Thread Rebecca Breu
https://bugs.kde.org/show_bug.cgi?id=392343

Rebecca Breu  changed:

   What|Removed |Added

 CC||rebe...@rbreu.de

--- Comment #8 from Rebecca Breu  ---
Bold is already broken in 4.2.8, see 419081. (I can confirm that as well).

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

[krita] [Bug 419081] Bold text doesn't work

2020-03-21 Thread Rebecca Breu
https://bugs.kde.org/show_bug.cgi?id=419081

Rebecca Breu  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED
 CC||rebe...@rbreu.de

--- Comment #1 from Rebecca Breu  ---
Yes, this is a know issue.

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

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

[krita] [Bug 392343] Text editor's Font-Style droplist and Bold button are broken

2020-03-21 Thread Rebecca Breu
https://bugs.kde.org/show_bug.cgi?id=392343

Rebecca Breu  changed:

   What|Removed |Added

 CC||danielpet...@outlook.com

--- Comment #7 from Rebecca Breu  ---
*** Bug 419081 has been marked as a duplicate of this bug. ***

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

[krita] [Bug 419081] New: Bold text doesn't work

2020-03-21 Thread PRIZ
https://bugs.kde.org/show_bug.cgi?id=419081

Bug ID: 419081
   Summary: Bold text doesn't work
   Product: krita
   Version: 4.2.8
  Platform: Flatpak
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Tool/Text
  Assignee: krita-bugs-n...@kde.org
  Reporter: danielpet...@outlook.com
  Target Milestone: ---

SUMMARY
When trying to type in bold text, the editor shows the text as bold, but the
text layer itself doesn't show bold text.

STEPS TO REPRODUCE
1. Create a new text layer
2. Type anything in bold
3. Save text
4. Remember what the text layer looks like
5. Repeat steps 3 and 4 with non-bold text

OBSERVED RESULT

The text isn't bolded

EXPECTED RESULT

The text should be bold
SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Kubuntu 19.10
(available in About System)
KDE Plasma Version: 5.16.5
KDE Frameworks Version: 5.62.0
Qt Version: 5.12.4

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

[kwin] [Bug 419080] Window doesn't have correct size when using themes with Aurorae theme engine

2020-03-21 Thread Xu Zhao
https://bugs.kde.org/show_bug.cgi?id=419080

--- Comment #3 from Xu Zhao  ---
Created attachment 126932
  --> https://bugs.kde.org/attachment.cgi?id=126932=edit
The screenshot when the compositing is turned off.

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

[kwin] [Bug 419080] Window doesn't have correct size when using themes with Aurorae theme engine

2020-03-21 Thread Xu Zhao
https://bugs.kde.org/show_bug.cgi?id=419080

--- Comment #2 from Xu Zhao  ---
(In reply to David Edmundson from comment #1)
> >This bug does not exist when using Intel/Nouveau drivers.
> 
> That sounds unlikely.
> 
> Is it the same machine? 
> Does it affect every window when the bug exhibits itself?
> For the whole session?
Yes, it affects every window for the whole session.
I can reproduce the bug on at least three machines using Nvidia display driver.
However, they are all in openSUSE Tumbleweed.
> 
> >Window Decoration Theme: McMojave-Light, or Breezemite
> 
> And all Aurorae themes are affected?
I have tested a few Aurorae themes. It seems all of them are affected.
- Breezemite
- Breezemite_dark
- McMojave
- McMojave-light
- Qogir-light
- Sweet-Dark

> 
> Does toggling compositing (alt+shift+f12) make a difference?
The bug persists. You can find the screenshot after toggling the compositing in
the new attachment.

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

[okular] [Bug 419075] okular is very slow with pdf files

2020-03-21 Thread Yuri Chornoivan
https://bugs.kde.org/show_bug.cgi?id=419075

Yuri Chornoivan  changed:

   What|Removed |Added

 CC||yurc...@ukr.net

--- Comment #3 from Yuri Chornoivan  ---
Quick testing (Core 2 Duo E4700, SSD Kigston A400, 6GB of RAM). Fit page to
width, time to load 14th page from the first page, cold start.

Poppler-based viewers:

Okular 1.10.70 (poppler 0.86.1) - 10 secs
Evince 3.32.1 - 5 secs
qpdfview 0.4.18beta - 10 secs

Non-popler-based:

MuPDF 1.16.1 - 1 sec
FoxIt Reader for Linux 2.4.4.0991 - 1 sec

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

[okular] [Bug 418994] Content disappears while zooming in PDFs

2020-03-21 Thread David Hurka
https://bugs.kde.org/show_bug.cgi?id=418994

--- Comment #7 from David Hurka  ---
I don’t have the problem with Okular from git master.

But I think with “hidpi screen” Albert meant whether you use GUI scaling.
(System Settings -> Display and Monitor -> Display Configuration -> Global
scale slider) I use 125% scaling on my 1080p screen.

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

[digikam] [Bug 419079] Star rating on TIFF images destroys the image

2020-03-21 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=419079

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
In the image, very large areas are filled block by block with zero bytes. Can
you rule out a hard disk error? Please download "DebugView" from Microsoft and
start it. Try to reproduce the problem in digiKam and upload the log from
DebugView.

Maik

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

[kwin] [Bug 419080] Window doesn't have correct size when using themes with Aurorae theme engine

2020-03-21 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=419080

David Edmundson  changed:

   What|Removed |Added

Version|unspecified |5.18.3

--- Comment #1 from David Edmundson  ---
>This bug does not exist when using Intel/Nouveau drivers.

That sounds unlikely.

Is it the same machine? 
Does it affect every window when the bug exhibits itself?
For the whole session?

>Window Decoration Theme: McMojave-Light, or Breezemite

And all Aurorae themes are affected?

Does toggling compositing (alt+shift+f12) make a difference?

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

[kwin] [Bug 419080] Window doesn't have correct size when using themes with Aurorae theme engine together with Nvidia driver

2020-03-21 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=419080

David Edmundson  changed:

   What|Removed |Added

  Component|general |aurorae
 CC||k...@davidedmundson.co.uk
Version|5.67.0  |unspecified
Product|frameworks-kwindowsystem|kwin

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

[kwin] [Bug 419080] Window doesn't have correct size when using themes with Aurorae theme engine

2020-03-21 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=419080

David Edmundson  changed:

   What|Removed |Added

Summary|Window doesn't have correct |Window doesn't have correct
   |size when using themes with |size when using themes with
   |Aurorae theme engine|Aurorae theme engine
   |together with Nvidia driver |

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

[frameworks-kwindowsystem] [Bug 419080] New: Window doesn't have correct size when using themes with Aurorae theme engine together with Nvidia driver

2020-03-21 Thread Xu Zhao
https://bugs.kde.org/show_bug.cgi?id=419080

Bug ID: 419080
   Summary: Window doesn't have correct size when using themes
with Aurorae theme engine together with Nvidia driver
   Product: frameworks-kwindowsystem
   Version: 5.67.0
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: i...@xuzhao.net
  Target Milestone: ---

Created attachment 126931
  --> https://bugs.kde.org/attachment.cgi?id=126931=edit
The window overflows the title bar

SUMMARY
The window overflows when using Aurorae theme engine together with Nvidia
proprietary display driver.

STEPS TO REPRODUCE
1. Change the window decoration theme to McMojave Light
2. Start any application

OBSERVED RESULT
The window overflows the title bar

EXPECTED RESULT
The window should be within the title bar

SOFTWARE/OS VERSIONS
Linux/KDE Plasma:  openSUSE Tumbleweed 20200318
KDE Plasma Version: 5.18.3
KDE Frameworks Version: 5.67.0
Qt Version: 5.14.1
Display Driver: Nvidia 440.64
Window Decoration Theme: McMojave-Light, or Breezemite

ADDITIONAL INFORMATION
This bug does not exist when using Intel/Nouveau drivers.
See the screenshot for details.

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

[digikam] [Bug 419079] New: Star rating on TIFF images destroys the image

2020-03-21 Thread Dirk
https://bugs.kde.org/show_bug.cgi?id=419079

Bug ID: 419079
   Summary: Star rating on TIFF images destroys the image
   Product: digikam
   Version: 7.0.0
  Platform: MS Windows
OS: MS Windows
Status: REPORTED
  Severity: critical
  Priority: NOR
 Component: Plugin-FilesIO-TIFF
  Assignee: digikam-bugs-n...@kde.org
  Reporter: dirk.vard...@web.de
  Target Milestone: ---

Created attachment 126930
  --> https://bugs.kde.org/attachment.cgi?id=126930=edit
destroyed TIFF images (within .zip file)

SUMMARY
star rating on TIFF images randomly destroys the images.

I did the star rating to aprox >200 images. After this 8 images were destroyed
- they are almost black with some stripes.
I tried the same on .jpg images but it seems to me that this is specific to
TIFF format. 

STEPS TO REPRODUCE
1. have a view on many images (TIFF format) (e.g in preview).
2. do star rating on many images - do it fast so that processing is queued
3. wait until all ratings are processed
4. update the view (F5) this will reload thumbnails and shows the destroyed
images - if there are any.

It seems to me that there is a problem with multithreading?

I have attached one destroyed image (zipped)

OBSERVED RESULT
several images are destroyed --> image can be loaded but is almost black

EXPECTED RESULT
images should remain unchanged - except the star rating 

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

ADDITIONAL INFORMATION

digikam version 7.0.0 - beta2

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

[frameworks-kio] [Bug 419069] Wrong errorCode thrown when trying to recover deleted file

2020-03-21 Thread Josep Ma. Ferrer
https://bugs.kde.org/show_bug.cgi?id=419069

Josep Ma. Ferrer  changed:

   What|Removed |Added

 CC||txe...@gmail.com

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

[systemsettings] [Bug 419078] New: System setting crash when switching to window decoration tab

2020-03-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=419078

Bug ID: 419078
   Summary: System setting crash when switching to window
decoration tab
   Product: systemsettings
   Version: 5.17.4
  Platform: FreeBSD Ports
OS: FreeBSD
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: harpyx1...@tutanota.com
  Target Milestone: ---

Application: systemsettings5 (5.17.4)

Qt Version: 5.13.2
Frameworks Version: 5.65.0
Operating System: FreeBSD 12.1-RELEASE amd64
Distribution (Platform): FreeBSD Ports

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

i just switched to the decoration tab soon after change other settings in the
gtk tab

The crash can be reproduced sometimes.

-- Backtrace:
Application: Configurações do Sistema (systemsettings5), signal: Segmentation
fault
(lldb) process attach --pid 2704
Process 2704 stopped

Executable module set to "/usr/local/bin/systemsettings5".
Architecture set to: x86_64--freebsd12.1.
(lldb) settings set term-width 200
(lldb) thread info
thread #1: tid = 100384, 0x000802e9093a libc.so.7`_nanosleep at
_nanosleep.S:3, name = 'systemsettings5'

(lldb) bt all
* thread #1, name = 'systemsettings5'
  * frame #0: 0x000802e9093a libc.so.7`_nanosleep at _nanosleep.S:3
frame #1: 0x00080335011c
libthr.so.3`__thr_nanosleep(time_to_sleep=,
time_remaining=) at thr_syscalls.c:289:8
frame #2: 0x000802df791b libc.so.7`__sleep(seconds=1) at sleep.c:62:6
frame #3: 0x00080119057a
libKF5Crash.so.5`___lldb_unnamed_symbol6$$libKF5Crash.so.5 + 1450
frame #4: 0x00080118fc7c
libKF5Crash.so.5`KCrash::defaultCrashHandler(int) + 1516
frame #5: 0x0008033533c0
libthr.so.3`handle_signal(actp=0x7fffc4e0, sig=11,
info=0x7fffc8d0, ucp=0x7fffc560) at thr_sig.c:248:3
frame #6: 0x00080335298f libthr.so.3`thr_sighandler(sig=11,
info=0x7fffc8d0, _ucp=0x7fffc560) at thr_sig.c:191:2
frame #7: 0x7193
frame #8: 0x000800ca9137
libQt5Qml.so.5`___lldb_unnamed_symbol4947$$libQt5Qml.so.5 + 199
frame #9: 0x000800cb5b09
libQt5Qml.so.5`QV4::QmlListWrapper::toVariant() const + 121
frame #10: 0x000800bf9512
libQt5Qml.so.5`___lldb_unnamed_symbol3444$$libQt5Qml.so.5 + 1330
frame #11: 0x000800bf8fd1
libQt5Qml.so.5`QV4::ExecutionEngine::toVariant(QV4::Value const&, int, bool) +
17
frame #12: 0x000800cb0e16
libQt5Qml.so.5`QQmlBinding::slowWrite(QQmlPropertyData const&, QQmlPropertyData
const&, QV4::Value const&, bool, QFlags) + 1686
frame #13: 0x000800cb2ed9
libQt5Qml.so.5`___lldb_unnamed_symbol5013$$libQt5Qml.so.5 + 361
frame #14: 0x000800cb23e5
libQt5Qml.so.5`___lldb_unnamed_symbol4997$$libQt5Qml.so.5 + 405
frame #15: 0x000800cb0271
libQt5Qml.so.5`QQmlBinding::update(QFlags) + 337
frame #16: 0x000800cc3ae2
libQt5Qml.so.5`QQmlObjectCreator::finalize(QQmlInstantiationInterrupt&) + 386
frame #17: 0x000800c43e88
libQt5Qml.so.5`QQmlComponentPrivate::complete(QQmlEnginePrivate*,
QQmlComponentPrivate::ConstructionState*) + 88
frame #18: 0x000800c425a7
libQt5Qml.so.5`QQmlComponentPrivate::completeCreate() + 103
frame #19: 0x000800c437f9
libQt5Qml.so.5`QQmlComponent::create(QQmlContext*) + 137
frame #20: 0x00081697c299
kwin5_aurorae.so`___lldb_unnamed_symbol81$$kwin5_aurorae.so + 1257
frame #21: 0x000816544c84
libkdecorationprivatedeclarative.so`___lldb_unnamed_symbol316$$libkdecorationprivatedeclarative.so
+ 148
frame #22: 0x000800cc3cd5
libQt5Qml.so.5`QQmlObjectCreator::finalize(QQmlInstantiationInterrupt&) + 885
frame #23: 0x000800c471ef
libQt5Qml.so.5`___lldb_unnamed_symbol4289$$libQt5Qml.so.5 + 223
frame #24: 0x000800c47062
libQt5Qml.so.5`QQmlEnginePrivate::incubate(QQmlIncubator&, QQmlContextData*) +
626
frame #25: 0x000800d2163c
libQt5Qml.so.5`___lldb_unnamed_symbol6052$$libQt5Qml.so.5 + 1596
frame #26: 0x0008007cd0d4
libQt5Quick.so.5`___lldb_unnamed_symbol5767$$libQt5Quick.so.5 + 180
frame #27: 0x0008007bda0f
libQt5Quick.so.5`___lldb_unnamed_symbol5608$$libQt5Quick.so.5 + 1183
frame #28: 0x0008007cd917
libQt5Quick.so.5`___lldb_unnamed_symbol5772$$libQt5Quick.so.5 + 519
frame #29: 0x0008007c71b0
libQt5Quick.so.5`___lldb_unnamed_symbol5735$$libQt5Quick.so.5 + 288
frame #30: 0x0008007cbe1c
libQt5Quick.so.5`QQuickItemView::modelUpdated(QQmlChangeSet const&, bool) + 76
frame #31: 0x000802c6c391
libQt5Core.so.5`QMetaObject::activate(QObject*, int, int, void**) + 1873
frame #32: 0x000800cfce53
libQt5Qml.so.5`QQmlInstanceModel::modelUpdated(QQmlChangeSet const&, bool) + 67
frame #33: 0x000800d246a6
libQt5Qml.so.5`___lldb_unnamed_symbol6065$$libQt5Qml.so.5 + 22
frame #34: 

[kmail2] [Bug 416403] During account wizard using @protonmail.com, get "Kmail could not convert value of setting 'Authentication' to required type"

2020-03-21 Thread Parker
https://bugs.kde.org/show_bug.cgi?id=416403

--- Comment #19 from Parker  ---
The current workaround is add the account manually. It's finally worked for me.

Settings -> Configure the Kmail
In accounts, add an identity, configure your IMAP/POP3/other server in the
receiving tab (press "Add" button and choose "Another account") and then
configure SMTP on the sending tab.

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

[okular] [Bug 419075] okular is very slow with pdf files

2020-03-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=419075

--- Comment #2 from hum...@yahoo.fr ---
As I mention it does not happen with evince so it coule be poppler but the qt
specific part. I will be surprised that I am the only one affected but I have a
workaround (using evince).

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

[kmail2] [Bug 416403] During account wizard using @protonmail.com, get "Kmail could not convert value of setting 'Authentication' to required type"

2020-03-21 Thread Snarfel
https://bugs.kde.org/show_bug.cgi?id=416403

--- Comment #18 from Snarfel  ---
@Laurent Montel: Thanks for updating on root cause. Is this bug in Qt 5.14
filed so that it can be tracked by interested parties in Qt's bug tracking
system? If so, can you provide a link to the specific bug report? Thanks again!

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

[picmi] [Bug 348523] Puzzles may have ambiguous solutions

2020-03-21 Thread Byrial Jensen
https://bugs.kde.org/show_bug.cgi?id=348523

Byrial Jensen  changed:

   What|Removed |Added

 CC||byrial.jen...@yahoo.com

--- Comment #5 from Byrial Jensen  ---
Created attachment 126929
  --> https://bugs.kde.org/attachment.cgi?id=126929=edit
Screenshot of "hourglass" with all but the ambiguous part solved

Also the puzzle "hourglass" is ambiguous. I attach a screenshot with all but 8
fields solved. It is easy to see that the remaining 8 fields can be solved in 2
ways due to symmetry. I am not 100 % sure, but the solution would probably be
unique if e.g. highlighted field was filled instead of blank.

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

[korganizer] [Bug 417794] korgac crash

2020-03-21 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=417794

Allen Winter  changed:

   What|Removed |Added

 CC||win...@kde.org

--- Comment #7 from Allen Winter  ---
an attempt to disable popup storms in commit
fdcb81eb588c39651a400647c9ad45543253537f

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

[frameworks-kio] [Bug 414742] Symlink should reflect the MIME type of the file it points to, or else just be identified as a link

2020-03-21 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=414742

--- Comment #21 from Ahmad Samir  ---
FYI, https://phabricator.kde.org/D28079#631730

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

[kwallet-pam] [Bug 416461] [5.18] KDE wallet not unlocked on login

2020-03-21 Thread David de Cos
https://bugs.kde.org/show_bug.cgi?id=416461

David de Cos  changed:

   What|Removed |Added

 CC||david.de...@ehu.eus

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

[elisa] [Bug 417617] When replacing the queue with a new album Elisa jumps to the 2nd track

2020-03-21 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=417617

--- Comment #4 from Matthieu Gallien  ---
(In reply to Matthieu Gallien from comment #3)
> I will try to work on a fix for that bug.

I am no longer able to reproduce this bug.

Is anybody still able to reproduce it ?

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

[elisa] [Bug 408134] Don't start playing from the middle of a song as soon as Elisa is launched

2020-03-21 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=408134

--- Comment #9 from Matthieu Gallien  ---
(In reply to Nate Graham from comment #8)
> Yep, it still happens for me with git master.

Sorry, I have confused this bug with another one (#417617)

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

[korganizer] [Bug 417794] korgac crash

2020-03-21 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=417794

--- Comment #6 from Allen Winter  ---
*** Bug 417101 has been marked as a duplicate of this bug. ***

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

[korganizer] [Bug 417101] KOrganizer crash

2020-03-21 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=417101

Allen Winter  changed:

   What|Removed |Added

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

--- Comment #2 from Allen Winter  ---


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

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

[korganizer] [Bug 417794] korgac crash

2020-03-21 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=417794

Allen Winter  changed:

   What|Removed |Added

 CC||dennis.schri...@freiheit.co
   ||m

--- Comment #5 from Allen Winter  ---
*** Bug 414286 has been marked as a duplicate of this bug. ***

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

[korganizer] [Bug 414286] Crash after login

2020-03-21 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=414286

Allen Winter  changed:

   What|Removed |Added

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

--- Comment #2 from Allen Winter  ---


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

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

[korganizer] [Bug 390160] korgac crashes on every startup

2020-03-21 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=390160

Allen Winter  changed:

   What|Removed |Added

 CC||win...@kde.org
 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #2 from Allen Winter  ---
ancient version.

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

[korganizer] [Bug 391550] korgac crashes on start up

2020-03-21 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=391550

Allen Winter  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED
 CC||win...@kde.org

--- Comment #3 from Allen Winter  ---
no response to old bug.

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

[elisa] [Bug 408134] Don't start playing from the middle of a song as soon as Elisa is launched

2020-03-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=408134

--- Comment #8 from Nate Graham  ---
Yep, it still happens for me with git master.

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

[korganizer] [Bug 375861] Korganizer crashed after message "ksmserver could not be started"

2020-03-21 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=375861

Allen Winter  changed:

   What|Removed |Added

Version|5.4.1   |unspecified
Product|korgac  |korganizer
  Component|general |reminder daemon (korgac)

--- Comment #1 from Allen Winter  ---
No worries. I'm simply moving these from the korgac product to
korganizer::reminder .  sorry for the noise but I want to have all the reminder
bugs located in the same place.

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

[korganizer] [Bug 369325] korgac used xdg autostart & session management to startup

2020-03-21 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=369325

Allen Winter  changed:

   What|Removed |Added

Version|5.5.2   |unspecified
Product|korgac  |korganizer
  Component|general |reminder daemon (korgac)

--- Comment #2 from Allen Winter  ---
No worries. I'm simply moving these from the korgac product to
korganizer::reminder .  sorry for the noise but I want to have all the reminder
bugs located in the same place.

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

[korganizer] [Bug 254500] Display error messages in system tray rather than a modal error when minimized

2020-03-21 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=254500

Allen Winter  changed:

   What|Removed |Added

Product|korgac  |korganizer
  Component|general |reminder daemon (korgac)

--- Comment #1 from Allen Winter  ---
No worries. I'm simply moving these from the korgac product to
korganizer::reminder .  sorry for the noise but I want to have all the reminder
bugs located in the same place.

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

[korganizer] [Bug 417101] KOrganizer crash

2020-03-21 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=417101

Allen Winter  changed:

   What|Removed |Added

  Component|general |reminder daemon (korgac)
Product|korgac  |korganizer

--- Comment #1 from Allen Winter  ---
No worries. I'm simply moving these from the korgac product to
korganizer::reminder .  sorry for the noise but I want to have all the reminder
bugs located in the same place.

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

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

2020-03-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394544

--- Comment #6 from caulier.gil...@gmail.com ---
If a student while this summer want to work on this topic, why not...

Best

Gilles Caulier

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

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

2020-03-21 Thread Stefan Haag
https://bugs.kde.org/show_bug.cgi?id=394544

Stefan Haag  changed:

   What|Removed |Added

Version|5.9.0   |7.0.0
 CC||haag.ste...@arcor.de

--- Comment #5 from Stefan Haag  ---
updated the digikam version to 7.0.0

I would also highly appreciate it to see an export tool to iNaturalist.
Personally for me it would also help a lot to export single pictures as a
start.
Batch exporting would be great and  re-importing/synching of taxonomy with
pictures in digikam wwould be excellent :-)

Thanks
Stefan

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

[plasmashell] [Bug 354802] Desktop Icon position gets scrambled sometimes on reboot.

2020-03-21 Thread Colin J Thomson
https://bugs.kde.org/show_bug.cgi?id=354802

Colin J Thomson  changed:

   What|Removed |Added

 CC||colin.thom...@g6avk.co.uk

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

[korganizer] [Bug 417706] KOrgac 5.13.1 crashes with segfault

2020-03-21 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=417706

Allen Winter  changed:

   What|Removed |Added

  Component|general |reminder daemon (korgac)
Product|korgac  |korganizer

--- Comment #1 from Allen Winter  ---
No worries. I'm simply moving these from the korgac product to
korganizer::reminder .  sorry for the noise but I want to have all the reminder
bugs located in the same place.

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

[korganizer] [Bug 390160] korgac crashes on every startup

2020-03-21 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=390160

Allen Winter  changed:

   What|Removed |Added

  Component|general |reminder daemon (korgac)
Version|5.7.0   |unspecified
Product|korgac  |korganizer

--- Comment #1 from Allen Winter  ---
No worries. I'm simply moving these from the korgac product to
korganizer::reminder .  sorry for the noise but I want to have all the reminder
bugs located in the same place.

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

[korganizer] [Bug 391550] korgac crashes on start up

2020-03-21 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=391550

Allen Winter  changed:

   What|Removed |Added

  Component|general |reminder daemon (korgac)
Product|korgac  |korganizer

--- Comment #2 from Allen Winter  ---
No worries. I'm simply moving these from the korgac product to
korganizer::reminder .  sorry for the noise but I want to have all the reminder
bugs located in the same place.

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

[korganizer] [Bug 16360] tasks and event management on the systray icon

2020-03-21 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=16360

Allen Winter  changed:

   What|Removed |Added

Product|korgac  |korganizer
  Component|general |reminder daemon (korgac)

--- Comment #6 from Allen Winter  ---
No worries. I'm simply moving these from the korgac product to
korganizer::reminder .  sorry for the noise but I want to have all the reminder
bugs located in the same place.

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

[korganizer] [Bug 414286] Crash after login

2020-03-21 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=414286

Allen Winter  changed:

   What|Removed |Added

Product|korgac  |korganizer
  Component|general |reminder daemon (korgac)

--- Comment #1 from Allen Winter  ---
No worries. I'm simply moving these from the korgac product to
korganizer::reminder .  sorry for the noise but I want to have all the reminder
bugs located in the same place.

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

[elisa] [Bug 408134] Don't start playing from the middle of a song as soon as Elisa is launched

2020-03-21 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=408134

Matthieu Gallien  changed:

   What|Removed |Added

 Status|ASSIGNED|CONFIRMED

--- Comment #7 from Matthieu Gallien  ---
I am no longer able to reproduce this bug.

Is anybody still able to reproduce it ?

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

[korganizer] [Bug 414787] korgac crashed upon akonadi restart

2020-03-21 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=414787

Allen Winter  changed:

   What|Removed |Added

Product|korgac  |korganizer
  Component|general |reminder daemon (korgac)

--- Comment #1 from Allen Winter  ---
No worries. I'm simply moving these from the korgac product to
korganizer::reminder .  sorry for the noise but I want to have all the reminder
bugs located in the same place.

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

  1   2   >