[valgrind] [Bug 397605] New: ioctl FICLONE mishandled

2018-08-19 Thread Kenton Varda
https://bugs.kde.org/show_bug.cgi?id=397605

Bug ID: 397605
   Summary: ioctl FICLONE mishandled
   Product: valgrind
   Version: 3.13.0
  Platform: Debian unstable
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jsew...@acm.org
  Reporter: ken...@cloudflare.com
  Target Milestone: ---

The parameter to ioctl FICLONE is a file descriptor, as documented here:

http://man7.org/linux/man-pages/man2/ioctl_ficlonerange.2.html

However, valgrind seems to believe that it should be a pointer, and complains
that the pointer is not valid, saying: "Syscall param ioctl(generic) points to
unaddressable byte(s)"

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

[krita] [Bug 397423] Add build option to change default ICC profiles path

2018-08-19 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=397423

Boudewijn Rempt  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |DOWNSTREAM
 Status|NEEDSINFO   |RESOLVED

--- Comment #5 from Boudewijn Rempt  ---
"I do not understand why there are github and bugs.kde.org"

The repository on github is a mirror. It exists because other people thought it
would be a good idea for there to be a mirror on github of all KDE projects. I
don't know why, it only causes confusion.

I do think it's a flatpak problem if system resources cannot be loaded; flatpak
ought to be able to read from usr/share. Though, if colord is running, Krita
will get your system profiles automatically (unless flatpak also makes it
impossible to communicate with dbus to system demons -- I don't know about
that.)

In any case, this clearly isn't a bug in Krita. If the XDG variables are set
correctly, Krita will find its own default profiles, and there's much more that
we can code.

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

[krita] [Bug 397601] Cannot save pictures

2018-08-19 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=397601

Boudewijn Rempt  changed:

   What|Removed |Added

   Keywords|accessibility   |
 Status|UNCONFIRMED |NEEDSINFO
 CC||b...@valdyas.org
 Resolution|--- |WAITINGFORINFO
  Component|Usability   |File formats

--- Comment #1 from Boudewijn Rempt  ---
You have to give us some more information before we can help you. It is very
unlikely to be a bug in krita, of course, and very likely to be a problem with
your Windows setup.

* which version of Krita are you using, exactly?
* which file format are you saving as?
* do you have any security software installed other than Windows defender?
* Can you check whether
https://forum.kde.org/viewtopic.php?f=139&t=150612&p=402650#p402650 is the
case?
* can you make a screenshot of Krita's file dialog after saving and Windows
Explorer of that same folder?

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

[kio-extras] [Bug 326801] kio-mtp does not open Samsung Wave II (Bada 2.0) phone storage

2018-08-19 Thread DavidL
https://bugs.kde.org/show_bug.cgi?id=326801

DavidL  changed:

   What|Removed |Added

 CC||davidmf@outlook.com

--- Comment #8 from DavidL  ---
Created attachment 114487
  --> https://bugs.kde.org/attachment.cgi?id=114487&action=edit
mtp.so and error message

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

[kio-extras] [Bug 326801] kio-mtp does not open Samsung Wave II (Bada 2.0) phone storage

2018-08-19 Thread DavidL
https://bugs.kde.org/show_bug.cgi?id=326801

--- Comment #9 from DavidL  ---
I also share the same issue.

In the previous comment, I have also produced the same issue on Kubuntu 18.04
LTS. The error message came up when I click onto "Open with File Manager" on
the system tray.

Since I am on a Sony Xperia XZ1 Compact, I have also tried moving to
libmtp-1.1.15. (Kubuntu only provides 1.1.13). However, it did not improve the
situation except for being able to recognize the device as "Sony Xperia XZ1
Compact"

Some more information when using 1.1.15:
mflai@kubuntu:~$ mtp-detect 
libmtp version: 1.1.15

Listing raw device(s)
Device 0 (VID=0fce and PID=01f4) is a SONY XPeria XZ1 Compact.
   Found 1 device(s):
   SONY: XPeria XZ1 Compact (0fce:01f4) @ bus 1, dev 16
Attempting to connect device(s)
Android device detected, assigning default bug flags
USB low-level info:
   bcdUSB: 512
   bDeviceClass: 0
   bDeviceSubClass: 0
   bDeviceProtocol: 0
   idVendor: 0fce
   idProduct: 01f4
   IN endpoint maxpacket: 512 bytes
   OUT endpoint maxpacket: 512 bytes
   Raw device info:
  Bus location: 1
  Device number: 16
  Device entry info:
 Vendor: SONY
 Vendor id: 0x0fce
 Product: XPeria XZ1 Compact
 Vendor id: 0x01f4
 Device flags: 0x18008106
Configuration 0, interface 0, altsetting 0:
   Interface description contains the string "MTP"
   Device recognized as MTP, no further probing.
Device info:
   Manufacturer: Sony
   Model: G8441
   Device version: 1.0
   Serial number: BH905M6H9E
   Vendor extension ID: 0x0006
   Vendor extension description: microsoft.com: 1.0; android.com:
1.0;sonyericsson.com/SE: 1.0;
   Detected object size: 64 bits
   Extensions:
microsoft.com: 1.0
android.com: 1.0
sonyericsson.com/SE: 1.0
...

mflai@kubuntu:~$ mtp-filetree 
Device 0 (VID=0fce and PID=01f4) is a SONY XPeria XZ1 Compact.
Attempting to connect device(s)
Android device detected, assigning default bug flags
Device: Xperia XZ1 Compact
Storage: Internal shared storage
1 Music
2 Podcasts
3 Ringtones
4 Alarms
5 Notifications
6 Pictures
  5945 Screenshots
5946 Screenshot_20171123-215034.png
6071 Screenshot_20171129-125924.png
...

mflai@kubuntu:~$ uname -a
Linux kubuntu 4.15.0-32-generic #35-Ubuntu SMP Fri Aug 10 17:58:07 UTC 2018
x86_64 x86_64 x86_64 GNU/Linux

Thank you for looking into this. Please let me know if you will want more tests
on my system.

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

[krita] [Bug 388961] JJ: Fit canvas to the layers size

2018-08-19 Thread Isaac Zuniga
https://bugs.kde.org/show_bug.cgi?id=388961

Isaac Zuniga  changed:

   What|Removed |Added

 CC||isaaczun...@outlook.com

--- Comment #2 from Isaac Zuniga  ---
(In reply to rkfg from comment #0)
> This is a great feature I miss from GIMP where it's called "Fit Canvas to
> Layers". It must be very easy to implement and it's good when creating
> collages or strips from multiple images. This function should set the canvas
> size so that all layers fit into it without margins. The algorithm is
> simple, iterate over the layers and find the "most left", "most top" etc.
> coordinate among them, then set it as the respective canvas coordinate. The
> excessive border would be cropped and any offscreen parts would be revealed.
> For now after putting the images next to each other I have to resize the
> canvas to some "big enough" size so that they all fit and then crop it down
> manually which is time consuming and boring.

rkfg, I found a feature in Krita that may be what you are looking for. Select
the layer(s) that you want to have the cropping performed around, and go to:

Image --> Trim to current layer.

You can also perform the same command for your current selection.
Alternatively, it seems you can also apply the command to the entire image,
which will remove any wasted empty space.

Are any of these what you are looking for?

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

[krita] [Bug 397606] New: Layer merging behaviour

2018-08-19 Thread Jo
https://bugs.kde.org/show_bug.cgi?id=397606

Bug ID: 397606
   Summary: Layer merging behaviour
   Product: krita
   Version: 4.1.1
  Platform: Other
OS: OS X
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: Layer Stack
  Assignee: krita-bugs-n...@kde.org
  Reporter: jo.y.v...@gmail.com
  Target Milestone: ---

Currently we have 2 options to merge layers: flatten our layers or merging with
the below one. I'd like to merge selected layers. 

Example
1) When we flatten our layers it doesn't matter what layer we have selected. 
2) If we merge with the layer below we need just to select the right one to
merge with the below one. 
3) Now, if we select several layers I expect from Krita to perform a selected
merge, always using: merge with below one. It's a wish-bug

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

[kate] [Bug 390170] QSaveFile: kate reset rating of saved files

2018-08-19 Thread Duns
https://bugs.kde.org/show_bug.cgi?id=390170

--- Comment #5 from Duns  ---
I honestly did not understand how the problem is solved. It still gives me the
same behavior...

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

[krita] [Bug 397607] New: Tool items docked as bar

2018-08-19 Thread Jo
https://bugs.kde.org/show_bug.cgi?id=397607

Bug ID: 397607
   Summary: Tool items docked as bar
   Product: krita
   Version: 4.1.1
  Platform: Other
OS: OS X
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: Usability
  Assignee: krita-bugs-n...@kde.org
  Reporter: jo.y.v...@gmail.com
  Target Milestone: ---

Created attachment 114488
  --> https://bugs.kde.org/attachment.cgi?id=114488&action=edit
Example how tools should be dockable to the dock

Having the tools in the toolbar looks clear but if like to be able to arrange
my toolbar items docked aside the docker. Please see screenshot. Of course, the
my tools aren't docked but floating right now.

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

[Skanlite] [Bug 370972] Scanned image is bad

2018-08-19 Thread Kåre Särs
https://bugs.kde.org/show_bug.cgi?id=370972

Kåre Särs  changed:

   What|Removed |Added

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

