[gwenview] [Bug 417730] Gwenview doesn't realise it's just opened an image from a "Tag" folder

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

--- Comment #2 from tagwer...@innerjoin.org ---
Yes, seems to be the case.

With an strace:
strace -o trace -t -f /usr/bin/dolphin tags:/mytag

and looking for the exec:
   grep gwenview trace | grep exec

I get:
   3128  08:40:15 execve("/usr/bin/gwenview", ["/usr/bin/gwenview",
"/home/test/Pictures/2020-02-10/i"...], 0x56373a8ce270 /* 63 vars */ 


If I launch gwenview from the command line:

gwenview Pictures/2020-02-10/image1.png

displays "image1.png" and the next image is the next image in the
"Pictures/2020-02-10" folder and

gwenview tags:/mytag/image1.png

displays "image1.png" and the next image is the next image in the "mytag" tag
folder.

So yes, gwenview on its own works as expected.

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

[kio-gdrive] [Bug 418571] New: gdrive doesnt work

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

Bug ID: 418571
   Summary: gdrive doesnt work
   Product: kio-gdrive
   Version: 1.2.7
  Platform: Kubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: elvis.angelac...@kde.org
  Reporter: mauro.miate...@virgilio.it
  Target Milestone: ---

SUMMARY
I've tried on KDE Neon (update) and Kubuntu 20.04
I can't configure my gdrive, it asks me for user and password and then it opens
a blank popup without completing wizard
if I can complete wizard, when I go to my gdrive and it restart wizard for
configure an acocunt
I've 2 gdrive account and have some issue with both

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

[frameworks-plasma] [Bug 418570] New: Double media controller on System Tray after update to KDE Applications 19.12.3

2020-03-06 Thread Michał Dybczak
https://bugs.kde.org/show_bug.cgi?id=418570

Bug ID: 418570
   Summary: Double media controller on System Tray after update to
KDE Applications 19.12.3
   Product: frameworks-plasma
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: components
  Assignee: notm...@gmail.com
  Reporter: michal.dybc...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: ---

Created attachment 126648
  --> https://bugs.kde.org/attachment.cgi?id=126648=edit
double multimedia controler in systray

Since I can't find a System Tray section I'll post it here. Please, move it to
a proper place.


STEPS TO REPRODUCE
1. Have media controller visible on a tray (always shown
2. Update system to KDE Apps 19.12.3

OBSERVED RESULT

Right after the update I noticed the second media icon. No reboot was needed.
Or maybe this bug showed before the update and didn't notice it?

EXPECTED RESULT

Just the one media controller icon on a sys tray.
When checking systray settings, there is a double entry of media controller.
The previous one set to Show and the new one set to Auto. Of course, I set the
second one to hidden but it doesn't change the fact that it shouldn't be
doubled.

Operating System: Manjaro Linux 
KDE Plasma Version: 5.18.2
KDE Frameworks Version: 5.67.0
Qt Version: 5.14.1
Kernel Version: 5.5.8-1-MANJARO
OS Type: 64-bit
Processors: 8 × Intel® Core™ i7-6700HQ CPU @ 2.60GHz
Memory: 7,6 GiB

ADDITIONAL INFORMATION

I'm sending a screenshot of doubled media controller in settings.

On a second thought, it may be not be the result of an update. I recently
installed media controller plus and it may be causing the double entry and in
this case I should reach the developer of the widget.

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

[frameworks-kio] [Bug 417355] "Filter" dropdown of file open dialog has empty entries

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

Ahmad Samir  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
   Version Fixed In||5.68
  Latest Commit||https://commits.kde.org/kio
   ||/9cb7cf957a1cc2e60fae7f82ca
   ||ff325221e8bcf4

--- Comment #1 from Ahmad Samir  ---
Git commit 9cb7cf957a1cc2e60fae7f82caff325221e8bcf4 by Ahmad Samir.
Committed on 07/03/2020 at 07:39.
Pushed by ahmadsamir into branch 'master'.

[KFileFilterCombo] Don't add invalid QMimeType to mimes filter

Summary:
When setting the mime filter, check that the QMimeType we get from
QMimeDatabase::mimeTypeForName() is valid before adding it to the mime
filter list. This fixes a bug where if the QMimeType is invalid its name
(and comment) property is empty, leading to empty entries in the filter
widget drop-down menu.

Per dfaure's recommendation, display a warning about the invalid mimeType.

Also install the necessary Qt logging catergory bits for KFileWidgets.

FIXED-IN: 5.68

Test Plan:
- Open gwenview -> file -> open and check the filter drown-down menu
  there are a couple (two?) empty entries
- Apply diff and try again, no empty entries

Reviewers: #frameworks, dfaure, meven, sitter, broulik

Reviewed By: dfaure

Subscribers: kde-frameworks-devel

Tags: #frameworks

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

M  +16   -0src/filewidgets/CMakeLists.txt
M  +6-1src/filewidgets/kfilefiltercombo.cpp

https://commits.kde.org/kio/9cb7cf957a1cc2e60fae7f82caff325221e8bcf4

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

[kmymoney] [Bug 322926] Increase flexibility of ledger sorting order, keeping correct balance column

2020-03-06 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=322926

--- Comment #17 from Ralf Habacker  ---
In only get a stable ascending and descending ordering by using the following
sort fields:

1. post date
2. entry number

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

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

2020-03-06 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=418479

Thomas Baumgart  changed:

   What|Removed |Added

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

--- Comment #3 from Thomas Baumgart  ---
I tried to duplicate this with 5.0.8 from the git stable branch. It did not
happen to me. My test environment:

Investment account with opening date: 2018-01-01
Security account with opening date:   2018-01-15

When I enter a buy transaction with date 2018-01-02 no crash occurs. When I try
to enter a buy transaction with date 2017/12/31 the date widget turns red and
the enter button is disabled. Again, no crash.

Would you mind checking that using an AppImage version of KMyMoney (see
https://kmymoney.org/appimage.html) in case your distro does not provide an
updated package?

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

[lattedock] [Bug 418559] QRegion is not registered to DBus

2020-03-06 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=418559

--- Comment #3 from Michail Vourlakos  ---
(In reply to trmdi from comment #1)
> That method wants a QList argument, not a QRegion one. You have to
> convert QRegion to QList.
> See:
> https://phabricator.kde.org/source/plasma-workspace/browse/master/shell/
> strutmanager.cpp;38757fb52d81ff4bb3a923ff1d3dc4f512095a0c$87

Can you please check that everything is fine with
https://phabricator.kde.org/source/latte-dock/browse/master/app/plasma/extended/screengeometries.cpp$95
, how it sends the dbus data to plasma ?

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

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

2020-03-06 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=418479

Thomas Baumgart  changed:

   What|Removed |Added

Summary|Kmymoney - Historical   |Historical Investment
   |Investment Transactions |Transactions causes crash
   |causes crash|

--- Comment #2 from Thomas Baumgart  ---
No need to have the product duplicated in the summary.

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

[lattedock] [Bug 418559] QRegion is not registered to DBus

2020-03-06 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=418559

Michail Vourlakos  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/lat
   ||te-dock/a7f786d87f1df4fd5a0
   ||83175839e73c2ab519624
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Michail Vourlakos  ---
Git commit a7f786d87f1df4fd5a083175839e73c2ab519624 by Michail Vourlakos.
Committed on 07/03/2020 at 05:47.
Pushed by mvourlakos into branch 'master'.

change QRegion to QList for dbus plasma call

--change how dbus arguments are sent to Plasma
and a QList arguments for this

M  +18   -2app/plasma/extended/screengeometries.cpp

https://commits.kde.org/latte-dock/a7f786d87f1df4fd5a083175839e73c2ab519624

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

[dolphin] [Bug 269367] There is no way to search in hidden folders now.

2020-03-06 Thread PK
https://bugs.kde.org/show_bug.cgi?id=269367

--- Comment #22 from PK  ---
I was under the impression that I could, without any problem search in
files-in-hidden-folders. Only in the past week(s) I couldn't. So I "cc'd" to
this bug yesterday.
But then there came kde applications 19.12.3. I use Neon so I got them
yesterday. Immediately after installing the update I could without any problem
search within files-in-hidden-folders.
If others have the same experience this bug could just as well be marked as
"solved"?

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

[plasmashell] [Bug 418569] New: Plasma crash upon copy image

2020-03-06 Thread Xaekai
https://bugs.kde.org/show_bug.cgi?id=418569

Bug ID: 418569
   Summary: Plasma crash upon copy image
   Product: plasmashell
   Version: 5.17.5
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: kdebugs@pink.horse
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.17.5)

Qt Version: 5.14.0
Frameworks Version: 5.66.0
Operating System: Linux 5.4.13-arch1-1 x86_64
Distribution: "Arch Linux"

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

I was working in GIMP and copied the visible image (the command accessed by the
default shortcut of CTRL SHIFT C) which crashed both GIMP and Plasma. This has
happened twice within 20 minutes. I did recently close a desktop notes widget
and saw a bug report mentioning that same circumstance but was unable to
determine if this was related.

I only share this bug report because this is the first time I have ever seen
the KDE crash reporter suggest the report may actually be useful in almost a
decade of using KDE.

The crash can be reproduced sometimes.

-- Backtrace (Reduced):
#6  0x0070 in  ()
[...]
#8  0x7f74a9b2ae1d in QQuickShortcutContext::matcher(QObject*,
Qt::ShortcutContext) () at /usr/lib/libQt5QuickTemplates2.so.5
#9  0x7f74affa84c4 in QShortcutMap::find(QKeyEvent*, int) () at
/usr/lib/libQt5Gui.so.5
#10 0x7f74affa934d in QShortcutMap::nextState(QKeyEvent*) () at
/usr/lib/libQt5Gui.so.5
#11 0x7f74affa9737 in QShortcutMap::tryShortcut(QKeyEvent*) () at
/usr/lib/libQt5Gui.so.5


Possible duplicates by query: bug 418539, bug 418477, bug 418468, bug 418367,
bug 418359.

Reported using DrKonqi

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

[plasmashell] [Bug 418569] Plasma crash upon copy image

2020-03-06 Thread Xaekai
https://bugs.kde.org/show_bug.cgi?id=418569

--- Comment #1 from Xaekai  ---
Created attachment 126647
  --> https://bugs.kde.org/attachment.cgi?id=126647=edit
New crash information added by DrKonqi

DrKonqi auto-attaching complete backtrace.

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

[kinfocenter] [Bug 417123] info application crashed

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

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.

[kio-extras] [Bug 180107] smb:// cannot browse other ports

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

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.

[okular] [Bug 417203] Scroll Down and Scroll Up actions don't work correctly when accessed using keyboard shortcuts (shift+up/down by default)

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

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[plasmashell] [Bug 417852] Date in vertical panels uses the entire width

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

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

[kwin] [Bug 417003] Launching Ario sometimes crashes KWin

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

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.

[Discover] [Bug 415901] Discovery Crashed

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

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

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

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

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

[kio-extras] [Bug 268685] smb://1.2.1.2/c$ won't connect; repeatedly asks for authentication instead

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

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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[plasmashell] [Bug 418339] Improve default icon arrangement on desktop

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

--- Comment #7 from Nate Graham  ---
If nobody has very strong feelings, that's probably a good argument in favor of
keeping it the same, as evidently the status quo isn't very annoying. :)

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

[dolphin] [Bug 189693] Make dolphin/konqueror discover smb shares via zeroconf/avahi

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

Nate Graham  changed:

   What|Removed |Added

 CC||sit...@kde.org

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

[plasmashell] [Bug 418217] background setting is not retained

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

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #7 from Nate Graham  ---
Thanks for the info.

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

[korganizer] [Bug 361764] Cannot add event to calendar with correct time: Add event window will not accept an "A.M." time

2020-03-06 Thread Ian Silvester
https://bugs.kde.org/show_bug.cgi?id=361764

Ian Silvester  changed:

   What|Removed |Added

 CC||iansilves...@fastmail.fm

--- Comment #33 from Ian Silvester  ---
Just to add another data point for those still suffering this problem. Reading
the comment history, it seems to me that this bug was raised for one issue
(events being saved with start and end times of midnight) then ended up being
fixed with patch for a somewhat different issue (Australian and Greek locales
converting times from am to pm). I was having the "midnight" problem, and my
fix is a refinement of that posted by safe...@gmx.com above.

I am using the en_CA locale, and my settings were as follows:


System Settings / Personalization
Regional Settings --> Language = 
Region Settings --> Formats --> Region = Canadian English (en_CA)
Region Settings --> Formats --> Detailed Settings --> Time = Canadian English
(en_CA)

All I changed was the Time setting (the last one in the above list) to
'Default', logged out and back in and presto, new events now save at the time
selected.

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

[krita] [Bug 418568] New: when working with large files (over 2GB, 32bit float),corruption occurs with selections

2020-03-06 Thread oliver stieber
https://bugs.kde.org/show_bug.cgi?id=418568

Bug ID: 418568
   Summary: when working with large files (over 2GB, 32bit
float),corruption occurs with selections
   Product: krita
   Version: nightly build (please specify the git hash!)
  Platform: MS Windows
OS: MS Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Tools/Selection
  Assignee: krita-bugs-n...@kde.org
  Reporter: oliverthe...@gmail.com
  Target Milestone: ---

Created attachment 126646
  --> https://bugs.kde.org/attachment.cgi?id=126646=edit
desktop video showing selection corruption.

SUMMARY


STEPS TO REPRODUCE
1. Create a suitable large image in 32bit float format
2. do some drawing and select some stuff
3. after a while you'll notice corruption in the way that the selections are
displayed, looks a bit like a memory leak or over flow causing the selection to
become corrupt... see attached video.


I've had layers fail to render ontop of one another properly too when working
with large file, will try to reproduce.

OBSERVED RESULT


EXPECTED RESULT


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

ADDITIONAL INFORMATION

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

[KAccounts] [Bug 418567] New: Google Drive Accounts have Google[number] instead of my Google ID

2020-03-06 Thread Marco Parillo
https://bugs.kde.org/show_bug.cgi?id=418567

Bug ID: 418567
   Summary: Google Drive Accounts have Google[number] instead of
my Google ID
   Product: KAccounts
   Version: git-latest
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: KCM
  Assignee: kde-telepathy-b...@kde.org
  Reporter: marco_pari...@hotmail.com
  Target Milestone: ---

Created attachment 126645
  --> https://bugs.kde.org/attachment.cgi?id=126645=edit
Dolphin Screenshot

SUMMARY
Now that I am on KDE Apps 19.12.3, I can now add my Google Drive again to my
online accounts. However, when viewed in Dolphin, it seems to not have my
Google ID, but instead Google[random integer] 

STEPS TO REPRODUCE
1. Add Google Account in System Settings > Online Account
2. Go to Dolphin and Network
3. See Google[number]

OBSERVED RESULT


EXPECTED RESULT


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

ADDITIONAL INFORMATION

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

[lattedock] [Bug 418559] QRegion is not registered to DBus

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

tr...@yandex.com changed:

   What|Removed |Added

 CC||tr...@yandex.com

--- Comment #1 from tr...@yandex.com ---
That method wants a QList argument, not a QRegion one. You have to
convert QRegion to QList.
See:
https://phabricator.kde.org/source/plasma-workspace/browse/master/shell/strutmanager.cpp;38757fb52d81ff4bb3a923ff1d3dc4f512095a0c$87

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

[okular] [Bug 418496] [SNAP] okular doesn't open anymore

2020-03-06 Thread Jonathan Riddell
https://bugs.kde.org/show_bug.cgi?id=418496

--- Comment #4 from Jonathan Riddell  ---
Sorry about that.
Can you paste the output of
 snap list okular
and also of
 snap run okular

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

[okular] [Bug 418401] Feature Request: Pasting pictures

2020-03-06 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=418401

Albert Astals Cid  changed:

   What|Removed |Added

   Priority|NOR |VLO

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

[k3b] [Bug 418421] freeDB.org is shutting down; k3b needs to use a different service

2020-03-06 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=418421

Albert Astals Cid  changed:

   What|Removed |Added

 CC||aa...@kde.org
 Status|CONFIRMED   |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Albert Astals Cid  ---
k3b can already also use musicbrainz no?

What other service is there that is not freedb and not musicbrainz?

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

[dragonplayer] [Bug 417805] ark crashed on closing child window

2020-03-06 Thread J Wiggins
https://bugs.kde.org/show_bug.cgi?id=417805

J Wiggins  changed:

   What|Removed |Added

 CC||j.wiggin...@yahoo.com

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

[kbreakout] [Bug 418064] Paddle wont move

2020-03-06 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=418064

Albert Astals Cid  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://commits.kde.org/kbr
   ||eakout/aaed762eb92732783167
   ||e9371023217a39f894d0

--- Comment #4 from Albert Astals Cid  ---
Git commit aaed762eb92732783167e9371023217a39f894d0 by Albert Astals Cid.
Committed on 06/03/2020 at 23:20.
Pushed by aacid into branch 'master'.

Trap the mouse cursor inside the playable area

Summary: BUGS: 418064

Reviewers: #kde_games, yurchor

Reviewed By: yurchor

Subscribers: yurchor, kde-games-devel

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

M  +28   -22   src/canvaswidget.cpp
M  +1-1src/canvaswidget.h
M  +2-0src/qml/main.qml

https://commits.kde.org/kbreakout/aaed762eb92732783167e9371023217a39f894d0

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

[okular] [Bug 418531] Esc to deselect annotation tool ignored after closing an annotation popup with Esc

2020-03-06 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=418531

Albert Astals Cid  changed:

   What|Removed |Added

 CC||aa...@kde.org

--- Comment #1 from Albert Astals Cid  ---
Can you please propose a MR with that test, so we can see it failing, and then
maybe someone can propose a code fix on top (or bottom) of it?

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

[plasmashell] [Bug 418217] background setting is not retained

2020-03-06 Thread aeris
https://bugs.kde.org/show_bug.cgi?id=418217

--- Comment #6 from aeris  ---
Tested with Haenau, same behavior, settings seems ok when validating, but black
screen after logout/login.

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

[okular] [Bug 418496] [SNAP] okular doesn't open anymore

2020-03-06 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=418496

Albert Astals Cid  changed:

   What|Removed |Added

 CC||aa...@kde.org,
   ||j...@jriddell.org,
   ||sit...@kde.org
Summary|okular doesn't open anymore |[SNAP] okular doesn't open
   ||anymore

--- Comment #3 from Albert Astals Cid  ---
Snap people, it seems you broke Okular.

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

[frameworks-knotifications] [Bug 418566] Issue with notifications and KDE 5.17.5

2020-03-06 Thread albert
https://bugs.kde.org/show_bug.cgi?id=418566

albert  changed:

   What|Removed |Added

Version|5.67.0  |5.66.0

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

[frameworks-knotifications] [Bug 418566] Issue with notifications and KDE 5.17.5

2020-03-06 Thread albert
https://bugs.kde.org/show_bug.cgi?id=418566

albert  changed:

   What|Removed |Added

Version|unspecified |5.67.0

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

[frameworks-knotifications] [Bug 418566] New: Issue with notifications and KDE 5.17.5

2020-03-06 Thread albert
https://bugs.kde.org/show_bug.cgi?id=418566

Bug ID: 418566
   Summary: Issue with notifications and KDE 5.17.5
   Product: frameworks-knotifications
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: acut...@gmail.com
CC: kdelibs-b...@kde.org
  Target Milestone: ---

Created attachment 126643
  --> https://bugs.kde.org/attachment.cgi?id=126643=edit
Live-usb, some notifications are showed as "Plasma work space"

SUMMARY
Some apps don't have settings and their notifications are showed as "Plasma
work space".

STEPS TO REPRODUCE
1. Try on Manjaro live-usb
2. Fresh installation of Manjaro KDE
3.

OBSERVED RESULT

Notifications for Pamac and Cawbird are showed as "plasma desktop workspace"

EXPECTED RESULT
They should have their own notifications.

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

ADDITIONAL INFORMATION

https://forum.manjaro.org/t/issue-with-notifications-and-kde/127599/17

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

[frameworks-knotifications] [Bug 418566] Issue with notifications and KDE 5.17.5

2020-03-06 Thread albert
https://bugs.kde.org/show_bug.cgi?id=418566

albert  changed:

   What|Removed |Added

 CC||acut...@gmail.com

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

[okular] [Bug 418345] Desktop file lacks keywords and mimetypes

2020-03-06 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=418345

--- Comment #5 from Albert Astals Cid  ---
You're welcome to propose a Merge Request chaning x-keywords.

NoDisplay is not going to be removed, makes no sense

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

[kpat] [Bug 418457] Klondike cannot be opened on 4K Monitor

2020-03-06 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=418457

Albert Astals Cid  changed:

   What|Removed |Added

 CC||aa...@kde.org
 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Albert Astals Cid  ---
You didn't specify the version

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

[neon] [Bug 414014] Falkon does not start

2020-03-06 Thread Samo
https://bugs.kde.org/show_bug.cgi?id=414014

Samo  changed:

   What|Removed |Added

 CC||sam...@mail.com

--- Comment #2 from Samo  ---
Same issue for me...

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

[systemsettings] [Bug 418565] New: Add a click to view icon to show password in the change password dialog window

2020-03-06 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=418565

Bug ID: 418565
   Summary: Add a click to view icon to show password in the
change password dialog window
   Product: systemsettings
   Version: 5.17.5
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: kcm_user_manager
  Assignee: plasma-b...@kde.org
  Reporter: pos...@posteo.eu
  Target Milestone: ---

That'd be even better for verifying before your lock yourself out because you
typed your password two times wrong in the same way. :)

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

[systemsettings] [Bug 418565] Add a click to view icon to show password in the change password dialog window

2020-03-06 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=418565

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[systemsettings] [Bug 418564] "f...@bar-.net" is a valid mail address?

2020-03-06 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=418564

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[systemsettings] [Bug 418564] New: "f...@bar-.net" is a valid mail address?

2020-03-06 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=418564

Bug ID: 418564
   Summary: "f...@bar-.net" is a valid mail address?
   Product: systemsettings
   Version: 5.17.5
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_user_manager
  Assignee: plasma-b...@kde.org
  Reporter: pos...@posteo.eu
  Target Milestone: ---

Created attachment 126642
  --> https://bugs.kde.org/attachment.cgi?id=126642=edit
Screen shot

SUMMARY

Go to the user manager and enter the following address: "f...@bar-.net"
As far as I know the hyphen is allowed at the end of the domain part. Please
feel free to proof me wrong. :)


SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux 
KDE Plasma Version: 5.17.5
KDE Frameworks Version: 5.68.0
Qt Version: 5.14.1

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

[systemsettings] [Bug 418563] "Share this printer" checkbox enables for a short time via "System preferences": Show inline message instead

2020-03-06 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=418563

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[systemsettings] [Bug 418563] New: "Share this printer" checkbox enables for a short time via "System preferences": Show inline message instead

2020-03-06 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=418563

Bug ID: 418563
   Summary: "Share this printer" checkbox enables for a short time
via "System preferences": Show inline message instead
   Product: systemsettings
   Version: 5.17.5
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: pos...@posteo.eu
  Target Milestone: ---

Created attachment 126641
  --> https://bugs.kde.org/attachment.cgi?id=126641=edit
Screen recording

SUMMARY

The "share this printer" checkbox is deactivated. However, it is possible to
choose
"System preferences" -> "Share printers connected to this system".

This will result in enabling the checkbox "share this printer" for a half a
second, then it
becomes deactivated again.

The terminal output may explain why, but for the average user, there's no hint
why settings
behave like they do. 
I think the checkbox should not be activated in the first place and a hint
should be displayed,
explaining why it's not possible to share the printer.


TERMINAL OUTPUT (PRINTER1 = the selected printer in the screen recording)

