[kmymoney] [Bug 405206] New: OFX import targets the wrong account

2019-03-07 Thread Dominique Dumont
https://bugs.kde.org/show_bug.cgi?id=405206

Bug ID: 405206
   Summary: OFX import targets the wrong account
   Product: kmymoney
   Version: 5.0.3
  Platform: Debian unstable
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: importer
  Assignee: kmymoney-de...@kde.org
  Reporter: domi.dum...@free.fr
  Target Milestone: ---

SUMMARY

I'm trying to import OFX data. OFX transactions are imported, but not in the
selected account.

STEPS TO REPRODUCE
1. Open dialog to import ofx data, select file
2. select Asset -> usual bank account
3. click ok

OBSERVED RESULT

Transaction are imported in "Cartes de Credits La Poste" account

EXPECTED RESULT

Transaction are imported in selected bank account

SOFTWARE/OS VERSIONS
Windows: 
MacOS: 
Linux/KDE Plasma: Debian/unstable, plasma 
(available in About System)
KDE Plasma Version: 5.14.5.1
KDE Frameworks Version: 5.54.0
Qt Version: 5.11.3

ADDITIONAL INFORMATION

Here's an extract from the STDOUT during an import:

Process on: '2019-02-27', id: 'ID PX0ZKOLLT%', amount: '7.09', fees: '0.00'
"Start matching payee" "VIREMENT DE AMAZON PAYMENTS EURO"
Found match with 'VIREMENT DE AMAZON PAYMENTS EURO' on 'VIREMENT'
Found match with 'VIREMENT DE AMAZON PAYMENTS EURO' on 'AMAZON PAYMENTS'
Multiple matches
Adding second split to Loisirs(A20)
Looking for a match with transaction:  "2019-02-27" , "AMAZON PAYMENTS" ,
"7.09" (referenced account:  "Cartes de Credits La Poste" )
Considering 0 existing transaction(s) for matching
Looking for a match with transaction:  "2019-02-27" , "AMAZON PAYMENTS" ,
"7.09" (referenced account:  "Cartes de Credits La Poste" )
Considering 0 schedule(s) for matching the transaction