--- Comment #42 from Kåre Särs  ---
Sorry for not answering earlier!

The issue seems to be that the backend has a broken gammatable property, and
that when Skanlite tries to restore the previous settings, it writes a gamma
table that does not work with the backend...

With epson scanners, the gammatable is 256 8-bit entries, but this one seems to
be 64 16-bit entries and that seems wrong...

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

[kate] [Bug 390170] QSaveFile: kate reset rating of saved files

2018-08-19 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=390170

--- Comment #6 from Christoph Cullmann  ---
Kate master no longer unlinks the file but only directly writes to it. That
avoids the loss of the meta data.

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

[krita] [Bug 397608] New: Brush engine and brush preset icon exchangeable

2018-08-19 Thread Jo
https://bugs.kde.org/show_bug.cgi?id=397608

Bug ID: 397608
   Summary: Brush engine and brush preset icon exchangeable
   Product: krita
   Version: 4.1.1
  Platform: Other
OS: OS X
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: Usability
  Assignee: krita-bugs-n...@kde.org
  Reporter: jo.y.v...@gmail.com
  Target Milestone: ---

When I paint I need to change sometimes brush presets. 
The icon for brush presets is less attractive or visible to hit, than the icon
which shows the brush engine. 
Intuitively I hit very often by mistake the brush engine. It's possible to
exchange both icons or to make the brush preset icon more important for a
quicker, more intuitive use?

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

[Akonadi] [Bug 397609] New: Akonadi server dies using fsck to remove orphan resources

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397609

Bug ID: 397609
   Summary: Akonadi server dies using fsck to remove orphan
resources
   Product: Akonadi
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: server
  Assignee: kdepim-b...@kde.org
  Reporter: k...@jason-wong.org
  Target Milestone: ---

System:
Opensuse 15.0
+ KDE:Applications (KDE_Frameworks5_openSUSE_Leap_15.0)
+ KDE Frameworks 5 development repository (openSUSE_Leap_15.0)
+ The Qt5 development repository (openSUSE_Leap_15.0)

Background: I wanted to add a new IMAP account, got hit with the new fangled
"wizard", after I entered the server address, nothing seemed to happen, I
clicked on the [DETAILS] button and had an empty dialog - the wizard was
probably doing something but maybe my internet connection was slow - so I
closed the dialogs and tried again, and maybe again a couple more times.

Then I realised I should have used the "custom resource" option to manually
configure it instead. So finally I got my new IMAP account setup in KMail.
However the folders column on the left showed the failed accounts that was
setup by the "wizard" having names "IMAP Account 9 (offline)", ..., "IMAP
Account 12 (offline)".

There doesn't seem to be any way of deleting these accounts from within KMail
(they don't show up in "Settings > Configure KMail > Accounts > Receiving")

So I used "akonadictl fsck" to try and clean them out:

===
Looking for resources in the DB not matching a configured resource...
Found 4 orphan resources:
akonadi_imap_resource_8,akonadi_imap_resource_9,akonadi_imap_resource_10,akonadi_imap_resource_11
Removing resource akonadi_imap_resource_8
===

At this point a dialog pops up to say "Akonadi Server has Closed Unexpectedly"
and akonadictl itself hangs and I need to CTRL-C to terminate it.

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

[krita] [Bug 397608] Brush engine and brush preset icon exchangeable

2018-08-19 Thread Jo
https://bugs.kde.org/show_bug.cgi?id=397608

--- Comment #1 from Jo  ---
Created attachment 114489
  --> https://bugs.kde.org/attachment.cgi?id=114489&action=edit
Exchangeable icons

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

[digikam] [Bug 397610] New: digikam ignores greyscale PSD

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397610

Bug ID: 397610
   Summary: digikam ignores greyscale PSD
   Product: digikam
   Version: 5.9.0
  Platform: Other
OS: OS X
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Import-Gphoto2
  Assignee: digikam-bugs-n...@kde.org
  Reporter: ara...@freenet.de
  Target Milestone: ---

Created attachment 114490
  --> https://bugs.kde.org/attachment.cgi?id=114490&action=edit
sample greyscale PSD written by GIMP 2.10.4

1. open a picture in GIMP, Photoshop or any picture editor
2. change its color mode to greyscale
3. save it as a PSD in your image directory
4. start digikam
5. digikam does not show the picture and even sometimes hangs

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

[skrooge] [Bug 397611] New: [ERR-5]: Format de date non pris en charge importation boobank

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397611

Bug ID: 397611
   Summary: [ERR-5]: Format de date non pris en charge importation
boobank
   Product: skrooge
   Version: unspecified
  Platform: Mint (Ubuntu based)
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: guillaume.deb...@gmail.com
  Reporter: chos...@laposte.net
CC: steph...@mankowski.fr
  Target Milestone: ---

Bonjour,

depuis la mise à jour du backend bp, j'ai une [ERR-5]: Format de date non pris
en charge lors de l'importation avec moteur externe boobank.
Skrooge 2.15.0 boobank 1.3

une piste,
ce que m'affiche boobank:
boobank> history @bp
 Date Category Label   
  Amount 
++---+---
 2018-08-13   PRELEVEMENT  PRELEVEMENT DE  REF : 10/10
-22.00
 2018-08-02   VIREMENT VIREMENT DE M xx PRELEVEMENTS REFERENCE 
60.00


et le résultat de la commande 
boobank -q -f csv history "xx@bp" -s rdate,type,raw,label,amount

rdate;type;raw;label;amount
Not available;2;PRELEVEMENT DE x REF : 10/10  10/10 GRE IDENT :
FRxxx;PRELEVEMENT DE x REF : 10/10 E 10/10 GRE IDENT :
FRxxx;-22.00
Not available;1;VIREMENT DE M xx PRELEVEMENTS REFERENCE :
y;VIREMENT DE M xxx PRELEVEMENTS REFERENCE : y;60.00

Apparemment il y a un problème dans cette commande !
Cela ressemble à
https://forum.kde.org/viewtopic.php?f=210&t=124400hilit=%5BERR+5%5D%3A+format+date

Que puis-je faire ?

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

[krita] [Bug 397612] New: Filter Mask (Color Adjustment) settings lost when converting image color space.

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397612

Bug ID: 397612
   Summary: Filter Mask (Color Adjustment) settings lost when
converting image color space.
   Product: krita
   Version: 4.1.1
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Filter Layers
  Assignee: krita-bugs-n...@kde.org
  Reporter: yn...@hotmail.com
  Target Milestone: ---

Krita 4.1.1, Windows 7 Professional SP1.

When converting an image with a Color Adjustment filter mask from RGB to Grey,
the settings are lost. I have not tested other conversions.

How to reproduce:
- create an RGB image
- add a Filter Mask (Color Adjustment) with non-default settings
- convert image color space to grey
- reopen the Filter Mask (Color Adjustment) properties. They are the default
settings

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

[digikam] [Bug 397610] digikam ignores greyscale PSD

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397610

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

   What|Removed |Added

  Component|Import-Gphoto2  |Thumbs-Engine
 CC||caulier.gil...@gmail.com

--- Comment #1 from caulier.gil...@gmail.com ---
Forcing to refresh the thumbnails with F5 do not show the right image color
depth ?

Gilles Caulier

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

[gwenview] [Bug 397613] New: crash after changed home directory

2018-08-19 Thread C . Weber
https://bugs.kde.org/show_bug.cgi?id=397613

Bug ID: 397613
   Summary: crash after changed home directory
   Product: gwenview
   Version: 16.12.0
  Platform: Mint (Ubuntu based)
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: gwenview-bugs-n...@kde.org
  Reporter: c...@gmx.de
  Target Milestone: ---

After changing home directory to different partition gwenview started crashing
whlie opening picture. It stable when opened without picture and just with
thumbnails. Reinstall - also after using apt-get purge and aptitude without
success lines at Terminal while crash: 
cww01@cwwnote01 ~ $ man gwenview
Kein Handbucheintrag für gwenview vorhanden
Siehe auch »man 7 undocumented« für Hilfe, wenn Handbuchseiten nicht verfügbar
sind.
cww01@cwwnote01 ~ $ gwenview
Removing "/tmp/org.kde.gwenview-aSXyWj/" from recent folders. It does not exist
anymore
mCurrentMainPageId == 'StartMainPageId'
cww01@cwwnote01 ~ $ gwenview
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = gwenview path = /usr/bin pid = 6484
KCrash: Arguments: /usr/bin/gwenview 
KCrash: Attempting to start /usr/lib/x86_64-linux-gnu/libexec/drkonqi from
kdeinit
sock_file=/run/user/1000/kdeinit5__0

[1]+  Angehalten  gwenview
cww01@cwwnote01 ~ $ gwenview
QSocketNotifier: Invalid socket 8 and type 'Read', disabling...
QSocketNotifier: Invalid socket 12 and type 'Read', disabling...
QSocketNotifier: Invalid socket 10 and type 'Read', disabling...
kipi.library: UI file :
"/usr/share/kxmlgui5/kipi/kipiplugin_kxmlhelloworldui.rc"
kipi.library: Loaded plugin  "KXMLHelloWorld"
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = gwenview path = /usr/bin pid = 6584
KCrash: Arguments: /usr/bin/gwenview 
KCrash: Attempting to start /usr/lib/x86_64-linux-gnu/libexec/drkonqi from
kdeinit
sock_file=/run/user/1000/kdeinit5__0
[1]   Exit 253gwenview

[2]+  Angehalten  gwenview
cww01@cwwnote01 ~ $ QSocketNotifier: Invalid socket 8 and type 'Read',
disabling...
QSocketNotifier: Invalid socket 12 and type 'Read', disabling...
QSocketNotifier: Invalid socket 10 and type 'Read', disabling...
^C
cww01@cwwnote01 ~ $ ^C
cww01@cwwnote01 ~ $ gwenview
Thumbnail for
"file:///media/cww01/UD-Bilder/39UD2018/39UD2018Auswahl02/So&Mo-Helfer/IMG_4413.JPG"
does not contain correct image size information
Could not get a valid KFileMetaInfo instance for
"file:///media/cww01/UD-Bilder/39UD2018/39UD2018Auswahl02/So&Mo-Helfer/IMG_4413.JPG"

...
Thumbnail for
"file:///media/cww01/UD-Bilder/39UD2018/39UD2018Auswahl02/So&Mo-Helfer/IMG_4437.JPG"
does not contain correct image size information
Could not get a valid KFileMetaInfo instance for
"file:///media/cww01/UD-Bilder/39UD2018/39UD2018Auswahl02/So&Mo-Helfer/IMG_4437.JPG"
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = gwenview path = /usr/bin pid = 6684
KCrash: Arguments: /usr/bin/gwenview 
KCrash: Attempting to start /usr/lib/x86_64-linux-gnu/libexec/drkonqi from
kdeinit
sock_file=/run/user/1000/kdeinit5__0

[3]+  Angehalten  gwenview
cww01@cwwnote01 ~ $ QSocketNotifier: Invalid socket 8 and type 'Read',
disabling...
QSocketNotifier: Invalid socket 12 and type 'Read', disabling...
QSocketNotifier: Invalid socket 10 and type 'Read', disabling...
^C

[3]+  Angehalten  gwenview
cww01@cwwnote01 ~ $ ^C



Application: Gwenview (gwenview), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7ff5d52629c0 (LWP 6684))]

