[lattedock] [Bug 392890] [wayland] - Blur effect crashes Latte on exit

2018-04-09 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=392890

Martin Flöser  changed:

   What|Removed |Added

   Assignee|kwin-bugs-n...@kde.org  |mvourla...@gmail.com
Product|kwin|lattedock
  Component|wayland-generic |application
Version|5.12.4  |unspecified

--- Comment #2 from Martin Flöser  ---
Are you sure you setup everything correctly? I consider it unlikely that this
works for Plasma but crashes for Latte. Please compare the setup sequence to
usage in plasma. From the backtrace it looks like you setup blur too early
before Qt created the Wayland window.

Please in general: first question your own implementation before creating bug
reports. If you have questions concerning API usage please ask on the mailing
list instead of bug reports. It doesn't scale if I have to handle all latte
questions.

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

[krita] [Bug 392702] Crashes to last save

2018-04-09 Thread Mr H Green
https://bugs.kde.org/show_bug.cgi?id=392702

--- Comment #14 from Mr H Green  ---
Ok, so same bug, different activity. ie.. drawing on line art layer with a
number of lines drawn.. started a new line at top edge of artwork, and all
new artwork disappears back to the last save.
I had already adjusted the memory availability of Krita to a very generous
level (I have 32gigs DDR4). Saves have not caused this issue since the
memory adjustment and since saving to my SSD on C drive.
I have the latest Wacom driver for my Intuos PTK840 A4 tablet.

On 4 April 2018 at 15:26, Boudewijn Rempt  wrote:

> https://bugs.kde.org/show_bug.cgi?id=392702
>
> Boudewijn Rempt  changed:
>
>What|Removed |Added
> 
> 
>Severity|normal  |crash
>
> --
> You are receiving this mail because:
> You reported the bug.

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

[kwin] [Bug 392693] [wayland] - Blur effect isnt applied under wayland

2018-04-09 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=392693

--- Comment #8 from Martin Flöser  ---
Please provide the output of qdbus org.kde.KWin /KWin supportInformation

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

[clazy] [Bug 392912] New: Proposal for check qstring-allocations

2018-04-09 Thread Roman
https://bugs.kde.org/show_bug.cgi?id=392912

Bug ID: 392912
   Summary: Proposal for check qstring-allocations
   Product: clazy
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: dism...@gmail.com
CC: smart...@kde.org
  Target Milestone: ---

Hi,

I continue using clazy for my project. And found out, as i think, one
particularly interesting case. Any string with single character for example "*"
will trigger check qstring-allocations. But does advice to use QStringLiteral
in this case is optimal? How about QChar or QLatin1Char? QStringLiteral gives
binary blow up if repeated several times, plus working with single char is more
efficient because no need to handle end of string (\0). Adding single
characters to a QString is faster if the characters are QChars and not
QStrings. Same holds for arguments to QString::startsWith(),
QString::endsWith(), QString::remove() and QString::section(). Maybe it is even
worth to match QStringLiteral("*") as unneeded complexity.

Sorry, if from your point of view i start a discussion here, i don't know
another way to reach you except of irc that i don't use. The email field is
empty on github.

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

[frameworks-kio] [Bug 392913] New: NTFS mountpoints appears as hidden after mount

2018-04-09 Thread Michael Heidelbach
https://bugs.kde.org/show_bug.cgi?id=392913

Bug ID: 392913
   Summary: NTFS mountpoints appears as hidden after mount
   Product: frameworks-kio
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: fa...@kde.org
  Reporter: ottw...@gmail.com
CC: kdelibs-b...@kde.org
  Target Milestone: ---

Since 5.45
Title says it.
Unless 'Show Hidden Files' is checked in Dolphin's treeview and it does not
follow navigation anymore.
Of course NTFS mountpoints do show up in files list only with 'Show Hidden
Files' checked.
Visibility of the mountpoint changes with mounting/unmounting the volume.

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

[kdenlive] [Bug 387135] Enabling "Custom project folder" has only a little effect and it's bugged

2018-04-09 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=387135

--- Comment #3 from Jean-Baptiste Mardelle  ---
Ok, so I had a look at the issue you describe. I will check the double slash
issue. But the main problem is that you misunderstood the UI.

When you go to Kdenlive Settings > Project Defaults
you change the default settings for new projects. If you want to change
settings for your current project, you need to go to: 
Project > Project Settings

There you can change the project folder for your current document and it will
move existing temporary files to the new folder.

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

[frameworks-kio] [Bug 392913] NTFS mountpoints appears as hidden after mount

2018-04-09 Thread Michael Heidelbach
https://bugs.kde.org/show_bug.cgi?id=392913

Michael Heidelbach  changed:

   What|Removed |Added

 CC||ottw...@gmail.com

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

[krita] [Bug 392905] Straight Lines while drawing curvy lines... in 4.0

2018-04-09 Thread wolthera
https://bugs.kde.org/show_bug.cgi?id=392905

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com

--- Comment #1 from wolthera  ---
Could you check if this fixes it?

https://docs.krita.org/Drawing_Tablets#Wacom_Double_Click_Sensitivity_.28Straight_starts_of_lines.29

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

[krita] [Bug 392900] Brush engine options do not switch to correct option set when creating new preset

2018-04-09 Thread wolthera
https://bugs.kde.org/show_bug.cgi?id=392900

wolthera  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
 CC||griffinval...@gmail.com

--- Comment #2 from wolthera  ---
Can confirm on 4.1 on KDE Neon

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

[krita] [Bug 392894] Hotkey for canvas rotation needs to be pressed twice

2018-04-09 Thread wolthera
https://bugs.kde.org/show_bug.cgi?id=392894

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com

--- Comment #2 from wolthera  ---
Then that might be a qt bug. Can you check if it happens if you assign it to a
different key?

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

[kwin] [Bug 389665] Rotating screen doesn't work on wayland

2018-04-09 Thread Daniele Laudani
https://bugs.kde.org/show_bug.cgi?id=389665

Daniele Laudani  changed:

   What|Removed |Added

 CC||danielelaudani@protonmail.c
   ||om

--- Comment #12 from Daniele Laudani  ---
This also happens on single monitor setups, and only under wayland. Plasma
rotates by 180 according to rotation sensor, but fails to rotate by 90/270°. I
am using Kubuntu 18.04 with KDE 5.12.

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

[gwenview] [Bug 389331] Changes to shortcuts only reflected after restart in some situations

2018-04-09 Thread Peter Mühlenpfordt
https://bugs.kde.org/show_bug.cgi?id=389331

Peter Mühlenpfordt  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/gwe
   ||nview/936e30aca40e898db2719
   ||ee74b40fcffef740136
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||18.04.0

--- Comment #3 from Peter Mühlenpfordt  ---
Git commit 936e30aca40e898db2719ee74b40fcffef740136 by Peter Mühlenpfordt.
Committed on 09/04/2018 at 07:41.
Pushed by muhlenpfordt into branch 'Applications/18.04'.

Fix shortcut config changes sometimes not updating until restart

Summary:
After setting or resetting custom shortcuts for actions in Browse or
Start Page Mode and then switching to View Mode these changes are not
active until next Gwenview restart.
This patch adds a `refreshActionProperties()` call after the shortcut
config dialog is closed to fix this.
FIXED-IN: 18.04.0

Test Plan:
* Start Gwenview in Browse Mode or Start Page Mode
* {nav Settings > Configure Shortcuts...}
* Set custom shortcut for {nav Quit} to e.g. {key Esc}
* Switch to View Mode displaying any image
* {key Esc} should quit Gwenview
* Restart Gwenview in Browse Mode or Start Page Mode
* {nav Settings > Configure Shortcuts...}
* Reset shortcuts with {nav Defaults}
* Switch to View Mode displaying any image
* {key Ctrl Q} should quit Gwenview

Reviewers: #gwenview, rkflx

Reviewed By: #gwenview, rkflx

Subscribers: rkflx, huoni

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

M  +8-2app/mainwindow.cpp
M  +1-0app/mainwindow.h

https://commits.kde.org/gwenview/936e30aca40e898db2719ee74b40fcffef740136

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

[frameworks-plasma] [Bug 392908] Selecting Text Preview Turns Folder Icons to Text Previews

2018-04-09 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=392908

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #1 from Kai Uwe Broulik  ---
Technically, Home and Trash are .desktop files which are plain text files but I
agree it those are typically used for links and application shortcuts so them
being trated as text file is unintuitive.

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

[krita] [Bug 392850] Saving doesn't always work

2018-04-09 Thread wolthera
https://bugs.kde.org/show_bug.cgi?id=392850

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com

--- Comment #1 from wolthera  ---
Is there anything particular about the place you're saving to? Like, is the
folder syncing to google drive or dropbox?

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

[krita] [Bug 392870] Segfault after quickly closing a document after toggling layer visibility

2018-04-09 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=392870

