[krita] [Bug 407954] [Brush cursor/outline] Rendering is broken

2019-05-25 Thread David REVOY
https://bugs.kde.org/show_bug.cgi?id=407954

--- Comment #1 from David REVOY  ---
Hi,

New hint after more investigation: if I take a brush outline with many details,
I could see the part hidden of the brush outline were lines. If I try to shake
it quickly over the canvas; it displays a picture:

Video:
https://www.peppercarrot.com/extras/videos/2019-05-26_cursor-oultiner-bug_surprise.mp4
(mp4, 700KB, 23s)

This artwork revealed is a ghost of my previous artwork; even if I closed Krita
in between and this is a new document. This picture is not in my clipboard
either.

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

[frameworks-ktexteditor] [Bug 388453] XML multi-line self-closing tag doesn't decrease indentation

2019-05-25 Thread Karthik Periagaram
https://bugs.kde.org/show_bug.cgi?id=388453

Karthik Periagaram  changed:

   What|Removed |Added

Version|unspecified |5.58.0
 CC||karthik.periaga...@gmail.co
   ||m
   Platform|Mint (Ubuntu based) |Archlinux Packages

--- Comment #1 from Karthik Periagaram  ---
Confirmed. Can reproduce this on latest released packages, Arch linux,
Frameworks 5.58.0, Qt 5.12.3, Kwrite 19.04.1. Updating version to indicate
this.

Bug needs at least two attribute lines to trigger. Bug occurs even if XML data
is entered with automatic indentation on.

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

[digikam] [Bug 406855] Feature request: date from filename

2019-05-25 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=406855

--- Comment #16 from Maik Qualmann  ---
https://invent.kde.org/kde/digikam/commit/1cb00166bc116696106780119db648416b73d10c

Maik

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

[frameworks-ktexteditor] [Bug 402450] commented code pasted is indented as normal code

2019-05-25 Thread Karthik Periagaram
https://bugs.kde.org/show_bug.cgi?id=402450

Karthik Periagaram  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
Version|unspecified |5.58.0
 CC||karthik.periaga...@gmail.co
   ||m
   Platform|Fedora RPMs |Archlinux Packages

--- Comment #1 from Karthik Periagaram  ---
Cannot reproduce this on latest released packages (Arch linux, Frameworks
5.58.0, Qt 5.12.3, KWrite 19.04.1). Updating version to indicate this.

Start with following code (in empty CPP file):

(. = space, | = cursor, tested with and without vi input mode.)

if (some_condition)
something_to_comment();|