Thread 4 (Thread 0x7ff5bfb25700 (LWP 6687)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7ff5c8afe70b in ?? () from /usr/lib/x86_64-linux-gnu/dri/r300_dri.so
#2  0x7ff5c8afe427 in ?? () from /usr/lib/x86_64-linux-gnu/dri/r300_dri.so
#3  0x7ff5df2fe6ba in start_thread (arg=0x7ff5bfb25700) at
pthread_create.c:333
#4  0x7ff5e40c241d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 3 (Thread 0x7ff5d15d5700 (LWP 6686)):
#0  0x7ff5e40b227d in read () at ../sysdeps/unix/syscall-template.S:84
#1  0x7ff5dee206f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7ff5deddce74 in g_main_context_check () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7ff5deddd330 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7ff5deddd49c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x7ff5e49de37b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7ff5e4986ffa in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7ff5e47af9e4 in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7ff5e913b515 in ?? () from 

[digikam] [Bug 397610] digikam ignores greyscale PSD

2018-08-19 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=397610

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #2 from Maik Qualmann  ---
Gimp-2.10 is not yet supported by the QImage plug-ins of KF5, which we use to
load Gimp files. DigiKam does not have a built-in PSD file loader.

Maik

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

[Falkon] [Bug 397614] New: Cannot set blank home page

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397614

Bug ID: 397614
   Summary: Cannot set blank home page
   Product: Falkon
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: now...@gmail.com
  Reporter: bernard.more...@gmail.com
  Target Milestone: ---

All attempts to set a blank home startup page (about:blank) fail, with the last
URI accessed being shown instead.

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

[frameworks-kimageformats] [Bug 397610] Problem to render greyscale PSD thumbnails

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397610

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

   What|Removed |Added

  Component|Thumbs-Engine   |general
Summary|digikam ignores greyscale   |Problem to render greyscale
   |PSD |PSD thumbnails
Product|digikam |frameworks-kimageformats
Version|5.9.0   |unspecified
   Assignee|digikam-bugs-n...@kde.org   |alex.me...@kde.org
 CC||kdelibs-b...@kde.org

--- Comment #3 from caulier.gil...@gmail.com ---
MAik,

KF5::KIMageFormats has a PSD loader. So it can be buguous. Look in source code:

https://cgit.kde.org/kimageformats.git/tree/src/imageformats

KF5::KIMageFormats XCF loader is not updated since a while. there are already
some files in bugzilla here :

https://bugs.kde.org/show_bug.cgi?id=380382
https://bugs.kde.org/show_bug.cgi?id=362484
https://bugs.kde.org/show_bug.cgi?id=360821
https://bugs.kde.org/show_bug.cgi?id=215009

I move this file to KF5::KIMageFormats about to improve PSD support

Gilles Caulier

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

[frameworks-kimageformats] [Bug 126072] Cannot open compressed GIMP files (.xcf.gz|.bz2)

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=126072

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

   What|Removed |Added

Summary|Showfoto cannot open|Cannot open compressed GIMP
   |compressed GIMP files   |files (.xcf.gz|.bz2)
   |(.xcf.gz|.bz2)  |

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

[digikam] [Bug 379807] ShowFoto crashes when clicking Color Effects from menu

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=379807

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

   What|Removed |Added

  Component|general |showfoto
 Resolution|INVALID |FIXED
Product|kde |digikam
   Version Fixed In||6.0.0
   Assignee|unassigned-b...@kde.org |digikam-bugs-n...@kde.org
 CC||caulier.gil...@gmail.com

--- Comment #2 from caulier.gil...@gmail.com ---
Not reproducible with 6.0.0

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

[digikam] [Bug 257301] showfoto reaches an assert when saving file with "~/" in the path

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=257301

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

   What|Removed |Added

 Resolution|DUPLICATE   |FIXED
  Component|kdecore |showfoto
   Assignee|kdelibs-b...@kde.org|digikam-bugs-n...@kde.org
Product|kdelibs |digikam
   Version Fixed In||6.0.0

--- Comment #3 from caulier.gil...@gmail.com ---
Not reproducible with 6.0.0

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

[digikam] [Bug 183629] Digikam/Showfoto Dark Theme: The selected photo filename is nearly invisible

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=183629

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

   What|Removed |Added

Version|4.1 |unspecified
Product|kdelibs |digikam
   Version Fixed In||6.0.0
   Assignee|kdelibs-b...@kde.org|digikam-bugs-n...@kde.org
  Component|kdeui   |showfoto
 Resolution|DUPLICATE   |FIXED

--- Comment #3 from caulier.gil...@gmail.com ---
Not reproducible with 6.0.0

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

[digikam] [Bug 249379] KDEWinInstaller - All versions of Digikam/Showfoto/KDE download is missing a file . . .

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=249379

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

   What|Removed |Added

   Assignee|kde-wind...@kde.org |digikam-bugs-n...@kde.org
Product|kde-windows |digikam
   Version Fixed In||6.0.0
  Component|installer   |Bundle-Windows
 Resolution|WONTFIX |FIXED
 CC||caulier.gil...@gmail.com

--- Comment #3 from caulier.gil...@gmail.com ---
Not reproducible with 6.0.0

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

[digikam] [Bug 249379] All versions of Digikam/Showfoto/KDE download is missing a file

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=249379

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

   What|Removed |Added

Summary|KDEWinInstaller - All   |All versions of
   |versions of |Digikam/Showfoto/KDE
   |Digikam/Showfoto/KDE|download is missing a file
   |download is missing a file  |
   |. . .   |

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

[plasmashell] [Bug 397615] New: Kickoff crashes when I type fast and press enter.

2018-08-19 Thread Saeid Akbari
https://bugs.kde.org/show_bug.cgi?id=397615

Bug ID: 397615
   Summary: Kickoff crashes when I type fast and press enter.
   Product: plasmashell
   Version: 5.12.5
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: Application Launcher (Kickoff)
  Assignee: k...@davidedmundson.co.uk
  Reporter: saeidsc...@yahoo.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Created attachment 114491
  --> https://bugs.kde.org/attachment.cgi?id=114491&action=edit
crash log

OK, I can't produce it always, but sometimes when I'm in middle of web browsing
with heavy ram usage and I press super key to bring up Kickoff and type fast
enough and Kickoff seems to lag behind (probably because it's page swapped?
just a wild guess) and I press enter, it crashes to ashes!

[saeid:~] % free -h
  totalusedfree  shared  buff/cache   available
Mem:  7.2Gi   4.5Gi   330Mi   736Mi   2.4Gi   2.3Gi
Swap:  15Gi   6.6Gi   9.4Gi

Expected behaviuor:
It should launch the program or open the file partially typed

Actual Behaviour:
It crashes.
Here is the [crash log](https://pastebin.com/PcS0XzCs) (also attached)

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

[kate] [Bug 390170] QSaveFile: kate reset rating of saved files

2018-08-19 Thread Duns
https://bugs.kde.org/show_bug.cgi?id=390170

--- Comment #7 from Duns  ---
I tried with Kate 16.08.0-KF5.27 appimage (in Kubuntu there is still an old
realease), but it dit not work (with a html and a php file)
 :(

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

[krita] [Bug 397608] Brush engine and brush preset icon exchangeable

2018-08-19 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=397608

Boudewijn Rempt  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||b...@valdyas.org
   Severity|minor   |wishlist
 Resolution|--- |WONTFIX

--- Comment #2 from Boudewijn Rempt  ---
If you submit a better icon to represent the brush preset selector popup that
still fits in with the icon theme, we could consider that. But what you
currently propose is not feasible: the icon used in the preset editor
represents the current brush engine.

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

[krita] [Bug 397616] New: Strange relation between font size and document resolution.

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397616

Bug ID: 397616
   Summary: Strange relation between font size and document
resolution.
   Product: krita
   Version: 4.1.1
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Tool/Text
  Assignee: krita-bugs-n...@kde.org
  Reporter: yn...@hotmail.com
  Target Milestone: ---

Krita 4.1.1, Windows 7 Professional SP1.

The font size and the document resolution combine in an unintuitive way. (I
first noticed this when copy pasting pasting between documents with adjusted
print sizes.) The relation between the font size and the way it is represented
in the document seems to be different depending on the document resolution at
the moment the text was inserted.

How to reproduce:
- create a document at 100ppi
- add some text at 10 pt
- scale image to 100% with 300 ppi with "Adjust print size separately" checked
- add the same text at 10pt

You'll notice that the second text is not the same size as the first one.
Editing the text and changing the point size (for example setting them both to
12) will keep this difference.

I'd expect the font size for a font to be the same for all pieces of text that
have the same font and the same size.

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

[krita] [Bug 397607] Tool items docked as bar

2018-08-19 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=397607

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org

--- Comment #1 from Boudewijn Rempt  ---
Created attachment 114492
  --> https://bugs.kde.org/attachment.cgi?id=114492&action=edit
screenshot with toolbox next to dockers

It is already possible to dock the toolbox in a separate column in the dock
area. It's a bit fiddly to get there, but that's not something we can
influence; it's part of the toolkit.

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

[krita] [Bug 397607] Tool items docked as bar

2018-08-19 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=397607

Boudewijn Rempt  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|UNCONFIRMED |RESOLVED

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

[KScreen] [Bug 397586] OSD to configure the screens layout is not centered on screen under Wayland

2018-08-19 Thread Alexander Mentyu
https://bugs.kde.org/show_bug.cgi?id=397586

Alexander Mentyu  changed:

   What|Removed |Added

 CC||notux...@gmail.com

--- Comment #1 from Alexander Mentyu  ---
Can reproduce

Distribution: KDE neon Developer Edition
Kernel: 4.15.0-29-generic
Plasma: 5.13.80
Apps: 18.11.70
Qt: 5.11.1
Frameworks: 5.48.0
Graphics:
Card-1: Intel 
driver: i915 v: kernel bus ID: 00:02.0 chip ID: 8086:5917 
Card-2: NVIDIA GM108M [GeForce 940MX] 
driver: nouveau v: kernel bus ID: 01:00.0 chip ID: 10de:134d 
Display: wayland server: X.Org 1.19.6 
driver: modesetting,nouveau 
unloaded: fbdev,vesa alternate: nvidia compositor: kwin wayland 
resolution: 1920x1080~57Hz 
OpenGL: renderer: Mesa DRI Intel UHD Graphics 620 (Kabylake GT2) 
v:4.5 Mesa 18.0.5 compat-v:3.0 direct render: Yes

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

[krita] [Bug 397606] Layer merging behaviour

2018-08-19 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=397606

Boudewijn Rempt  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||b...@valdyas.org
 Resolution|--- |WORKSFORME

--- Comment #1 from Boudewijn Rempt  ---
That already works.

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

[plasmashell] [Bug 397617] New: Composition distorts theme colors

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397617

Bug ID: 397617
   Summary: Composition distorts theme colors
   Product: plasmashell
   Version: master
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Look & Feel package
  Assignee: plasma-b...@kde.org
  Reporter: tomas.teije...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Created attachment 114493
  --> https://bugs.kde.org/attachment.cgi?id=114493&action=edit
How composition affects breeze colors

Since a previous update in plasma packages (I think it was in 5.12), having
composition enable disturbs the theme colors. For example, in default breeze
all colors are dark grey (see the attached screenshot), which makes the desktop
almost unusable. The system is a default KDE Neon installation.

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

[krita] [Bug 397618] New: undo sometimes erases whole layer chunk

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397618

Bug ID: 397618
   Summary: undo sometimes erases whole layer chunk
   Product: krita
   Version: unspecified
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: krita-bugs-n...@kde.org
  Reporter: k...@ghostintheshell.33mail.com
  Target Milestone: ---

Created attachment 114494
  --> https://bugs.kde.org/attachment.cgi?id=114494&action=edit
visual representation of error occuring

I am using krita version 4.0.3 , but i was unable to specify that in the report
field and since i rather finish my current work in a "stable" environment i
have no way to test it for now in a newer versions. I am pretty sure it's
something i have experienced in the previous versions, at least in 4.* branch.

I am working on a big canvas (4096x7016 px) and sometimes when i try to undo
the stroke, what ends up happening is that i end up with missing rectangular
"chunk" of a layer i'm working on, where the stroke was present (see
attachment, where i have tried to visualize that. The cyan rectangle is not
something that actually shows up on the canvas, it's just here to illustrate
what i think ends up getting missing, since it's always a rectangular chunk
around stroke). 

It might be happening when i use undo, while the document is autosaving, but it
don't really have the reliable way to test that manually. 

My other guess is that it happens when i am running out of RAM and system
starts using the swap for storage.

There are no errors that end up in stdout/stderr in console.

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

[kate] [Bug 390170] QSaveFile: kate reset rating of saved files

2018-08-19 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=390170

Christoph Cullmann  changed:

   What|Removed |Added

   Version Fixed In||5.50.0

--- Comment #8 from Christoph Cullmann  ---
Hi, you can not try that with that app image.
You need a very recent version for that compiled from the master branch.
Frameworks 5.50 will contain the fix. Everything below will be broken.

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

[frameworks-ktexteditor] [Bug 390170] QSaveFile: kate reset rating of saved files

2018-08-19 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=390170

Christoph Cullmann  changed:

   What|Removed |Added

  Component|application |general
Version|17.04.3 |unspecified
Product|kate|frameworks-ktexteditor

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

[korganizer] [Bug 388302] Non-recurring all-day to-dos show up on wrong due date in agenda view

2018-08-19 Thread Joachim Wagner
https://bugs.kde.org/show_bug.cgi?id=388302

Joachim Wagner  changed:

   What|Removed |Added

 CC||jwag...@computing.dcu.ie

--- Comment #6 from Joachim Wagner  ---
Events seen to work correctly.

It's not just todos feshly created that appear one day early but also todos
from an existing iCal calendar folder. Furthermore, if moving a todo item to
another day with drag and drop it will also be shown one day early, except if
moving it do the day it belongs. Then it covers the full day, hiding other
entries of the day.

This is in 5.7.3 on openSUSE Leap 15.0.

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

[korganizer] [Bug 388302] Non-recurring all-day to-dos show up on wrong due date in agenda view

2018-08-19 Thread Joachim Wagner
https://bugs.kde.org/show_bug.cgi?id=388302

Joachim Wagner  changed:

   What|Removed |Added

Version|5.7.2   |5.7.3

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

[kaffeine] [Bug 397594] Kaffeine plays video in a separate window under Wayland

2018-08-19 Thread Mauro Carvalho Chehab
https://bugs.kde.org/show_bug.cgi?id=397594

--- Comment #1 from Mauro Carvalho Chehab  ---
Could you better describe it? What versions of Wayland, Kaffeine and libVLC you
have installed? What distro? What window manager (gnome, KDE, other)? What
window manager version?

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

[kaffeine] [Bug 397594] Kaffeine plays video in a separate window under Wayland

2018-08-19 Thread Mauro Carvalho Chehab
https://bugs.kde.org/show_bug.cgi?id=397594

--- Comment #2 from Mauro Carvalho Chehab  ---
(In reply to Mauro Carvalho Chehab from comment #1)
> Could you better describe it? What versions of Wayland, Kaffeine and libVLC
> you have installed? What distro? What window manager (gnome, KDE, other)?
> What window manager version?

Btw, I wander if this is related to this VLC bug:
   https://trac.videolan.org/vlc/ticket/17910?cversion=0&cnum_hist=4

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

[konsole] [Bug 350956] Simple remote Konsole window using huge amount of bandwidth

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=350956

--- Comment #7 from d...@newtech.fi ---
Have been involved in a lot of open source projects since 1985 or so and also
in the start of Qt so I think I am entitled to critisize this regression, and
quite heavily so

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

[kaffeine] [Bug 397594] Kaffeine plays video in a separate window under Wayland

2018-08-19 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=397594

--- Comment #3 from Dr. Chapatin  ---
wayland 1.15.0
kaffeime 2.0.15
vlc 3.0.3.r1
Arch Linux
KDE Plasma 5.13.4

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

[KScreen] [Bug 397586] OSD to configure the screens layout is not centered on screen under Wayland

2018-08-19 Thread Alexander Mentyu
https://bugs.kde.org/show_bug.cgi?id=397586

--- Comment #2 from Alexander Mentyu  ---
On Netrunner Rolling distribution i noticed different behavior - OSD is
appearing in top center of the screen, than it dissappears and and appears in
about 1/3 of screen height - looks like on same height that volume and
brightnes OSDs have and also in the center, that after that it disappears again
and appears a little bit higher in the center and stays there. It's all happen
in a fraction of second 

Kernel: 4.17.17-1-MANJARO
Plasma: 5.13.4
Apps: 18.04.3
Qt: 5.11.1
Frameworks: 5.48.0
Wayland: 1.15.0
Graphics:
Card-1: Intel UHD Graphics 620 driver: i915 v: kernel bus ID: 00:02.0 
chip ID: 8086:5917 
Card-2: NVIDIA GM108M [GeForce 940MX] driver: N/A bus ID: 01:00.0
chip ID: 10de:134d 
Display: wayland server: X.Org 1.20.1 driver: intel compositor: kwin wayland 
resolution: 1920x1080~57Hz 
OpenGL: renderer: Mesa DRI Intel UHD Graphics 620 (Kabylake GT2)
v: 4.5 Mesa 18.1.6 
compat-v: 3.0 direct render: Yes

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

[plasmashell] [Bug 397082] The new media player icons rely on the icon theme instead of the desktop theme

2018-08-19 Thread Michał Dybczak
https://bugs.kde.org/show_bug.cgi?id=397082

--- Comment #20 from Michał Dybczak  ---
Thanks. I didn't even know that svg files can be opened in text editor. I
analyzed the file but didn't understand much of it. So I just decided to use
breeze file instead.
I went to /usr/share/plasma/desktoptheme/default/icons/media.svgz and copy it
over to my media.svgz file. Now it works.

I experimented with the fixed Adapata theme and also was able to add its icon
for my theme (I had to change it from svg to svgz in Inkscape first) but it
wasn't the breeze one, it was just the play/pause without the square around it
but had the right color. It was not so bad in the end. That square around it
was making the issue, plus the wrong color. Anyway, I decided on the default
breeze media round icon that I like. I'll upload fix on kde store soon.

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

[digikam] [Bug 397588] Digikam crashes while running BatchQueueManager (again)

2018-08-19 Thread Tayvok
https://bugs.kde.org/show_bug.cgi?id=397588

--- Comment #2 from Tayvok  ---
Please let me know if I did this incorrectly, and or if you need further
information.
Thanks!


#0  Digikam::RefocusFilter::convolveImageMultithreaded (this=0x7fff02e69760, 
start=, stop=762, y1=0, prm=...)
at
/b/dktemp/digikam-master/core/libs/dimg/filters/sharp/refocusfilter.cpp:299
#1  0x764bd4ed in QtConcurrent::RunFunctionTask::run (
this=0x7ffeec03a7e0) at ././/include/QtConcurrent/qtconcurrentrunbase.h:136
#2  0x00372a0abe80 in QThreadPoolPrivate::stealAndRunRunnable(QRunnable*)
() from /tmp/.mount_digikahdqYEe/usr/lib/libQt5Core.so.5
#3  0x00372a0a33c5 in QFutureInterfaceBase::waitForFinished() ()
   from /tmp/.mount_digikahdqYEe/usr/lib/libQt5Core.so.5
#4  0x765db0a2 in QFuture::waitForFinished (this=0x7fff02e691b0)
at ././/include/QtCore/qfuture.h:221
#5  Digikam::RefocusFilter::convolveImage (this=this@entry=0x7fff02e69760, 
prm=...)
at
/b/dktemp/digikam-master/core/libs/dimg/filters/sharp/refocusfilter.cpp:333
#6  0x765db50a in Digikam::RefocusFilter::refocusImage (
this=this@entry=0x7fff02e69760, 
data=0x7ffdcd69b010 "\362\256\022n\206\062", width=width@entry=6100, 
height=height@entry=4100, sixteenBit=sixteenBit@entry=true, 
matrixSize=matrixSize@entry=5, radius=radius@entry=1, gauss=gauss@entry=0, 
correlation=correlation@entry=0.5, noise=noise@entry=0.02)
at
/b/dktemp/digikam-master/core/libs/dimg/filters/sharp/refocusfilter.cpp:2
04
#7  0x765dba5e in Digikam::RefocusFilter::filterImage (
this=0x7fff02e69760)
at
/b/dktemp/digikam-master/core/libs/dimg/filters/sharp/refocusfilter.cpp:164
#8  0x76499008 in Digikam::DImgThreadedFilter::startFilterDirectly (
this=0x7fff02e69760)
at
/b/dktemp/digikam-master/core/libs/dimg/filters/dimgthreadedfilter.cpp:197
#9  0x778adc57 in Digikam::BatchTool::applyFilter (
this=this@entry=0x7ffeec514560, filter=filter@entry=0x7fff02e69760)
at
/b/dktemp/digikam-master/core/utilities/queuemanager/manager/batchtool.cpp:503
#10 0x7787a221 in Digikam::Sharpen::toolOperations (
this=0x7ffeec514560)
at
/b/dktemp/digikam-master/core/utilities/queuemanager/tools/enhance/sharpen.cpp:213
#11 0x778b2cc1 in Digikam::BatchTool::apply (this=)
at
/b/dktemp/digikam-master/core/utilities/queuemanager/manager/batchtool.cpp:498
#12 0x778ab0a0 in Digikam::Task::run (this=)
at
/b/dktemp/digikam-master/core/utilities/queuemanager/manager/task.cpp:175
#13 0x00372a0abf4f in ?? ()
   from /tmp/.mount_digikahdqYEe/usr/lib/libQt5Core.so.5