Dmitry Kazakov  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |dimul...@gmail.com
 CC||dimul...@gmail.com

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

[krita] [Bug 392815] Layer's color label changes unexpectedly when holding right-click in Layers docker's right-click menu

2018-04-09 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=392815

Dmitry Kazakov  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |dimul...@gmail.com
 CC||dimul...@gmail.com

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

[krita] [Bug 392844] Layer timer - for time management

2018-04-09 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=392844

Dmitry Kazakov  changed:

   What|Removed |Added

   Severity|normal  |wishlist
 CC||dimul...@gmail.com
 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from Dmitry Kazakov  ---
Moving the bug to a "wishlist" category

WISHGROUP: Small Usability Fixes

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

[clazy] [Bug 392914] New: False positive for check "reserve-candidates" in case of if else statement.

2018-04-09 Thread Roman
https://bugs.kde.org/show_bug.cgi?id=392914

Bug ID: 392914
   Summary: False positive for check "reserve-candidates" in case
of if else statement.
   Product: clazy
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: dism...@gmail.com
CC: smart...@kde.org
  Target Milestone: ---

Here is an example of code:

QList people_ages;
QList ages;
// ages.reserve(people_ages.size());
int i = rand() % 10;
if (i == 2)
{
ages.reserve(people_ages.size()); 
for (auto age : people_ages)
ages << age;
}
else
{
for (auto age : people_ages)
ages << age;
}

Clazy correctly warns about reverse candidate case. But in my case i use a
container inside of if else statement. Adding reverse only in one branch silent
check for another branch.

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

[krita] [Bug 392850] Saving doesn't always work

2018-04-09 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=392850

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org
 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #2 from Boudewijn Rempt  ---
Setting to needsinfo.

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

[kwin] [Bug 392693] [wayland] - Blur effect isnt applied under wayland

2018-04-09 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=392693

--- Comment #9 from Michail Vourlakos  ---
KWin Support Information:
The following information should be used when requesting support on e.g.
http://forum.kde.org.
It provides information about the currently running instance, which options are
used,
what OpenGL driver and which effects are running.
Please post the information provided underneath this introductory text to a
paste bin service
like http://paste.kde.org instead of pasting into support threads.

==

Version
===
KWin version: 5.12.4
Qt Version: 5.10.0
Qt compile version: 5.10.0
XCB compile version: 1.11.1

Operation Mode: Xwayland

Build Options
=
KWIN_BUILD_DECORATIONS: yes 
KWIN_BUILD_TABBOX: yes  
KWIN_BUILD_ACTIVITIES: yes  
HAVE_INPUT: yes 
HAVE_DRM: yes   
HAVE_GBM: yes   
HAVE_X11_XCB: yes   
HAVE_EPOXY_GLX: yes 
HAVE_WAYLAND_EGL: yes   

X11 
=== 
Vendor: The X.Org Foundation
Vendor Release: 11804000
Protocol Version/Revision: 11/0
SHAPE: yes; Version: 0x11
RANDR: yes; Version: 0x14
DAMAGE: yes; Version: 0x11
Composite: yes; Version: 0x4
RENDER: yes; Version: 0xb
XFIXES: yes; Version: 0x50
SYNC: yes; Version: 0x31
GLX: yes; Version: 0x0

Decoration
==
Plugin: org.kde.breeze
Theme: 
Blur: 0
onAllDesktopsAvailable: false
alphaChannelSupported: true
closeOnDoubleClickOnMenu: false
decorationButtonsLeft: 
decorationButtonsRight: 3, 5
borderSize: 0
gridUnit: 12
font: Aka-AcidGR-Muli,12,-1,5,50,0,0,0,0,0,Medium
smallSpacing: 3
largeSpacing: 12

Platform
==
Name: DRM
Active: true
Atomic Mode Setting: true

Options
===
focusPolicy: 0
nextFocusPrefersMouse: false
clickRaise: true
autoRaise: false
autoRaiseInterval: 0
delayFocusInterval: 0
shadeHover: false
shadeHoverInterval: 250
separateScreenFocus: false
placement: 4
focusPolicyIsReasonable: true
borderSnapZone: 10
windowSnapZone: 10
centerSnapZone: 0
snapOnlyWhenOverlapping: false
rollOverDesktops: true
focusStealingPreventionLevel: 1
legacyFullscreenSupport: false
operationTitlebarDblClick: 5000
operationMaxButtonLeftClick: 5000
operationMaxButtonMiddleClick: 5015
operationMaxButtonRightClick: 5014
commandActiveTitlebar1: 0
commandActiveTitlebar2: 30
commandActiveTitlebar3: 2
commandInactiveTitlebar1: 4
commandInactiveTitlebar2: 30
commandInactiveTitlebar3: 2
commandWindow1: 7
commandWindow2: 8
commandWindow3: 8
commandWindowWheel: 31
commandAll1: 10
commandAll2: 3
commandAll3: 14
keyCmdAllModKey: 16777251
showGeometryTip: false
condensedTitle: false
electricBorderMaximize: true
electricBorderTiling: true
electricBorderCornerRatio: 0.25
borderlessMaximizedWindows: true
killPingTimeout: 5000
hideUtilityWindowsForInactive: true
inactiveTabsSkipTaskbar: false
autogroupSimilarWindows: false
autogroupInForeground: true
compositingMode: 1
useCompositing: true
compositingInitialized: true
hiddenPreviews: 1
glSmoothScale: 2
xrenderSmoothScale: false
maxFpsInterval: 1666
refreshRate: 0
vBlankTime: 600
glStrictBinding: false
glStrictBindingFollowsDriver: true
glCoreProfile: true
glPreferBufferSwap: 99
glPlatformInterface: 2
windowsBlockCompositing: false

Screen Edges

desktopSwitching: false
desktopSwitchingMovingClients: false
cursorPushBackDistance: 1x1
timeThreshold: 150
reActivateThreshold: 300
actionTopLeft: 0
actionTop: 0
actionTopRight: 0
actionRight: 0
actionBottomRight: 0
actionBottom: 0
actionBottomLeft: 1
actionLeft: 0

Screens
===
Multi-Head: no
Active screen follows mouse:  no
Number of Screens: 1

Screen 0:
-
Name: DEL HDMI-A-1-DELL UP2716D/KRXTR73M581L
Geometry: 0,0,2560x1440
Scale: 1
Refresh Rate: 59.951


Compositing
===
Compositing is active
Compositing Type: OpenGL
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 530 (Skylake GT2) 
OpenGL version string: 4.5 (Core Profile) Mesa 17.2.8
OpenGL platform interface: EGL
OpenGL shading language version string: 4.50
Driver: Intel
GPU class: Unknown
OpenGL version: 4.5
GLSL version: 4.50
Mesa version: 17.2.8
Linux kernel version: 4.13
Direct rendering: Requires strict binding: no
GLSL shaders:  yes
Texture NPOT support:  yes
Virtual Machine:  no
OpenGL 2 Shaders a

[knemo] [Bug 392915] New: Permit users to change hostname

2018-04-09 Thread Zakhar
https://bugs.kde.org/show_bug.cgi?id=392915

Bug ID: 392915
   Summary: Permit users to change hostname
   Product: knemo
   Version: unspecified
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jst...@mehercule.net
  Reporter: zakhar.nasi...@gmail.com
  Target Milestone: ---

Ideally it would reside in either network configuration or in system settings
ui

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

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

2018-04-09 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=391642

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #6 from David Edmundson  ---
Writing the top backtrace out in words:

frame 9: containment(an applet subclass) gets deleted
frame 8: that deletes it's qobject children
frame 6: that deletes it's ContainmentInterface (the QML exposed containment
side)
frame 3: that accesses the applet, which we delete in frame 9

Can do a simple QPointer guard, but that's just masking a more significant
problem.


This crash shouldn't happen because:
Applet::~Applet should run between frames 9 and 8, AppletPrivate::~Private runs
delete script, delete script *should* delete the ContainmentInterface.

So that means someone somewhere is calling
containmentInterface->setParent(theContainment)
Find that and we find our crash.

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

[okular] [Bug 392916] New: Crash on okular being open for several days

2018-04-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392916

Bug ID: 392916
   Summary: Crash on okular being open for several days
   Product: okular
   Version: 0.26.1
  Platform: Debian stable
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: okular-de...@kde.org
  Reporter: lfisc...@staffmail.ed.ac.uk
  Target Milestone: ---

Application: okular (0.26.1)
KDE Platform Version: 4.14.26
Qt Version: 4.8.7
Operating System: Linux 4.14.0-0.bpo.3-amd64 x86_64
Distribution: Debian GNU/Linux 9.4 (stretch)

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

Okular was open with a dokument over night. This time several nights last time
just one night. 

Possibly "helping" condition was that I had a lot in memory  and parts of
okular where possibly swapped out.

The crash can be reproduced sometimes.