Use Ctrl+/ to toggle comment line (this seems to append //. in front).

if (some_condition)
//.something_to_comment();|

Highlight entire line and cut.

if (some_condition)
|

And paste.

if (some_condition)
//.something_to_comment();

The bug appears to be resolved in the latest released version. Marking bug as
resolved/fixed and closing.

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

[frameworks-ktexteditor] [Bug 392732] python (unnecessary) automatic indentation

2019-05-25 Thread Karthik Periagaram
https://bugs.kde.org/show_bug.cgi?id=392732

Karthik Periagaram  changed:

   What|Removed |Added

Version|unspecified |5.58.0
   Platform|Other   |Archlinux Packages
 CC||karthik.periaga...@gmail.co
   ||m
 OS|MS Windows  |Linux

--- Comment #1 from Karthik Periagaram  ---
Confirmed using latest packages on Arch linux (Frameworks 5.58.0, Qt 5.12.3,
Kwrite 19.04.1). Updating version to indicate this.

Automatic indentation seems to be broken for python if/elif/else. Here is a
simpler example to demonstrate this behavior:

(. = space, | = cursor, indentation set to using spaces, indent level 4 spaces)

def main():
if True:
main()|

Press enter and start elif block

def main():
if True:
main()
elif False:|

Upon typing `:`, the indentation of the elif line should have been reduced.
Instead, when I press enter, I get,

def main():
if True:
main()
elif False:
|

This behavior also happens for else.

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

[frameworks-ktexteditor] [Bug 385472] Incorrect indentation in nested 'if' statements without braces

2019-05-25 Thread Karthik Periagaram
https://bugs.kde.org/show_bug.cgi?id=385472

Karthik Periagaram  changed:

   What|Removed |Added

 CC||karthik.periaga...@gmail.co
   ||m
   Platform|Other   |Archlinux Packages
Version|5.38.0  |5.58.0

--- Comment #2 from Karthik Periagaram  ---
Confirmed using latest released packages. Updating version to indicate.

Tested using Arch linux packages (KDE frameworks 5.58.0, Qt 5.12.3, Kwrite
19.04.1).

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

[frameworks-ktexteditor] [Bug 375529] Indentation broken if automatic brackets is used

2019-05-25 Thread Karthik Periagaram
https://bugs.kde.org/show_bug.cgi?id=375529

Karthik Periagaram  changed:

   What|Removed |Added

Version|unspecified |5.58.0
   Platform|Other   |Archlinux Packages
 CC||karthik.periaga...@gmail.co
   ||m

--- Comment #1 from Karthik Periagaram  ---
Confirmed. To trigger this, you only need to set "Indentation using" to tabs.
Leave everything else as defaults.

Arch packages (KDE frameworks 5.58.0, Qt 5.12.3, Kwrite version 19.04.1) are
newer, so I'll update the version for this bug.

Note: When Indentation is set to use spaces, this behavior does NOT happen.

Example and behavior with indentation using spaces:

Start with,

int main()
{
while (true)|
}

Press enter

int main()
{
while (true)
|
}

Open braces

int main()
{
while (true)
{|}
}

Press enter

int main()
{
while (true)
{
|
}
}

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

[krita] [Bug 407954] New: [Brush cursor/outline] Rendering is broken

2019-05-25 Thread David REVOY
https://bugs.kde.org/show_bug.cgi?id=407954

Bug ID: 407954
   Summary: [Brush cursor/outline] Rendering is broken
   Product: krita
   Version: 4.2.0-alpha
  Platform: Compiled Sources
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Usability
  Assignee: krita-bugs-n...@kde.org
  Reporter: i...@davidrevoy.com
  Target Milestone: ---

Hi,

I met a suddent regression about the brush cursor/outline: the rendering is
broken and it is now white and barely visible. That make using Krita
difficicult. Here is how it looks:
https://www.peppercarrot.com/extras/videos/2019-05-26_cursor-outliner-rendering_regression.gif

I'm on branch rempt/407659, still testing the fix for the random switch of
presets. 

My previous build (no issue): 
   3 days - Merge branch 'master' into rempt/407659
   06d01e5e78ec5c3fd1f307024b3ba73886fd5ee3

My actual:
   20h ago - Merge branch 'master' into rempt/407659
   e5ef35779069d2f38880420bc344f77af9742b22

Note: krita-4.2.0-beta-77c9d6b-x86_64.appimage (master) is not affected.

I'll paste more infos about my hardware under:
---

OpenGL Info

  Vendor:  "NVIDIA Corporation" 
  Renderer:  "GeForce GTX 650 Ti/PCIe/SSE2" 
  Version:  "4.4.0 NVIDIA 340.107" 
  Shading language:  "4.40 NVIDIA via Cg compiler" 
  Requested format:  QSurfaceFormat(version 3.0, options
QFlags(DeprecatedFunctions), depthBufferSize 24,
redBufferSize 8, greenBufferSize 8, blueBufferSize 8, alphaBufferSize 8,
stencilBufferSize 8, samples -1, swapBehavior
QSurfaceFormat::SwapBehavior(DoubleBuffer), swapInterval 0, profile 
QSurfaceFormat::OpenGLContextProfile(CompatibilityProfile)) 
  Current format:QSurfaceFormat(version 4.4, options
QFlags(DeprecatedFunctions), depthBufferSize 24,
redBufferSize 8, greenBufferSize 8, blueBufferSize 8, alphaBufferSize 8,
stencilBufferSize 8, samples -1, swapBehavior
QSurfaceFormat::SwapBehavior(DoubleBuffer), swapInterval 0, profile 
QSurfaceFormat::OpenGLContextProfile(CompatibilityProfile)) 
 Version: 4.4
 Supports deprecated functions true 
 is OpenGL ES: false 

QPA OpenGL Detection Info 
  supportsDesktopGL: true 
  supportsOpenGLES: true 
  isQtPreferOpenGLES: false 
== log ==
 Supported renderers: QFlags(0x2|0x4) 
Surface format preference list: 
* QSurfaceFormat(version 3.0, options
QFlags(DeprecatedFunctions), depthBufferSize 24,
redBufferSize 8, greenBufferSize 8, blueBufferSize 8, alphaBufferSize 8,
stencilBufferSize 8, samples -1, swapBehavior
QSurfaceFormat::SwapBehavior(DoubleBuffer), swapInterval 0, profile 
QSurfaceFormat::OpenGLContextProfile(CompatibilityProfile)) 
QSurfaceFormat::RenderableType(OpenGL) 
* QSurfaceFormat(version 3.0, options
QFlags(DeprecatedFunctions), depthBufferSize 24,
redBufferSize 8, greenBufferSize 8, blueBufferSize 8, alphaBufferSize 8,
stencilBufferSize 8, samples -1, swapBehavior
QSurfaceFormat::SwapBehavior(DoubleBuffer), swapInterval 0, profile 
QSurfaceFormat::OpenGLContextProfile(CompatibilityProfile)) 
QSurfaceFormat::RenderableType(OpenGLES) 
Probing format... QSurfaceFormat::RenderableType(OpenGL) 
Found format: QSurfaceFormat(version 3.0, options
QFlags(DeprecatedFunctions), depthBufferSize 24,
redBufferSize 8, greenBufferSize 8, blueBufferSize 8, alphaBufferSize 8,
stencilBufferSize 8, samples -1, swapBehavior
QSurfaceFormat::SwapBehavior(DoubleBuffer), swapInterval 0, profile 
QSurfaceFormat::OpenGLContextProfile(CompatibilityProfile)) 
QSurfaceFormat::RenderableType(OpenGL) 

Krita

 Version: 4.2.0-beta (git e5ef357)
 Languages: C
 Hidpi: false

Qt

  Version (compiled): 5.9.5
  Version (loaded): 5.9.5

OS Information

  Build ABI: x86_64-little_endian-lp64
  Build CPU: x86_64
  CPU: x86_64
  Kernel Type: linux
  Kernel Version: 4.15.0-50-generic
  Pretty Productname: Ubuntu 18.04.2 LTS
  Product Type: ubuntu
  Product Version: 18.04

Hardware Information

  GPU Acceleration: auto
  Memory: 15999 Mb
  Number of Cores: 8
  Swap Location: /tmp

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

[kate] [Bug 407910] Add keyboard shortcut to change font back to default size

2019-05-25 Thread Kishore Gopalakrishnan
https://bugs.kde.org/show_bug.cgi?id=407910

--- Comment #6 from Kishore Gopalakrishnan  ---
I've posted it here: https://phabricator.kde.org/D21412

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

[frameworks-ktexteditor] [Bug 360688] Word wrap does not wrap when window is resized just enough to hide cursor

2019-05-25 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=360688

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #3 from Lothar  ---
>From the description I also think it's not a bug and should be closed.
Not the cursor, nore some space cause a dynamic wrap, only some char.

That the the cursor disapears without a horizontal scroll is a different
story/bug.

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

[kate] [Bug 407910] Add keyboard shortcut to change font back to default size

2019-05-25 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=407910

--- Comment #5 from Dominik Haumann  ---
You have to add an entry into the KTextEditor ui.rc file:
https://github.com/KDE/ktexteditor/blob/master/src/data/katepart5ui.rc

Note: you have to increase the version number from 82 to 83, otherwise it will
not update caches.

Could you post your patch on phabricator.jde.orf?

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

[kate] [Bug 407910] Add keyboard shortcut to change font back to default size

2019-05-25 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=407910

--- Comment #4 from Lothar  ---
> I still haven't figured out how to get it to show in the 'Edit' menu,

On top of these ui/xml is a version number you need to increase

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

[kate] [Bug 360240] Inserting multi-lines snippet after tab does not align following lines

2019-05-25 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=360240

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

--- Comment #6 from Dominik Haumann  ---
The commits you refer to do not change anything related to this issue.

So you tested and it's a "works for you", not a fix, right? :)

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

[frameworks-ktexteditor] [Bug 372638] "the file was created by another program"

2019-05-25 Thread Lothar
https://bugs.kde.org/show_bug.cgi?id=372638

Lothar  changed:

   What|Removed |Added

 CC||loh@googlemail.com

--- Comment #2 from Lothar  ---
I'm also annoyed by this warning when I have some file in more that one
instance of Kate open. But no idea how to fix that. Some communication may
needed in that case.

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

[kate] [Bug 407910] Add keyboard shortcut to change font back to default size

2019-05-25 Thread Kishore Gopalakrishnan
https://bugs.kde.org/show_bug.cgi?id=407910

--- Comment #3 from Kishore Gopalakrishnan  ---
(In reply to Nate Graham from comment #1)
> Konsole now has this, added with
> https://cgit.kde.org/konsole.git/commit/
> ?id=f6e432ab0c04226bd772019911b97298070d1264
> 
> Maybe you could work on a patch, copying how it was done for Konsole?

I have a working patch now, in the sense that the action appears in the
shortcuts manager and if one manually assigns a shortcut to it, one can reset
the font sizes. However, I still haven't figured out how to get it to show in
the 'Edit' menu, or how to correctly assign a default shortcut for it.

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

[kstars] [Bug 407952] Race condition when capturing guide frames, with possible fix

2019-05-25 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=407952

Jasem Mutlaq  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
  Latest Commit||https://commits.kde.org/kst
   ||ars/06adc813c4eaa97b0d5691e
   ||32ac257fa90f0497d
 Resolution|--- |FIXED

--- Comment #1 from Jasem Mutlaq  ---
Git commit 06adc813c4eaa97b0d5691e32ac257fa90f0497d by Jasem Mutlaq.
Committed on 26/05/2019 at 05:20.
Pushed by mutlaqja into branch 'master'.

Ok, there is no make_unique in C++11 so I just used the standard unique_ptr.

Please test this. I think this is just a workaround. We need a way to
synchronize access to these variables in multi-threaded fashion
perhaps using std::unique_lock<> or something similar.

M  +38   -2kstars/indi/indiccd.cpp

https://commits.kde.org/kstars/06adc813c4eaa97b0d5691e32ac257fa90f0497d

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

[dolphin] [Bug 406460] Dolphin freezes or crashes when opening a mounted cifs share over slow VPN

2019-05-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=406460

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|BACKTRACE   |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[dolphin] [Bug 387192] Dolphin through fish don't move files.

2019-05-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=387192

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[plasmashell] [Bug 407419] Plasmashell crashes often when copying files from network locations (Wayland)

2019-05-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=407419

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

[kmymoney] [Bug 406879] kmymoney crash on start-up

2019-05-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=406879

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

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

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

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

[kmymoney] [Bug 406794] Cannot relocate loan account

2019-05-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=406794

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

[dolphin] [Bug 403379] Tab key should switch to view

2019-05-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=403379

Nate Graham  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

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

[dolphin] [Bug 403379] Tab key should switch to view

2019-05-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=403379

Nate Graham  changed:

   What|Removed |Added

  Latest Commit||https://cgit.kde.org/dolphi
   ||n.git/commit/?id=c22df71df2
   ||8315b8b1964671d3452fad5b6ae
   ||0f5
   Version Fixed In||19.08.0

--- Comment #6 from Nate Graham  ---
Fixed with
https://cgit.kde.org/dolphin.git/commit/?id=c22df71df28315b8b1964671d3452fad5b6ae0f5

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

[dolphin] [Bug 403379] Tab key should switch to view

2019-05-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=403379
Bug 403379 depends on bug 403356, which changed state.

Bug 403356 Summary: move the lock of the filter bar on the left close the close 
button
https://bugs.kde.org/show_bug.cgi?id=403356

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

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

[dolphin] [Bug 403356] move the lock of the filter bar on the left close the close button

2019-05-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=403356

Nate Graham  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/dol
   ||phin/c22df71df28315b8b19646
   ||71d3452fad5b6ae0f5
 Resolution|--- |FIXED
   Version Fixed In||19.08.0
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Nate Graham  ---
Git commit c22df71df28315b8b1964671d3452fad5b6ae0f5 by Nate Graham.
Committed on 26/05/2019 at 03:32.
Pushed by ngraham into branch 'master'.

When filter bar is focused, switch to view when tab key is pressed

Summary:
Various people have requested that the tab key move keyboard focus from the
filter bar's
text edit field to the main view. It already does this when the Enter and
return keys
are pressed, but apparently this is not very intuitive and people expect Tab to
work too.

This patch makes that behavior possible by moving the Lock button to the left
of the
text edit field, and re-arranging the code so that the filter bar is
initialized first.
This works because Qt assigns tab ordering by default according to the order of
widget
construction. So if we simply construct the main view right after the filter
bar, then
the tab ordering is set up this way automatically.
Related: bug 403379
FIXED-IN: 19.08.0

Test Plan:
1. Activate Filter bar
2. Hit Tab key
3. View has become focused
4. Play around in Dolphin for a while and notice no regressions or crashes

Reviewers: #dolphin, elvisangelaccio

Reviewed By: #dolphin, elvisangelaccio

Subscribers: kfm-devel

Tags: #dolphin

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

M  +14   -12   src/dolphinviewcontainer.cpp
M  +1-1src/filterbar/filterbar.cpp

https://commits.kde.org/dolphin/c22df71df28315b8b1964671d3452fad5b6ae0f5

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

[konqueror] [Bug 102634] office program keeps saying there is a bug

2019-05-25 Thread Emily
https://bugs.kde.org/show_bug.cgi?id=102634

Emily  changed:

   What|Removed |Added

 CC||emilyrfermai...@gmail.com

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

[digikam] [Bug 407948] Option to configure temp directory

2019-05-25 Thread Rob D
https://bugs.kde.org/show_bug.cgi?id=407948

--- Comment #2 from Rob D  ---
Hi Maik.
I run under the Gnome destkop with the KDE libraries.
I assume the files are created by ImageMagick as they are under names
like "magick-639773V132v321lubl.pam".  I think they are created when
processing video files, but nothing seems to be able to top open
them.   They are described as " Netpbm PAM image file" by file.
While typing this message, I just went back and tested again and it
appears to be only .mp4 exhibit this issue.  I'll see if I can try
encoding some different files and see if it's related to either size,
or the flavour of MP4.
Rob

On Sat, 2019-05-25 at 21:41 +, Maik Qualmann wrote:
> https://bugs.kde.org/show_bug.cgi?id=407948
> 
> Maik Qualmann  changed:
>What|Removed |Added---
> ---
> -- CC|
> |metzping...@gmail.com
> 
> --- Comment #1 from Maik Qualmann  ---I can
> not reproduce that the ImageMagick loader in digiKam creates any
> files in/tmp.
> Linux/KDE Plasma: Fedora 30, kdelibs-4.14.38Use you KDE4 ???
> Maik

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

[kdenlive] [Bug 407953] New: The text on the interface and a few elements in win10 1903 are white first boot

2019-05-25 Thread no
https://bugs.kde.org/show_bug.cgi?id=407953

Bug ID: 407953
   Summary: The text on the interface and a few elements in win10
1903 are white first boot
   Product: kdenlive
   Version: 19.04.1
  Platform: Other
OS: MS Windows
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: wpa69...@hotmail.com.au
  Target Milestone: ---

SUMMARY
Extract the editor first go and backgrounds and elements are white making the
interface ugly and hard to read once the next start it is fine and all fixed

STEPS TO REPRODUCE
1. extract
2. boot first go
3. bask in the gloryness of the buggy interface at the start

OBSERVED RESULT
a lot of the elements like the backgrounds are white making the app hard to
read

EXPECTED RESULT


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

ADDITIONAL INFORMATION

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

[kstars] [Bug 407952] New: Race condition when capturing guide frames, with possible fix

2019-05-25 Thread Kevin Ross
https://bugs.kde.org/show_bug.cgi?id=407952

Bug ID: 407952
   Summary: Race condition when capturing guide frames, with
possible fix
   Product: kstars
   Version: git
  Platform: MS Windows
OS: MS Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: mutla...@ikarustech.com
  Reporter: ke...@familyross.net
  Target Milestone: ---

When capturing guide frames, I would occasionally get the error in the INDI
panel that the requested value (0) was out of range. Also occasionally, I would
get a really, really short exposure, which would result in a guide frame with
just noise.

Digging in, and putting a lot of debug logging in place, I think the problem
comes from when the INDI server sends back status messages about the current
exposure remaining. The problem seems to be made worse because the server and
client are communicating over WiFi, which slows down the responses from the
server to the client.

So, I believe what is happening:

Guide module requests the CCD to capture a new frame.
CCDChip::capture gets the exposure INumberVectorProperty from the device,
and updates the value to the new exposure value.
(I think this is where things go wrong) The client receives a notification
from the server that the exposure value has changed, overwriting the
INumberVectorProperty above
CCDChip::capture sends the wrong value to sendNewNumber()

I verified that # 3 is happening, by modifying CCDCHip::capture so that it
prints the value of the INumberVectorProperty right after it is set, and loops
a few times with a small delay, and prints the values again. During this time,
the value will sometimes change all on its own to 0, leading me to believe that
# 3 above is the culprit.

My fix is to modify CCDChip::capture to clone the INumberVectorProperty into a
local variable and make changes there. Since I don't know the proper way to
clone an INumberVectorProperty, my method is probably not ideal.

But here's my version of CCDChip::capture:

bool CCDChip::capture(double exposure)
{
INumberVectorProperty *expProp = nullptr;

switch (type)
{
case PRIMARY_CCD:
expProp = baseDevice->getNumber("CCD_EXPOSURE");
break;

case GUIDE_CCD:
expProp = baseDevice->getNumber("GUIDER_EXPOSURE");
break;
}

if (expProp == nullptr)
return false;

// clone the INumberVectorProperty, to avoid modifications to the same
// property from two threads
INumber n;
strcpy(n.name, expProp->np[0].name);
n.value = exposure;

auto newExpProp = std::make_unique();
strcpy(newExpProp->device, expProp->device);
strcpy(newExpProp->name, expProp->name);
newExpProp->np = &n;
newExpProp->nnp = 1;

clientManager->sendNewNumber(newExpProp.get());

return true;
}

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

[kdenlive] [Bug 402671] Combining the "Freeze" effect with others does not work

2019-05-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=402671

--- Comment #5 from kadls...@seznam.cz ---
I have tried the test case in Kdenlive version 19.04.1 (with MLT version
6.16.0), and the bug is no longer present (i.e. the "Freeze", "White Balance"
and "Fade from Black" effects work all together as expected).

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

[digikam] [Bug 406855] Feature request: date from filename

2019-05-25 Thread IWBR
https://bugs.kde.org/show_bug.cgi?id=406855

--- Comment #15 from IWBR  ---
It's me again.

I found two pictures whose date was not detected correctly from the filename:

14-09-04_1918.jpg -> 9/4/1918 0:00:00
14-09-04_1937.jpg -> 9/4/1937 0:00:00

I guess it automatically assumes that "19xx" is the year. Again, not a big
deal.

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

[digikam] [Bug 407949] Group By Time uses groups by minute not second

2019-05-25 Thread Bob
https://bugs.kde.org/show_bug.cgi?id=407949

Bob  changed:

   What|Removed |Added

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

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

[digikam] [Bug 407949] Group By Time uses groups by minute not second

2019-05-25 Thread Bob
https://bugs.kde.org/show_bug.cgi?id=407949

--- Comment #5 from Bob  ---
If that is the intended behaviour then it is also working on my system, the
images are less than 2 seconds apart. That was a misunderstanding on my part.
The bug can be closed, I may put in a feature request instead for some level of
adjustment to the group time range in settings.

Thanks again for the help.

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

[kdenlive] [Bug 407778] Saved Project File Track Times Change Randomly Causing 'Invalid clip producer4 on track playlist at ...'

2019-05-25 Thread Robert
https://bugs.kde.org/show_bug.cgi?id=407778

--- Comment #21 from Robert  ---
Hi, a brief update:

-  I've tried out the new kdenlive-19.04.1c-x86_64.appimage and the time
drifting after saves issue appears to be fixed for me.
-  I've edited a fairly large project based on the same files, and I haven't
gotten the 'Invalid clip' error again so that appears to be fixed.  I have also
been testing through opening with a desktop app shortcut which seemed to
trigger the issue before.
-  I do still think there is still one bug which happens on rendering.  I
haven't dug into the source, but I have a hunch that there is another instance
of the same colon related bug.  If I render videos that have the ':' character
in them, the output rendered video just shows blank white frames.  I was able
to work around this by renaming all videos in my project to not include the ':'
character.  Also, for whatever reason, I don't get this error if I run the
kdenlive app image directly from the command-line.  Not sure why, most of the
environment variables are the same.

If you need a set of repo steps for rendering bug, let me know.  I anticipate
that the previous repo steps should be easily adapted.

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

[okular] [Bug 407731] can't open amazon invoices

2019-05-25 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=407731

--- Comment #14 from Albert Astals Cid  ---
it's used to check for trust, not validness.

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

[okular] [Bug 407731] can't open amazon invoices

2019-05-25 Thread David Hurka
https://bugs.kde.org/show_bug.cgi?id=407731

--- Comment #13 from David Hurka  ---
The firefox nssdb is used to verify that the digital signatures are
"cryptografically valid", whatever *exactly* that means, I guess?

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

[digikam] [Bug 407949] Group By Time uses groups by minute not second

2019-05-25 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=407949

--- Comment #4 from Maik Qualmann  ---
As I said, it is less than 2 seconds, which works properly here with a native
digiKam version. And 2 seconds are not too much even with a fast image
sequence. But we already have reports that QDateTime does not work correctly
for some users in the AppImage, including when comparing the creation date. We
need to find the cause and a solution for the AppImage. How is your system
locale set? And does it work, if you start the AppImage with "LANG=C
/path/to/digikam.appimage"?

Maik

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

[plasmashell] [Bug 407927] Notification popup is only partially translatable

2019-05-25 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=407927

Albert Astals Cid  changed:

   What|Removed |Added

 CC||aa...@kde.org

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

[digikam] [Bug 407949] Group By Time uses groups by minute not second

2019-05-25 Thread Bob
https://bugs.kde.org/show_bug.cgi?id=407949

--- Comment #3 from Bob  ---
Apologies again, didn't expect/realise someone had already replied thanks for
the quick response!

I had read elsewhere that only images where only grouped within a second of
each other. If it's 2 seconds, is there a way for the user to reduce that? My
use-case: I only want photos with identical timestamps grouped (RAW & JPEG of
the same shot). 

With grouping as it is I get different shots taken manually in quick succession
or burst shots grouped together.

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

[kate] [Bug 360240] Inserting multi-lines snippet after tab does not align following lines

2019-05-25 Thread Edward Kigwana
https://bugs.kde.org/show_bug.cgi?id=360240

--- Comment #5 from Edward Kigwana  ---
Created attachment 120313
  --> https://bugs.kde.org/attachment.cgi?id=120313&action=edit
Screen recording of kate window

kde-frameworks/ktexteditor: commit b2064042daa143ae60d5728d46777511aee74a02
kde-apps/kate: commit b642a531b022f93c1b07880a3a195c2a6dfd7538

Kate Version 18.03.70
Kate Part Version 5.59.0
QT 5.12.3

Note I have adjust indention of code pasted from the clipboard enabled.

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

[digikam] [Bug 407949] Group By Time uses groups by minute not second

2019-05-25 Thread Bob
https://bugs.kde.org/show_bug.cgi?id=407949

--- Comment #2 from Bob  ---
Apologies, rushed that post - additional details below.

SUMMARY
Digikam Group By Time groups images by nearest minute, not nearest second.


STEPS TO REPRODUCE
1. Select 2 photos with Date Taken timestamp a second apart
2. Choose Group -> Group By Time
3. 

OBSERVED RESULT
2 images with timestamps 2016:03:18 15:52:15 2016:03:18 15:52:16 get grouped
together.

EXPECTED RESULT
Images a second or more apart should not be grouped

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Ubuntu 19.04 (5.0.0-15-generic SMP x86_64)
KDE Plasma Version: Plasma 5.15.5 from Kubuntu backports
KDE Frameworks Version: 5.57.0
Qt Version: 5.12.2

ADDITIONAL INFORMATION

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

[okular] [Bug 407731] can't open amazon invoices

2019-05-25 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=407731

--- Comment #12 from Albert Astals Cid  ---
poppler 0.68 is still almost a year old.

If you're not a firefox user (and thus don't have a firefox nssdb that can be
used) you want at least poppler 0.72

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

[lattedock] [Bug 398106] Dodge Window not properly working on wayland (multiple desktops)

2019-05-25 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=398106

Michail Vourlakos  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/lat
   ||te-dock/a8a19bb5504bf9b6ff0
   ||b01a258e820342ed311a2
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Michail Vourlakos  ---
Git commit a8a19bb5504bf9b6ff0b01a258e820342ed311a2 by Michail Vourlakos.
Committed on 25/05/2019 at 21:58.
Pushed by mvourlakos into branch 'master'.

support VirtualDesktops for kwayland>=5.52

--This of course needs Plasma>=5.15

M  +15   -2app/lattecorona.cpp
M  +4-1app/settings/settingsdialog.cpp
M  +132  -59   app/wm/waylandinterface.cpp
M  +20   -0app/wm/waylandinterface.h

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

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

[digikam] [Bug 407948] Option to configure temp directory

2019-05-25 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=407948

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
I can not reproduce that the ImageMagick loader in digiKam creates any files in
/tmp.

Linux/KDE Plasma: Fedora 30, kdelibs-4.14.38
Use you KDE4 ???

Maik

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

[ktorrent] [Bug 388966] Enabling "Search" plugin freezes KTorrent application

2019-05-25 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=388966

Wolfgang Bauer  changed:

   What|Removed |Added

 Blocks|329217  |


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=329217
[Bug 329217] Remove isohunt from the list of search engines.
-- 
You are receiving this mail because:
You are watching all bug changes.

[ktorrent] [Bug 329217] Remove isohunt from the list of search engines.

2019-05-25 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=329217

Wolfgang Bauer  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
   Version Fixed In||5.1.0
 Depends on|388966  |
  Latest Commit||https://cgit.kde.org/ktorre
   ||nt.git/commit/?id=acc03acf1
   ||a1b9aa459a05eee513dda0de8d2
   ||c724
 Resolution|--- |FIXED
 CC||wba...@tmo.at

--- Comment #5 from Wolfgang Bauer  ---
(In reply to Emilio from comment #4)
> I can't test because of bug 388966

isohunt has been removed though when the search plugin was re-enabled in 5.x:
https://cgit.kde.org/ktorrent.git/commit/?id=acc03acf1a1b9aa459a05eee513dda0de8d2c724

https://cgit.kde.org/ktorrent.git/tree/plugins/search/searchenginelist.cpp#n43


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=388966
[Bug 388966] Enabling "Search" plugin freezes KTorrent application
-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 407949] Group By Time uses groups by minute not second

2019-05-25 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=407949

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
Images are grouped with less than 2 seconds. I think this is again a locale
problem with the AppImage. Please start the AppImage with "LANG=C
/path/to/digikam.appimage" and report if the problem is solved.

Maik

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

[kate] [Bug 360240] Inserting multi-lines snippet after tab does not align following lines

2019-05-25 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=360240

--- Comment #4 from Dominik Haumann  ---
Since when, which commit? What did you do to test?

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

[kmymoney] [Bug 407902] KMyMoney crashes in LEAP15.1

2019-05-25 Thread Eion MacDonald
https://bugs.kde.org/show_bug.cgi?id=407902

--- Comment #11 from Eion MacDonald  ---
on receipt of email from 
Comment #9 from Thomas Baumgart  ---
Does running the AppImage also crash on XFCE and Leap 15.1 for you? The 
AppImage can be found here:

  https://binary-factory.kde.org/job/KMyMoney_Stable_Appimage_Build/

I learned how to make an Appimage executable and run.
The Appimage
"https://binary-factory.kde.org/job/KMyMoney_Stable_Appimage_Build/";

This opened my KMyMoney file and a transaction was possible in XFCE openSUSE
LEAP15.
I trust this helps analysis

Thanks for your work, we appear to be progressing. I assume that an update will
appear in the repositories?
regards
Eion MacDonald

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

[kmymoney] [Bug 407902] KMyMoney crashes in LEAP15.1

2019-05-25 Thread Eion MacDonald
https://bugs.kde.org/show_bug.cgi?id=407902

--- Comment #10 from Eion MacDonald  ---
On 25/05/2019 13:35, Thomas Baumgart wrote:
> https://bugs.kde.org/show_bug.cgi?id=407902
>
> Thomas Baumgart  changed:
>
>What|Removed |Added
> 
>  Status|REPORTED|NEEDSINFO
>  Resolution|--- |WAITINGFORINFO
>
> --- Comment #9 from Thomas Baumgart  ---
> Does running the AppImage also crash on XFCE and Leap 15.1 for you? The
> AppImage can be found here:
>
>   https://binary-factory.kde.org/job/KMyMoney_Stable_Appimage_Build/
>
20190525 at 22.15 BST (UK)
confirm kmymoney from Appimage_build works when
file made executable
file opened
This opened my KMyMoney file.

I trust this helps your analysis.
regards
Eion MacDonald

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

[ktorrent] [Bug 396484] "machine geolite.mamind.com: host not found unknown" when I open nightly build installed via flatpak

2019-05-25 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=396484

Wolfgang Bauer  changed:

   What|Removed |Added

 CC||wba...@tmo.at

--- Comment #4 from Wolfgang Bauer  ---
Isn't this basically the same as bug#403054?

This should fix it:
https://phabricator.kde.org/D21145

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

[digikam] [Bug 407947] Crash while updating fingerprints.

2019-05-25 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=407947

Maik Qualmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||6.2.0
  Latest Commit||https://invent.kde.org/kde/
   ||digikam/commit/157f9427e963
   ||b12a73b8d6fe15176c9de6c87cc
   ||e

--- Comment #4 from Maik Qualmann  ---
Git commit 157f9427e963b12a73b8d6fe15176c9de6c87cce by Maik Qualmann.
Committed on 25/05/2019 at 21:03.
Pushed by mqualmann into branch 'master'.

only images for ImageMagick loader
FIXED-IN: 6.2.0

M  +2-1NEWS
M  +11   -0core/libs/dimg/loaders/magickloader.cpp
M  +1-1core/libs/threadimageio/thumb/thumbnailcreator.cpp

https://invent.kde.org/kde/digikam/commit/157f9427e963b12a73b8d6fe15176c9de6c87cce

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

[digikam] [Bug 407947] Crash while updating fingerprints.

2019-05-25 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=407947

--- Comment #3 from Maik Qualmann  ---
The creation of fingerprints actually only searches images. For some reason the
MP3 files have be stored in the database as image. No matter, the ImageMagick
loader does filter now all not images.

Maik

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

[frameworks-plasma] [Bug 407951] Hovering over an icon with touchscreen is not the same as hovering with touchpad. Tap/Click/Launch not triggered.

2019-05-25 Thread Marian Klein
https://bugs.kde.org/show_bug.cgi?id=407951

--- Comment #1 from Marian Klein  ---
By hovering on touchscreen on the icon, I mean both moving along the surface of
the touchscreen from outside icon towards inside the icon  or jumping inside
the icon from outside the icon.
In both ways the outcome is different from touchpad.

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

[krita] [Bug 400357] [layer-stack] Renaming layers has not a consistent usability

2019-05-25 Thread Dmitry Utkin
https://bugs.kde.org/show_bug.cgi?id=400357

--- Comment #12 from Dmitry Utkin  ---
Created attachment 120311
  --> https://bugs.kde.org/attachment.cgi?id=120311&action=edit
Disable updating layer name upon thumbnail update

I had some debug session today and found the reason of the bug. It comes from
the timer which updates the thumbnail which drops to
"LayerBox::updateThumbnail()" -> "NodeView::updateNode()" ->
"NodeView::dataChanged(...)" -> "NodeDelegate::setEditorData(...)". 

There is no reason to update layer name in edit box every time when that signal
is emitted, actually, it's sufficient enough to update it for the first time
only when the layer name is to be put to the editbox, because of the second and
further signals are came from "updateThumbnail".

I didn't find an other simple way to fix it, but this patch works reliable
enough and do not revert layer name any more.

Please consider this patch, it fixes the bug, but I'm not sure if it is the
correct way to go.

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

[frameworks-syntax-highlighting] [Bug 407060] incorrect YAML highlighted some text block

2019-05-25 Thread Nibaldo G.
https://bugs.kde.org/show_bug.cgi?id=407060

--- Comment #2 from Nibaldo G.  ---
Proposed patch: https://phabricator.kde.org/D21411

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

[kdenlive] [Bug 375741] Add Sideshow Clip doesn't work

2019-05-25 Thread Vincent PINON
https://bugs.kde.org/show_bug.cgi?id=375741

Vincent PINON  changed:

   What|Removed |Added

   Version Fixed In||19.04.2

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

[frameworks-plasma] [Bug 407951] Hovering over an icon with touchscreen is not the same as hovering with touchpad. Tap/Click/Launch not triggered.

2019-05-25 Thread Marian Klein
https://bugs.kde.org/show_bug.cgi?id=407951

Marian Klein  changed:

   What|Removed |Added

   Platform|Other   |Ubuntu Packages

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

[frameworks-plasma] [Bug 407951] New: Hovering over an icon with touchscreen is not the same as hovering with touchpad. Tap/Click/Launch not triggered.

2019-05-25 Thread Marian Klein
https://bugs.kde.org/show_bug.cgi?id=407951

Bug ID: 407951
   Summary: Hovering over an icon with touchscreen is not the same
as hovering with touchpad. Tap/Click/Launch not
triggered.
   Product: frameworks-plasma
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: libplasma
  Assignee: notm...@gmail.com
  Reporter: mkleins...@gmail.com
  Target Milestone: ---

SUMMARY


Still the problem exist with kubuntu 19.04/disco in May 2019. This is a shame.
There are plenty of convertable devices laptop/tablet on the market.
HP spectre x360 Convertible. model 13-ae053na.

Touchscreen hover is not the same as touchpad hover. Or it has different action
associated in plasma.

Hovering over an icon gets the focus of the icon for a touchpad , but not with
a touchscreen.
With the focus on the icon the click or double click work for a touchpad.
To test: I can always trigger a tap/single click/double click on touchscreen ,
when previously hovering with touchpad over the icon. I always open/launch the
icon like that. If not touchpad hover , then it is striggle to launch the icon. 


STEPS TO REPRODUCE
1. Get kubuntu 19.04 with any convertible laptop with a touchscreen.
2. hover with touch screen over the icon
3. hover with touchpad over the same icon, you get different behaviour 
4. you can tap/click in touchscreen only when hovered on touchpad previously

OBSERVED RESULT
Cannot trigger/launch icon on touchscreen

EXPECTED RESULT
Touchscreen hover and touchpad hover should behave the same way (by default.)

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

ADDITIONAL INFORMATION

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

[kdenlive] [Bug 375741] Add Sideshow Clip doesn't work

2019-05-25 Thread Vincent PINON
https://bugs.kde.org/show_bug.cgi?id=375741

Vincent PINON  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 CC||vpi...@kde.org
 Resolution|--- |FIXED

--- Comment #5 from Vincent PINON  ---
Just fixed :)

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