#14 0x00372a0aecda in ?? ()
   from /tmp/.mount_digikahdqYEe/usr/lib/libQt5Core.so.5
#15 0x75d8a6db in start_thread (arg=0x7fff02e6a700)
at pthread_create.c:463
#16 0x7fffed84388f in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

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

[frameworks-ktexteditor] [Bug 390170] QSaveFile: kate reset rating of saved files

2018-08-19 Thread Duns
https://bugs.kde.org/show_bug.cgi?id=390170

--- Comment #9 from Duns  ---
Ok, thank you very much!!

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

[Falkon] [Bug 397614] Cannot set blank home page

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397614

--- Comment #1 from bernard.more...@gmail.com ---
Sorry, I missed the obvious, the "After launch" option.

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

[Falkon] [Bug 397614] Cannot set blank home page

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397614

bernard.more...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

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

[kmymoney] [Bug 395591] Cannot enter transaction after creating new security

2018-08-19 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=395591

Thomas Baumgart  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Thomas Baumgart  ---


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

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

[kmymoney] [Bug 394394] problems adding securities to investment accounts

2018-08-19 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=394394

Thomas Baumgart  changed:

   What|Removed |Added

 CC||chrisjoshtop...@gmail.com

--- Comment #7 from Thomas Baumgart  ---
*** Bug 395591 has been marked as a duplicate of this bug. ***

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