libkcups: -1 last error: 0 successful-ok
libkcups: "Scheduler shutting down due to program error."
libkcups: CUPS-Get-Printers last error: 1280 Success
libkcups: IPP_INTERNAL_ERROR: clearing cookies and reconnecting
libkcups: Failed to reconnect Invalid argument
libkcups: "Scheduler started on demand."
libkcups: CUPS-Get-Printers last error: 0 successful-ok
libkcups: 5 "PRINTER1"
libkcups: 5 "PRINTER2"
libkcups: 3 "PRINTER3"
libkcups: -1 last error: 0 successful-ok
libkcups: CUPS-Get-Printers last error: 0 successful-ok
libkcups: 5 "PRINTER1"
libkcups: 5 "PRINTER2"
libkcups: 3 "PRINTER3"



SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux 
KDE Plasma Version: 5.17.5
KDE Frameworks Version: 5.68.0
Qt Version: 5.14.1
Kernel Version: 5.5.7-1-MANJARO

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

[valgrind] [Bug 407589] [Linux] Add support for C11 aligned_alloc() and GNU reallocarray()

2020-03-06 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=407589

Paul Floyd  changed:

   What|Removed |Added

 CC||pa...@free.fr

--- Comment #4 from Paul Floyd  ---
I'll take a look at this.

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