[digikam] [Bug 407946] Duplicates search should perform the search automatically

2019-05-25 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=407946

Maik Qualmann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||6.2.0
  Latest Commit||https://invent.kde.org/kde/
   ||digikam/commit/672daf431b8c
   ||0ac79a843ff05824c0449fd0a30
   ||8
 Status|REPORTED|RESOLVED

--- Comment #4 from Maik Qualmann  ---
Git commit 672daf431b8c0ac79a843ff05824c0449fd0a308 by Maik Qualmann.
Committed on 25/05/2019 at 20:18.
Pushed by mqualmann into branch 'master'.

perform auto duplicates search an set settings
fix some search albums views
FIXED-IN: 6.2.0

M  +2-1NEWS
M  +1-1core/app/views/sidebar/leftsidebarwidgets.cpp
M  +6-2core/libs/album/manager/albummanager.h
M  +8-0core/libs/album/manager/albummanager_album.cpp
M  +32   -1core/utilities/fuzzysearch/findduplicatesview.cpp
M  +1-0core/utilities/fuzzysearch/findduplicatesview.h
M  +7-7core/utilities/fuzzysearch/fuzzysearchview.cpp
M  +2-2core/utilities/geolocation/mapsearches/gpssearchview.cpp
M  +1-1core/utilities/searchwindow/searchmodificationhelper.cpp