[kmymoney] [Bug 392477] Cannot create new investment

2018-08-19 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=392477

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||5.0.2
 Status|UNCONFIRMED |RESOLVED

--- Comment #6 from Thomas Baumgart  ---
It was fixed somehow in the course with bug 394394 and is not reproducible on
master anymore. So I close it as fixed here.

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

[frameworks-kcmutils] [Bug 389585] Window is too small when KCMs are opened standalone (e.g. using `kcmshell5), and contents get cut off

2018-08-19 Thread Andrew Crouthamel
https://bugs.kde.org/show_bug.cgi?id=389585

Andrew Crouthamel  changed:

   What|Removed |Added

 CC||andrew.crouthamel@kdemail.n
   ||et

--- Comment #26 from Andrew Crouthamel  ---
I've noticed this issue when using scaling on a hidpi system. Does this patch
solve when scaling?

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

[digikam] [Bug 397588] Digikam crashes while running BatchQueueManager (again)

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397588

--- Comment #3 from caulier.gil...@gmail.com ---
It crash in Refocus filter.

I cannot reproduce the problem here.

Did you turn on the BQM option to process files in parallel ?

Gilles Caulier

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

[Akonadi] [Bug 397589] Crash while first starting Kmail

2018-08-19 Thread Mateusz Szpakowski
https://bugs.kde.org/show_bug.cgi?id=397589

--- Comment #2 from Mateusz Szpakowski  ---
First message in console while starting:

-
Connecting to deprecated signal
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
-

After second (or two) kmail prints these messages (likely after/while akonadi
startup):
---
akonadi.collectionattributetable   OK
akonadi.collectionmimetyperelation OK
akonadi.collectionpimitemrelation  OK
akonadi.collectiontableOK
akonadi.flagtable  OK
akonadi.mimetypetable  OK
akonadi.parttable  OK
akonadi.parttypetable  OK
akonadi.pimitemflagrelationOK
akonadi.pimitemtable   OK
akonadi.pimitemtagrelation OK
akonadi.relationtable  OK
akonadi.relationtypetable  OK
akonadi.resourcetable  OK
akonadi.schemaversiontable OK
akonadi.tagattributetable  OK
akonadi.tagremoteidresourcerelationtable   OK
akonadi.tagtable   OK
akonadi.tagtypetable   OK
Connecting to deprecated signal
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
"No file selected."
org.kde.pim.akonadicontrol: Reference to unknown agent type
"akonadi_notes_agent" in agentsrc
QDBusConnection: name 'org.freedesktop.Akonadi.Control' had owner '' but we
thought it was ':1.46'
QDBusConnection: name 'org.freedesktop.Akonadi.Control' had owner '' but we
thought it was ':1.46'
org.kde.pim.maildispatcher: Item 28483 has invalid transport.
org.kde.pim.maildispatcher: Item 28339 has invalid transport.
org.kde.pim.maildispatcher: Item 28338 has invalid transport.
org.kde.pim.maildispatcher: Item 28333 has invalid transport.
org.kde.pim.maildispatcher: Item 28332 has invalid transport.
org.kde.pim.maildispatcher: Item 28331 has invalid transport.
org.kde.pim.maildispatcher: Item 28326 has invalid transport.
org.kde.pim.maildispatcher: Item 28152 has invalid transport.
org.kde.pim.maildispatcher: Item 28151 has invalid transport.
org.kde.pim.maildispatcher: Item 4827 has invalid transport.
org.kde.pim.maildispatcher: Item 335 has invalid transport.
org.kde.pim.maildispatcher: Item 334 has invalid transport.
QDBusConnection: name 'org.freedesktop.Akonadi.Control' had owner '' but we
thought it was ':1.46'
org.kde.pim.akonadiserver: Received ModifySubscription command before
RegisterSubscriber
org.kde.pim.akonadicore: "QLocalSocket: Remote closed"
"/tmp/akonadi-mat.hhTBw6/akonadiserver-ntf.socket"
Error loading text-to-speech plug-in "speechd"
QDBusConnection: name 'org.freedesktop.Akonadi.Control' had owner '' but we
thought it was ':1.46'
-

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

[Powerdevil] [Bug 397619] New: Brightness is not always properly restored from battery to AC mode

2018-08-19 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=397619

Bug ID: 397619
   Summary: Brightness is not always properly restored from
battery to AC mode
   Product: Powerdevil
   Version: 5.13.3
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: jsar...@gmail.com
  Target Milestone: ---

I think this happens after not being active in battery mode, so brightness is
dimmed further while in the battery mode, so when I plug the cable (while the
computer is still inactive), power management restores brightness to the
battery mode instead of to the AC mode.

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

[kmail2] [Bug 397620] New: kmail 18.08 total column width way too much in folderlist

2018-08-19 Thread Richard Bos
https://bugs.kde.org/show_bug.cgi?id=397620

Bug ID: 397620
   Summary: kmail 18.08 total column width way too much in
folderlist
   Product: kmail2
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: folders
  Assignee: kdepim-b...@kde.org
  Reporter: richard@xs4all.nl
  Target Milestone: ---

Created attachment 114495
  --> https://bugs.kde.org/attachment.cgi?id=114495&action=edit
Screenshot showing the much too wide total column

Total column width way too much in folderlist.
I hope that the attached screenshot makes it clear what is wrong.

openSUSE Leap 15.0

kmail 5.9.0

# rpm -q kmail
kmail-18.08.0-lp150.76.1

KDE Frameworks 5.48.0
Qt 5.11.1

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

[krita] [Bug 397618] undo sometimes erases whole layer chunk

2018-08-19 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=397618

Boudewijn Rempt  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 CC||b...@valdyas.org
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Boudewijn Rempt  ---
You're unable to specify 4.0.3 in the report because that is so old we cannot
accept reports for it anymore. Please update to 4.1.1.

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

[frameworks-kcmutils] [Bug 389585] Window is too small when KCMs are opened standalone (e.g. using `kcmshell5), and contents get cut off