-- Backtrace:
Application: Okular (okular), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[KCrash Handler]
#6  QWidgetPrivate::childAtRecursiveHelper (this=0x55795d26d390, p=...,
ignoreChildrenInDestructor=ignoreChildrenInDestructor@entry=false,
includeFrame=includeFrame@entry=false) at kernel/qwidget.cpp:10012
#7  0x7f82a8c23280 in QWidgetPrivate::childAtRecursiveHelper
(this=0x55795d21ef60, p=...,
ignoreChildrenInDestructor=ignoreChildrenInDestructor@entry=false,
includeFrame=includeFrame@entry=false) at kernel/qwidget.cpp:10033
#8  0x7f82a8c23280 in QWidgetPrivate::childAtRecursiveHelper
(this=0x55795d1a8da0, p=...,
ignoreChildrenInDestructor=ignoreChildrenInDestructor@entry=false,
includeFrame=includeFrame@entry=false) at kernel/qwidget.cpp:10033
#9  0x7f82a8c23280 in QWidgetPrivate::childAtRecursiveHelper
(this=0x55795d1971a0, p=...,
ignoreChildrenInDestructor=ignoreChildrenInDestructor@entry=false,
includeFrame=includeFrame@entry=false) at kernel/qwidget.cpp:10033
#10 0x7f82a8c23280 in QWidgetPrivate::childAtRecursiveHelper
(this=0x55795d3c6b10, p=...,
ignoreChildrenInDestructor=ignoreChildrenInDestructor@entry=false,
includeFrame=includeFrame@entry=false) at kernel/qwidget.cpp:10033
#11 0x7f82a8c23280 in QWidgetPrivate::childAtRecursiveHelper
(this=this@entry=0x55795d258ff0, p=...,
ignoreChildrenInDestructor=ignoreChildrenInDestructor@entry=false,
includeFrame=includeFrame@entry=false) at kernel/qwidget.cpp:10033
#12 0x7f82a8c23381 in QWidgetPrivate::childAt_helper (this=0x55795d258ff0,
p=..., ignoreChildrenInDestructor=ignoreChildrenInDestructor@entry=false) at
kernel/qwidget.cpp:10001
#13 0x7f82a8c233eb in QWidget::childAt (this=this@entry=0x55795d29f910,
p=...) at kernel/qwidget.cpp:9981
#14 0x7f82a8c5cadf in QApplication::x11ProcessEvent (this=0x7ffc0b6f5400,
event=event@entry=0x7ffc0b6f4f80) at kernel/qapplication_x11.cpp:3660
#15 0x7f82a8c86502 in x11EventSourceDispatch (s=0x55795ceb9c00,
callback=0x0, user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:146
#16 0x7f82a45bd7f7 in g_main_context_dispatch () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#17 0x7f82a45bda60 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#18 0x7f82a45bdb0c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#19 0x7f82a81ec854 in QEventDispatcherGlib::processEvents
(this=0x55795ce8ccf0, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#20 0x7f82a8c865d6 in QGuiEventDispatcherGlib::processEvents
(this=, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#21 0x7f82a81ba7ef in QEventLoop::processEvents
(this=this@entry=0x7ffc0b6f5360, flags=...) at kernel/qeventloop.cpp:149
#22 0x7f82a81bab55 in QEventLoop::exec (this=this@entry=0x7ffc0b6f5360,
flags=...) at kernel/qeventloop.cpp:204
#23 0x7f82a81c0bd9 in QCoreApplication::exec () at
kernel/qcoreapplication.cpp:1227
#24 0x55795b6722a3 in main (argc=, argv=) at
./shell/main.cpp:64

Reported using DrKonqi

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

[krita] [Bug 392842] Modifying layer properties causes crash

2018-04-09 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=392842

Dmitry Kazakov  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |dimul...@gmail.com
 CC||dimul...@gmail.com
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #3 from Dmitry Kazakov  ---
I think I know what can be the reason of this bug...

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

[krita] [Bug 392900] Brush engine options do not switch to correct option set when creating new preset

2018-04-09 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=392900

Boudewijn Rempt  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |scottpetro...@gmail.com
 CC||b...@valdyas.org
 Status|CONFIRMED   |ASSIGNED

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

[krita] [Bug 392869] Segfault when creating new spray preset

2018-04-09 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=392869

Boudewijn Rempt  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/kri
   ||ta/b8e85a372778aced2ecf45b2
   ||f3cfe7df601d4cd3

--- Comment #2 from Boudewijn Rempt  ---
Git commit b8e85a372778aced2ecf45b2f3cfe7df601d4cd3 by Boudewijn Rempt.
Committed on 09/04/2018 at 08:18.
Pushed by rempt into branch 'master'.

Fix crash when creating a new spray preset

M  +46   -44   libs/ui/widgets/kis_preset_live_preview_view.cpp

https://commits.kde.org/krita/b8e85a372778aced2ecf45b2f3cfe7df601d4cd3

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

[frameworks-kded] [Bug 392917] New: Remote URL Change Notifier appears twice in System Settings

2018-04-09 Thread Don Curtis
https://bugs.kde.org/show_bug.cgi?id=392917

Bug ID: 392917
   Summary: Remote URL Change Notifier appears twice in System
Settings
   Product: frameworks-kded
   Version: 5.32.0
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: fa...@kde.org
  Reporter: bugrprt21...@online.de
CC: kdelibs-b...@kde.org
  Target Milestone: ---

Despite unchecking "Use" of the "Remote URL Change Notifier, it appears twice
in the "System Settings" "Startup Services" -- once with "Use" checked and,
once with "Use" unchecked.

Both entries display "Status" as "Not running".

Starting "systemsettings5" from a Terminal CLI includes the following trace:

kcm_kded: reading kded info from
"/usr/lib64/qt5/plugins/kf5/kded/remotedirnotify.so" autoload = true dbus
module name = "remotedirnotify"

"~/.config/kded5rc" has the following entry:

[Module-remotedirnotify]
autoload=false

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

[krita] [Bug 383858] Crash when showing/hiding layer.

2018-04-09 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=383858

Dmitry Kazakov  changed:

   What|Removed |Added

 CC||dimul...@gmail.com
   Assignee|krita-bugs-n...@kde.org |dimul...@gmail.com

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

[krita] [Bug 392842] Modifying layer properties causes crash

2018-04-09 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=392842

--- Comment #4 from Dmitry Kazakov  ---
Hm, bug 383858 looks related, but the fix for it will probably be different...

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

[frameworks-kded] [Bug 392917] Remote URL Change Notifier appears twice in System Settings

2018-04-09 Thread Don Curtis
https://bugs.kde.org/show_bug.cgi?id=392917

--- Comment #1 from Don Curtis  ---
KDE Frameworks: 5.32.0
plasmashell: 5.8.7
Qt: 5.6.2

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

[frameworks-kio] [Bug 392913] NTFS mountpoints appears as hidden after mount

2018-04-09 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=392913

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #1 from Kai Uwe Broulik  ---
Where did you mount the partition to?

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

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

2018-04-09 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=391642

--- Comment #7 from David Edmundson  ---
src/plasmaquick/containmentview.cpp:
oldGraphicObject->setParent(containment);

exactly what I said it would be, and run when you switched from desktop to
folder view
Will replace with something else

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

[lattedock] [Bug 392890] [wayland] - Blur effect crashes Latte on exit

2018-04-09 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=392890

Michail Vourlakos  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/lat
   ||te-dock/745b9ea07554cda9d71
   ||d10e6b937d15a90da4dde
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Michail Vourlakos  ---
Git commit 745b9ea07554cda9d71d10e6b937d15a90da4dde by Michail Vourlakos.
Committed on 09/04/2018 at 08:38.
Pushed by mvourlakos into branch 'master'.

dont apply too early blur effect

dont delay the corona destruction under wayland
because that creates a crash with kwin effects

M  +3-3app/dock/dockview.cpp
M  +10   -5app/dockcorona.cpp

https://commits.kde.org/latte-dock/745b9ea07554cda9d71d10e6b937d15a90da4dde

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

[kontact] [Bug 392919] New: Summary window ignores "Smart" window placement setting -- always "Zero-Cornered"

2018-04-09 Thread Don Curtis
https://bugs.kde.org/show_bug.cgi?id=392919

Bug ID: 392919
   Summary: Summary window ignores "Smart" window placement
setting -- always "Zero-Cornered"
   Product: kontact
   Version: 5.5.2
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: summary
  Assignee: kdepim-b...@kde.org
  Reporter: bugrprt21...@online.de
  Target Milestone: ---

KDE Frameworks: 5.32.0
plasmashell: 5.8.7
Qt: 5.6.2

The Summary window always opens "Top Left" on the screen ("Zero-Cornered").

The System Settings "Window Management", "Window Behavior" advanced "Placement"
setting of "Smart" is ignored.

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

[kwalletmanager] [Bug 392918] New: Wallet Manager window ignores "Smart" window placement setting -- always "Zero-Cornered"

2018-04-09 Thread Don Curtis
https://bugs.kde.org/show_bug.cgi?id=392918

Bug ID: 392918
   Summary: Wallet Manager window ignores "Smart" window placement
setting -- always "Zero-Cornered"
   Product: kwalletmanager
   Version: 17.04.2
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: va...@kde.org
  Reporter: bugrprt21...@online.de
  Target Milestone: ---

KDE Frameworks: 5.32.0
plasmashell: 5.8.7
Qt: 5.6.2

The Wallet Manager window always opens "Top Left" on the screen
("Zero-Cornered").

The "Window Management", "Window Behavior" advanced "Placement" setting of
"Smart" is ignored.

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

[lattedock] [Bug 392890] [wayland] - Blur effect crashes Latte on exit

2018-04-09 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=392890

Michail Vourlakos  changed:

   What|Removed |Added

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

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

[lattedock] [Bug 392890] [wayland] - Blur effect crashes Latte on exit

2018-04-09 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=392890

Michail Vourlakos  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/lat |
   |te-dock/745b9ea07554cda9d71 |
   |d10e6b937d15a90da4dde   |
 Status|RESOLVED|UNCONFIRMED
 Resolution|FIXED   |---

--- Comment #4 from Michail Vourlakos  ---
(In reply to Martin Flöser from comment #2)
> Are you sure you setup everything correctly? I consider it unlikely that
> this works for Plasma but crashes for Latte. Please compare the setup
> sequence to usage in plasma. From the backtrace it looks like you setup blur
> too early before Qt created the Wayland window.

I found it, even though it was something a little different. 
Latte in order to slide-out its docks/panels during exit it was delaying the
corona destruction which is the parent of "KWayland::Client::PlasmaShell". It
was using the following code in corona destruction:

QTimer::singleShot(400, [this]() {
m_quitTimedEnded = true;
});

while (!m_quitTimedEnded) {
QGuiApplication::processEvents(QEventLoop::AllEvents, 50);
}


by blocking this code for wayland crash disappeared.


> Please in general: first question your own implementation before creating
> bug reports. If you have questions concerning API usage please ask on the
> mailing list instead of bug reports. It doesn't scale if I have to handle
> all latte questions.

of course. I just wanted to keep track and the mailing list isnt that helpful.
I think the best in the future is to file them under latte-dock product and
point to mailing lists if someone wants to help or explain me.

thanks a lot for your efforts

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

[krita] [Bug 392842] Modifying layer properties causes crash

2018-04-09 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=392842

--- Comment #5 from Dmitry Kazakov  ---
Hi, Pablo!

Could you tell me please, did you have any animated layers in this image that
caused a crash?

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

[krita] [Bug 390835] JJ: Overview docker incorrectly displays current view and the image appears too small/low quality when full size.

2018-04-09 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=390835

--- Comment #5 from Boudewijn Rempt  ---
Git commit 82a8db752ebc715ff0b0343cd34c054d3adeaa5f by Boudewijn Rempt.
Committed on 09/04/2018 at 08:53.
Pushed by rempt into branch 'master'.

Overview docker: fix shrinking the thumbnail to 1px

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

M  +3-2plugins/dockers/overview/overviewwidget.cc
M  +1-0plugins/dockers/overview/overviewwidget.h

https://commits.kde.org/krita/82a8db752ebc715ff0b0343cd34c054d3adeaa5f

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

[gwenview] [Bug 233359] Allow to start Gwenview in Browse mode showing a custom directory instead of showing the Start Page

2018-04-09 Thread Henrik Fehlauer
https://bugs.kde.org/show_bug.cgi?id=233359

--- Comment #8 from Henrik Fehlauer  ---
See also Bug 303631.

> maybe via two radio buttons
For extra convenience, we could even think about whether adding a third option
to solve Bug 202411 could be worth the extra UI and code complexity.

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

[gwenview] [Bug 303631] Add url navigator widget to start page

2018-04-09 Thread Henrik Fehlauer
https://bugs.kde.org/show_bug.cgi?id=303631

--- Comment #3 from Henrik Fehlauer  ---
> an empty URL bar on the Start page is a bit weird
As discussed elsewhere (e.g. Bug 387906, possibly other places), a good
long-term goal would be to make the Start Page a bit more consistent with
Browse and View. Having the URL bar is one step in that direction, and just
like (an older version of) Konqueror it could simply display something like
"startpage:/".

> allow the user to specify a starting folder, similar to Dolphin.
See Bug 233359, where we discussed this before (oddly enough, you wanted to
"improve the start page" and "don't see [the config option] as necessary" ;).

I think we should do both, i.e. add the URL navigator and add an option as
detailed in the second comment over in Bug 233359 (option #2).

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

[gwenview] [Bug 202411] start from directory previously used

2018-04-09 Thread Henrik Fehlauer
https://bugs.kde.org/show_bug.cgi?id=202411

Henrik Fehlauer  changed:

   What|Removed |Added

 CC||rk...@lab12.net

--- Comment #5 from Henrik Fehlauer  ---
See also Bug 233359.

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

[krita] [Bug 392712] Crash of krita at the moment of creating or opening a document

2018-04-09 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=392712

--- Comment #13 from Boudewijn Rempt  ---
Git commit 5abfca0340164a66abbdebb8dce7507407ba108f by Boudewijn Rempt.
Committed on 09/04/2018 at 08:57.
Pushed by rempt into branch 'krita/4.0'.

Check whether the colorset is valid before using it
(cherry picked from commit a42c7e9137e2d8993a08eef6228ac26ec203f231)

M  +2-2libs/widgets/KoColorPopupAction.cpp
M  +2-1libs/widgets/KoColorSetWidget.cpp
M  +2-2libs/widgets/KoColorSetWidget.h

https://commits.kde.org/krita/5abfca0340164a66abbdebb8dce7507407ba108f

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

[krita] [Bug 390835] JJ: Overview docker incorrectly displays current view and the image appears too small/low quality when full size.

2018-04-09 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=390835

--- Comment #6 from Boudewijn Rempt  ---
Git commit 9863e5e92d4a1daed56b839e34ea8b20a3a6ec79 by Boudewijn Rempt.
Committed on 09/04/2018 at 08:57.
Pushed by rempt into branch 'krita/4.0'.

Overview docker: fix shrinking the thumbnail to 1px

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

(cherry picked from commit 82a8db752ebc715ff0b0343cd34c054d3adeaa5f)

M  +3-2plugins/dockers/overview/overviewwidget.cc
M  +1-0plugins/dockers/overview/overviewwidget.h

https://commits.kde.org/krita/9863e5e92d4a1daed56b839e34ea8b20a3a6ec79

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

[krita] [Bug 392714] Change Krita text tool's font size from a droplist to input box with units

2018-04-09 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=392714

Boudewijn Rempt  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/kri |https://commits.kde.org/kri
   |ta/3a09d0664ecdfefe9fd431c7 |ta/4492c25170ba50906c806ebc
   |da2fbf513acb2f35|5a4022ce195157c1

--- Comment #3 from Boudewijn Rempt  ---
Git commit 4492c25170ba50906c806ebc5a4022ce195157c1 by Boudewijn Rempt.
Committed on 09/04/2018 at 08:58.
Pushed by rempt into branch 'krita/4.0'.

Use the FontSizeAction from the old text tool in the svg text tool
(cherry picked from commit 3a09d0664ecdfefe9fd431c7da2fbf513acb2f35)

M  +1-0plugins/tools/svgtexttool/CMakeLists.txt
A  +155  -0plugins/tools/svgtexttool/FontSizeAction.cpp [License: LGPL
(v2)]
A  +72   -0plugins/tools/svgtexttool/FontSizeAction.h [License: LGPL
(v2+)]
M  +8-14   plugins/tools/svgtexttool/SvgTextEditor.cpp
M  +1-1plugins/tools/svgtexttool/SvgTextEditor.h

https://commits.kde.org/krita/4492c25170ba50906c806ebc5a4022ce195157c1

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

[krita] [Bug 392869] Segfault when creating new spray preset

2018-04-09 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=392869

Boudewijn Rempt  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/kri |https://commits.kde.org/kri
   |ta/b8e85a372778aced2ecf45b2 |ta/7c6a7c25ccac211aed9e017a
   |f3cfe7df601d4cd3|8e7f5f375388cceb

--- Comment #3 from Boudewijn Rempt  ---
Git commit 7c6a7c25ccac211aed9e017a8e7f5f375388cceb by Boudewijn Rempt.
Committed on 09/04/2018 at 08:57.
Pushed by rempt into branch 'krita/4.0'.

Fix crash when creating a new spray preset
(cherry picked from commit b8e85a372778aced2ecf45b2f3cfe7df601d4cd3)

M  +46   -44   libs/ui/widgets/kis_preset_live_preview_view.cpp

https://commits.kde.org/krita/7c6a7c25ccac211aed9e017a8e7f5f375388cceb

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

[krita] [Bug 392715] Scripts dockers show up by default

2018-04-09 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=392715

Boudewijn Rempt  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/kri |https://commits.kde.org/kri
   |ta/65ed3b4f1a2e0ce75307d94f |ta/96cdb2d150dc79fc6e01c2f0
   |4dec9e12c55034ed|5d42fbf22283c5eb

--- Comment #2 from Boudewijn Rempt  ---
Git commit 96cdb2d150dc79fc6e01c2f05d42fbf22283c5eb by Boudewijn Rempt.
Committed on 09/04/2018 at 08:57.
Pushed by rempt into branch 'krita/4.0'.

Re-add the correct state to the kritarc file
(cherry picked from commit 65ed3b4f1a2e0ce75307d94f4dec9e12c55034ed)

M  +1-1krita/data/kritarc

https://commits.kde.org/krita/96cdb2d150dc79fc6e01c2f05d42fbf22283c5eb

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

[gwenview] [Bug 303631] Add url navigator widget to start page

2018-04-09 Thread Henrik Fehlauer
https://bugs.kde.org/show_bug.cgi?id=303631

Henrik Fehlauer  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=233359

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

[gwenview] [Bug 202411] start from directory previously used

2018-04-09 Thread Henrik Fehlauer
https://bugs.kde.org/show_bug.cgi?id=202411

Henrik Fehlauer  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=233359

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

[gwenview] [Bug 233359] Allow to start Gwenview in Browse mode showing a custom directory instead of showing the Start Page

2018-04-09 Thread Henrik Fehlauer
https://bugs.kde.org/show_bug.cgi?id=233359

Henrik Fehlauer  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=303631

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

[gwenview] [Bug 233359] Allow to start Gwenview in Browse mode showing a custom directory instead of showing the Start Page

2018-04-09 Thread Henrik Fehlauer
https://bugs.kde.org/show_bug.cgi?id=233359

Henrik Fehlauer  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=202411

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

[Falkon] [Bug 392885] Tab loading spinner not always replaced with website's icon

2018-04-09 Thread David Rosca
https://bugs.kde.org/show_bug.cgi?id=392885

David Rosca  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from David Rosca  ---
Can't reproduce (load spinner disappears), but I can reproduce issue related to
this - in right click it always show "Stop" action which should only be visible
when page is loading.

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

[krita] [Bug 391434] Selection is not visible

2018-04-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=391434

kata.solich...@gmail.com changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |INVALID

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

[krita] [Bug 391434] Selection is not visible

2018-04-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=391434

--- Comment #8 from kata.solich...@gmail.com ---
I uninstalled it, because I needed selection, so I choose different program for
drawing.

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

[frameworks-kio] [Bug 392913] NTFS mountpoints appears as hidden after mount

2018-04-09 Thread Michael Heidelbach
https://bugs.kde.org/show_bug.cgi?id=392913

--- Comment #2 from Michael Heidelbach  ---
/etc/fstab:
UUID=01CDCE3D6EE37620  /media/Entwicklung  ntfs-3g 
defaults,noauto,users,exec,noatime,user_xattr  0 0

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

[frameworks-kio] [Bug 392913] NTFS mountpoints appears as hidden after mount

2018-04-09 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=392913

--- Comment #3 from Kai Uwe Broulik  ---
Do you have this change on your system [1]?

[1]
https://cgit.kde.org/solid.git/commit/?id=122a6cd8989a4bd3096fddea908a1c2b223be62a

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

[ark] [Bug 392896] No progress dialogs for extracting/compressing

2018-04-09 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=392896

Kai Uwe Broulik  changed:

   What|Removed |Added

  Component|general |general
Product|frameworks-kio  |ark
   Assignee|fa...@kde.org   |elvis.angelac...@kde.org
 CC||k...@privat.broulik.de,
   ||rthoms...@gmail.com

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

[elisa] [Bug 392782] Now Playing should use the actual album art in place of a humongous icon

2018-04-09 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=392782

Matthieu Gallien  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Matthieu Gallien  ---
Thanks for your report.
I will have a look at it. One problem I foresee is that the cover should put
not be like to the currently playing track. What is exactly your point of view
?

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

[elisa] [Bug 392782] Now Playing should use the actual album art in place of a humongous icon

2018-04-09 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=392782

--- Comment #2 from Matthieu Gallien  ---
Sorry for my bad comment. I should not use my phone.

Thanks for your report. I will have a look at it.

One problem I foresee is that the cover could be linked to the currently
playing track. The other possibility is to use the first cover even if it is
strange.

What is exactly your point of view ?

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

[KEXI] [Bug 392112] Deleted physical tables still visible in project navigator

2018-04-09 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=392112

--- Comment #3 from Jarosław Staniek  ---
Git commit 26203c294764c5a388d61836e9baf2fd3b68876f by Jaroslaw Staniek.
Committed on 26/03/2018 at 22:22.
Pushed by staniek into branch 'master'.

Add KDbConnection::drv_getTableNames for low level list of table names, make
tableNames() skip names with non-existing physical tables

This change is backward compatible since metadata without physical table is not
usable anyway.

FIXED-IN:3.2.0

M  +44   -2src/KDbConnection.cpp
M  +20   -1src/KDbConnection.h
M  +5-0src/KDbConnectionProxy.cpp
M  +5-0src/KDbConnectionProxy.h
M  +10   -1src/KDbDriverBehavior.h
M  +4-3src/drivers/mysql/MysqlDriver.cpp
M  +3-0src/drivers/postgresql/PostgresqlDriver.cpp
M  +2-0src/drivers/sqlite/SqliteDriver.cpp

https://commits.kde.org/kdb/26203c294764c5a388d61836e9baf2fd3b68876f

--- Comment #4 from Jarosław Staniek  ---
Git commit 219c02d1bb58fde744e9150c35914cc594ad3138 by Jaroslaw Staniek.
Committed on 26/03/2018 at 22:22.
Pushed by staniek into branch 'master'.

Add KDbConnection::drv_getTableNames for low level list of table names, make
tableNames() skip names with non-existing physical tables

Summary:
- KDbTestUtils: add convenience APIs for connecting and using db, support
connection options, use it in parser test
- Add KDbConnection::drv_getTableNames for low level list of table names, make
tableNames() skip names with non-existing physical tables
- This change is backward compatible since metadata without physical table is
not usable anyway.
FIXED-IN:3.2.0

+ Add autotest for handling missing physical tables

Test Plan: Run ctest

Reviewers: piggz

Tags: #kdb

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

M  +3-0autotests/CMakeLists.txt
A  +84   -0autotests/MissingTableTest.cpp [License: LGPL (v2+)]
A  +---autotests/data/missingTableTest.kexi

https://commits.kde.org/kdb/219c02d1bb58fde744e9150c35914cc594ad3138

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

[krita] [Bug 392842] Modifying layer properties causes crash

2018-04-09 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=392842

--- Comment #6 from Dmitry Kazakov  ---
Well, looking at the code, I can see only one way how the crash can happen, but
it needs quite a lot of coincidences happen at once...

Case a) 

1) Undo Limit should have be set to 0
2) Some animation frames should have been removed before the last action
3) Removal of animation frames should not complete before layer properties
change