https://invent.kde.org/kde/digikam/commit/672daf431b8c0ac79a843ff05824c0449fd0a308

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

[ktouch] [Bug 407950] New: KTouch from ubuntu-disco-universe reports Qt version error on Kubuntu 19.04 Disco Dingo

2019-05-25 Thread Nora
https://bugs.kde.org/show_bug.cgi?id=407950

Bug ID: 407950
   Summary: KTouch from ubuntu-disco-universe reports Qt version
error on Kubuntu 19.04 Disco Dingo
   Product: ktouch
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: critical
  Priority: NOR
 Component: general
  Assignee: sebastian.gottfr...@posteo.de
  Reporter: interessierem...@nurfuerspam.de
  Target Milestone: ---

SUMMARY
KTouch from ubuntu-disco-universe (4:18.12.3-0ubuntu1) runs not on Kubuntu
19.04 Disco Dingo.

STEPS TO REPRODUCE
1. Install Kubuntu 19.04 as provided by image.
2. Install KTouch (4:18.12.3-0ubuntu1) from ubuntu packages (Discover,
ubuntu-disco-universe)
3. Start KTouch by KStarter

OBSERVED RESULT
Error Message at start up: "Schreibmaschinenkurs hat ein Laufzeitfehler
festgestellt und muss beendet werden."
Details:
"qrc:/qml/main.qml:File was compiled ahead of time with an incompatible version
of Qt and the original file cannnot be found. Please recompile.".
Closing message will close KTouch.