2018-08-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=389585

--- Comment #27 from Nate Graham  ---
Yes, the patch resolves the issue with HiDPI as well (at least for me).

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

[kwin] [Bug 397621] New: Black stripe on the right side of the monitor.

2018-08-19 Thread DevPre24
https://bugs.kde.org/show_bug.cgi?id=397621

Bug ID: 397621
   Summary: Black stripe on the right side of the monitor.
   Product: kwin
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: preca...@gmail.com
  Target Milestone: ---

Created attachment 114496
  --> https://bugs.kde.org/attachment.cgi?id=114496&action=edit
When starting the wayland session the workspace appears like this

Hi guys, i'm not sure if this is the right section or not, i'm having a hard
time distinguishing the various kde components. (I'm not sure if it's a
kwin/kscreen/plasma-workspace issue. 

After upgrading to KDE Plasma 5.13.4 on my Plasma (Wayland session) a black
vertical stripe appeared on the right side of the monitor. It seems that the
workspace has the wrong aspect Ratio (44 cm x 30 cm) but i can drag windows
over it and they are visualized correctly. If i lower the resolution and set it
back to 1920x1080 the default panel fills the monitor width how it's supposed
to, but the wallpaper doesn't change size even if a select a different image.

I will attach some screenshots to better understand the issue.

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

[kwin] [Bug 397621] Black stripe on the right side of the monitor.

2018-08-19 Thread DevPre24
https://bugs.kde.org/show_bug.cgi?id=397621

--- Comment #1 from DevPre24  ---
Created attachment 114497
  --> https://bugs.kde.org/attachment.cgi?id=114497&action=edit
Lowering the resolution makes the black stripe disappear

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

[kwin] [Bug 397621] Black stripe on the right side of the monitor.

2018-08-19 Thread DevPre24
https://bugs.kde.org/show_bug.cgi?id=397621

--- Comment #2 from DevPre24  ---
Created attachment 114498
  --> https://bugs.kde.org/attachment.cgi?id=114498&action=edit
After setting back the resolution to 1080p the default panel displays correctly
but the wallpaper doesn't

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

[digikam] [Bug 278890] showfoto crashes with qt 4.8

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=278890

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

   What|Removed |Added

  Component|qt  |Portability
Version|4.9-Git |unspecified
Product|kdelibs |digikam
   Assignee|kdelibs-b...@kde.org|digikam-bugs-n...@kde.org

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

[kwin] [Bug 397621] Black stripe on the right side of the monitor.

2018-08-19 Thread DevPre24
https://bugs.kde.org/show_bug.cgi?id=397621

--- Comment #3 from DevPre24  ---
How to reproduce the issue:
I'm not sure. It only happens with this specific monitor (Dell s2415h) with my
HP 23xi secondary monitor i don't have this issue.

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

[kdelibs] [Bug 211184] Print to .ps ... changes to .pdf

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=211184

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

   What|Removed |Added

Summary|digikam showFoto - Print to |Print to .ps ... changes to
   |.ps ... changes to .pdf |.pdf

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

[kontact] [Bug 397622] New: Colorized versus monochrome icons

2018-08-19 Thread Richard Bos
https://bugs.kde.org/show_bug.cgi?id=397622

Bug ID: 397622
   Summary: Colorized versus monochrome icons
   Product: kontact
   Version: GIT (master)
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: richard@xs4all.nl
  Target Milestone: ---

Created attachment 114499
  --> https://bugs.kde.org/attachment.cgi?id=114499&action=edit
Screenshot comparing colored vs monochrome icons in kontact

With the current new (18.08) kontact the nice colored icons are changed
to boring monochrome icons.

I would like to have the colorized icons in kontact.
(Make it at least optional).
How can I keep the colored icons?

openSUSE Leap 15.0

kontact 5.9.0

rpm -q kontact
kontact-18.08.0-lp150.60.1

KDE Frameworks 5.48.0
Qt 5.11.1

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

[kdeconnect] [Bug 386568] Clipboard: make connection only one way

2018-08-19 Thread Simone Gaiarin
https://bugs.kde.org/show_bug.cgi?id=386568

--- Comment #2 from Simone Gaiarin  ---
Until this is fixed, the clipboard plugin should be disabled by default for
security reason.

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

[digikam] [Bug 255759] digikam crash when open it kunbuntu lucid

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=255759

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

   What|Removed |Added

  Component|general |Preview-Video
 Resolution|DUPLICATE   |FIXED
Product|phonon-backend-gstreamer|digikam
   Version Fixed In||6.0.0
   Assignee|martin.sandsm...@kde.org|digikam-bugs-n...@kde.org

--- Comment #3 from caulier.gil...@gmail.com ---
Fixed in 6.0.0 since digiKam use QtAV+ffmpeg to play and extract thumbnails
from video files

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

[digikam] [Bug 237286] digiKam crash after to scan collection (upgrate from 9.10 to 10.04)

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=237286

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

   What|Removed |Added

Product|phonon-backend-gstreamer|digikam
   Assignee|kr...@kde.org   |digikam-bugs-n...@kde.org
   Version Fixed In||6.0.0
 Resolution|DUPLICATE   |FIXED
  Component|general |Preview-Video

--- Comment #12 from caulier.gil...@gmail.com ---
Fixed in 6.0.0 since digiKam use QtAV+ffmpeg to play and extract thumbnails
from video files

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

[digikam] [Bug 235905] Digikam crash after upgrade

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=235905

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

   What|Removed |Added

   Version Fixed In||6.0.0
Product|phonon-backend-gstreamer|digikam
   Assignee|kr...@kde.org   |digikam-bugs-n...@kde.org
 Resolution|DUPLICATE   |FIXED
  Component|general |Preview-Video

--- Comment #5 from caulier.gil...@gmail.com ---
Fixed in 6.0.0 since digiKam use QtAV+ffmpeg to play and extract thumbnails
from video files

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

[digikam] [Bug 254878] digikam error segmentation fault when open it

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=254878

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

   What|Removed |Added

   Assignee|martin.sandsm...@kde.org|digikam-bugs-n...@kde.org
Product|phonon-backend-gstreamer|digikam
   Version Fixed In||6.0.0
 Resolution|DUPLICATE   |FIXED
  Component|general |Preview-Video

--- Comment #3 from caulier.gil...@gmail.com ---
Fixed in 6.0.0 since digiKam use QtAV+ffmpeg to play and extract thumbnails
from video files

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

[digikam] [Bug 236647] After upgrading to Ubuntu 10.04 Digikam crashes everytime it is launched

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=236647

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

   What|Removed |Added

 Resolution|DUPLICATE   |FIXED
  Component|general |Preview-Video
   Assignee|kr...@kde.org   |digikam-bugs-n...@kde.org
Product|phonon-backend-gstreamer|digikam
   Version Fixed In||6.0.0

--- Comment #5 from caulier.gil...@gmail.com ---
Fixed in 6.0.0 since digiKam use QtAV+ffmpeg to play and extract thumbnails
from video files

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

[digikam] [Bug 250364] Digikam 1.2 crashes at start-up in xubuntu 10.04

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=250364

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

   What|Removed |Added

Product|phonon-backend-gstreamer|digikam
   Assignee|martin.sandsm...@kde.org|digikam-bugs-n...@kde.org
   Version Fixed In||6.0.0
 Resolution|DUPLICATE   |FIXED
  Component|general |Preview-Video

--- Comment #3 from caulier.gil...@gmail.com ---
Fixed in 6.0.0 since digiKam use QtAV+ffmpeg to play and extract thumbnails
from video files

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

[digikam] [Bug 185265] digikam constantly using some CPU in a poll loop due a timeout

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=185265

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

   What|Removed |Added

   Assignee|kr...@kde.org   |digikam-bugs-n...@kde.org
Product|Phonon  |digikam
   Version Fixed In||6.0.0
  Component|KDE platform plugin |Preview-Video
 Resolution|DUPLICATE   |FIXED

--- Comment #14 from caulier.gil...@gmail.com ---
Fixed in 6.0.0 since digiKam use QtAV+ffmpeg to play and extract thumbnails
from video files

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

[digikam] [Bug 253205] Digikam crashes while loading on Ubunu 10.04

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=253205

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

   What|Removed |Added

   Version Fixed In||6.0.0
Product|phonon-backend-gstreamer|digikam
   Assignee|martin.sandsm...@kde.org|digikam-bugs-n...@kde.org
  Component|general |Preview-Video
 Resolution|DUPLICATE   |FIXED

--- Comment #3 from caulier.gil...@gmail.com ---
Fixed in 6.0.0 since digiKam use QtAV+ffmpeg to play and extract thumbnails
from video files

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

[digikam] [Bug 249033] After upgrade to 10.04 DigiKam crashes after starting always

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=249033

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

   What|Removed |Added

  Component|general |Preview-Video
 Resolution|DUPLICATE   |FIXED
Product|phonon-backend-gstreamer|digikam
   Assignee|martin.sandsm...@kde.org|digikam-bugs-n...@kde.org
   Version Fixed In||6.0.0

--- Comment #4 from caulier.gil...@gmail.com ---
Fixed in 6.0.0 since digiKam use QtAV+ffmpeg to play and extract thumbnails
from video files

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

[digikam] [Bug 249009] Digikam crashes at initialisation

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=249009

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

   What|Removed |Added

  Component|general |Preview-Video
 Resolution|DUPLICATE   |FIXED
Product|phonon-backend-gstreamer|digikam
   Assignee|martin.sandsm...@kde.org|digikam-bugs-n...@kde.org
   Version Fixed In||6.0.0

--- Comment #3 from caulier.gil...@gmail.com ---
Fixed in 6.0.0 since digiKam use QtAV+ffmpeg to play and extract thumbnails
from video files

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

[digikam] [Bug 397588] Digikam crashes while running BatchQueueManager (again)

2018-08-19 Thread Tayvok
https://bugs.kde.org/show_bug.cgi?id=397588

--- Comment #4 from Tayvok  ---
I did enable "Work on all processor cores" under the Behavior tab.

The settings in the BQM are the only ones that I adjusted.  The general digikam
settings are all as-is, as downloaded, in the appimage.

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

[kmenuedit] [Bug 397623] New: bad sort in the menu editor view

2018-08-19 Thread dismark
https://bugs.kde.org/show_bug.cgi?id=397623

Bug ID: 397623
   Summary: bad sort in the menu editor view
   Product: kmenuedit
   Version: 5.12.6
  Platform: PCLinuxOS
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: dism...@bbox.fr
  Target Milestone: ---

In the KDE menu editor the separation lines are not sorted and appeared on the
top of the list when you use the display "cascade list".

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

[kwin] [Bug 397624] New: kdeinit5 crash when restarting network-manager from console.

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397624

Bug ID: 397624
   Summary: kdeinit5 crash when restarting network-manager from
console.
   Product: kwin
   Version: 5.13.3
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: core
  Assignee: kwin-bugs-n...@kde.org
  Reporter: mevat...@gmail.com
  Target Milestone: ---

I was unable to reconnect to my WiFi network this morning via the network
manager UI, so I manually restarted network-manager via the console. I then
received the following crash from kdeinit5.

Hope this helps!

Application: kdeinit5 (kdeinit5), signal: Aborted
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f65781ce780 (LWP 2720))]