Case b) [Krita 4.0.0 and earlier only]
1) Some animation frame(s) were added
2) Undo was requested for them
3) Before undo was completed, layer properties were changed. In Krita 4.0.0
changing visibility of the layer causes resetting redo information that could
cause such thing. But it is highly improbably.

I tried both cases, but couldn't reproduce the problem :(

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

[krita] [Bug 392842] Modifying layer properties causes crash

2018-04-09 Thread Pablo Selín Carrasco Armijo
https://bugs.kde.org/show_bug.cgi?id=392842

--- Comment #7 from Pablo Selín Carrasco Armijo  ---
(In reply to Dmitry Kazakov from comment #5)
> Hi, Pablo!
> 
> Could you tell me please, did you have any animated layers in this image
> that caused a crash?

No, I was working only with paint layers...

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

[plasmashell] [Bug 375951] locally integrated menus

2018-04-09 Thread Chris Holland
https://bugs.kde.org/show_bug.cgi?id=375951

--- Comment #9 from Chris Holland  ---
I just realized Aurorae = QML based, and the appmenu widget is QML based.

While we can't reuse the appmenu code since it will always show the menu for
the active window, and it doesn't work without plasmoid.nativeInterface, we
could probably use it as a reference for a custom qml plugin like:

AuroreaAppMenuModel {
windowId: decoration.client.windowId
}

DecoratedClient would still need to expose the windowId(?) for this to work.

* https://github.com/KDE/kdecoration/blob/master/src/decoratedclient.h

Though the first version could simply just show the active window.

I did a quick mockup in: /usr/share/kwin/aurorae/aurorae.qml

* https://i.imgur.com/zFzGr9v.png
* https://streamable.com/ekyqf

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

[kmail2] [Bug 389675] Filters work only when a message arrives

2018-04-09 Thread Kim Lilliestierna
https://bugs.kde.org/show_bug.cgi?id=389675

Kim Lilliestierna  changed:

   What|Removed |Added

 CC||k...@itr.no

--- Comment #1 from Kim Lilliestierna  ---
Same behaviour here,
my spam filter action is a shellscript runing crm114, adding some logging  to
it
shows that the filter is run, the mail is marked, but kmail is not reading back
the output of the filter.
same for both imap and pop.
distro: ubuntu 17.10
Kmail: 5.5.3

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

[frameworks-baloo] [Bug 392920] New: Baloo File Indexing Deamon crash

2018-04-09 Thread Cengiz CAVLI
https://bugs.kde.org/show_bug.cgi?id=392920

Bug ID: 392920
   Summary: Baloo File Indexing Deamon crash
   Product: frameworks-baloo
   Version: 5.38.0
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: normal
  Priority: NOR
 Component: Baloo File Daemon
  Assignee: baloo-bugs-n...@kde.org
  Reporter: cengizca...@gmail.com
  Target Milestone: ---

Application: baloo_file (5.38.0)
 (Compiled from sources)
Qt Version: 5.9.1
Frameworks Version: 5.38.0
Operating System: Linux 4.13.0-38-generic x86_64
Distribution: Ubuntu 17.10

-- Information about the crash:
- What I was doing when the application crashed:
When ever I start DAVMail on my computer Baloo File Indexing Deamon crashes.
Sometimes it seems OK, but then when I started Thunderbird Mail, I see the
message saying Baloo File Indexings unexpectedly crashed.

- Unusual behavior I noticed:
Just before these happen I see no unusual behavior.
- Custom settings of the application:
I always start DAVMail manually when I need it. And it is mostly common
settings as it comes.

The crash can be reproduced every time.

-- Backtrace:
Application: Baloo File Indexing Daemon (baloo_file), signal: Aborted
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fb046a1f900 (LWP 1173))]