EXPECTED RESULT
KTouch starts as snap-version (19.04.0) does on Disco Dingo.

SOFTWARE/OS VERSIONS
Windows: -
macOS: -
Linux/KDE Plasma: Kubuntu 19.04
(available in About System)
KDE Plasma Version: 5.15.3
KDE Frameworks Version: 5.56.0
Qt Version: 5.12.2

ADDITIONAL INFORMATION
Bug or packaging error? If latter: sorry for reporting it here. But wherelse?
Snap version (19.04.) is available and fully functional, so 4:18.12.3-0ubuntu1
should be removed if it is not the right version for Disco Dingo. The image of
this really great type trainer should not be damaged by wrong packaging.

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

[digikam] [Bug 407949] New: Group By Time uses groups by minute not second

2019-05-25 Thread Bob
https://bugs.kde.org/show_bug.cgi?id=407949

Bug ID: 407949
   Summary: Group By Time uses groups by minute not second
   Product: digikam
   Version: 6.1.0
  Platform: Appimage
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Albums-Group
  Assignee: digikam-bugs-n...@kde.org
  Reporter: arkon...@yahoo.com
  Target Milestone: ---

SUMMARY


STEPS TO REPRODUCE
1. Select 2 photos with Date Taken timestamp a second apart
2. Choose Group -> Group By Time
3. 