Thread 4 (Thread 0x7f654e0a4700 (LWP 2842)):
#0  0x7f657624f27d in read () at ../sysdeps/unix/syscall-template.S:84
#1  0x7f657267e073 in ?? () from
/usr/lib/nvidia-390/tls/libnvidia-tls.so.390.77
#2  0x7f6572b166f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f6572ad2e74 in g_main_context_check () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7f6572ad3330 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x7f6572ad349c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x7f65767e90bb in QEventDispatcherGlib::processEvents
(this=0x7f65480008e0, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#7  0x7f65767905ba in QEventLoop::exec (this=this@entry=0x7f654e0a3e30,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:214
#8  0x7f65765c55e4 in QThread::exec (this=) at
thread/qthread.cpp:525
#9  0x7f65765d0727 in QThreadPrivate::start (arg=0x1945550) at
thread/qthread_unix.cpp:367
#10 0x7f65746b26ba in start_thread (arg=0x7f654e0a4700) at
pthread_create.c:333
#11 0x7f657625f41d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 3 (Thread 0x7f655ace7700 (LWP 2726)):
#0  0x7f657625374d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x7f6572ad338c in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f6572ad349c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f65767e90bb in QEventDispatcherGlib::processEvents
(this=0x7f65540008e0, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x7f65767905ba in QEventLoop::exec (this=this@entry=0x7f655ace6e00,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:214
#5  0x7f65765c55e4 in QThread::exec (this=this@entry=0x7f656d1c3d60
<(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at
thread/qthread.cpp:525
#6  0x7f656cf4af35 in QDBusConnectionManager::run (this=0x7f656d1c3d60
<(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at
qdbusconnection.cpp:178
#7  0x7f65765d0727 in QThreadPrivate::start (arg=0x7f656d1c3d60 <(anonymous
namespace)::Q_QGS__q_manager::innerFunction()::holder>) at
thread/qthread_unix.cpp:367
#8  0x7f65746b26ba in start_thread (arg=0x7f655ace7700) at
pthread_create.c:333
#9  0x7f657625f41d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 2 (Thread 0x7f65628f2700 (LWP 2723)):
#0  0x7f657625374d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x7f6577658c62 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
#2  0x7f657765a8d7 in xcb_wait_for_event () from
/usr/lib/x86_64-linux-gnu/libxcb.so.1
#3  0x7f6565939489 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#4  0x7f65765d0727 in QThreadPrivate::start (arg=0x178ba20) at
thread/qthread_unix.cpp:367
#5  0x7f65746b26ba in start_thread (arg=0x7f65628f2700) at
pthread_create.c:333
#6  0x7f657625f41d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 1 (Thread 0x7f65781ce780 (LWP 2720)):
[KCrash Handler]
#6  0x7f657618d428 in __GI_raise (sig=sig@entry=6) at
../sysdeps/unix/sysv/linux/raise.c:54
#7  0x7f657618f02a in __GI_abort () at abort.c:89
#8  0x7f65765a290d in qt_message_fatal (context=..., message=) at global/qlogging.cpp:1842
#9  QMessageLogger::fatal (this=this@entry=0x7fff2b681f00,
msg=msg@entry=0x7f656cfaa3b0 "Internal error: got invalid meta type %d (%s)
when trying to convert to meta type %d (%s)") at global/qlogging.cpp:880
#10 0x7f656cf56948 in QDBusConnectionPrivate::deliverCall (this=, object=, msg=..., metaTypes=..., slotIdx=)
at qdbusintegrator.cpp:953
#11 0x7f65767bffb9 in QObject::event (this=0x1c7c3a0, e=) at
kernel/qobject.cpp:1251
#12 0x7f6574c2539c in QApplicationPrivate::notify_helper (this=, receiver=0x1c7c3a0, e=0x7f65540874a0) at kernel/qapplication.cpp:3727
#13 0x7f6574c2cab0 in QApplication::notify (this=0x7fff2b682610,
receiver=0x1c7c3a0, e=0x7f65540874a0) at kernel/qapplication.cpp:3486
#14 0x7f6576792228 in QCoreApplication::notifyInternal2
(receiver

[flatpak-platform-plugin] [Bug 397625] New: No global menu from flatpak KDE applications

2018-08-19 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=397625

Bug ID: 397625
   Summary: No global menu from flatpak KDE applications
   Product: flatpak-platform-plugin
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jgrul...@redhat.com
  Reporter: jsar...@gmail.com
  Target Milestone: ---

It used to work after commit
(https://commits.kde.org/flatpak-kde-runtime/f3cdd21232204f5c0518edd4759b6a73d7def019),
but not anynmore.

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

[plasmashell] [Bug 397626] New: [Wayland] Unplugging secondary monitor affects the task manager of the other monitor

2018-08-19 Thread DevPre24
https://bugs.kde.org/show_bug.cgi?id=397626

Bug ID: 397626
   Summary: [Wayland] Unplugging secondary monitor affects the
task manager of the other monitor
   Product: plasmashell
   Version: master
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Icons-only Task Manager
  Assignee: h...@kde.org
  Reporter: preca...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

How to reproduce:
-Start a Plasma (Wayland) session on a dual monitor setup
-Set the Task manager of the first monitor to Icons Only
-Right click - > COnfigure Icons only task manager
-Enable show only tasks from the current screen.
-Open a window on the first monitor (I opened firefox, but seems to work with
every program) 
-Make sure it's shown in the task manager of the first monitor 
-Unplug the second monitor (empty, no windows)
-The program's window is still shown on the first monitor but it doesn't appear
in the icons only task manager unless you deactivate "show only tasks from the
current screen" even though that task has always been on the current screen
(first monitor)

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

[digikam] [Bug 397588] Digikam crashes while running BatchQueueManager (again)

2018-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397588

--- Comment #5 from caulier.gil...@gmail.com ---
Turn off this option solve this issue ?

There is a know problem about to much amount of memory allocated with parallel
queue processing.

Refocus algorithm is one which consume a lots of memory, duplicating whole
image to process pixels.

Gilles Caulier

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

[frameworks-kcmutils] [Bug 389585] Window is too small when KCMs are opened standalone (e.g. using `kcmshell5), and contents get cut off

2018-08-19 Thread Andrew Crouthamel
https://bugs.kde.org/show_bug.cgi?id=389585

--- Comment #28 from Andrew Crouthamel  ---
(In reply to Nate Graham from comment #27)
> Yes, the patch resolves the issue with HiDPI as well (at least for me).

Awesome! This was one of those minor nuisances that I wasn't sure where to file
it. I'll have to test in the coming weeks.

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

[krusader] [Bug 397627] New: %aCurrent% symbol in user action transformed to wrong file name

2018-08-19 Thread appdevsw
https://bugs.kde.org/show_bug.cgi?id=397627

Bug ID: 397627
   Summary: %aCurrent% symbol in user action transformed to wrong
file name
   Product: krusader
   Version: Git
  Platform: unspecified
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: krusader-bugs-n...@kde.org
  Reporter: appde...@wp.pl
CC: krusader-bugs-n...@kde.org
  Target Milestone: ---

I want to add a custom action and add it to a toolbar as a button.
In this action I want to do something with a file e.g. `touch a file`
As a substitute for a file name I use %aCurrent% symbol.
It works for simple file names with american ASCII characters, but other names
are transformed to non existent file names (using \).
Please provide a way to get a real file name without transformation.

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

[dolphin] [Bug 390510] Dolphin Crash

2018-08-19 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=390510

--- Comment #6 from Julian Schraner  ---
(In reply to Idatat from comment #5)
> Hi, I'm using kubuntu 18.04 and dolphin ver 17.12.3. This dolphin always
> crash when browsing folders or files. This only happen when I used in
> compact view, but in icons and details view it OK.

Hi, could you open a new bug report for your problem? We would also need a
backtrace (from the window that appears after the crash) to be able to
investigate your crash. This report is not really the place to discuss other
crashes. Thanks!

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

[dolphin] [Bug 397602] dolphinrc should contain only persistent configuration and not state

2018-08-19 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=397602

Julian Schraner  changed:

   What|Removed |Added

 CC||juliquad...@gmail.com

--- Comment #3 from Julian Schraner  ---
This looks like a reasonable request, so I don't think that we would oppose any
patches that'd implement this change. But because of our limited resources I
cannot guarantee when and if we manage to write a patch, so the best option
would be to create one yourself ;) I'll tag this as a bug, because we don't
really follow XDG standards here.

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

[frameworks-baloo] [Bug 397571] dolphin crashed while trying to use file search facilities

2018-08-19 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=397571

Julian Schraner  changed:

   What|Removed |Added

 CC||juliquad...@gmail.com
Product|dolphin |frameworks-baloo
Version|17.12.2 |5.49.0
   Assignee|dolphin-bugs-n...@kde.org   |baloo-bugs-n...@kde.org
  Component|general |general

--- Comment #1 from Julian Schraner  ---
Thanks for this report. The crash is most likely caused by baloo, so I'll move
the bug there.

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

[kwin] [Bug 397621] Black stripe on the right side of the monitor.

2018-08-19 Thread DevPre24
https://bugs.kde.org/show_bug.cgi?id=397621

DevPre24  changed:

   What|Removed |Added

   Platform|Other   |Archlinux Packages

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

[dolphin] [Bug 368287] Dolphin crashed while moving files

2018-08-19 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=368287

Julian Schraner  changed:

   What|Removed |Added

 CC||awolf0...@qq.com

--- Comment #17 from Julian Schraner  ---
*** Bug 397535 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 397535] KDE crashed when I cut some file from fat to ntfs

2018-08-19 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=397535

Julian Schraner  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||juliquad...@gmail.com

--- Comment #1 from Julian Schraner  ---
This does appear to be a duplicate of bug 368287. Let's hope that we get a
patch soon™.

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

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

[plasmashell] [Bug 397628] New: Plasma Wayland wallpaper incorrectly scaled on start

2018-08-19 Thread Ken Vermette
https://bugs.kde.org/show_bug.cgi?id=397628

Bug ID: 397628
   Summary: Plasma Wayland wallpaper incorrectly scaled on start
   Product: plasmashell
   Version: 5.13.3
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Desktop Containment
  Assignee: se...@kde.org
  Reporter: verme...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Created attachment 114500
  --> https://bugs.kde.org/attachment.cgi?id=114500&action=edit
the incorrect scale (left) and expected result (right)

When Plasmashell starts on a Wayland Session with 2x scaling enabled, the
wallpaper is over-scaled. This can be temporarily corrected in a session by
killing Plasmashell and restarting it (killall plasmashell && plasmashell).

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

[dolphin] [Bug 368287] Dolphin crashed while moving files

2018-08-19 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=368287

Julian Schraner  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Resolution|BACKTRACE   |---
 Status|NEEDSINFO   |CONFIRMED
 CC||juliquad...@gmail.com

--- Comment #18 from Julian Schraner  ---
We have complete backtraces from some of the duplicates, CONFIRMED.

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

[Akonadi] [Bug 397629] New: Multiple error messages (typically hundreds) after akonadi manual start: could not delete calendar event (no items found)

2018-08-19 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=397629

Bug ID: 397629
   Summary: Multiple error messages (typically hundreds) after
akonadi manual start: could not delete calendar event
(no items found)
   Product: Akonadi
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: ICal file resource
  Assignee: kdepim-b...@kde.org
  Reporter: jsar...@gmail.com
  Target Milestone: ---

While these hundreds of pop-ups emerge, the system is irresponsive and
afterwards, they have to be closed one-by-one to continue working normally.

This is quite annoying as you can imagine (fortunately I don't have to manually
start akonadi many times). I guess the issue depends on my own calendars and
configuration, so not much people is affected (otherwise I assume it would have
been already fixed).

I'm willing to report more info and help testing if properly directed. In the
meantime I'll try to silence these pop-up error messages.

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

[dolphin] [Bug 397630] New: Width of Dolphin 18.08 settings window is not enough to show pt-br translation entirely

2018-08-19 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=397630

Bug ID: 397630
   Summary: Width of Dolphin 18.08 settings window is not enough
to show pt-br translation entirely
   Product: dolphin
   Version: 18.08.0
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: bugsefor...@gmx.com
CC: elvis.angelac...@kde.org
  Target Milestone: ---

Created attachment 114501
  --> https://bugs.kde.org/attachment.cgi?id=114501&action=edit
demonstration

Watch the screencast recorded on Arch Linux please.

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

[kwin] [Bug 397621] Black stripe on the right side of the monitor.

2018-08-19 Thread DevPre24
https://bugs.kde.org/show_bug.cgi?id=397621

--- Comment #4 from DevPre24  ---
I temporarily fixed the issue rollbacking to 5.13.3-1 the following packages:
-kscreen
-kwin
-plasma-wayland-session
-plasma-workspace

I will try to update them one by one to localize the problem as soon as i can.

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

[plasmashell] [Bug 397628] Plasma Wayland wallpaper incorrectly scaled on start

2018-08-19 Thread Ken Vermette
https://bugs.kde.org/show_bug.cgi?id=397628

--- Comment #1 from Ken Vermette  ---
Created attachment 114502
  --> https://bugs.kde.org/attachment.cgi?id=114502&action=edit
When going from 2x scale to 1x scale the wallpaper will also become undersized.

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

  1   2   3   4   >