Thread 3 (Thread 0x7fb039eae700 (LWP 1474)):
#0  0x7fb040bfc870 in g_main_context_query () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x7fb040bfd0e7 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7fb040bfd27c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7fb0450dc49b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7fb045081e3a in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x562f5dbe814d in ?? ()
#6  0x7fb044ea2581 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7fb044ea629d in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7fb0434897fc in start_thread (arg=0x7fb039eae700) at
pthread_create.c:465
#9  0x7fb044452b5f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 2 (Thread 0x7fb03a8b0700 (LWP 1189)):
#0  0x7fb06951 in __GI___poll (fds=0x7fb034002de0, nfds=1, timeout=-1)
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x7fb040bfd169 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7fb040bfd27c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7fb0450dc49b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7fb045081e3a in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7fb044ea13ca in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7fb0462ece45 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
#7  0x7fb044ea629d in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7fb0434897fc in start_thread (arg=0x7fb03a8b0700) at
pthread_create.c:465
#9  0x7fb044452b5f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 1 (Thread 0x7fb046a1f900 (LWP 1173)):
[KCrash Handler]
#6  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
#7  0x7fb044376f5d in __GI_abort () at abort.c:90
#8  0x7fb0421404d2 in ?? () from /usr/lib/x86_64-linux-gnu/liblmdb.so.0
#9  0x7fb0421355d5 in ?? () from /usr/lib/x86_64-linux-gnu/liblmdb.so.0
#10 0x7fb042136803 in ?? () from /usr/lib/x86_64-linux-gnu/liblmdb.so.0
#11 0x7fb042136a79 in ?? () from /usr/lib/x86_64-linux-gnu/liblmdb.so.0
#12 0x7fb042138764 in ?? () from /usr/lib/x86_64-linux-gnu/liblmdb.so.0
#13 0x7fb04213b992 in mdb_cursor_put () from
/usr/lib/x86_64-linux-gnu/liblmdb.so.0
#14 0x7fb04213e5a0 in mdb_put () from
/usr/lib/x86_64-linux-gnu/liblmdb.so.0
#15 0x7fb0457e666d in Baloo::IdTreeDB::put(unsigned long long,
QVector) () from
/usr/lib/x86_64-linux-gnu/libKF5BalooEngine.so.5
#16 0x7fb0457f8d21 in Baloo::WriteTransaction::removeDocument(unsigned long
long) () from /usr/lib/x86_64-linux-gnu/libKF5BalooEngine.so.5
#17 0x562f5dbf0726 in ?? ()
#18 0x562f5dbf0f95 in ?? ()
#19 0x7fb0450b29ff in QMetaObject::activate(QObject*, int, int, void**) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#20 0x562f5dbf3eb4 in ?? ()
#21 0x7fb0450b29ff in QMetaObject::activate(QObject*, int, int, void**) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#22 0x7fb0450bedc8 in QSocketNotifier::activated(int,
QSocketNotifier::QPrivateSignal) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#23 0x7fb0450bf192 in QSocketNotifier::event(QEvent*) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#24 0x7fb045083dd1 in QCoreApplication::notifyInternal2(Q