OBSERVED RESULT
2 images with timestamps 2016:03:18 15:52:15 2016:03:18 15:52:16 get grouped
together.

EXPECTED RESULT


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

ADDITIONAL INFORMATION

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

[plasmashell] [Bug 382412] Play/Pause-Button disabled after pausing music played with VLC

2019-05-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=382412

maxmustermann1...@web.de changed:

   What|Removed |Added

 CC||maxmustermann1...@web.de

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

[LabPlot2] [Bug 406823] CSV Import Failes to detect rows

2019-05-25 Thread Stefan Gerlach
https://bugs.kde.org/show_bug.cgi?id=406823

Stefan Gerlach  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Stefan Gerlach  ---
This problem is caused by the unusual bevavior of the command wc on macOS. It's
fixed now in the package labplot-2.7.0rc2.dmg which can be found on
https://theorie.physik.uni-konstanz.de/gerlach/labplot/

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

[digikam] [Bug 407948] Option to configure temp directory

2019-05-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=407948

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

   What|Removed |Added

  Component|Faces-Detection |FilesIO-Engine
 CC||caulier.gil...@gmail.com

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

[digikam] [Bug 407948] New: Option to configure temp directory

2019-05-25 Thread Rob D
https://bugs.kde.org/show_bug.cgi?id=407948

Bug ID: 407948
   Summary: Option to configure temp directory
   Product: digikam
   Version: 6.2.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Faces-Detection
  Assignee: digikam-bugs-n...@kde.org
  Reporter: d...@dukey.org
  Target Milestone: ---

SUMMARY

During face detection, Imagemagick working files are created in /tmp.  On many
systems, this is a tmpfs filesystem and is of limited space.  The ability to
specify a alternate location would add with stability in these situations.


STEPS TO REPRODUCE
1. Start Digikam
2. Add many large image and movie files.
3. Start face detection

OBSERVED RESULT

Large files get created in /tmp which can fill small filesystems.

EXPECTED RESULT



SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Fedora 30, kdelibs-4.14.38
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

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

[frameworks-kcoreaddons] [Bug 407271] KAboutData crashes when using git svn with KWallet

2019-05-25 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=407271

--- Comment #4 from Antonio Rojas  ---
Also reproducible in Tumbleweed, so definitely not a downstream problem.

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

[kdeconnect] [Bug 402019] Accents not send to device

2019-05-25 Thread Flaviano Matos
https://bugs.kde.org/show_bug.cgi?id=402019

Flaviano Matos  changed:

   What|Removed |Added

 CC||pehteimoso-kdeb...@yahoo.co
   ||m

--- Comment #4 from Flaviano Matos  ---
I've come to report this bug. 


KDE Connect Version: 1.3.3
Operating System: Linux Mint 19.1
KDE Plasma Version: 5.12.7
Qt Version: 5.9.5
KDE Frameworks Version: 5.44.0
Kernel Version: 4.15.0-50-generic
OS Type: 64-bit

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

[KEXI] [Bug 298149] Add support for native SQL statements to Kexi

2019-05-25 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=298149

Jarosław Staniek  changed:

   What|Removed |Added

  Component|General |Queries

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

[krita] [Bug 407921] LUT management with defined OCIO doesn't work on Linux

2019-05-25 Thread wolthera
https://bugs.kde.org/show_bug.cgi?id=407921

--- Comment #6 from wolthera  ---
I build 77c9d6b and yes, if I don't run use 'LC_ALL=C krita' specifically, ocio
won't work for me. My previous test was also with 'LC_ALL=C krita', despite my
pc set to american localization, so whatever is causing the ocio bug, it's very
very special.

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

[digikam] [Bug 407947] Crash while updating fingerprints.

2019-05-25 Thread IWBR
https://bugs.kde.org/show_bug.cgi?id=407947

--- Comment #2 from IWBR  ---
"Unsupported image format". Well, yeah.

Why with that file in particular? Couldn't digikam skip non-picture files?

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

[digikam] [Bug 407947] Crash while updating fingerprints.

2019-05-25 Thread IWBR
https://bugs.kde.org/show_bug.cgi?id=407947

IWBR  changed:

   What|Removed |Added

 CC||iwannaber...@gmail.com

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

[digikam] [Bug 407947] Crash while updating fingerprints.

2019-05-25 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=407947

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
ImageMagick crashes while trying to load an MP3 audio file...

Maik

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

[digikam] [Bug 407947] New: Crash while updating fingerprints.

2019-05-25 Thread IWBR
https://bugs.kde.org/show_bug.cgi?id=407947

Bug ID: 407947
   Summary: Crash while updating fingerprints.
   Product: digikam
   Version: 6.2.0
  Platform: Appimage
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Searches-Similarity
  Assignee: digikam-bugs-n...@kde.org
  Reporter: iwannaber...@gmail.com
  Target Milestone: ---

SUMMARY

Digikam crashed when updating the fingerprints (reached 73%). 
Here's the console full output with the backtrace:
https://drive.google.com/open?id=1wgXbgOofUZW8Q9_yCZbRfs--wItl8NXX


STEPS TO REPRODUCE
1. Go to the Similarity panel. 
2. Click on Update fingerprints.


SOFTWARE/OS VERSIONS
Ubuntu 18.04 with Gnome
digikam-6.2.0-git-20190522T104638-qtwebkit-x86-64.appimage

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

[okular] [Bug 407731] can't open amazon invoices

2019-05-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=407731

--- Comment #11 from mauro.miate...@virgilio.it ---
updating to 68 version doest solve

> dpkg -l | grep poppler
ii  libpoppler-glib8:amd640.68.0-0ubuntu1.6
ii  libpoppler-qt5-1:amd640.68.0-0ubuntu1.6
ii  libpoppler73:amd640.62.0-2ubuntu2.8
ii  libpoppler79:amd640.68.0-0ubuntu1.6
ii  poppler-data  0.4.9-2  
ii  poppler-utils 0.68.0-0ubuntu1.6

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

[dolphin] [Bug 403064] Dolphin crashes when hiding device from device tab

2019-05-25 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=403064

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||fierra...@hotmail.com

--- Comment #8 from Elvis Angelaccio  ---
*** Bug 407943 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 407943] dolphin crash on hide repeated devices

2019-05-25 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=407943

Elvis Angelaccio  changed:

   What|Removed |Added

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

--- Comment #1 from Elvis Angelaccio  ---


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

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

[KXStitch] [Bug 407875] Save/load file in KXStitch is not working properly.

2019-05-25 Thread Steve Allewell
https://bugs.kde.org/show_bug.cgi?id=407875

--- Comment #2 from Steve Allewell  ---
I have been doing some experimenting and tried the release-2.1.0 branch
(v2.1.1) and the current master branch.

OpenSuSE Leap 15.1, KDE 5.55.0, Qt 5.9.7 which works fine.

OpenSuSE Leap 15.0, KDE 5.45.0, Qt 5.9.4 which works fine.

OpenSuSE Tumbleweed, KDE 5.58.0, Qt 5.12.3 which does not work.

It seems to be something got broken somewhere, although I haven't narrowed down
what that is yet.

If you can confirm which versions of KDE and Qt you have, that might help
narrow it down.  I will continue investigating.

Regards

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

[digikam] [Bug 407946] Duplicates search should perform the search automatically

2019-05-25 Thread IWBR
https://bugs.kde.org/show_bug.cgi?id=407946

--- Comment #3 from IWBR  ---
Oh, and I forgot, I would perform the fingerprint update on the go, as new
files are imported into Digikam. At least if the main fingerprint update has
already been performed manually. (Maybe an option in the main settings, to
enable o disable automatic fingerprints?).