Note the list of account shown in the first step of import does not show
"Cartes de Credits La Poste" (probably because it's a liability account)

All the best

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

[dolphin] [Bug 405170] Dolphin can't search any file after installed DDE (Deepin Desktop Env)

2019-03-07 Thread Chao MENG
https://bugs.kde.org/show_bug.cgi?id=405170

--- Comment #6 from Chao MENG  ---
I attached the crash information when I run `balooctl check`

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

[dolphin] [Bug 405170] Dolphin can't search any file after installed DDE (Deepin Desktop Env)

2019-03-07 Thread Chao MENG
https://bugs.kde.org/show_bug.cgi?id=405170

--- Comment #5 from Chao MENG  ---
Created attachment 118642
  --> https://bugs.kde.org/attachment.cgi?id=118642=edit
crash information

When I run `balooctl check`, it crashed.

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

[valgrind] [Bug 404888] [PATCH] autotools cleanup series

2019-03-07 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=404888

--- Comment #9 from Julian Seward  ---
(In reply to Rhys Kidd from comment #7)
> I also wonder whether valgrind should be explicit about a minimum supported
> version of autoconf (via AC_PREREQ() macro)?

I would be in favour of that.  My only comment is that it should nevertheless
be a pretty old minimum version, because we'll want to support building V on
pretty old systems -- think ancient RHEL setups, etc.  Is it realistic to hope
for a minimum version that is, simultaneously, actually useful to enforce, and
yet allows us to build on systems that are 5 years old?

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

[valgrind] [Bug 405205] New: tests/filter_libc: remove the line holding the futex syscall error entirely

2019-03-07 Thread Stefan Maksimovic
https://bugs.kde.org/show_bug.cgi?id=405205

Bug ID: 405205
   Summary: tests/filter_libc: remove the line holding the futex
syscall error entirely
   Product: valgrind
   Version: 3.15 SVN
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jsew...@acm.org
  Reporter: stefan.maksimo...@rt-rk.com
CC: mips3...@gmail.com
  Target Milestone: ---

Created attachment 118641
  --> https://bugs.kde.org/attachment.cgi?id=118641=edit
Proposed solution

SUMMARY

At the moment the message reported by glibc is removed by the perl substitute
command, leaving an empty line it its place.
This change alters tests/filter_libc so as to remove the line containing the
futex error message completely; effectively we skip printing the line
altogether.

Need for this arose when observing a build process initiated by a buildbot, in
which case the 'make regtest' command was invoked via ssh.
In that case a terminal isn't spawned so the abovementioned message is printed
to stderr which gets filtered by tests/filter_libc (cf. building valgrind
regularly; the message is printed directly to the terminal, not stderr, hence
does not get filtered).

After this change no empty line is printed instead of the message, so there are
no conflicts with the existing stderr.exp files for the
helgrind/tests/{tc18_semabuse,tc20_verifywrap}.
These two tests were the ones where the stderr failure was observed.
I did not observe any regressions for mips32, mips64 or x86 after this change.

STEPS TO REPRODUCE
1. Run either a single test or 'make regtest' via ssh remotely
2. Run the same command locally
3. Observe the difference in the futex syscall error message being printed to
stderr in the first case, whereas it is printed directly to the terminal in the
second case for the two tests mentioned

OBSERVED RESULT

An additional newline appears in the tc18_semabuse and tc20_verifywrap
stderr.out files

EXPECTED RESULT

No empty line generated

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

[valgrind] [Bug 404888] [PATCH] autotools cleanup series

2019-03-07 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=404888

--- Comment #8 from Julian Seward  ---
Rhys, thank you for the cleanup patches.  I know next to nothing about
auto*, but these look OK to land, at least to my inexperienced eye.  One
minor question:

0004-config-Conditionalize-finline-functions-on-compiler-.patch

+safe_CFLAGS=$CFLAGS
+CFLAGS="-finline-functions -Werror"

Why -Werror for the test compiler invokation?  Is that standard?

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

[KBibTeX] [Bug 405181] false duplicates

2019-03-07 Thread Thomas Fischer
https://bugs.kde.org/show_bug.cgi?id=405181

Thomas Fischer  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

--- Comment #1 from Thomas Fischer  ---
Can you please provide a small example file?

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

[digikam] [Bug 401306] digikam-git r41326 doesn't compile with Opencv 4

2019-03-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=401306

--- Comment #10 from caulier.gil...@gmail.com ---
Maderios,

Question : Here under Linux i compiled and installed the git/master code from
OPenCV, and the install is well done at right place but Cmake configuration
shared by the library indicate an install path at / of the system instead /usr.
Of course digiKAm cannot be compiled in this case...

With OpenCV 3.4.5, all work as expected. I used the same configure script with
git/master :

https://cgit.kde.org/digikam.git/tree/project/scripts/bootstrap.opencv-minimal-linux.sh

Which Cmake configuration did you set to compile and install OpenCV 4 ?

Gilles Caulier

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

[dolphin] [Bug 405170] Dolphin can't search any file after installed DDE (Deepin Desktop Env)

2019-03-07 Thread Chao MENG
https://bugs.kde.org/show_bug.cgi?id=405170

--- Comment #4 from Chao MENG  ---
Humm, no idea, seems not the case,

I have a folder named `Dev`, in this folder there are two sub-folders named
`Eclipse` and `Tomcat`, If I CTRL+F and type `eclipse`, I can get search result
related to `eclipse`, while I type `tomcat`, there is no search result.

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

[dolphin] [Bug 405170] Dolphin can't search any file after installed DDE (Deepin Desktop Env)

2019-03-07 Thread Chao MENG
https://bugs.kde.org/show_bug.cgi?id=405170

--- Comment #3 from Chao MENG  ---
Hello Nate Graham,

It looks like it only indexed parts of my files, cause I find that some
keywords have search result while others don't have result. Maybe the DDE
installation stopped Baloo index?

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

[dolphin] [Bug 405170] Dolphin can't search any file after installed DDE (Deepin Desktop Env)

2019-03-07 Thread Chao MENG
https://bugs.kde.org/show_bug.cgi?id=405170

--- Comment #2 from Chao MENG  ---
(In reply to Nate Graham from comment #1)
> is the baloo framework still installed? Is baloo active? What does `balooctl
> status` say?

Hello Nate Graham,

It look like yes, `balooctl status` say:
Baloo File Indexer is running
Indexer state: Idle
Indexed 3051 / 3051 files
Current size of index is 6.16 MiB

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

[kmail2] [Bug 398491] kmail,spamassassin,spam asssistant, bad condition to put spam in spambox

2019-03-07 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=398491

Laurent Montel  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kde
   ||pim-addons/f8343d63af9d546b
   ||61b264ca008480a66b406fc1
   Version Fixed In||5.11
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #12 from Laurent Montel  ---
Git commit f8343d63af9d546b61b264ca008480a66b406fc1 by Laurent Montel.
Committed on 08/03/2019 at 06:13.
Pushed by mlaurent into branch 'master'.

Fix Bug 398491 - kmail,spamassassin,spam asssistant, bad condition to put spam
in spambox

FIXED-IN: 5.11

Thanks for  Philippe ROUBACH for investigating this bug.
I didn't know that we have support for deamon too.

M  +1-1kmail/plugins/common/kmail.antispamrc

https://commits.kde.org/kdepim-addons/f8343d63af9d546b61b264ca008480a66b406fc1

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

[kmail2] [Bug 398491] kmail,spamassassin,spam asssistant, bad condition to put spam in spambox

2019-03-07 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=398491

--- Comment #11 from Laurent Montel  ---
oh !

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

[i18n] [Bug 405102] (Lubuntu 19.10) Japanese translation of discover

2019-03-07 Thread Pino Toscano
https://bugs.kde.org/show_bug.cgi?id=405102

Pino Toscano  changed:

   What|Removed |Added

   Assignee|lei...@leinir.dk|tk...@pa3.so-net.ne.jp
  Component|discover|ja
Version|5.15.1  |unspecified
Product|Discover|i18n

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

[frameworks-ktexteditor] [Bug 405089] Closing the quotation mark is not smart enough

2019-03-07 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=405089

--- Comment #4 from Lothar  ---
> BTW. I case of selection one word I wasn't able to find any shortcut (in 
> editor).

Ctrl-Shift-Left/Right See also Settings->Configure-Shortcuts... But, yes, no
"Select word where cursor is in"

> I have such string:  abcd|e  and I invoke some keyshortcut, which selects 
> this > word, and after just invoke quotation character. In result I get for 
> example: >"abcde"|
> and all of this without taking your hands off the keyboard.

There is some scripting stuff in KTE, perhaps you can help yourself
https://docs.kde.org/stable5/en/applications/katepart/dev-scripting.html

If so, offer your result in https://phabricator.kde.org , if not open a new bug
report for that different issue.

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

[kaddressbook] [Bug 398847] Kaddressbook not parsing gmail contacts

2019-03-07 Thread Philippe ROUBACH
https://bugs.kde.org/show_bug.cgi?id=398847

--- Comment #19 from Philippe ROUBACH  ---
(In reply to piedro from comment #18)
> Do you have to recreate the addressbooks to fix the data? 
> 
> Or does the patch make akonadi fix the email fields in the contact database?

i did nothing. Perhaps the sync mechanism fixed problem.

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

[kaddressbook] [Bug 398847] Kaddressbook not parsing gmail contacts

2019-03-07 Thread piedro
https://bugs.kde.org/show_bug.cgi?id=398847

--- Comment #18 from piedro  ---
Do you have to recreate the addressbooks to fix the data? 

Or does the patch make akonadi fix the email fields in the contact database?

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

[konqueror] [Bug 405169] Starting konqueror shows "chrome-error://chromewebdata/"

2019-03-07 Thread Burkhard Lueck
https://bugs.kde.org/show_bug.cgi?id=405169

Burkhard Lueck  changed:

   What|Removed |Added

 CC||lu...@hube-lueck.de

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

[plasmashell] [Bug 405040] "Alternatives..." menu-item give wrong impression that I can install an alternative of the clicked task

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405040

Nate Graham  changed:

   What|Removed |Added

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

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

[kaddressbook] [Bug 398847] Kaddressbook not parsing gmail contacts

2019-03-07 Thread Philippe ROUBACH
https://bugs.kde.org/show_bug.cgi?id=398847

--- Comment #17 from Philippe ROUBACH  ---
no more problem for me

libkpimgapicontacts5 18.12.2
libkpimgapicore5 18.12.2

with update

lun. 25 févr. 2019 13:00:00 CET

- Add Contacts-fix-email-type-deserialization.patch to fix broken
  email fields in google contacts (boo#1126614, kde#398847)
- Use < %{version} again for obsoleting sasl2-kdexoauth2-3

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

[krita] [Bug 404037] The text if inserted in a picture, cannot be edited. I changed the font type, color and size but stays on default.

2019-03-07 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=404037

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.

[kwin] [Bug 404640] Plasma hang after I opened spreadsheet (a third one of a series of three).

2019-03-07 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=404640

--- 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 403707] Add more apps into Featured apps' list from all categories

2019-03-07 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=403707

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.

[kwin] [Bug 404617] KWin Crashes After Waking Up From Sleep

2019-03-07 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=404617

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

[frameworks-plasma] [Bug 403585] Mouse cursor becomes bigger over windows after attaching another screen

2019-03-07 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=403585

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.

[kpat] [Bug 404161] kpat crashes when trying to play the second or third different game

2019-03-07 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=404161

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

[Smb4k] [Bug 403726] Cant mount share

2019-03-07 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=403726

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

[amarok] [Bug 403889] Unable to start amarok

2019-03-07 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=403889

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[kmymoney] [Bug 405204] New account details window is not sized correclty

2019-03-07 Thread jesse
https://bugs.kde.org/show_bug.cgi?id=405204

jesse  changed:

   What|Removed |Added

 CC||jvap...@yahoo.com
Version|unspecified |5.0.2
   Platform|Other   |Fedora RPMs

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

[kaddressbook] [Bug 398847] Kaddressbook not parsing gmail contacts

2019-03-07 Thread piedro
https://bugs.kde.org/show_bug.cgi?id=398847

piedro  changed:

   What|Removed |Added

 CC||piedro.kul...@gmail.com

--- Comment #16 from piedro  ---
I am using Arch with the latest 18.12.3 version. The problem is still there. 

Or I am missing something...

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

[kmymoney] [Bug 405204] New: New account details window is not sized correclty

2019-03-07 Thread jesse
https://bugs.kde.org/show_bug.cgi?id=405204

Bug ID: 405204
   Summary: New account details window is not sized correclty
   Product: kmymoney
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kmymoney-de...@kde.org
  Reporter: jvap...@yahoo.com
  Target Milestone: ---

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

SUMMARY
In KMyMoney Version 5.0.2, when you try to add a new account that is of type
Loan or Credit Card, the Details(Loan)/Schedule(Credit Card) window displays
extremely wide. 



STEPS TO REPRODUCE
1. Open KMM 
2. Click on New Account
3. Skip the Institution
4. Enter a name for the new Loan
5. Click on next
6. The details window will show up. It is wide.

OBSERVED RESULT
In PLASMA this is not a problem as you can easily snap the window to the side
of the screen and it resizes to the a normal/expected size, it becomes usable.
However, if you are running KMM on Gnome, it will not allow you to snap the
window to the side. Thus, there is no way to make the window usable. This is
not a Gnome issue, but a KMM issue. The Snapping of the window to the side, is
only a work around I found for PLASMA. 


EXPECTED RESULT
The Details/Schedule window should display a reasonable size. I should not have
to scroll for 1 minute to get to the close button. On Gnome, you cannot even do
this as a scroll bar does not show up. 

SOFTWARE/OS VERSIONS

Operating System: Fedora 29
KDE Plasma Version: 5.14.5
Qt Version: 5.11.3
KDE Frameworks Version: 5.55.0
Kernel Version: 4.20.13-200.fc29.x86_64
OS Type: 64-bit
Processors: 8 × Intel® Core™ i5-8250U CPU @ 1.60GHz
Memory: 31.2 GiB of RAM


ADDITIONAL INFORMATION
Also tested it on Gnome running on the same machine. In Gnome, the issue is
even worst. 

There is another screen that does this too, but I will open a new bug for that
one.

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

[systemsettings] [Bug 405203] New: "Keyboard Navigation" Tab Is Gone

2019-03-07 Thread naroyce
https://bugs.kde.org/show_bug.cgi?id=405203

Bug ID: 405203
   Summary: "Keyboard Navigation" Tab Is Gone
   Product: systemsettings
   Version: 5.15.1
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_mouse
  Assignee: unassigned-b...@kde.org
  Reporter: nroycea+...@gmail.com
CC: unassigned-b...@kde.org
  Target Milestone: ---

SUMMARY
 It would seem that the transition to libinput, away from evdev, resulted in
the additional mouse settings to go with it (eg. "Advanced" and "Keyboard
Navigation" tabs).

STEPS TO REPRODUCE
 1. Go to "System Settings" -> "Input Devices" -> Mouse

OBSERVED RESULT
 The only settings are:
 General
 Point speed
 Acceleration profile
 Scrolling

EXPECTED RESULT
 "Keyboard Navigation" would be included.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Arch Linux
(available in About System)
KDE Plasma Version: 5.15.1
KDE Frameworks Version: 5.55.0
Qt Version: 5.12.1

ADDITIONAL INFORMATION
 References:
 https://gitlab.freedesktop.org/libinput/libinput/issues/249#note_127872 (first
brought here in case the issue was with a missing libinput feature... It is
not)
 https://userbase.kde.org/System_Settings/Input_Devices#Mouse
 https://forum.kde.org/viewtopic.php?f=289=153755#p405711
 https://bugs.kde.org/show_bug.cgi?id=398610 (unrelated? In case you were
thinking of making closing this due to "DUPLICATE")

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

[kontact] [Bug 405202] Icons in the tray should open the appropriate module

2019-03-07 Thread Gustavo Castro
https://bugs.kde.org/show_bug.cgi?id=405202

Gustavo Castro  changed:

   What|Removed |Added

Summary|Icon trays should open the  |Icons in the tray should
   |appropriate module  |open the appropriate module

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

[kontact] [Bug 405202] New: Icon trays should open the appropriate module

2019-03-07 Thread Gustavo Castro
https://bugs.kde.org/show_bug.cgi?id=405202

Bug ID: 405202
   Summary: Icon trays should open the appropriate module
   Product: kontact
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: gusta...@gmail.com
  Target Milestone: ---

SUMMARY
Currently when you click on the tray icon of one of the components, instead of
directly opening the corresponding module, Kontact is opened with the
previously used view.

STEPS TO REPRODUCE
1. Enable the "close to tray" option of either KMail or Akregator.
2. Go to any of the currently installed modules for Kontact.
3. Close the window.
4. Click on the KMail/Akregator tray icon.

OBSERVED RESULT
When you click on the tray icon of one of the components, instead of directly
opening the corresponding module, the previously used (or current if Kontact
isn't closed into the tray) is shown. For instance, if you're using the
KOrganizer view within Kontact, then close the main window, then there's new
mail and you click on the tray icon, KOrganizer pops up.

EXPECTED RESULT
The selected module should open (E.g. kontact --module kmailplugin).

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Arch Linux
(available in About System)
KDE Plasma Version: 5.15.2
KDE Frameworks Version: 5.55.0
Qt Version: 5.12.1

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

[KScreen] [Bug 405179] KDE Settings in 5.13.5 do not seem to allow customization of multiple distplays

2019-03-07 Thread rob.wilkens
https://bugs.kde.org/show_bug.cgi?id=405179

--- Comment #8 from rob.wilkens  ---
This appears resolved, at least in my new account (renamed).  I will just call
it resolved as far as I'm concerned for now, and worst case i wipe out and
recreate my old account if i need it.  Meanwhile, someone else can decide
whether to mark this resolved.

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

[valgrind] [Bug 405201] New: Incorrect size of struct vki_siginfo on 64-bit Linux architectures

2019-03-07 Thread Dmitry V. Levin
https://bugs.kde.org/show_bug.cgi?id=405201

Bug ID: 405201
   Summary: Incorrect size of struct vki_siginfo on 64-bit Linux
architectures
   Product: valgrind
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: memcheck
  Assignee: jsew...@acm.org
  Reporter: l...@altlinux.org
  Target Milestone: ---

strace's "make check-valgind-memcheck" produces false reports about
out-of-bounds writes on ptrace(PTRACE_GETSIGINFO) invocations on x86_64.

This turned out to be a bug in the definition of struct vki_siginfo: its size
is 136 which exceeds VKI_SI_MAX_SIZE==128 by 8 bytes.

As all 64-bit architectures have union _sifields aligned to wordsize
boundary, there is a hole between the preamble and _sifields.

Unfortunately, __VKI_ARCH_SI_PREAMBLE_SIZE doesn't take this into account,
this results to off-by-one bug in VKI_SI_PAD_SIZE and the whole structure being
8 bytes larger on 64-bit architectures.

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

[amarok] [Bug 405131] cannot add streams to cool strings using "Add Streams"

2019-03-07 Thread Myriam Schweingruber
https://bugs.kde.org/show_bug.cgi?id=405131

--- Comment #3 from Myriam Schweingruber  ---
By editing the list manually, of course, but that is not a built-in feature.

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

[kaddressbook] [Bug 405200] Creating a subfolder in any addressbook fails: can't create collection...

2019-03-07 Thread piedro
https://bugs.kde.org/show_bug.cgi?id=405200

piedro  changed:

   What|Removed |Added

 CC||piedro.kul...@gmail.com

--- Comment #1 from piedro  ---
This seems to be a duplicate - I commmented there also and changed to
CONFIRMED. 

Bug 387804 - Create folder in KAddressBook fails

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

[kmail2] [Bug 404947] Many "unknown" identities are created over and over...

2019-03-07 Thread piedro
https://bugs.kde.org/show_bug.cgi?id=404947

--- Comment #4 from piedro  ---
Yes the permissions are correct! - I deleted close to one thousand "unknown"
identity references in this file now (btw. it grew huge, 850k)... and left the
ones I created... until now they have not reappeared... 

Akonadi shouldn't do things like that.  

p.

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

[kaddressbook] [Bug 405200] New: Creating a subfolder in any addressbook fails: can't create collection...

2019-03-07 Thread piedro
https://bugs.kde.org/show_bug.cgi?id=405200

Bug ID: 405200
   Summary: Creating a subfolder in any addressbook fails: can't
create collection...
   Product: kaddressbook
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: piedro.kul...@gmail.com
CC: to...@kde.org
  Target Milestone: ---

SUMMARY
Create an addressbook - doen't matter whether it's Google contacts, the default
personal contacts of kaddressbook or a VCard-folder ressource - trying to
create a subfolder within fails with: 

"Could not create address book folder. Could not create collection XYZ,
resourceID: 37"  

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT
Creating subfolders (as option in the context menu indicates) is a core
functionality - it should work. 

p.


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: ARCH fully upgraded 
(available in About System)
KDE Plasma Version: 5.15
KDE Frameworks Version: 5.55.0
Qt Version: 5.12.1 

ADDITIONAL INFORMATION

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

[kaddressbook] [Bug 387804] Create folder in KAddressBook fails

2019-03-07 Thread piedro
https://bugs.kde.org/show_bug.cgi?id=387804

--- Comment #2 from piedro  ---
eh yes, since I cannot edit my comments in this bug tracker... 

Here you go: CONFIRMED

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

[kaddressbook] [Bug 387804] Create folder in KAddressBook fails

2019-03-07 Thread piedro
https://bugs.kde.org/show_bug.cgi?id=387804

piedro  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[kaddressbook] [Bug 387804] Create folder in KAddressBook fails

2019-03-07 Thread piedro
https://bugs.kde.org/show_bug.cgi?id=387804

piedro  changed:

   What|Removed |Added

 CC||piedro.kul...@gmail.com

--- Comment #1 from piedro  ---
Hello! 

I have the same problem "creating collcetion fails" when creating any subfolder
in any address bbok. 

The Workaround is to create a lot of *.vcf-card folder addressbooks (also in
theses I cannot create a  subfolder!) and in consequence clutter the
adressbook. 

If this is the intended way of workflow here then please remove the option to
add subfolders - it's not working. 

Does anyone use this functionality successfully or is it just that nobody cares
about it anyway? I am confused - creating subfolders ina an addressbook seems
like a core functionality of any address and contacts organizer... 

WHat's up?

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

[plasmashell] [Bug 393048] Log out dialogue - bad visibility of selected option

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=393048

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.16.0

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

[kamoso] [Bug 405190] Kamoso crashes when clicking hamburger button in the bottom-left corner

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405190

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #2 from Nate Graham  ---


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

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

[kamoso] [Bug 404456] Opening the Effects Gallery drawer when no images have been taken yet renders the whole system unresponsive

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=404456

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

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

[systemsettings] [Bug 405145] The fonts of the labels of some buttons are badly rendered when fractional display scaling is used

2019-03-07 Thread Filip Fila
https://bugs.kde.org/show_bug.cgi?id=405145

Filip Fila  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #10 from Filip Fila  ---
The problem was I was using Lato with my main system and Ubuntu in KDE Neon.
With Roboto and Noto Sans I can reproduce this.

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

[plasmashell] [Bug 403563] Memory leak in plasma desktop (plasmashell)

2019-03-07 Thread Matthew Woehlke
https://bugs.kde.org/show_bug.cgi?id=403563

Matthew Woehlke  changed:

   What|Removed |Added

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

--- Comment #11 from Matthew Woehlke  ---
Requested information was provided AFAICT.

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

[systemsettings] [Bug 405145] The fonts of the labels of some buttons are badly rendered when fractional display scaling is used

2019-03-07 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=405145

--- Comment #9 from Patrick Silva  ---
(In reply to Nate Graham from comment #8)
> Does this happen when using Sidebar view in SystemSettings, rather than
> Icons View?

Both icon and sidebar views are affected.
My screenshots show Roboto fonts, but the problem also occurs when I use
default font settings with Noto Sans fonts.

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

[kturtle] [Bug 405199] New: KTurtles asks for saving, even for already saved files.

2019-03-07 Thread Giorgos Kostopoulos.
https://bugs.kde.org/show_bug.cgi?id=405199

Bug ID: 405199
   Summary: KTurtles asks for saving, even for already saved
files.
   Product: kturtle
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: c...@kde.nl
  Reporter: giorgos...@gmail.com
  Target Milestone: ---

SUMMARY

KTurtles asks for saving (if a program has been altered), even for already
saved files.

STEPS TO REPRODUCE
1. Load a program.
2. Add a line.
3. Save the program.
4. Close KTurtle (or open another program).

OBSERVED RESULT
KTurtle asks for saving: "The program you are currently working on is not
saved. By continuing you may lose the changes you have made".

EXPECTED RESULT
Not to ask (since it's already saved).

SOFTWARE/OS VERSIONS
Windows: 
MacOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 5.8.6.
KDE Frameworks Version: 5.28.0.
Qt Version: 5.7.1.

ADDITIONAL INFORMATION
V.0.8.1 beta, on Devuan ASCII (stable) x64 KDE (based on Debian stable).

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

[frameworks-baloo] [Bug 372880] baloo_file crashes in Baloo::IdFilenameDB::get()

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=372880

Nate Graham  changed:

   What|Removed |Added

 CC||fra...@seznam.cz

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

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

[frameworks-baloo] [Bug 389848] baloo_file crashes in mdb_put() in LMDB

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=389848

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

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

[frameworks-baloo] [Bug 405084] Baloo index crashes

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405084

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---


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

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

[frameworks-baloo] [Bug 405072] Baloo crash on login

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405072

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---


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

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

[KEXI] [Bug 405069] Missing Breeze icons file for KEXI

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405069

Nate Graham  changed:

   What|Removed |Added

   Assignee|kde-wind...@kde.org |kexi-b...@kde.org
Product|kde-windows |KEXI
 CC||a...@piggz.co.uk,
   ||in...@fables.co.za,
   ||n...@kde.org
  Component|general |General

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

[Discover] [Bug 405020] Checking for updates delays software install and password prompt...

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405020

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #2 from Nate Graham  ---


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

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

[Discover] [Bug 402928] If the update state is dirty, clicking on the "Install" button triggers fetching updates rather than actually installing the app

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402928

Nate Graham  changed:

   What|Removed |Added

 CC||eric.malamis...@gmail.com

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

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

[frameworks-kactivities] [Bug 405033] Manual sorting of activities

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405033

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[plasmashell] [Bug 405035] Provide "Switch to next/previous activity" actions

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405035

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[frameworks-baloo] [Bug 405050] baloo Crash at KDE startup

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405050

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---


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

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

[frameworks-baloo] [Bug 397644] baloo_file crashes in Baloo::DocumentTimeDB::get()

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=397644

Nate Graham  changed:

   What|Removed |Added

 CC||459874...@gmx.net

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

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

[Discover] [Bug 405031] Display the package names

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405031

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---
For what reason, out of curiosity?

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

[Discover] [Bug 400779] Launch button for locally-installed packages doesn't work

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=400779

Nate Graham  changed:

   What|Removed |Added

 CC||eric.malamis...@gmail.com

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

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

[Discover] [Bug 405019] Launch does nothing..

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405019

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---
> if I install Visual Studio code from the .deb package from their website

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

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

[Discover] [Bug 400779] Launch button for locally-installed packages doesn't work

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=400779

Nate Graham  changed:

   What|Removed |Added

 Status|REOPENED|CONFIRMED
Summary|No "Launch" button in the   |Launch button for
   |header bar after Discover   |locally-installed packages
   |to install a DEB package|doesn't work

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

[Breeze] [Bug 405100] GtkComboBox list doesn't scroll if it is higher than screen

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405100

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[systemsettings] [Bug 405145] The fonts of the labels of some buttons are badly rendered when fractional display scaling is used

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405145

--- Comment #8 from Nate Graham  ---
Does this happen when using Sidebar view in SystemSettings, rather than Icons
View?

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

[systemsettings] [Bug 405145] The fonts of the labels of some buttons are badly rendered when fractional display scaling is used

2019-03-07 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=405145

--- Comment #7 from Patrick Silva  ---
(In reply to Filip Fila from comment #6)
> What's your screen resolution?

1080p

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

[systemsettings] [Bug 405121] Adding a button to disable all hotkeys

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405121

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |INTENTIONAL

--- Comment #1 from Nate Graham  ---
I can understand how tedious this must have been. However the proposed feature
would be terribly destructive for all users who aren't you. Inevitably the
button would be pressed by accident and we'd get panicked bug reports. The fact
that you can disable all the hotkeys by hand is probably good enough here,
sorry. :)

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

[systemsettings] [Bug 405121] Adding a button to disable all hotkeys

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405121

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
Summary|Adding a button to reset|Adding a button to disable
   |all hotkeys |all hotkeys

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

[systemsettings] [Bug 405198] New: alt + printscreen n

2019-03-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=405198

Bug ID: 405198
   Summary: alt + printscreen n
   Product: systemsettings
   Version: 5.15.2
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_khotkeys
  Assignee: k...@michael-jansen.biz
  Reporter: bluedogerino+...@gmail.com
  Target Milestone: ---

Created attachment 118639
  --> https://bugs.kde.org/attachment.cgi?id=118639=edit
example of the bug

SUMMARY


STEPS TO REPRODUCE
1. go to settings manager > shortcuts > custom shortcuts 
2. select screenshots, then choose any of the shortcuts like "start screenshot
tool"
3. change trigger
4. try alt and printscreen combo

OBSERVED RESULT
it just shows input combination

EXPECTED RESULT
for it to register the key combo

SOFTWARE/OS VERSIONS
Operating System: KDE neon 5.15
KDE Plasma Version: 5.15.2
KDE Frameworks Version: 5.55.0
Qt Version: 5.12.0
Kernel Version: 4.15.0-46-generic
OS Type: 64-bit
Processors: 8 × Intel® Core™ i7-2600 CPU @ 3.40GHz
Memory: 11,7 GiB of RAM

ADDITIONAL INFORMATION

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

[frameworks-kio] [Bug 164594] Search feature in the save/open file dialog

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=164594

Nate Graham  changed:

   What|Removed |Added

Summary|save/open file dialog:  |Search feature in the
   |provide "find file" feature |save/open file dialog
   Priority|NOR |HI

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

[frameworks-kio] [Bug 405095] File upload needs a search option

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405095

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #2 from Nate Graham  ---


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

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

[frameworks-kio] [Bug 164594] save/open file dialog: provide "find file" feature

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=164594

Nate Graham  changed:

   What|Removed |Added

 CC||nathan.figue...@gmail.com

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

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

[Discover] [Bug 405013] Update Icon

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405013

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #3 from Nate Graham  ---


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

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

[Discover] [Bug 385754] [Flatpak] The number of updates available shown by Discover and its tray icon don't match

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=385754

Nate Graham  changed:

   What|Removed |Added

 CC||hrqel...@gmail.com

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

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

[Discover] [Bug 405184] Discover constantly crashes after user logout and login

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405184

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---


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

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

[Discover] [Bug 375913] KDE Discover crashes on launch in QSGRenderLoop::handleContextCreationFailure()

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=375913

Nate Graham  changed:

   What|Removed |Added

 CC||eug...@movenko.com

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

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

[frameworks-baloo] [Bug 405183] baloo crashed after I save an ODB file to /home/documents

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405183

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---
Can you attach the file in question to Bug 367480? Thanks!

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

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

[frameworks-baloo] [Bug 367480] Crash inside Baloo::PostingCodec::decode

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=367480

Nate Graham  changed:

   What|Removed |Added

 CC||staka...@eclipso.eu

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

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

[frameworks-baloo] [Bug 404729] Baloo indexer crashes and produces a "black hole" that appears to be connected with the crash

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=404729

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---


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

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

[frameworks-baloo] [Bug 367480] Crash inside Baloo::PostingCodec::decode

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=367480

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

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

[systemsettings] [Bug 405145] The fonts of the labels of some buttons are badly rendered when fractional display scaling is used

2019-03-07 Thread Filip Fila
https://bugs.kde.org/show_bug.cgi?id=405145

Filip Fila  changed:

   What|Removed |Added

 CC||tyx...@gmail.com

--- Comment #6 from Filip Fila  ---
Cannot reproduce with the same software versions on my main system or with
master. What's your screen resolution?

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

[frameworks-ktexteditor] [Bug 405197] KTextEditor : c004f3f787b2b6fd8a1c82a66410f5cb39febf18 breaks patch/.diff file folding

2019-03-07 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=405197

--- Comment #2 from RJVB  ---
Created attachment 118638
  --> https://bugs.kde.org/attachment.cgi?id=118638=edit
correctly folded file

After reverting the incriminated commit.

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

[frameworks-ktexteditor] [Bug 405197] KTextEditor : c004f3f787b2b6fd8a1c82a66410f5cb39febf18 breaks patch/.diff file folding

2019-03-07 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=405197

--- Comment #1 from RJVB  ---
Created attachment 118637
  --> https://bugs.kde.org/attachment.cgi?id=118637=edit
misfolded file

Result after View/Code Folding/Fold Toplevel Nodes.

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

[frameworks-ktexteditor] [Bug 405197] New: KTextEditor : c004f3f787b2b6fd8a1c82a66410f5cb39febf18 breaks patch/.diff file folding

2019-03-07 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=405197

Bug ID: 405197
   Summary: KTextEditor : c004f3f787b2b6fd8a1c82a66410f5cb39febf18
breaks patch/.diff file folding
   Product: frameworks-ktexteditor
   Version: unspecified
  Platform: Compiled Sources
OS: All
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: rjvber...@gmail.com
  Target Milestone: ---

Created attachment 118636
  --> https://bugs.kde.org/attachment.cgi?id=118636=edit
unfolded example diff

SUMMARY
I noticed that KTE folding toplevel nodes in git-style patchfiles is broken in
master/head, and traced that to #c004f3f787b2b6fd8a1c82a66410f5cb39febf18 .

STEPS TO REPRODUCE
1. install any KTE version after #c004f3f787b2b6fd8a1c82a66410f5cb39febf18
2. open a patchfile created by `git diff` in Kate or KDevelop
3. folder the toplevel nodes

OBSERVED RESULT
See screenshot 2


EXPECTED RESULT
See screenshot 3

ADDITIONAL INFORMATION
Similar garbling would occur from time to time when applying changes
(externally?) to files while folded.

Reverting the commit restores the expected behaviour.

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

[systemsettings] [Bug 405165] Sistem Setting Crash with driver propierty NVIDIA

2019-03-07 Thread erik
https://bugs.kde.org/show_bug.cgi?id=405165

erik  changed:

   What|Removed |Added

 CC||costamagna.e...@gmail.com

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

[neon] [Bug 405196] KDE Neon Unstable 5.15.80: Error loading plugin "kcm_kwindecoration" "The shared library was not found."

2019-03-07 Thread Jonathan Riddell
https://bugs.kde.org/show_bug.cgi?id=405196

Jonathan Riddell  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[neon] [Bug 405196] New: KDE Neon Unstable 5.15.80: Error loading plugin "kcm_kwindecoration" "The shared library was not found."

2019-03-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=405196

Bug ID: 405196
   Summary: KDE Neon Unstable 5.15.80: Error loading plugin
"kcm_kwindecoration" "The shared library was not
found."
   Product: neon
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Packages Dev Edition [unstable]
  Assignee: neon-b...@kde.org
  Reporter: guimarcalsi...@gmail.com
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org
  Target Milestone: ---

SUMMARY

"The shared library not found" message in window decoration module in system
settings.

STEPS TO REPRODUCE
1. Open System Settings
2. Go to Application style - window decoration

OBSERVED RESULT

Cannot access Window Decorations module: "The shared library not found"

Output from terminal:

kcmshell5 kwindecoration

org.kde.kcoreaddons: Error loading plugin "kcm_kwindecoration" "The shared
library was not found." 
Plugin search paths are ("/usr/lib/x86_64-linux-gnu/qt5/plugins", "/usr/bin") 
The environment variable QT_PLUGIN_PATH might be not correctly set
Error loading plugin: "The shared library was not found."


SOFTWARE/OS VERSIONS
Operating System: KDE neon Developer Edition
KDE Plasma Version: 5.15.80
KDE Frameworks Version: 5.56.0
Qt Version: 5.12.0
Kernel Version: 4.18.0-16-generic
OS Type: 64-bit

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

[plasmashell] [Bug 393048] Log out dialogue - bad visibility of selected option

2019-03-07 Thread Filip Fila
https://bugs.kde.org/show_bug.cgi?id=393048

Filip Fila  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/pla
   ||sma-workspace/99dd92635f27e
   ||6a64efe2ac6d803dcf8a3608752
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Filip Fila  ---
Git commit 99dd92635f27e6a64efe2ac6d803dcf8a3608752 by Filip Fila.
Committed on 07/03/2019 at 22:56.
Pushed by filipf into branch 'master'.

[Lock, Login, and Logout screen] Adjust visual feedback of action buttons

Summary:
Unlike in the logout screen, our action buttons in the SDDM theme currently
offer no visual feedback when interacted with. This patch adds a minimal yet
effective amount of opacity shifting, as well as a transparent circle behind
the button. The same circle is added to logout screen, where it remains always
visible to better indicate the chosen option.

Test Plan:
Logout:
{F6664346}

Lock:
{F6664347}

Login:
{F6664348}

Reviewers: rooty, ngraham, #vdg, #plasma

Reviewed By: rooty, ngraham, #vdg

Subscribers: davidedmundson, plasma-devel

Tags: #plasma

Maniphest Tasks: T10325

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

M  +26   -0lookandfeel/contents/components/ActionButton.qml
M  +2-0lookandfeel/contents/logout/LogoutButton.qml

https://commits.kde.org/plasma-workspace/99dd92635f27e6a64efe2ac6d803dcf8a3608752

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

[kwin] [Bug 395421] Resizing of windows is bugged in various ways

2019-03-07 Thread Filip Fila
https://bugs.kde.org/show_bug.cgi?id=395421

--- Comment #14 from Filip Fila  ---
After asking around, it would appear that all 3 types of glitches are just due
to innate X and QML qualities. 

However the 4th type (most grave one) mentioned later in the report is a
regression and definitely shouldn't be happening.

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

[lokalize] [Bug 232083] Implement more nplurals/plural settings in catalog/gettextheader.cpp

2019-03-07 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=232083

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com

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

[kmail2] [Bug 398491] kmail,spamassassin,spam asssistant, bad condition to put spam in spambox

2019-03-07 Thread Philippe ROUBACH
https://bugs.kde.org/show_bug.cgi?id=398491

--- Comment #10 from Philippe ROUBACH  ---
i found !

with assistant
if  you select "spam daemon" then you get "contains"
if you select "spam perl" then you get "matches regular exp"

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

[LabPlot2] [Bug 405180] Latex doesn't work

2019-03-07 Thread Alexander Semke
https://bugs.kde.org/show_bug.cgi?id=405180

--- Comment #1 from Alexander Semke  ---
I had the same problem on openSUSE. The root cause was the restrictive
ImageMagic's policy.xml (s.a.
https://stackoverflow.com/questions/42928765/convertnot-authorized--error-constitute-c-readimage-453).
Can you please check whether adding WRITE privilege for ps and eps files solves
the problem for you?

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

[Breeze] [Bug 405195] New: window-unpin

2019-03-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405195

Bug ID: 405195
   Summary: window-unpin
   Product: Breeze
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: Icons
  Assignee: visual-des...@kde.org
  Reporter: n...@kde.org
CC: kain...@gmail.com
  Target Milestone: ---

Basically just like window-pin, but the opposite. Maybe a pin with a line
through it?

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

[systemsettings] [Bug 398610] Mouse settings have lost lot of settings

2019-03-07 Thread naroyce
https://bugs.kde.org/show_bug.cgi?id=398610

naroyce  changed:

   What|Removed |Added

 CC||nroycea+...@gmail.com

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

[digikam] [Bug 399923] Segmentation fault during face detection

2019-03-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=399923

--- Comment #140 from timo...@zoho.com ---
Okay, did that. Interestingly, the crash happened at the exact moment when I
connected a second monitor and set it up with `xrandr`.

> Digikam::DImg::load: "/home/timo/Pictures/pictures/Whatsapp/Media/WhatsApp 
> Images/IMG-20170906-WA0005.jpg"  : JPEG file identified
> Digikam::DImg::load: "/home/timo/Pictures/pictures/Whatsapp/Media/WhatsApp 
> Images/IMG-20170906-WA0006.jpeg"  : JPEG file identified
> Digikam::OpenCVFaceDetector::cascadeResult: detectMultiScale: image size ( 
> 450 , 800 ) searchIncrement 1.1 grouping 3 flags 1 min size ( 26 , 26 )
> Digikam::ActionThreadBase::slotJobFinished: One job is done
> Digikam::FacePipeline::Private::checkFinished: Check for finish:  51 
> packages, 0 infos to filter, hasFinished() false
> Digikam::FacePipeline::Private::checkFinished: Check for finish:  51 
> packages, 0 infos to filter, hasFinished() false
> Digikam::DImg::load: "/home/timo/Pictures/pictures/Whatsapp/Media/WhatsApp 
> Images/IMG-20170906-WA0008.jpeg"  : JPEG file identified
> Digikam::ActionThreadBase::cancel: Cancel Main Thread
> [Thread 0x7fff557fa700 (LWP 14683) exited]
> 
> Thread 435 "Thread (pooled)" received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 0x7fff577fe700 (LWP 13067)]
> 0x in ?? ()
> (gdb) bt
> #0  0x in ?? ()
> #1  0x769f796d in Digikam::LoadingTask::progressInfo (this=0x4d8f290, 
> img=, progress=0.15006)
> at 
> /b/dktemp/digikam-master/core/libs/threadimageio/fileio/loadsavetask.cpp:65
> #2  0x767ac7fd in Digikam::JPEGLoader::load 
> (this=this@entry=0x7fff577fd940, filePath=..., 
> observer=observer@entry=0x4d8f2a0)
> at /b/dktemp/digikam-master/core/libs/dimg/loaders/jpegloader.cpp:470
> #3  0x7690a609 in Digikam::DImg::load (this=this@entry=0x4d8f488, 
> filePath=..., loadFlagsInt=loadFlagsInt@entry=63, 
> observer=observer@entry=0x4d8f2a0, 
> rawDecodingSettings=...) at 
> /b/dktemp/digikam-master/core/libs/dimg/dimg.cpp:429
> #4  0x7690ab80 in Digikam::DImg::load (this=this@entry=0x4d8f488, 
> filePath=..., observer=observer@entry=0x4d8f2a0, rawDecodingSettings=...)
> at /b/dktemp/digikam-master/core/libs/dimg/dimg.cpp:373
> #5  0x769d4405 in Digikam::PreviewLoadingTask::execute 
> (this=0x4d8f290) at 
> /b/dktemp/digikam-master/core/libs/threadimageio/preview/previewtask.cpp:292
> #6  0x769eb6e5 in Digikam::LoadSaveThread::run (this=0x7000e3a0) 
> at 
> /b/dktemp/digikam-master/core/libs/threadimageio/fileio/loadsavethread.cpp:133
> #7  0x76a1148e in Digikam::DynamicThread::Private::run 
> (this=0x2f52930) at 
> /b/dktemp/digikam-master/core/libs/threads/dynamicthread.cpp:183
> #8  0x003aa4eaf7ef in ?? () from 
> /home/timo/.cache/appimage-run/f4633b6497585e35b63894a60bde62dc842e791757a89beb70b9479b22a47952/squashfs-root/usr/lib/libQt5Core.so.5
> #9  0x003aa4eb8f14 in ?? () from 
> /home/timo/.cache/appimage-run/f4633b6497585e35b63894a60bde62dc842e791757a89beb70b9479b22a47952/squashfs-root/usr/lib/libQt5Core.so.5
> #10 0x76456ef7 in start_thread () from /usr/lib/libpthread.so.0
> #11 0x7585122f in clone () from /usr/lib/libc.so.6
> (gdb)

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

[systemsettings] [Bug 404065] Keyboard-only navigation impossible

2019-03-07 Thread naroyce
https://bugs.kde.org/show_bug.cgi?id=404065

naroyce  changed:

   What|Removed |Added

 CC||nroycea+...@gmail.com

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

[digikam] [Bug 404939] AppImage package: integration with the OS

2019-03-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=404939

--- Comment #8 from philippe.quag...@laposte.net ---
Thanks for the help and the link to appimagelauncher. I installed it. It works
flawlessly with Digikam 6.0.0: icon on the launcher and integration in the list
of softwares. Great !
 However, it does not work with Digikam 6.1 beta. Digikam is not launched, and
therefore, no icon is displayed. I do not know how to get a trace of it (don't
know how to run it from a terminal...)

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

[gwenview] [Bug 277996] Make it possible to adjust JPEG quality/compression settings when saving

2019-03-07 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=277996

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

  1   2   3   >