[krita] [Bug 392894] Hotkey for canvas rotation needs to be pressed twice

2018-04-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392894

--- Comment #3 from r29...@gmail.com ---
Tried to bind to J key - it works. Should I cross-report this to another
project ?

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

[Falkon] [Bug 392885] Tab loading spinner not always replaced with website's icon

2018-04-09 Thread Richard Ullger
https://bugs.kde.org/show_bug.cgi?id=392885

--- Comment #2 from Richard Ullger  ---
Created attachment 111919
  --> https://bugs.kde.org/attachment.cgi?id=111919&action=edit
Tab spinner with tab context menu

The context menu shows the option to reload the tab while the load spinner is
still visible.

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

[Falkon] [Bug 392885] Tab loading spinner not always replaced with website's icon

2018-04-09 Thread David Rosca
https://bugs.kde.org/show_bug.cgi?id=392885

--- Comment #3 from David Rosca  ---
Sorry for not being clear, but I meant right click context menu in website, not
on the tabbar.

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

[Falkon] [Bug 392910] Vertical tabs: hide main tabbar

2018-04-09 Thread David Rosca
https://bugs.kde.org/show_bug.cgi?id=392910

David Rosca  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from David Rosca  ---
Plugin settings -> use as a replacement of main tabbar.

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

[Falkon] [Bug 392909] Vertical tabs: tree-style tabs

2018-04-09 Thread David Rosca
https://bugs.kde.org/show_bug.cgi?id=392909

David Rosca  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #1 from David Rosca  ---
Plugin settings -> tree view.

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

[krita] [Bug 392842] Modifying layer properties causes crash

2018-04-09 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=392842

--- Comment #8 from Dmitry Kazakov  ---
Weird, I cannot reproduce the crash in any possible way I tried :(

The most possible sequence of a crash is:

1) #12 KisPaintDevice::createThumbnail() asks current KisPaintDeviceData object
for a cache object and requests this cache object to get a thumbnail for it.

2) In the meantime some other code in some other thread deletes this
KisPaintDeviceData object, and therefore the cache object as well

3) #11 KisPaintDeviceCache::createThumbnail() doesn't know it has just been
deleted and continues to generate a thumbnail, requesting an already invalid
m_paintDevice pointer, which finally causes a crash.


The problem is that I cannot see any way, how point 2) can happen. Neither
m_data, not m_lodData are ever deleted throughout the lifetime of a paint
device. Only frames are deleted, but Pablo says he didn't use animation that
time...

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

[krita] [Bug 392842] Modifying layer properties causes crash

2018-04-09 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=392842

--- Comment #9 from Dmitry Kazakov  ---
Pablo, could you check if the crash only when View->Instant Preview option on
or option value doesn't matter?

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

[krita] [Bug 392842] Modifying layer properties causes crash

2018-04-09 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=392842

Dmitry Kazakov  changed:

   What|Removed |Added

   Severity|normal  |crash

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

[plasmashell] [Bug 392921] New: Plasma chrashed while trying to configure system tray

2018-04-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392921

Bug ID: 392921
   Summary: Plasma chrashed while trying to configure system tray
   Product: plasmashell
   Version: 5.12.4
  Platform: Debian testing
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: k_the_fi...@yahoo.de
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.12.4)

Qt Version: 5.9.2
Frameworks Version: 5.44.0
Operating System: Linux 4.15.0-2-amd64 x86_64
Distribution: Debian GNU/Linux testing (buster)

-- Information about the crash:
Plasma chrashed while trying to configure system tray

The crash can be reproduced sometimes.

-- Backtrace:
Application: Plasma (plasmashell), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7ff0d68194c0 (LWP 3238))]