Otherwise the user needs to remember to regularly update the fingerprints by
going to that panel an clicking that button. (And the same same applies to face
detection/recognition, but that's another topic).

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

[digikam] [Bug 407946] Duplicates search should perform the search automatically

2019-05-25 Thread IWBR
https://bugs.kde.org/show_bug.cgi?id=407946

--- Comment #2 from IWBR  ---
I mean, it allows for flexibility in the search, which is great, but it's not
user friendly at all.

I would personally put that Combobox in an "Advanced" section, and by default
search only in Albums or Tags, based on which tab is selected at that moment. 

Same with the "Similarity range" and "Restriction" options.

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

[digikam] [Bug 402894] Display of original image

2019-05-25 Thread Dirk
https://bugs.kde.org/show_bug.cgi?id=402894

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

thanks for fast replay! - OK, makes sense and is more straight foreward...

Is there any change to get behaviour to "not show original image" for
all images?

(without deleting and than newly create the new versions)

regards

Dirk




Am 25.05.2019 um 17:07 schrieb Maik Qualmann:
> https://bugs.kde.org/show_bug.cgi?id=402894
>
> --- Comment #4 from Maik Qualmann  ---
> The behavior in digiKam-6.0.0 was unfortunately wrong and is now correct again
> from digiKam-6.1.0. Statement:
> "Save changes" saves an image derived from the original, if the option in the
> setup is disabled, the original image is hidden.
> "Save as new image" stores an image derived from the original, but as a new
> branch, the original image is not hidden.
>
> Maik
>

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

[krita] [Bug 407921] LUT management with defined OCIO doesn't work on Linux

2019-05-25 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=407921

--- Comment #5 from Boudewijn Rempt  ---
I'm pretty sure all my laptops are LC_ALL=C, but I will check.

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

[digikam] [Bug 407946] Duplicates search should perform the search automatically

2019-05-25 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=407946

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
What do you think about the ComboBox at top, ie "only selected tabs, albums but
not tags", etc. Is this helpful? Mario installed it, because the album
selection was not so clear, but there were corrections in the meantime. I tend
to remove this selection...

Maik

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

[digikam] [Bug 407946] New: Duplicates search should perform the search automatically

2019-05-25 Thread IWBR
https://bugs.kde.org/show_bug.cgi?id=407946

Bug ID: 407946
   Summary: Duplicates search should perform the search
automatically
   Product: digikam
   Version: 6.2.0
  Platform: Appimage
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: Searches-Similarity
  Assignee: digikam-bugs-n...@kde.org
  Reporter: iwannaber...@gmail.com
  Target Milestone: ---

SUMMARY

Performing a duplicate search is quite cumbersome at the moment. 

First, you must right click the Album or Tag and select "Find Duplicates...".
Digikam then just opens the Similarity panel with the Album or Tag preselected
on the dropdown list, but does nothing.

The user then needs to select the appropriate "Restrict to" option ("Albums but
no tags, or "Tags but not albums"), otherwise the search won't work, and
finally click on the "Find duplicates" button.

Moreover, that panel will show the results of the last similarity search
performed by the user (even from the "Image" tab). I think old results should
be cleared up before performing the new search.

STEPS TO REPRODUCE
1. Right click on any Album or Tag.
2. Click on "Find duplicates...".

OBSERVED RESULT
The Similarity panel opens. Said Album/Tag is pre-selected on the list.
If a previous search had been performed, the results are still there.

EXPECTED RESULT
The search is performed automatically and results (duplicated pictures) are
shown.

SOFTWARE/OS VERSIONS
Ubuntu 18.04 with Gnome
digikam-6.2.0-git-20190522T104638-qtwebkit-x86-64.appimage

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

[digikam] [Bug 407946] Duplicates search should perform the search automatically

2019-05-25 Thread IWBR
https://bugs.kde.org/show_bug.cgi?id=407946

IWBR  changed:

   What|Removed |Added

 CC||iwannaber...@gmail.com

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

[kmymoney] [Bug 407494] Stock price updating slow

2019-05-25 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=407494

--- Comment #20 from Thomas Baumgart  ---
FWIW: I am on the same gnutls version here on opensuse Leap 15

libgnutls30-3.6.7-lp150.9.1.x86_64

I yet have to trace, if any of my price service connections uses TLS 1.3.
Maybe, this is also related to the Qt version. Which part of the software stack
(from top to bottom (KMyMoney), KF5 (esp. KIO), Qt, GnuTLS, Kernel) is
controlling any of this stuff. I put KMyMoney in parens as it is certainly not
involved and does not play with any of the parameters.

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

[elisa] [Bug 407945] New: "Files" view shows misaligned folder names

2019-05-25 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=407945

Bug ID: 407945
   Summary: "Files" view shows misaligned folder names
   Product: elisa
   Version: 0.4.0
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: matthieu_gall...@yahoo.fr
  Reporter: bugsefor...@gmx.com
  Target Milestone: ---

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

SUMMARY
As we can see in the screenshot of elisa 0.4 on Arch Linux,
folder names are misaligned in "Files" view.

STEPS TO REPRODUCE
1. open elisa
2. click "Files" in the left side
3. 

EXPECTED RESULT
folder names are aligned correctly.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.15.5
KDE Frameworks Version: 5.58.0
Qt Version: 5.12.3

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

[krunner] [Bug 407944] New: Web shortcuts that start with a dot aren't shown

2019-05-25 Thread Nazar Vinnichuk
https://bugs.kde.org/show_bug.cgi?id=407944

Bug ID: 407944
   Summary: Web shortcuts that start with a dot aren't shown
   Product: krunner
   Version: 5.15.5
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: webshortcuts
  Assignee: ro...@kde.org
  Reporter: kharacter...@gmail.com
  Target Milestone: ---

SUMMARY
All the added web shortcuts that start with a dot are not shown in the Web
Shortcuts section of System Settings nor shown in KRunner. In the
`~/.local/share/kservices5/searchproviders/` directory there are files of these
shortcuts, but they are hidden (start with a dot).

STEPS TO REPRODUCE
1. Create a shortcut via the `New Web Shortcut` form in System Settings.
2. Fill the `Shortcut name` and `Shortcut URL` fields.
3. In the `Shortcuts` field enter `.demo`.
4. Submit a form.
5. Apply changes and close System Settings.

OBSERVED RESULT
The `.demo` shortcut is not shown in the KRunner and isn't shown in the list of
shortcuts in the `Web Shortcuts` section of System Settings.

EXPECTED RESULT
I expect a working shortcut or some kind of a message about an invalid shortcut
name.

SOFTWARE/OS VERSIONS
Operating System: KDE neon 5.15
KDE Plasma Version: 5.15.5
KDE Frameworks Version: 5.58.0
Qt Version: 5.12.0
Kernel Version: 4.18.0-20-generic
OS Type: 64-bit

ADDITIONAL INFORMATION
It is an example of content of a shortcut file in the
~/.local/share/kservices5/searchproviders/ directory:

[Desktop Entry]
Charset=
Hidden=false
Keys=.demo
Name=Demo
Query=www.google.com
Type=Service
X-KDE-ServiceTypes=SearchProvider

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

[dolphin] [Bug 407943] New: dolphin crash on hide repeated devices

2019-05-25 Thread Fierralin
https://bugs.kde.org/show_bug.cgi?id=407943

Bug ID: 407943
   Summary: dolphin crash on hide repeated devices
   Product: dolphin
   Version: 18.12.3
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: fierra...@hotmail.com
CC: elvis.angelac...@kde.org
  Target Milestone: ---

Application: dolphin (18.12.3)

Qt Version: 5.9.7
Frameworks Version: 5.55.0
Operating System: Linux 4.12.14-lp151.27-default x86_64
Distribution: "openSUSE Leap 15.1"

-- Information about the crash:
when I load system and mount all my partitions from 4 disks (including windows
partitions) , there are repeated devices with a red cross in the left side.
When i hide about two, it crashs, again and again until I hide them all.

The crash can be reproduced sometimes.

-- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fd551e35f40 (LWP 13023))]