[kgamma] [Bug 395901] Setting gamma for individual screens does not work

2020-03-06 Thread John Miller
https://bugs.kde.org/show_bug.cgi?id=395901

John Miller  changed:

   What|Removed |Added

 CC||neuromance...@yahoo.com

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

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

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

--- Comment #11 from caulier.gil...@gmail.com ---
great thanks...

Gilles

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

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

2020-03-06 Thread Minh Nghia Duong
https://bugs.kde.org/show_bug.cgi?id=414055

--- Comment #10 from Minh Nghia Duong  ---
Hello Gilles,

I am finalizing it. I will deliver to you the patch tomorrow.

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

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

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

--- Comment #9 from caulier.gil...@gmail.com ---
Nghia,

We are close to have a finalized patch. Please update it while this week end if
possible, i would to review and include code for next 7.0.0 beta 3 planed at 16
march.

Tomorrow i teach all the day, but Sunday i will able to work on it if you
complete the patch.

Note: student proposals summission will be open in middle of March. So don't
waste time now to write the paper in advance and share it with google doc for
the re-read stage with mentors.

Thanks in advance

Gilles

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

[systemsettings] [Bug 418562] New: KDE Online Account (Owncloud Option)

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

Bug ID: 418562
   Summary: KDE Online Account (Owncloud Option)
   Product: systemsettings
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: robert.dalto...@protonmail.com
  Target Milestone: ---