Thread 20 (Thread 0x7fefce3fd700 (LWP 4516)):
#0  0x7ff0cfe72597 in __GI___poll (fds=0x7ff00805d990, nfds=1, timeout=-1)
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x7ff0ca7ca439 in  () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7ff0ca7ca54c in g_main_context_iteration () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7ff0d07a810b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7ff0d074d2aa in
QEventLoop::exec(QFlags) () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7ff0d056c35a in QThread::exec() () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7ff0d36870a5 in  () at /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#7  0x7ff0d057122d in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7ff0cf72c5aa in start_thread (arg=0x7fefce3fd700) at
pthread_create.c:463
#9  0x7ff0cfe7ccbf in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 19 (Thread 0x7fefc1c25700 (LWP 4513)):
#0  0x7ff0cf7324ec in futex_wait_cancelable (private=,
expected=0, futex_word=0x558af81a1314) at
../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  0x7ff0cf7324ec in __pthread_cond_wait_common (abstime=0x0,
mutex=0x558af81a12c0, cond=0x558af81a12e8) at pthread_cond_wait.c:502
#2  0x7ff0cf7324ec in __pthread_cond_wait (cond=0x558af81a12e8,
mutex=0x558af81a12c0) at pthread_cond_wait.c:655
#3  0x7ff0d057265b in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7ff0d42a14a8 in  () at /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#5  0x7ff0d42a190a in  () at /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#6  0x7ff0d057122d in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7ff0cf72c5aa in start_thread (arg=0x7fefc1c25700) at
pthread_create.c:463
#8  0x7ff0cfe7ccbf in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 18 (Thread 0x7fefe959c700 (LWP 4354)):
[KCrash Handler]
#6  0x7ff0ced2fea0 in wl_proxy_create_wrapper () at
/usr/lib/x86_64-linux-gnu/libwayland-client.so.0
#7  0x7ff0b4ec4d64 in  () at /usr/lib/x86_64-linux-gnu/libEGL_mesa.so.0
#8  0x7ff0b4eb2907 in  () at /usr/lib/x86_64-linux-gnu/libEGL_mesa.so.0
#9  0x7ff0b589b03d in  () at
/usr/lib/x86_64-linux-gnu/qt5/plugins/wayland-graphics-integration-client/libwayland-egl.so
#10 0x7ff0b58995b5 in  () at
/usr/lib/x86_64-linux-gnu/qt5/plugins/wayland-graphics-integration-client/libwayland-egl.so
#11 0x7ff0d0f754e6 in QOpenGLContext::makeCurrent(QSurface*) () at
/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#12 0x7ff0d429a9a4 in  () at /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#13 0x7ff0d42a22ab in  () at /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#14 0x7ff0d42a1537 in  () at /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#15 0x7ff0d42a190a in  () at /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#16 0x7ff0d057122d in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#17 0x7ff0cf72c5aa in start_thread (arg=0x7fefe959c700) at
pthread_create.c:463
#18 0x7ff0cfe7ccbf in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 17 (Thread 0x7ff0115e0700 (LWP 4342)):
#0  0x7ffece1a8b62 in clock_gettime ()
#1  0x7ff0cfe8a696 in __GI___clock_gettime (clock_id=1, tp=0x7ff0115dfab0)
at ../sysdeps/unix/clock_gettime.c:115
#2  0x7ff0d07a7a21 in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#3  0x7ff0d07a6259 in QTimerInfoList::updateCurrentTime() () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7ff0d07a6835 in QTimerInfoList::timerWait(timespec&) () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7ff0d07a7e7e in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7ff0ca7c9998 in g_main_context_prepare () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#7  0x7ff0ca7ca36b in  () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#8  0x7ff0ca7ca54c in g_main_contex

[partitionmanager] [Bug 392892] kde partition manager unable to recognize bitlocker partition

2018-04-09 Thread Teddy
https://bugs.kde.org/show_bug.cgi?id=392892

--- Comment #9 from Teddy  ---
Bug filed to github, will comment again when it's fixed.

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

[gwenview] [Bug 303631] Add url navigator widget to start page

2018-04-09 Thread Huon
https://bugs.kde.org/show_bug.cgi?id=303631

--- Comment #4 from Huon  ---
(In reply to Henrik Fehlauer from comment #3)
> > an empty URL bar on the Start page is a bit weird
> As discussed elsewhere (e.g. Bug 387906, possibly other places), a good
> long-term goal would be to make the Start Page a bit more consistent with
> Browse and View. Having the URL bar is one step in that direction, and just
> like (an older version of) Konqueror it could simply display something like
> "startpage:/".

Doesn't sound too bad actually, and I like consistency.

> > allow the user to specify a starting folder, similar to Dolphin.
> See Bug 233359, where we discussed this before (oddly enough, you wanted to
> "improve the start page" and "don't see [the config option] as necessary" ;).

Knew that rang a bell :)
In my defense, I did preface my comment here with "If we must..."