Thread 4 (Thread 0x7fd52960a700 (LWP 13027)):
#0  0x7fd5516c119b in poll () from /lib64/libc.so.6
#1  0x7fd5440b51a9 in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x7fd5440b52bc in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#3  0x7fd54b85196b in QEventDispatcherGlib::processEvents
(this=0x7fd524000b10, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x7fd54b7f690a in QEventLoop::exec (this=this@entry=0x7fd529609cb0,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x7fd54b614daa in QThread::exec (this=) at
thread/qthread.cpp:515
#6  0x7fd54b619ced in QThreadPrivate::start (arg=0x55cd3e302ce0) at
thread/qthread_unix.cpp:368
#7  0x7fd5464f6569 in start_thread () from /lib64/libpthread.so.0
#8  0x7fd5516cb9ef in clone () from /lib64/libc.so.6

Thread 3 (Thread 0x7fd533bcc700 (LWP 13026)):
#0  0x7fd5516c119b in poll () from /lib64/libc.so.6
#1  0x7fd5440b51a9 in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x7fd5440b52bc in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#3  0x7fd54b85196b in QEventDispatcherGlib::processEvents
(this=0x7fd52c000b10, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x7fd54b7f690a in QEventLoop::exec (this=this@entry=0x7fd533bcbc80,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x7fd54b614daa in QThread::exec (this=) at
thread/qthread.cpp:515
#6  0x7fd54bcd19e5 in ?? () from /usr/lib64/libQt5DBus.so.5
#7  0x7fd54b619ced in QThreadPrivate::start (arg=0x7fd54bf44d60) at
thread/qthread_unix.cpp:368
#8  0x7fd5464f6569 in start_thread () from /lib64/libpthread.so.0
#9  0x7fd5516cb9ef in clone () from /lib64/libc.so.6

Thread 2 (Thread 0x7fd53a0ba700 (LWP 13025)):
#0  0x7fd5516c119b in poll () from /lib64/libc.so.6
#1  0x7fd542dea307 in ?? () from /usr/lib64/libxcb.so.1
#2  0x7fd542debf3a in xcb_wait_for_event () from /usr/lib64/libxcb.so.1
#3  0x7fd53ce72939 in QXcbEventReader::run (this=0x55cd3ddcf110) at
qxcbconnection.cpp:1334
#4  0x7fd54b619ced in QThreadPrivate::start (arg=0x55cd3ddcf110) at
thread/qthread_unix.cpp:368
#5  0x7fd5464f6569 in start_thread () from /lib64/libpthread.so.0
#6  0x7fd5516cb9ef in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7fd551e35f40 (LWP 13023)):
[KCrash Handler]
#6  QScopedPointer >::data
(this=0x8) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:140
#7  qGetPtrHelper > (p=...) at
../../include/QtCore/../../src/corelib/global/qglobal.h:999
#8  QObject::d_func (this=0x0) at kernel/qobject.h:121
#9  QMetaObject::activate (sender=0x0, signalOffset=3,
local_signal_index=local_signal_index@entry=3, argv=argv@entry=0x7ffeb3b37c40)
at kernel/qobject.cpp:3639
#10 0x7fd54b827c07 in QMetaObject::activate (sender=,
m=m@entry=0x7fd5515cef40 ,
local_signal_index=local_signal_index@entry=3, argv=argv@entry=0x7ffeb3b37c40)
at kernel/qobject.cpp:3629
#11 0x7fd55138f8ba in KItemModelBase::itemsChanged (this=,
_t1=..., _t2=...) at
/usr/src/debug/dolphin-18.12.3-lp151.1.16.x86_64/build/src/dolphinprivate_autogen/Z3MQH7AOBD/moc_kitemmodelbase.cpp:262
#12 0x7fd551342b42 in KStandardItem::setDataValue
(this=this@entry=0x55cd3e3defb0, role=..., value=...) at
/usr/src/debug/dolphin-18.12.3-lp151.1.16.x86_64/src/kitemviews/kstandarditem.cpp:117
#13 0x7fd5519f5643 in PlacesItem::setHidden
(this=this@entry=0x55cd3e3defb0, hidden=) at
/usr/src/debug/dolphin-18.12.3-lp151.1.16.x86_64/src/panels/places/placesitem.cpp:85
#14 0x7fd5519f39b5 in PlacesPanel::slotItemContextMenuRequested
(this=0x55cd3dfd66b0, index=, pos=...) at
/usr/src/debug/dolphin-18.12.3-lp151.1.16.x86_64/src/panels/places/placespanel.cpp:260
#15 0x7fd54b82764f in QtPrivate::QSlotObjectBase::call (a=0x7ffeb3b37f80,
r

[krunner] [Bug 389964] KRunner window behind keep-above windows on Wayland

2019-05-25 Thread Rainer Finke
https://bugs.kde.org/show_bug.cgi?id=389964

Rainer Finke  changed:

   What|Removed |Added

Version|5.12.0  |5.15.90

--- Comment #3 from Rainer Finke  ---
If I press ALT + SPACE then krunner is still below a top panel.

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

[kmymoney] [Bug 407494] Stock price updating slow

2019-05-25 Thread Michael Carpino
https://bugs.kde.org/show_bug.cgi?id=407494

--- Comment #19 from Michael Carpino  ---
Brendan - I'm using Fedora version 30.  I'd also recommend that you try
Wireshark for your problem.  Turn off all other devices on your network, close
all other programs on your computer, run wireshark and start your price
updating within KMM.  You'll see where your delay is.

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

[plasmashell] [Bug 369405] pressing Kickoff's "programs" should take you back to all programs

2019-05-25 Thread Rainer Finke
https://bugs.kde.org/show_bug.cgi?id=369405

Rainer Finke  changed:

   What|Removed |Added

Version|5.6.5   |5.15.90

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

[kmymoney] [Bug 407494] Stock price updating slow

2019-05-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=407494

--- Comment #18 from bren...@coupeware.com ---
What version of Fedora are you running? I'm running 29, my test system is
on 30 but kmm decryption is failing (again - just like 29) so I have not
tried kmm on it yet.

---
Brendan

On Sat, May 25, 2019, 9:06 AM Michael Carpino 
wrote:

> https://bugs.kde.org/show_bug.cgi?id=407494
>
> --- Comment #17 from Michael Carpino  ---
> Jack - Version gnutls-3.6.7-1.fc30.x86_64
>
> Thomas - Thanks!  I found Chris on YouTube and he knows his stuff around
> Wireshark and has educated me a lot as this is a speaking "French" to me. I
> watched some of his videos as they a full of a wealth of information on
> Wireshark and the problems in the network.   Thanks for sharing the source
> code
> as I'll pass it on to Chris so he can see it.
>
> Now, where is the problem?  I'm just trying to narrow things down more so
> when
> I go back to the developers at Fedora I can point them in the right
> direction.
>
> It's bothersome and not a show stopper.  I just want to resolve the issue.
>
> --
> You are receiving this mail because:
> You are the assignee for the bug.

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

[elisa] [Bug 407918] Does not find music on other ext4 partition even when added to search paths

2019-05-25 Thread Neousr
https://bugs.kde.org/show_bug.cgi?id=407918

Neousr  changed:

   What|Removed |Added

 CC||neo...@protonmail.com

--- Comment #9 from Neousr  ---
Got the same problem in my case on a NTFS partition even after removing the
Elisa db manually.

KDE Frameworks Version: 5.58.0

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

[digikam] [Bug 402894] Display of original image

2019-05-25 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=402894

--- Comment #4 from Maik Qualmann  ---
The behavior in digiKam-6.0.0 was unfortunately wrong and is now correct again
from digiKam-6.1.0. Statement:
"Save changes" saves an image derived from the original, if the option in the
setup is disabled, the original image is hidden.
"Save as new image" stores an image derived from the original, but as a new
branch, the original image is not hidden.

Maik

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

[kmymoney] [Bug 407494] Stock price updating slow

2019-05-25 Thread Michael Carpino
https://bugs.kde.org/show_bug.cgi?id=407494

--- Comment #17 from Michael Carpino  ---
Jack - Version gnutls-3.6.7-1.fc30.x86_64

Thomas - Thanks!  I found Chris on YouTube and he knows his stuff around
Wireshark and has educated me a lot as this is a speaking "French" to me. I
watched some of his videos as they a full of a wealth of information on
Wireshark and the problems in the network.   Thanks for sharing the source code
as I'll pass it on to Chris so he can see it.  

Now, where is the problem?  I'm just trying to narrow things down more so when
I go back to the developers at Fedora I can point them in the right direction.

It's bothersome and not a show stopper.  I just want to resolve the issue.

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

[frameworks-ktexteditor] [Bug 385472] Incorrect indentation in nested 'if' statements without braces

2019-05-25 Thread Edward Kigwana
https://bugs.kde.org/show_bug.cgi?id=385472

Edward Kigwana  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
Summary|Incorrect indentation in|Incorrect indentation in
   |nested 'if' statements  |nested 'if' statements
   ||without braces
 CC||edwardw...@gmail.com
 Ever confirmed|0   |1

--- Comment #1 from Edward Kigwana  ---
With braces it works as expected.

int f() {
if (1) {
if (1)
f();
else
f();
}  else {
f();
}
}

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

[dolphin] [Bug 407566] Dolphin crashes when opening a folder or a file

2019-05-25 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=407566

--- Comment #6 from Elvis Angelaccio  ---
> symbols for kio and qt-base installed

No, they are not. From the "first report" attachment:

#6  0x7f675d9971f0 in KMountPoint::mountType() const () from
/usr/lib/libKF5KIOCore.so.5
#7  0x7f675e113ea3 in ?? () from /usr/lib/libKF5KIOWidgets.so.5
#8  0x7f675e11d021 in ?? () from /usr/lib/libKF5KIOWidgets.so.5
#9  0x7f675e11d7af in ?? () from /usr/lib/libKF5KIOWidgets.so.5
#10 0x7f675e11dcaa in KPropertiesDialog::KPropertiesDialog(KFileItemList
const&, QWidget*) () from /usr/lib/libKF5KIOWidgets.so.5
#11 0x7f675ef01e26 in DolphinViewActionHandler::slotProperties() () from
/usr/lib/libdolphinprivate.so.5
#12 0x7f6759212d24 in QMetaObject::activate(QObject*, int, int, void**) ()
from /usr/lib/libQt5Core.so.5

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

[kate] [Bug 360240] Inserting multi-lines snippet after tab does not align following lines

2019-05-25 Thread Edward Kigwana
https://bugs.kde.org/show_bug.cgi?id=360240

Edward Kigwana  changed:

   What|Removed |Added

 CC||edwardw...@gmail.com
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Edward Kigwana  ---
Fixed in main.

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

  1   2   >