Application: systemsettings5 (5.18.2)

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

-- Information about the crash:
- What I was doing when the application crashed:
Dropbox is syncing via a terminal 
Adding a Nextcloud account. Same account had no issues on same computer but on
Ubuntu 16.04 and 18.04. 

-After crash
I will try again without Dropbox running. If problem is still present I will
install the stable edition of OpenSUSE and report back.

-- Backtrace:
Application: System Settings (systemsettings5), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fddfb695800 (LWP 5093))]

Thread 12 (Thread 0x7fddc34bf700 (LWP 5194)):
#0  0x7fddfc12c88e in g_main_context_prepare () from
/usr/lib64/libglib-2.0.so.0
#1  0x7fddfc12d22b in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x7fddfc12d41f in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#3  0x7fddfe34dc6b in QEventDispatcherGlib::processEvents
(this=0x7fddb8000b60, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x7fddfe2f5bfb in QEventLoop::exec (this=this@entry=0x7fddc34bed80,
flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:136
#5  0x7fddfe12062e in QThread::exec (this=this@entry=0x556da95c9410) at
../../include/QtCore/../../src/corelib/global/qflags.h:118
#6  0x7fddfd5c36e5 in QQmlThreadPrivate::run (this=0x556da95c9410) at
/usr/src/debug/libqt5-qtdeclarative-5.14.1-1.3.x86_64/src/qml/qml/ftw/qqmlthread.cpp:155
#7  0x7fddfe1216f8 in QThreadPrivate::start (arg=0x556da95c9410) at
thread/qthread_unix.cpp:342
#8  0x7fddfcb17efa in start_thread () from /lib64/libpthread.so.0
#9  0x7fddffa053bf in clone () from /lib64/libc.so.6

Thread 11 (Thread 0x7fddd08a3700 (LWP 5160)):
#0  0x7fddff9faacf in poll () from /lib64/libc.so.6
#1  0x7fddfc12d2fe in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x7fddfc12d41f in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#3  0x7fddfe34dc6b in QEventDispatcherGlib::processEvents
(this=0x7fddbc000b60, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x7fddfe2f5bfb in QEventLoop::exec (this=this@entry=0x7fddd08a2d80,
flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:136
#5  0x7fddfe12062e in QThread::exec (this=this@entry=0x556da95caa00) at
../../include/QtCore/../../src/corelib/global/qflags.h:118
#6  0x7fddfd5c36e5 in QQmlThreadPrivate::run (this=0x556da95caa00) at
/usr/src/debug/libqt5-qtdeclarative-5.14.1-1.3.x86_64/src/qml/qml/ftw/qqmlthread.cpp:155
#7  0x7fddfe1216f8 in QThreadPrivate::start (arg=0x556da95caa00) at
thread/qthread_unix.cpp:342
#8  0x7fddfcb17efa in start_thread () from /lib64/libpthread.so.0
#9  0x7fddffa053bf in clone () from /lib64/libc.so.6

Thread 10 (Thread 0x7fddd2afd700 (LWP 5159)):
#0  postEventSourcePrepare (s=0x7fddc8003af0, timeout=0x7fddd2afcbb4) at
kernel/qeventdispatcher_glib.cpp:265
#1  0x7fddfc12c88a in g_main_context_prepare () from
/usr/lib64/libglib-2.0.so.0
#2  0x7fddfc12d22b in ?? () from /usr/lib64/libglib-2.0.so.0
#3  0x7fddfc12d41f in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#4  0x7fddfe34dc6b in QEventDispatcherGlib::processEvents
(this=0x7fddc8000b60, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#5  0x7fddfe2f5bfb in QEventLoop::exec (this=this@entry=0x7fddd2afcd80,
flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:136
#6  0x7fddfe12062e in QThread::exec (this=this@entry=0x556da91fed70) at
../../include/QtCore/../../src/corelib/global/qflags.h:118
#7  0x7fddfd5c36e5 in QQmlThreadPrivate::run (this=0x556da91fed70) at
/usr/src/debug/libqt5-qtdeclarative-5.14.1-1.3.x86_64/src/qml/qml/ftw/qqmlthread.cpp:155
#8  0x7fddfe1216f8 in QThreadPrivate::start (arg=0x556da91fed70) at
thread/qthread_unix.cpp:342
#9  0x7fddfcb17efa in start_thread () from /lib64/libpthread.so.0
#10 0x7fddffa053bf in clone () from /lib64/libc.so.6

Thread 9 (Thread 0x7fddd37fe700 (LWP 5139)):
#0  0x7fddff9f64fc in read () from /lib64/libc.so.6
#1  0x7fddfc17420f in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x7fddfc12ce57 in g_main_context_check () from
/usr/lib64/libglib-2.0.so.0
#3  0x7fddfc12d2a2 in ?? () from /usr/lib64/libglib-2.0.so.0

[k3b] [Bug 269485] References to CDDB are inaccurate and misleading; should be replaced

2020-03-06 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=269485

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[gwenview] [Bug 418561] menubar show No text.

2020-03-06 Thread ferweer
https://bugs.kde.org/show_bug.cgi?id=418561

--- Comment #1 from ferweer  ---
Created attachment 126640
  --> https://bugs.kde.org/attachment.cgi?id=126640=edit
no text on menu bar

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

[gwenview] [Bug 418561] New: menubar show No text.

2020-03-06 Thread ferweer
https://bugs.kde.org/show_bug.cgi?id=418561

Bug ID: 418561
   Summary: menubar show No text.
   Product: gwenview
   Version: 19.12.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: gwenview-bugs-n...@kde.org
  Reporter: gyrlg...@protonmail.com
  Target Milestone: ---

SUMMARY
gwenview menu bar > No text
but can select menu item. and action is no problem.
only issue is menu bar category name.

Operating System: Kubuntu 19.10
KDE Plasma Version: 5.18.2
KDE Frameworks Version: 5.67.0
Qt Version: 5.12.4

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

[k3b] [Bug 80993] Please add Musicbrainz metadata lookup in k3b cd ripper

2020-03-06 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=80993

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[k3b] [Bug 418421] freeDB.org is shutting down; k3b needs to use a different service

2020-03-06 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=418421

Postix  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[k3b] [Bug 418421] freeDB.org is shutting down; k3b needs to use a different service

2020-03-06 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=418421

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[frameworks-kcmutils] [Bug 417396] Kontact crashes opening settings.

2020-03-06 Thread klaus212213
https://bugs.kde.org/show_bug.cgi?id=417396

klaus212213  changed:

   What|Removed |Added

 CC||klaus212...@gmail.com

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

[Discover] [Bug 418114] crash when trying to view rawtherapee details

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

maxmustermann1...@web.de changed:

   What|Removed |Added

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

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

[Discover] [Bug 418114] crash when trying to view rawtherapee details

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

maxmustermann1...@web.de changed:

   What|Removed |Added

   Version Fixed In||5.18.2

--- Comment #1 from maxmustermann1...@web.de ---
seems fixed

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

[plasmashell] [Bug 417472] Panel resizing leaves a positive or "negative" gap from the screen edge

2020-03-06 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=417472

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[kwin] [Bug 418560] After tiling and resizing there's a gap between window and the top bar when window is moved to the top

2020-03-06 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=418560

Postix  changed:

   What|Removed |Added

Summary|After tiling by dragging to |After tiling and resizing
   |edge and resizing there's a |there's a gap between
   |gap between window and the  |window and the top bar when
   |top bar when window is  |window is moved to the top
   |moved to the top|

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

[kwin] [Bug 418560] After tiling by dragging to edge and resizing there's a gap between window and the top bar when window is moved to the top

2020-03-06 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=418560

Postix  changed:

   What|Removed |Added

Summary|After tiling by dragging to |After tiling by dragging to
   |edge and resizing there's a |edge and resizing there's a
   |gap between window and the  |gap between window and the
   |top bar |top bar when window is
   ||moved to the top

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

[kwin] [Bug 418560] After tiling by dragging to edge and resizing there's a gap between window and the top bar

2020-03-06 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=418560

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[kwin] [Bug 418560] New: After tiling by dragging to edge and resizing there's a gap between window and the top bar

2020-03-06 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=418560

Bug ID: 418560
   Summary: After tiling by dragging to edge and resizing there's
a gap between window and the top bar
   Product: kwin
   Version: 5.17.5
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: pos...@posteo.eu
  Target Milestone: ---

Created attachment 126639
  --> https://bugs.kde.org/attachment.cgi?id=126639=edit
Screen recording.

SUMMARY

When tiling a window by dragging it to the right edge and resizing it
horizontally to the left, you end up having a weird effect:

When you try to place this window now under the top panel, you will see that it
estimates the height of the top panel too big, i.e. it stays a few pixel under
the top panel leaving a gap.

First if you go far more to the top with the mouse (dragging the window), it
will jump over the gap and is placeable right under the top panel.


Badly explained? Please see the recording. :)


SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux 
KDE Plasma Version: 5.17.5
KDE Frameworks Version: 5.68.0
Qt Version: 5.14.1
Kernel Version: 5.5.7-1-MANJARO


ADDITIONAL INFORMATION
Scaling: 1.5

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

[lattedock] [Bug 418559] New: QRegion is not registered to DBus

2020-03-06 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=418559

Bug ID: 418559
   Summary: QRegion is not registered to DBus
   Product: lattedock
   Version: git (master)
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: application
  Assignee: mvourla...@gmail.com
  Reporter: mvourla...@gmail.com
  Target Milestone: ---

SUMMARY

In master version the setAvailableScreenRegion is not working and fails with
message:

QDBusMarshaller: type `QRegion' (72) is not registered with D-BUS. Use
qDBusRegisterMetaType to register it

STEPS TO REPRODUCE
1. Run Latte with latte-dock -d
2. observe the Latte output that the previous message is appearing and informs
that the QDBus setAvailableScreenRegion is not applied



SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.18.1
KDE Frameworks Version: 5.67.0
Qt Version: 5.14.1

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

[kwin] [Bug 418558] After tiling by dragging to edge resizing along one axis will resize along all axis

2020-03-06 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=418558

--- Comment #1 from Postix  ---
In the screen recording you can see that the apply button at the lower right
part of the window vanished after resizing the window.

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

[kwin] [Bug 418558] New: After tiling by dragging to edge resizing along one axis will resize along all axis

2020-03-06 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=418558

Bug ID: 418558
   Summary: After tiling by dragging to edge resizing along one
axis will resize along all axis
   Product: kwin
   Version: 5.17.5
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: pos...@posteo.eu
  Target Milestone: ---

Created attachment 126638
  --> https://bugs.kde.org/attachment.cgi?id=126638=edit
Screen recording.

SUMMARY

Dragging a window to the right edge, will make it tile to cover 50% of the
available screen space.
Now resizing it horizontally to the left does have a weird effect:

The window will become larger in all directions, 
resulting that the right and lower part of the window are expanded off the
screen.


STEPS TO REPRODUCE
1. Several virtual desktops (grid 2 x 3, not necessary?)
2. Enable tiling by dragging to edge
3. Tile to the right
4. Resize the window on the left edge horizontally


EXPECTED RESULT

After tiling it to the right half, it should be possible to resize it
horizontally to make the window use a different fraction (like 75%) of the
screen.

SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux 
KDE Plasma Version: 5.17.5
KDE Frameworks Version: 5.68.0
Qt Version: 5.14.1
Kernel Version: 5.5.7-1-MANJARO


ADDITIONAL INFORMATION
Scaling: 1.5

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

[kwin] [Bug 418558] After tiling by dragging to edge resizing along one axis will resize along all axis

2020-03-06 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=418558

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[dolphin] [Bug 257599] Allow going up to SMB overview

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

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||sit...@kde.org
 Status|REPORTED|CONFIRMED

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

[elisa] [Bug 416806] Smaller album art thumbnails in the playlist

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

--- Comment #5 from Nate Graham  ---
Thanks so much! :D I happen to agree and I think Elisa is really fantastic.

And as you can see from the diff that resolves this issue, some things are
pretty easy to fix. Feel free to get involved with the development yourself! :)

https://community.kde.org/Get_Involved/development

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

[konsole] [Bug 418553] half symbol is hidden

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

--- Comment #4 from lestofant...@gmail.com ---
Thanks to Roman Perepelitsa there is a much easier way to reproduce; simply
select a non-monospace font with symbols and run:

> echo -e '\0357\0214\0203\033[31m '

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

[krita] [Bug 418557] New: Rotation transforms around the 'x' or 'y' axis have a fixed construction viewpoint distance

2020-03-06 Thread Ahab Greybeard
https://bugs.kde.org/show_bug.cgi?id=418557

Bug ID: 418557
   Summary: Rotation transforms around the 'x' or 'y' axis have a
fixed construction viewpoint distance
   Product: krita
   Version: 4.2.8
  Platform: Debian stable
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Tools/Transform
  Assignee: krita-bugs-n...@kde.org
  Reporter: ahab.greybe...@hotmail.co.uk
  Target Milestone: ---

Created attachment 126637
  --> https://bugs.kde.org/attachment.cgi?id=126637=edit
Examples of 'y' axis transform rotation at different canvas sizes

SUMMARY
This happens on all versions.

When you do a rotation transform about the 'x' or 'y' axis, the edges of the
object being rotated appear to 'come out' and 'go in' to the plane of the
image, as would be expected. The amount by which this happens would depend on
the distance of the 'viewpoint' that is used to construct the projection of the
transformed object.

This viewpoint seems to be approximately 1000 pixels above the plane of the
image and it is fixed.
It does not change with image size.

There is a general rule that a 'natural' viewpoint distance is about 1.5 to 2.0
times the image diagonal distance. (This is subject to personal opinion and the
optimal distance probably depends on the shape and type of image.)

The fixed viewpoint distance in krita gives an unrealistic effect with large
(2000 + ) image sizes.

STEPS TO REPRODUCE
Perform rotation transforms about the 'y' or 'x' axis for a variety of canvas
sizes in the range 500 px to 3000 px.

OBSERVED RESULT
I attach four images that illustrate this with a simple square shape. For
apparently identical images, the effect varies depending on the canvas size.
For each image, the 'y' axis rotation was adjusted to give maximum shift of the
left side of the orange square to the left side of the image. The green square
is a fixed square for reference.

EXPECTED RESULT
The construction viewpoint distance should vary as a multiple of the image
diagonal size, or whatever formula is determined to be suitable, so that the
apparent visual effect does not vary with canvas size.
Ideally, the distance could be adjusted by the user, possibly as a multiple
within a ceratin range, of the canvas diagonal.

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

[plasmashell] [Bug 418546] Lock screen's icons are blurry on HiDPI with scaling 1.5

2020-03-06 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=418546

--- Comment #6 from Postix  ---
(In reply to Nate Graham from comment #4)
> Created attachment 126636 [details]
> Looks fine for me

Indeed. Mmm, let me report back when I receive the 5.18.X update. :)

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

[plasmashell] [Bug 418546] Lock screen's icons are blurry on HiDPI with scaling 1.5

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

--- Comment #5 from Nate Graham  ---
Thanks. I'm attaching how it looks for me. Can you try again with Plasma 5.18?

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

[plasmashell] [Bug 418546] Lock screen's icons are blurry on HiDPI with scaling 1.5

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

--- Comment #4 from Nate Graham  ---
Created attachment 126636
  --> https://bugs.kde.org/attachment.cgi?id=126636=edit
Looks fine for me

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

[kdevelop] [Bug 418481] KDevelop color settings affects Kate editor

2020-03-06 Thread twidd
https://bugs.kde.org/show_bug.cgi?id=418481

--- Comment #6 from twidd  ---
I hope I closed this ticket correctly. Thanks!

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

[kdevelop] [Bug 418481] KDevelop color settings affects Kate editor

2020-03-06 Thread twidd
https://bugs.kde.org/show_bug.cgi?id=418481

twidd  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

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

[systemsettings] [Bug 418556] New: Add language popup window opens and closes itself several times per second

2020-03-06 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=418556

Bug ID: 418556
   Summary: Add language popup window opens and closes itself
several times per second
   Product: systemsettings
   Version: 5.17.5
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_language
  Assignee: h...@kde.org
  Reporter: pos...@posteo.eu
CC: plasma-b...@kde.org
  Target Milestone: ---

Created attachment 126635
  --> https://bugs.kde.org/attachment.cgi?id=126635=edit
Screenrecording (GIF)

SUMMARY

Since an recently Manjaro update I have an issues with the locales, i.e. most
strings are in English but not translated.
While besides that everything works fine, the "add language" popup has serious
issues: It frequently pop ups and closes itself, creating heavy CPU load and
makes it impossible to use it.
There's likely an issue with my system, however if in this case, the KCM should
not behave like that. 


TERMINAL OUTPUT

bash: warning: setlocale: LC_ALL: cannot change locale (de_DE.UTF-8)
systemsettings5 
QQmlEngine::setContextForObject(): Object already has a QQmlContext
kf5.kactivity.stat: [Error at ResultSetPrivate::initQuery]:  QSqlError("1",
"Command could not be executed", "no such column: rl.initiatingAgent")
kf5.kactivity.stat: [Error at ResultSetPrivate::initQuery]:  QSqlError("1",
"Command could not be executed", "no such column: rl.initiatingAgent")
QQmlEngine::setContextForObject(): Object already has a QQmlContext
kf5.ki18n: "1 instead of 2 arguments to message {The translation file...}
supplied before conversion."
file:///usr/share/kpackage/kcms/kcm_translations/contents/ui/main.qml:44:
TypeError: Cannot read property 'display' of null
file:///usr/share/kpackage/kcms/kcm_translations/contents/ui/main.qml:40:
TypeError: Cannot read property 'LanguageCode' of null
file:///usr/share/kpackage/kcms/kcm_translations/contents/ui/main.qml:44:
TypeError: Cannot read property 'display' of null
file:///usr/share/kpackage/kcms/kcm_translations/contents/ui/main.qml:40:
TypeError: Cannot read property 'LanguageCode' of null
... repeated for each flickering in the video.


SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux 
KDE Plasma Version: 5.17.5
KDE Frameworks Version: 5.68.0
Qt Version: 5.14.1
Kernel Version: 5.5.7-1-MANJARO

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

[systemsettings] [Bug 418556] Add language popup window opens and closes itself several times per second

2020-03-06 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=418556

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[frameworks-knewstuff] [Bug 417843] First item in grid view is always selected in new GHNS dialog

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

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
Summary|Download New Wallpapers -   |First item in grid view is
   |Visual bug  |always selected in new GHNS
   ||dialog

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

[lattedock] [Bug 417856] Panel background unhidden before Firefox CSD window visually touches

2020-03-06 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=417856

Michail Vourlakos  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
  Latest Commit||https://commits.kde.org/lat
   ||te-dock/d3b5e2c4eb89cfc2a60
   ||457f35c5670af65ad19ae
 Resolution|--- |FIXED

--- Comment #11 from Michail Vourlakos  ---
Git commit d3b5e2c4eb89cfc2a60457f35c5670af65ad19ae by Michail Vourlakos.
Committed on 06/03/2020 at 19:45.
Pushed by mvourlakos into branch 'master'.

remove gtk_frame_extents from window geometries

--under x11 environment remove the gtk_frame_extents that
are used for shadows under plasma environment

M  +21   -0app/wm/xwindowinterface.cpp
M  +5-0app/wm/xwindowinterface.h

https://commits.kde.org/latte-dock/d3b5e2c4eb89cfc2a60457f35c5670af65ad19ae

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

[elisa] [Bug 416806] Smaller album art thumbnails in the playlist

2020-03-06 Thread Mark Smith
https://bugs.kde.org/show_bug.cgi?id=416806

--- Comment #4 from Mark Smith  ---
Sorry for making such a crappy feature request :(

Anyway, please keep up the good work, Elisa is shaping up to be one of the best
music players on Linux! Please keep up the good work, I lack the vocabulary to
tell you how much I appreciate your work.

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

[dolphin] [Bug 418537] If folder is already open, "Open containing folder" feature should focus current instance of Dolphin

2020-03-06 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=418537

--- Comment #4 from Patrick Silva  ---
Weird. I can reproduce on Neon unstable too.

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

[Discover] [Bug 418555] New: Discover gets stuck at "Fetching updates..." and shows an error message related to fwupd

2020-03-06 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=418555

Bug ID: 418555
   Summary: Discover gets stuck at "Fetching updates..." and shows
an error message related to fwupd
   Product: Discover
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: fwupd Backend
  Assignee: sharma.abhijeet2...@gmail.com
  Reporter: bugsefor...@gmx.com
CC: lei...@leinir.dk
  Target Milestone: ---

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

SUMMARY
This problem does not occur all the time. Sometimes I open Discover to install
updates, it gets stuck at "Fetching updates..." and shows an error message
related to fwupd a few minutes later. Screenshot attached.

STEPS TO REPRODUCE
1. open Discover when updates are available
2. 
3. 

OBSERVED RESULT
Discover can get stuck at "Fetching updates..." and show an error message
related to fwupd a few minutes later. When this behavior occurs, Konsole says:
(process:23562): GLib-CRITICAL **: 16:08:00.383: g_ptr_array_unref: assertion
'array' failed
Fwupd Error 20 Error calling StartServiceByName for org.freedesktop.fwupd:
Failed to activate service 'org.freedesktop.fwupd': timed out
(service_start_timeout=25000ms)
qml: message: Error calling StartServiceByName for org.freedesktop.fwupd:
Failed to activate service 'org.freedesktop.fwupd': timed out
(service_start_timeout=25000ms)

EXPECTED RESULT
Discover should show available updates.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.18.2
KDE Frameworks Version: 5.67.0
Qt Version: 5.14.1

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

[dolphin] [Bug 418537] If folder is already open, "Open containing folder" feature should focus current instance of Dolphin

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

Nate Graham  changed:

   What|Removed |Added

   Keywords||triaged

--- Comment #3 from Nate Graham  ---
Cannot reproduce the issue described in this bug. Works for me.

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

[dolphin] [Bug 418537] If folder is already open, "Open containing folder" feature should focus current instance of Dolphin

2020-03-06 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=418537

Patrick Silva  changed:

   What|Removed |Added

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

--- Comment #2 from Patrick Silva  ---
bug 417230 is a different issue.
The behavior described here is still reproducible with Dolphin 19.12.3.

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

[kdevelop] [Bug 418481] KDevelop color settings affects Kate editor

2020-03-06 Thread twidd
https://bugs.kde.org/show_bug.cgi?id=418481

--- Comment #5 from twidd  ---
Sorry guys, you was right. Just tried KDE Neon, it was fixed. :)

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

[digikam] [Bug 418554] In face tagging, when manually entering a name, all other suggestions will default to that name

2020-03-06 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=418554

--- Comment #2 from MarcP  ---
Ok, I was not sure if it was a bug or that was the intended behavior. You can
close the bug report if you wish then.

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

[Discover] [Bug 418019] Details of app are shown with broken layout in some cases

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

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/dis
   ||cover/9b0652d5c724cb806bce5
   ||cb9cbb8e7d74a75222c
   Version Fixed In||5.19.0
 Status|ASSIGNED|RESOLVED

--- Comment #3 from Nate Graham  ---
Git commit 9b0652d5c724cb806bce5cb9cbb8e7d74a75222c by Nate Graham.
Committed on 06/03/2020 at 18:28.
Pushed by ngraham into branch 'master'.

Improve layout and appearance of app details view

Summary:
After porting to FormLayout in D27183, the layout can now be so wide due to the
URLs
that it switches to the compact/mobile view. This patch re-arranges things a
bit and
uses human-readable strings for the links instead of showing raw URLs. For
safety,
this requires D27663 to be implemented first.
FIXED-IN: 5.19.0
Depends on D27663

Test Plan:
Before: normal-sized window (shows the compact/mobile view): {F8131970}

Before wide window: {F8131971}

After: normal-sized or wide window: {F8131972}

Reviewers: #vdg, #discover_software_store, apol, ndavis

Reviewed By: #vdg, #discover_software_store, apol, ndavis

Subscribers: plasma-devel

Tags: #plasma

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

M  +10   -8discover/qml/ApplicationPage.qml

https://commits.kde.org/discover/9b0652d5c724cb806bce5cb9cbb8e7d74a75222c

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

[digikam] [Bug 418554] In face tagging, when manually entering a name, all other suggestions will default to that name

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

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
Yes, it is intended that the name be adopted. In this case, only people with
the same name at the moment. Other suggested names remain. If you confirm
another name suggestion, the other suggestions will be displayed again. It
makes sense to me that the names of the people who have been corrected are also
suggested for the others with the same name. I don't know now if you understand
:-)

Maik

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

[plasmashell] [Bug 416260] Plasma reproducibly crashes when switching containment from Desktop to Folder View

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

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #9 from Nate Graham  ---


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

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

[plasmashell] [Bug 391642] Plasma shell crashes when changing to desktop view

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

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

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

[kio-extras] [Bug 398079] accessing passwordless Windows SMB shares requires authentification

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

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #12 from Nate Graham  ---
Information was provided.

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

  1   2   3   >