> I think we should do both, i.e. add the URL navigator and add an option as
> detailed in the second comment over in Bug 233359 (option #2).

I wouldn't oppose this. I also now just realise they solve slightly different
problems. One is for a consistent starting directory (your pictures folder),
and one is for quick access to type an arbitrary URL.

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

[Falkon] [Bug 392885] Tab loading spinner not always replaced with website's icon

2018-04-09 Thread Richard Ullger
https://bugs.kde.org/show_bug.cgi?id=392885

--- Comment #4 from Richard Ullger  ---
I only get the 'Stop' option in the page context menu where the tab contains a
load spinner. If the tab has been refreshed with the website's icon, I see the
'reload' option in the page context menu.

In the tabbar context menu I see a 'Stop' option while the page is actually
still loading. When the page has loaded I see a 'Reload' option even if the tab
is still showing the load spinner.

I get a similar result at https://www.betfair.com but in this case the tab load
spinner is never replaced with the website's icon.

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

[frameworks-kio] [Bug 392913] NTFS mountpoints appears as hidden after mount

2018-04-09 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=392913

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||infr...@gmail.com

--- Comment #4 from Kai Uwe Broulik  ---
The bug is:

The FILE_ATTRIBUTE_HIDDEN flag is set on the root NTFS folder, e.g.
/media/my_ntfs_drive so it won't show up in the directory tree or file view
unless hidden files are shown. This looks like an NTFS3g bug (feature) and not
much we can do on our side.

Cc'ing Roman as the author of the NTFS hidden kio patch.

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

[krita] [Bug 391978] I cannot see the selection at all.

2018-04-09 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=391978

Boudewijn Rempt  changed:

   What|Removed |Added

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

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

[Artikulate] [Bug 322233] enable the user to add new course skeletons

2018-04-09 Thread Gregor Mi
https://bugs.kde.org/show_bug.cgi?id=322233

Gregor Mi  changed:

   What|Removed |Added

 CC||codestr...@posteo.org
   Severity|normal  |wishlist

--- Comment #2 from Gregor Mi  ---
I changed this ticket to 'wishlist'

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

[krita] [Bug 391978] I cannot see the selection at all.

2018-04-09 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=391978

Boudewijn Rempt  changed:

   What|Removed |Added

 Status|REOPENED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #5 from Boudewijn Rempt  ---
The original bug reporter in the report this was a duplicate closed her report.
We still need more information to figure out what's up. Could you update to
Krita 4.0 and check if the bug still occurs? If it occurs, could you copy and
paste the output from Help -> "Show system information for bug reports"?

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

[krita] [Bug 392292] Krita Crash on Startup (Open SUSE RPM package)

2018-04-09 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=392292

--- Comment #9 from Boudewijn Rempt  ---
Here's information on how to report bugs to opensuse: 

https://en.opensuse.org/openSUSE:Submitting_bug_reports#Accessing_Bugzilla

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

[frameworks-plasma] [Bug 392908] Selecting Text Preview Turns Folder Icons to Text Previews

2018-04-09 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=392908

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #2 from Christoph Feck  ---


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

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

[kio] [Bug 220330] Preview setting for .desktop files is ignored if "Text File" preview is enabled

2018-04-09 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=220330

Christoph Feck  changed:

   What|Removed |Added

 CC||anditosan1...@gmail.com

--- Comment #26 from Christoph Feck  ---
*** Bug 392908 has been marked as a duplicate of this bug. ***

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

[Books] [Bug 373446] build instructions are incomplete

2018-04-09 Thread Gregor Mi
https://bugs.kde.org/show_bug.cgi?id=373446

Gregor Mi  changed:

   What|Removed |Added

 CC||codestr...@posteo.org

--- Comment #1 from Gregor Mi  ---
Thanks for updating the build instructions. Has the situation improved in the
meantime?

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

[digikam] [Bug 392922] New: digikam-6.0.0 fail to start

2018-04-09 Thread pascal lacroix
https://bugs.kde.org/show_bug.cgi?id=392922

Bug ID: 392922
   Summary: digikam-6.0.0 fail to start
   Product: digikam
   Version: 6.0.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Bundle-AppImage
  Assignee: digikam-bugs-n...@kde.org
  Reporter: kikouca...@gmail.com
  Target Milestone: ---

On linux Mint with mysql

./digikam-6.0.0-git-20180408T074316-x86-64.appimage fail to start with error:

-- Use 'help' as CLI argument to know all available options for digiKam
application
/tmp/.mount_digikaqn0sjT/AppRun: ligne 35: erreur de syntaxe près du symbole
inattendu « fi »
/tmp/.mount_digikaqn0sjT/AppRun: ligne 35: `fi'

./digikam-6.0.0-git-20180407T123747-x86-64.appimage is working fine

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

[systemsettings] [Bug 392923] New: fixedwidth defaults to noto

2018-04-09 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=392923

Bug ID: 392923
   Summary: fixedwidth defaults to noto
   Product: systemsettings
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: kcm_fonts
  Assignee: unassigned-b...@kde.org
  Reporter: sit...@kde.org
CC: unassigned-b...@kde.org
  Target Milestone: ---

the new fonts kcm by default shows noto as configured font for fixed width.

this is wrong as Hack is the default fixed width font as per
plasma-integration.

the culprint seems to be in KFonts::load which incorrectly defaults ALL fonts
to m_defaultFont, which is Noto, rather than switch fixedWidth to something
else.

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

[kio] [Bug 173097] Cannot delete a file with "invalid" characters in its name

2018-04-09 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=173097

--- Comment #15 from Christoph Feck  ---
Could be solved with bug 204768, while the underlying real issue (bug 165044)
cannot be fixed, see bug 165044 comment #159.

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

[krita] [Bug 392566] Krita 4.0 and 4.1 pre-alpha Expand/Collapse icon is too small in some places

2018-04-09 Thread Ahab Greybeard
https://bugs.kde.org/show_bug.cgi?id=392566

--- Comment #3 from Ahab Greybeard  ---
It seems to have been fixed in the latest nightly build (aa81a25) in both the
places where I reported it as happening.

I don't know if this is by accident or by design.

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

[kolourpaint] [Bug 392838] Software freezes when dragging any file/folder in file select browser

2018-04-09 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=392838

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #2 from Christoph Feck  ---


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

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

[frameworks-kio] [Bug 387039] file dialog hang whenever dragging a file/directory

2018-04-09 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=387039

Christoph Feck  changed:

   What|Removed |Added

 CC||strom.mar...@gmail.com

--- Comment #2 from Christoph Feck  ---
*** Bug 392838 has been marked as a duplicate of this bug. ***

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

[digikam] [Bug 392656] Selecting a root album for face scan doesn't include subfolders, but rather scans an unexpected album set

2018-04-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392656

--- Comment #3 from ozim...@lpsc.in2p3.fr ---
I tried again and it confirms your explanation : the "whole tag collection"
checkbox was probably checked, thus including most of my large image collection
in the scan (instead of a limited set of folders).

As a conclusion I would like to suggest two feature improvements :

- in the face detection dialogue, wether the filtering conditions (albums+tags)
are combined in an "AND" or an "OR" relation should be explicit (if not
selectable, at least shown in some way).

- in the face detection dialogue, it would be usefull if selecting a folder
automatically selects all subfolders (or alternatively, have a way to easily
select a range of many folders for batch check/uncheck).

Notice : I got misleaded, believing that selecting a parent folder would
automatically include all children contents. Instead I currently have to
manually select all of my 80+ subfolders one by one to get them scanned.
Combined with the effect of improper tags selection and long processing time
involved, it made the whole thing quite hard to untangle.

Thanks a lot for helping.

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

[krita] [Bug 392566] Krita 4.0 and 4.1 pre-alpha Expand/Collapse icon is too small in some places

2018-04-09 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=392566

Boudewijn Rempt  changed:

   What|Removed |Added

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

--- Comment #4 from Boudewijn Rempt  ---
Yes -- scott fixed it in 6aea77e2f84a68720f7736b669a1c994dfdc417c, but forgot
to add the magic close clause in the commit message.

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

[kdenlive] [Bug 387135] Enabling "Custom project folder" has only a little effect and it's bugged

2018-04-09 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=387135

--- Comment #4 from Jean-Baptiste Mardelle  ---
Git commit ee96bb69fbe97d28c97eb23918559badc94e456c by Jean-Baptiste Mardelle.
Committed on 09/04/2018 at 11:49.
Pushed by mardelle into branch 'Applications/18.04'.

Fix double separator in project/capture folder

M  +2-2src/dialogs/renderwidget.cpp
M  +6-6src/mainwindow.cpp
M  +12   -6src/monitor/recmonitor.cpp

https://commits.kde.org/kdenlive/ee96bb69fbe97d28c97eb23918559badc94e456c

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

[kdevelop] [Bug 392924] New: coroutine ts crash

2018-04-09 Thread Fearghas Felix
https://bugs.kde.org/show_bug.cgi?id=392924

Bug ID: 392924
   Summary: coroutine ts crash
   Product: kdevelop
   Version: git master
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Language Support: CPP (Clang-based)
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: edc0a91c24342ae88...@yandex.ru
  Target Milestone: ---

example from https://isocpp.org/files/papers/N4663.pdf


#include 
#include 


struct generator {
  struct promise_type;
  using handle = std::experimental::coroutine_handle;
  struct promise_type {
int current_value;
static auto get_return_object_on_allocation_failure() {
  return generator{nullptr};
}
auto get_return_object() {
  return generator{handle::from_promise(*this)};
}
auto initial_suspend() {
  return std::experimental::suspend_always{};
}
auto final_suspend() {
  return std::experimental::suspend_always{};
}
auto yield_value(int value) {
  current_value = value;
  return std::experimental::suspend_always{};
}
void unhandled_exception() { std::terminate(); }
// void return_void() {}// uncomment -> crash

  };
  bool move_next() {
return coro ? (coro.resume(), !coro.done()) : false;
  }
  int current_value() {
return coro.promise().current_value;
  }
  ~generator() {
if(coro) coro.destroy();
  }
private:
  generator(handle h) : coro(h) {}
  handle coro;
};

generator f() {
  co_yield 1;
  co_yield 2;
}

int main() {
  auto g = f();

  while(g.move_next()) std::cout << g.current_value() << std::endl;
}


Also, crash on all other examples. The compilation passes normally.

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

[frameworks-ktexteditor] [Bug 256561] Katepart scrolls per paragraph rather than respecting the input device's scroll preference (i.e. n lines for a mouse wheel, pixel-by-pixel for touchpad)

2018-04-09 Thread Till Schäfer
https://bugs.kde.org/show_bug.cgi?id=256561

Till Schäfer  changed:

   What|Removed |Added

 CC||till2.schaefer@uni-dortmund
   ||.de
 Status|REOPENED|CONFIRMED
Version|5.1.0   |5.44.0

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

[kio] [Bug 173097] Cannot delete a file with "invalid" characters in its name

2018-04-09 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=173097

--- Comment #16 from Dr. Chapatin  ---
link from comment 159 gives "page not found".

Why can pcmanfm-qt delete/rename a file containing invalid character and
Dolphin not?

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

[Books] [Bug 392925] New: Code line numbering do not start with 1

2018-04-09 Thread Gregor Mi
https://bugs.kde.org/show_bug.cgi?id=392925

Bug ID: 392925
   Summary: Code line numbering do not start with 1
   Product: Books
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Frameworks Cookbook
  Assignee: kde-doc-engl...@kde.org
  Reporter: codestr...@posteo.org
  Target Milestone: ---

The very first code example about ThreadWeaver (section 2.1) has a line
numbering starting with 28 instead of 1. I checked the PDF
(https://books.kde.org/frameworks5/KDE-Frameworks-Cookbook.pdf) and the HTML
version.

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

[Falkon] [Bug 392885] Tab loading spinner not always replaced with website's icon

2018-04-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392885

private2@yandex.com changed:

   What|Removed |Added

 CC||private2@yandex.com

--- Comment #5 from private2@yandex.com ---
@Richard Ullger 

The "load spinner" problem is a Qt bug:
https://bugreports.qt.io/browse/QTBUG-65223.

There is a workaround in Falkon source, but it's currently adjusted only for Qt
5.10.*

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

[frameworks-ktexteditor] [Bug 392926] New: KTextEditor scrollbar preview and mini map do not respect word wrapping

2018-04-09 Thread Till Schäfer
https://bugs.kde.org/show_bug.cgi?id=392926

Bug ID: 392926
   Summary: KTextEditor scrollbar preview and mini map do not
respect word wrapping
   Product: frameworks-ktexteditor
   Version: 5.44.0
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: till2.schae...@uni-dortmund.de
  Target Milestone: ---

Created attachment 111920
  --> https://bugs.kde.org/attachment.cgi?id=111920&action=edit
screenshot of kate with wrapped lines, the scrollbar preview and the mini map

If word wrap is enabled the preview and the mini map still display the
unwrapped version, this also results in a miscalculation of the mini map
sliding window. See attached screenshot.

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

  1   2   3   4   5   6   >