[valgrind] [Bug 368864] WARNING: unhandled arm64-linux syscall: 262 (fanotify_init)

2017-02-18 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=368864

Mark Wielaard  changed:

   What|Removed |Added

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

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

[valgrind] [Bug 370635] arm64 missing syscall getcpu

2017-02-18 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=370635

Mark Wielaard  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
 CC||m...@redhat.com

--- Comment #1 from Mark Wielaard  ---
valgrind svn r16246

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

[valgrind] [Bug 368922] WARNING: unhandled arm64-linux syscall: 161 (sethostname)

2017-02-18 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=368922

Mark Wielaard  changed:

   What|Removed |Added

 CC||m...@redhat.com
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Mark Wielaard  ---
valgrind svn r16247

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

[plasmashell] [Bug 376642] New: Go to web address isn't shown in dashboard

2017-02-18 Thread Alex
https://bugs.kde.org/show_bug.cgi?id=376642

Bug ID: 376642
   Summary: Go to web address isn't shown in dashboard
   Product: plasmashell
   Version: 5.8.5
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Desktop Dashboard
  Assignee: notm...@gmail.com
  Reporter: ene...@gmail.com
CC: bhus...@gmail.com
  Target Milestone: 1.0

"Go to address" is shown in launcher, it isn't in dashboard.
To replicate just type in web address in dashboard. When related bookmarks are
saved only bookmarks are shown. It is ok with launcher, "go to" is shown
correctly.

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

[kdenlive] [Bug 376647] New: Rendering very slow

2017-02-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376647

Bug ID: 376647
   Summary: Rendering very slow
   Product: kdenlive
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Video Display & Export
  Assignee: j...@kdenlive.org
  Reporter: callicu...@gmail.com
  Target Milestone: ---

Hello.

I am using KDENLIVE 16.12.2 installed on Ubuntu 16.04.2 LTS.
When I attempt to render any project  I find that the render process takes a
very long time to complete. Something that I have noticed is that when
rendering is running KDE is only using a small portion of resources that are
available to it. Can someone tell me if there is a way to speed up rendering
and/or configure KDE to use more system resources please?

Thank you.

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

[krita] [Bug 376646] New: KDE Desktop effects make filter layers hard to use

2017-02-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376646

Bug ID: 376646
   Summary: KDE Desktop effects make filter layers hard to use
   Product: krita
   Version: 3.1.1
  Platform: Mint (Ubuntu based)
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: usability
  Assignee: krita-bugs-n...@kde.org
  Reporter: dofg...@tfwno.gf
  Target Milestone: ---

In KDE, I think it is the default behavior (can be found System settings/in
Desktop Effect - Dialog Parent effect) to darken the parent dialog window when
there is an active dialog.
It causes a problem when trying to adjust contrast or colors via a filter mask
(since it creates a dialog, and the window goes dark, making it much more
difficult to gauge contrast or colors).

This problem can of course be solved by disabling the desktop effect, but it'll
affect all windows, present and future.
Is there any way for Krita to bypass this desktop effect?

Of course this only affects Linux and not Windows - plus, I only use KDE 4 at
the moment so it might be a KDE 4 specific problem.

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

[konsole] [Bug 352426] konsole crash when executing file manager

2017-02-18 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=352426

Kurt Hindenburg  changed:

   What|Removed |Added

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

--- Comment #1 from Kurt Hindenburg  ---
Can you try a more recent version?  reopen if you still have issues.

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

[konsole] [Bug 349105] Chaning colors in systemsettings -> Application Appearance does not change tab colour

2017-02-18 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=349105

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #1 from Kurt Hindenburg  ---
KDE4 isn't maintained any longer and there's won't be any more releases.  Open
a new ticket if you notice these issues on a recent KF5 release.

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

[tellico] [Bug 376134] Export collection in HTML does not work

2017-02-18 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=376134

Robby Stephenson  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/tel |https://commits.kde.org/tel
   |lico/9dac9ef56e7bdceef9327e |lico/189130df8515b6e4342aa1
   |c8375c52fe1d369ea0  |b4a390547a14a26cf1
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #6 from Robby Stephenson  ---
Git commit 189130df8515b6e4342aa1b4a390547a14a26cf1 by Robby Stephenson.
Committed on 19/02/2017 at 01:52.
Pushed by rstephenson into branch 'master'.

Use correct dir for img links in HTML export with relative entry files

A problem lingering from the port from KURL::relativePath, when using
QDir::relativeFilePath doesn't resolve the path. Switch to using
QFileInfo to grab the dir and then resolve the relative path from there

My thanks to chp...@gmail.com for the diligence in verifying the fix.

M  +32   -0src/tests/htmlexportertest.cpp
M  +22   -2src/translators/htmlexporter.cpp
M  +1-0src/translators/htmlexporter.h

https://commits.kde.org/tellico/189130df8515b6e4342aa1b4a390547a14a26cf1

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

[kwin] [Bug 376505] kwin compile error in Gentoo gcc-6.3.0, glibc-2.25

2017-02-18 Thread Ясен
https://bugs.kde.org/show_bug.cgi?id=376505

--- Comment #2 from Ясен  ---
Created attachment 104110
  --> https://bugs.kde.org/attachment.cgi?id=104110=edit
for Gentoo

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

[valgrind] [Bug 373488] Support for fanotify API on ARM64 architecture

2017-02-18 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=373488

Mark Wielaard  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||m...@redhat.com
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Mark Wielaard  ---
Sorry, your patch was as good as the other one just committed. Apologies for
not noticing this was reported and fixed twice.

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

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

[valgrind] [Bug 368864] WARNING: unhandled arm64-linux syscall: 262 (fanotify_init)

2017-02-18 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=368864

Mark Wielaard  changed:

   What|Removed |Added

 CC||m...@redhat.com

--- Comment #2 from Mark Wielaard  ---
valgrind svn r16242

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

[dolphin] [Bug 376577] Search crashes when started from root folder

2017-02-18 Thread Alex
https://bugs.kde.org/show_bug.cgi?id=376577

--- Comment #6 from Alex  ---
Created attachment 104105
  --> https://bugs.kde.org/attachment.cgi?id=104105=edit
Screenshot of error

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

[trojita] [Bug 332914] Threading shows incorrect results when searching is active

2017-02-18 Thread Roland Pallai
https://bugs.kde.org/show_bug.cgi?id=332914

Roland Pallai  changed:

   What|Removed |Added

 CC||d...@rock.hu

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

[trojita] [Bug 321370] Automatically expand threads with new arrivals

2017-02-18 Thread Roland Pallai
https://bugs.kde.org/show_bug.cgi?id=321370

Roland Pallai  changed:

   What|Removed |Added

 CC||d...@rock.hu

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

[digikam] [Bug 376640] Changing tag name does not update sidecar metadata

2017-02-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376640

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

   What|Removed |Added

 CC||caulier.gil...@gmail.com
  Component|Metadata-Editor |Metadata-Sidecar

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

[kfile] [Bug 376641] New: Can't click directory with non-ASCII characters in places pane

2017-02-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376641

Bug ID: 376641
   Summary: Can't click directory with non-ASCII characters in
places pane
   Product: kfile
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: linus.kardell+kdeb...@gmail.com
  Target Milestone: ---

When trying to click a directory with non-ASCII characters in the name in the
places pane, in the file/directory picker in KDE4, it does not go to the
directory. In the directory picker it seems like it goes to the directory above
it, while in the file picker it doesn't do anything. The affects Firefox, which
(at least on OpenSUSE) seems to use the KDE file picker when running KDE.

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

[konsole] [Bug 376645] New: Can't enter bookmark edition

2017-02-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376645

Bug ID: 376645
   Summary: Can't enter bookmark edition
   Product: konsole
   Version: 16.12.2
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: bookmark
  Assignee: konsole-de...@kde.org
  Reporter: damiankorze...@gmail.com
  Target Milestone: ---

I can't enter the bookmark edit. After I click the menu, the bookmark edition
is not appear.

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

[kwin] [Bug 376648] New: Magic lamp produces artifacts when "minimizing" to tray

2017-02-18 Thread Janek Bevendorff
https://bugs.kde.org/show_bug.cgi?id=376648

Bug ID: 376648
   Summary: Magic lamp produces artifacts when "minimizing" to
tray
   Product: kwin
   Version: 5.9.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: effects-various
  Assignee: kwin-bugs-n...@kde.org
  Reporter: k...@jbev.net
  Target Milestone: ---

When an application minimizes to tray (i.e. minimizes and then hides the
window, so there is no taskbar button anymore), the magic lamp effect is
targeted towards the cursor position instead of the taskbar. This works well
most of the time, but sometimes it creates severe rendering artifacts in the
form of moving vertical or horizontal bars. This effect is especially obvious
when the cursor position is more to the center of the screen than to the edges.

To generally improve the visuals of that effect, it would maybe also be good
not to use the cursor position as a single pixel but rather an area of a few
pixels. I don't know if that would get rid of the above-mentioned artifacts,
but it would overall look less glitchy.


KWin Support Information:
==

Version
===
KWin version: 5.9.0
Qt Version: 5.8.0
Qt compile version: 5.8.0
XCB compile version: 1.12

Operation Mode: X11 only

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: 11901000
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: true
alphaChannelSupported: true
closeOnDoubleClickOnMenu: false
decorationButtonsLeft: 0, 9
decorationButtonsRight: 6, 3, 4, 5
borderSize: 3
gridUnit: 10
font: Noto Sans,10,-1,5,50,0,0,0,0,0,Regular
smallSpacing: 2
largeSpacing: 10

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: false
killPingTimeout: 5000
hideUtilityWindowsForInactive: true
inactiveTabsSkipTaskbar: false
autogroupSimilarWindows: false
autogroupInForeground: true
compositingMode: 1
useCompositing: true
compositingInitialized: true
hiddenPreviews: 1
glSmoothScale: 1
xrenderSmoothScale: false
maxFpsInterval: 1666
refreshRate: 0
vBlankTime: 600
glStrictBinding: false
glStrictBindingFollowsDriver: true
glCoreProfile: true
glPreferBufferSwap: 99
glPlatformInterface: 1
windowsBlockCompositing: true

Screen Edges

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

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

Screen 0:
-
Name: DVI-I-1
Geometry: 0,0,2560x1440
Refresh Rate: 59.9506

Screen 1:
-
Name: DVI-D-0
Geometry: 2560,0,2560x1440
Refresh Rate: 59.9506


Compositing
===
Compositing is active
Compositing Type: OpenGL
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GTX 960/PCIe/SSE2
OpenGL version string: 3.1.0 NVIDIA 375.26
OpenGL platform interface: GLX
OpenGL shading language version string: 1.40 NVIDIA via Cg compiler
Driver: NVIDIA
Driver version: 375.26
GPU class: Unknown
OpenGL version: 3.1
GLSL version: 1.40
X server version: 1.19.1
Linux kernel version: 4.9.6
Direct rendering: Requires strict binding: no
GLSL shaders:  yes
Texture NPOT support:  yes
Virtual Machine:  no
OpenGL 2 Shaders are used
Painting blocks for vertical retrace:  yes

Loaded Effects:
---
zoom

[konsole] [Bug 350924] Crash on Exit [Dup of 342201]

2017-02-18 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=350924

Kurt Hindenburg  changed:

   What|Removed |Added

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

--- Comment #1 from Kurt Hindenburg  ---


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

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

[konsole] [Bug 342201] Crash on Konsole exit when using proprietary nvidia drivers

2017-02-18 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=342201

Kurt Hindenburg  changed:

   What|Removed |Added

 CC||swest...@gmail.com

--- Comment #23 from Kurt Hindenburg  ---
*** Bug 350924 has been marked as a duplicate of this bug. ***

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

[akregator] [Bug 376649] New: Filtering by "Unread" when a message is selected marks all messages read

2017-02-18 Thread Luigi Toscano
https://bugs.kde.org/show_bug.cgi?id=376649

Bug ID: 376649
   Summary: Filtering by "Unread" when a message is selected marks
all messages read
   Product: akregator
   Version: GIT (master)
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: luigi.tosc...@tiscali.it
  Target Milestone: ---

Select a message and then enable the "unread" filter with the button at the
left of the "search article" input/filter box. Something is triggered and all
the unread messages currently shown are marked as read.

If the "Unread" filter is enabled when no messages are selected, nothing
happens.

Reproduced with KDE Applications 16.04.3 (5.2.3) and current (2017-02-19) git
master.

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

[kded-appmenu] [Bug 376656] New: VisualStudioCode takes high CPU due to exporting menu

2017-02-18 Thread Baron Leonardo
https://bugs.kde.org/show_bug.cgi?id=376656

Bug ID: 376656
   Summary: VisualStudioCode takes high CPU due to exporting menu
   Product: kded-appmenu
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: top menubar
  Assignee: plasma-b...@kde.org
  Reporter: mohamedayman.f...@zoho.com
  Target Milestone: ---

VisualStudioCode takes high CPU due to exporting menu.

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

[systemsettings] [Bug 376630] Bold font rendering is broken after changing font via kcm_fonts

2017-02-18 Thread Pulfer
https://bugs.kde.org/show_bug.cgi?id=376630

Pulfer  changed:

   What|Removed |Added

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

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

[ksysguard] [Bug 376537] ksysguardd crashed on kernel 4.9

2017-02-18 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=376537

Christoph Feck  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/ksy
   ||sguard/e4c58c2f6ef74bad065f
   ||7327c19c02a3dac3
   Version Fixed In||5.8.6
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #23 from Christoph Feck  ---
Git commit e4c58c2f6ef74bad065f7327c19c02a3dac3 by Christoph Feck.
Committed on 19/02/2017 at 04:15.
Pushed by cfeck into branch 'Plasma/5.8'.

Fix array allocation for non-continuous cpu numbers
FIXED-IN: 5.8.6

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

M  +2-1ksysguardd/Linux/stat.c

https://commits.kde.org/ksysguard/e4c58c2f6ef74bad065f7327c19c02a3dac3

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

[konqueror] [Bug 376637] The vertical scrollbar hides the last character of text on a line, see betterallydifferal.com

2017-02-18 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=376637

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #1 from Christoph Feck  ---
Your tags are invalid. Use an HTML verification service to spot the bugs.

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

[dolphin] [Bug 376619] Only show when using this application (Dolphin) does not work

2017-02-18 Thread North
https://bugs.kde.org/show_bug.cgi?id=376619

North  changed:

   What|Removed |Added

 CC||terauck-...@yahoo.com.au

--- Comment #1 from North  ---
I confirm the issue using the same operating system.  A 'place' on the start
page of Gwenview can be restricted to Gwenview.

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

[kdenlive] [Bug 376604] Kdenlive crash when opening video source

2017-02-18 Thread Guillaume Debray
https://bugs.kde.org/show_bug.cgi?id=376604

--- Comment #2 from Guillaume Debray  ---
(In reply to Wegwerf from comment #1)
> Can you play your mkv file using ffplay, and melt?

Yes, ffplay and melt can play the video.

  Duration: 00:14:48.06, start: 0.00, bitrate: 1070 kb/s
Stream #0:0: Video: hevc (Main), yuv420p(tv), 1920x832, SAR 1:1 DAR 30:13,
24 fps, 24 tbr, 1k tbn, 1k tbc (default)
Stream #0:1: Audio: aac (LC), 48000 Hz, stereo, fltp (default)

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

[kphotoalbum] [Bug 376635] Renaming a tag breaks its member-group

2017-02-18 Thread Johannes Zarl-Zierl
https://bugs.kde.org/show_bug.cgi?id=376635

Johannes Zarl-Zierl  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/kph
   ||otoalbum/f5457379cbd44ea440
   ||6a07a3cf1296dc33e7e9bf

--- Comment #1 from Johannes Zarl-Zierl  ---
Git commit f5457379cbd44ea4406a07a3cf1296dc33e7e9bf by Johannes Zarl-Zierl.
Committed on 18/02/2017 at 21:38.
Pushed by johanneszarl into branch 'master'.

Fix renaming and deletion of memberMap members.

The methods renameItem, renameGroup and deleteItem in MemberMap
inadvertingly operated on a copy of the member item set instead of the
real data.

This issue was introduced in commit 8d0b178e8 and is present since
release 4.7.

M  +10   -9DB/MemberMap.cpp

https://commits.kde.org/kphotoalbum/f5457379cbd44ea4406a07a3cf1296dc33e7e9bf

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

[kdeconnect] [Bug 376638] New: KDE Connect 1.6 loosing file extension

2017-02-18 Thread Björn Ballard
https://bugs.kde.org/show_bug.cgi?id=376638

Bug ID: 376638
   Summary: KDE Connect 1.6 loosing file extension
   Product: kdeconnect
   Version: unspecified
  Platform: Android
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: android-application
  Assignee: albertv...@gmail.com
  Reporter: bjorn.ball...@gmail.com
  Target Milestone: ---

When sending a file from PC to phone the extension of the file is removed. For
example: sending "master.kdb" results in file named "master" on phone.

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

[trojita] [Bug 359437] Keyboard shortcut to move a mail to a specified folder (e.g. to a "Archived" folder)

2017-02-18 Thread Roland Pallai
https://bugs.kde.org/show_bug.cgi?id=359437

Roland Pallai  changed:

   What|Removed |Added

 CC||d...@rock.hu

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

[konsole] [Bug 349088] Down arrow (and other arrows) characters display wrong width

2017-02-18 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=349088

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #2 from Kurt Hindenburg  ---
Can you update and let us know if this is still an issue?  and perhaps add a
screenshor.

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

[akregator] [Bug 376649] Filtering by "Unread" when a message is selected marks all messages read

2017-02-18 Thread Luigi Toscano
https://bugs.kde.org/show_bug.cgi?id=376649

--- Comment #1 from Luigi Toscano  ---
I set "major" as priority because the bug is a indirect form of data loss (the
information about unread messages).

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

[konsole] [Bug 366048] "Do not ask again" doesn't apply to "Close Window" button

2017-02-18 Thread Thomas Braxton
https://bugs.kde.org/show_bug.cgi?id=366048

Thomas Braxton  changed:

   What|Removed |Added

 CC||kde.brax...@gmail.com

--- Comment #1 from Thomas Braxton  ---
This seems to work correctly in version 16.12.2.

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

[konsole] [Bug 373438] Confirm Close always prompts, ignores "Do not ask again"

2017-02-18 Thread Thomas Braxton
https://bugs.kde.org/show_bug.cgi?id=373438

Thomas Braxton  changed:

   What|Removed |Added

 CC||kde.brax...@gmail.com

--- Comment #3 from Thomas Braxton  ---
This seems to work correctly in version 16.12.2.

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

[Discover] [Bug 376657] New: It does not connect with internet

2017-02-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376657

Bug ID: 376657
   Summary: It does not connect with internet
   Product: Discover
   Version: 5.6.2
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: discover
  Assignee: aleix...@kde.org
  Reporter: ub.ma...@yahoo.it
  Target Milestone: ---

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

It's happening frequently that when I open the software, it does not load the
software list. I use kubuntu 16.04

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

[kio-gdrive] [Bug 376639] Cannot copy from gdrive:// to gdrive://

2017-02-18 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=376639

Elvis Angelaccio  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

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

[kio-gdrive] [Bug 376639] New: Cannot copy from gdrive:// to gdrive://

2017-02-18 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=376639

Bug ID: 376639
   Summary: Cannot copy from gdrive:// to gdrive://
   Product: kio-gdrive
   Version: 1.1.1
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: elvis.angelac...@kde.org
  Reporter: elvis.angelac...@kde.org
  Target Milestone: ---

The readData() call in readPutData() seems to get stuck for some reason.

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

[digikam] [Bug 376640] Changing tag name does not update sidecar metadata

2017-02-18 Thread Bill Goodman
https://bugs.kde.org/show_bug.cgi?id=376640

--- Comment #1 from Bill Goodman  ---
An additional problem which may be related. If you use the tag manager to
delete a tag which is assigned to some images, the tag is removed from the
images in the database, but the sidecar files are not updated with this change
(i.e. the sidecar still has the deleted tag).

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

[amarok] [Bug 376644] New: Amarok (2.8.90), Fedora25, please increase 'nice' level to stop choppy music

2017-02-18 Thread Jose Da Silva
https://bugs.kde.org/show_bug.cgi?id=376644

Bug ID: 376644
   Summary: Amarok (2.8.90), Fedora25, please increase 'nice'
level to stop choppy music
   Product: amarok
   Version: 2.8.90 (2.9 beta)
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: amarok-bugs-d...@kde.org
  Reporter: digi...@joescat.com
  Target Milestone: 2.9

Fairly fresh install of KDE-Fedora25, playlist is currently the default song on
Amarok, and a CDrom inserted into the CD drive. Commercial music "Genesis".

While trying to play music from the CD, running into problem where Amarok is
not able to keep-up, and therefore the music plays "choppy".

A temporary solution to my problem is to open-up a Konsole terminal and run
amarok as:
nice -10 amarok
This appears to stop choppiness and has been playing CDrom music smoothly and
consistent with various CDs.
I've also been running another konsole terminal with
nice 10 boincmgr
at the same time and amarok continues to play smoothly even though boinc is
number crunching 100% in the background.
"top" shows 90% cpu crunching on boinc, and 5% for Amarok.

I suspect developers running modern computers with multiple cores won't see
this, but users running slower/older computers are likely going to "hear"
skipping/choping/breaks.

I don't think the amarok gui needs to be scheduled higher, but the audio
sections involved will need to have the nice scheduling upgraded.

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

[konsole] [Bug 376645] Can't enter bookmark edition

2017-02-18 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=376645

--- Comment #1 from Kurt Hindenburg  ---
The edit bookmark is a separate program - if you are using an ubuntu favor
install 'keditbookmarks'

AFAIK, there's no way for Konsole to know it is not installed.

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

[konsole] [Bug 351734] Konsole crashed while idle. using openbox

2017-02-18 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=351734

Kurt Hindenburg  changed:

   What|Removed |Added

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

--- Comment #1 from Kurt Hindenburg  ---
There's not enough info here to research - please update and let us know if you
still see this issue.

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

[konsole] [Bug 350512] Konsole crashed while tried to download mscorefonts from Sourcepad

2017-02-18 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=350512

Kurt Hindenburg  changed:

   What|Removed |Added

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

--- Comment #1 from Kurt Hindenburg  ---
Please update to a recent version and reopen if you still have issues.

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

[kdevelop] [Bug 337891] Synchronise editor windows between Code and Debug modes

2017-02-18 Thread Janek Bevendorff
https://bugs.kde.org/show_bug.cgi?id=337891

Janek Bevendorff  changed:

   What|Removed |Added

Version|unspecified |5.1.0
 CC||k...@jbev.net

--- Comment #7 from Janek Bevendorff  ---
Is this still being worked on? It annoys the crap out of me that every time I
start debugging, I completely lose track of where in the code I am.
One more thing that annoys me is that the view doesn't automatically jump to
the current line when stopping at a break point or crashing. I always have to
open the Frame Stack window (which also isn't opened by default and quite
hidden inside the menus) and click on an entry in the stack trace first.

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

[Discover] [Bug 376659] New: Discover does not show any software

2017-02-18 Thread Jochen
https://bugs.kde.org/show_bug.cgi?id=376659

Bug ID: 376659
   Summary: Discover does not show any software
   Product: Discover
   Version: 5.6.2
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: discover
  Assignee: aleix...@kde.org
  Reporter: kdebugs.170...@login.jochenschuh.de
  Target Milestone: ---

I‘m completely new to Linux, if you need any additional information please
explain how I can get it :)

Problem: Discover does not show any software, it is completely empty.

What I did:
I installed Kubuntu using an usb stick with kubuntu-16.04.1-desktop-amd64.iso
parallel to Windows 7 (partitions „/“, „/home“ and „/swap“ manually created),
system language „German“. 
After installation discover _did show_ software in its categories (I could
browse them). Search function however _did not work_, it just showed no results
no matter what I entered.
System said there where around 230 updates available which I installed. After
installation of these updates discovery is empty. No software is shown in
categories any more, and search function still does not work. Discover only
promotes some software in the rotating top area (VLC for example) – those
descriptions float out of their boxes. If I click on one of these promoted
software a detail window with description and install button appears. 
Since I‘m new to Linux I tried 16.04 Ubuntu (with unity) and then Ubuntu MATE
on the same machine. Both had a fully working software center. So I believe
this is a bug in discover.
Maybe related to
https://bugs.kde.org/show_bug.cgi?id=372729
https://bugs.kde.org/show_bug.cgi?id=367526
https://bugs.kde.org/show_bug.cgi?id=363392
https://bugs.kde.org/show_bug.cgi?id=376241
https://answers.launchpad.net/ubuntu/+source/plasma-discover/+question/294053
https://bugs.launchpad.net/ubuntu/+source/plasma-discover/+bug/1573994

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

[Discover] [Bug 366410] Search field should have 'clear' button

2017-02-18 Thread Christian Krippendorf
https://bugs.kde.org/show_bug.cgi?id=366410

Christian Krippendorf  changed:

   What|Removed |Added

 CC||Coding@Christian-Krippendor
   ||f.de

--- Comment #2 from Christian Krippendorf  ---
Shouldn't it rather be implemented in Kirigami to make the clear button
available to all kirigami applications?

Greetings

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

[valgrind] [Bug 368864] WARNING: unhandled arm64-linux syscall: 262 (fanotify_init)

2017-02-18 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=368864

Mark Wielaard  changed:

   What|Removed |Added

 CC||xypron.g...@gmx.de

--- Comment #1 from Mark Wielaard  ---
*** Bug 373488 has been marked as a duplicate of this bug. ***

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

[kontact] [Bug 376654] New: Crashes on restart

2017-02-18 Thread Eric
https://bugs.kde.org/show_bug.cgi?id=376654

Bug ID: 376654
   Summary: Crashes on restart
   Product: kontact
   Version: 5.2.3
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: eric.v...@msg4.us
  Target Milestone: ---

Application: kontact (5.2.3)

Qt Version: 5.5.1
Operating System: Linux 4.1.38-47-default x86_64
Distribution: "openSUSE Leap 42.1 (x86_64)"

-- Information about the crash:
- What I was doing when the application crashed:
zypper patch and zypper up then reboot 
- Custom settings of the application:
all folder seemlinked to a safe side hard drive

The crash can be reproduced every time.

-- Backtrace:
Application: Kontact (kontact), signal: Aborted
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f4b4ca3e7c0 (LWP 3274))]

Thread 22 (Thread 0x7f4a957fa700 (LWP 3812)):
#0  0x7f4b4221fd14 in g_mutex_unlock () at /usr/lib64/libglib-2.0.so.0
#1  0x7f4b421dde0e in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f4b421ddf7c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f4b4a1c0d8b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#4  0x7f4b4a167d53 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#5  0x7f4b49f8961a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#6  0x7f4b49f8e32f in  () at /usr/lib64/libQt5Core.so.5
#7  0x7f4b429fb0a4 in start_thread () at /lib64/libpthread.so.0
#8  0x7f4b4968502d in clone () at /lib64/libc.so.6

Thread 21 (Thread 0x7f4a967fc700 (LWP 3808)):
#0  0x7fffda4ddb26 in clock_gettime ()
#1  0x7f4b49691c7d in clock_gettime () at /lib64/libc.so.6
#2  0x7f4b4a03f7d6 in  () at /usr/lib64/libQt5Core.so.5
#3  0x7f4b4a1bf3b9 in QTimerInfoList::updateCurrentTime() () at
/usr/lib64/libQt5Core.so.5
#4  0x7f4b4a1bf945 in QTimerInfoList::timerWait(timespec&) () at
/usr/lib64/libQt5Core.so.5
#5  0x7f4b4a1c0b5e in  () at /usr/lib64/libQt5Core.so.5
#6  0x7f4b421dd4ad in g_main_context_prepare () at
/usr/lib64/libglib-2.0.so.0
#7  0x7f4b421ddd80 in  () at /usr/lib64/libglib-2.0.so.0
#8  0x7f4b421ddf7c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#9  0x7f4b4a1c0d8b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#10 0x7f4b4a167d53 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#11 0x7f4b49f8961a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#12 0x7f4b49f8e32f in  () at /usr/lib64/libQt5Core.so.5
#13 0x7f4b429fb0a4 in start_thread () at /lib64/libpthread.so.0
#14 0x7f4b4968502d in clone () at /lib64/libc.so.6

Thread 20 (Thread 0x7f4a96ffd700 (LWP 3806)):
#0  0x7f4b49f86bfa in QMutex::lock() () at /usr/lib64/libQt5Core.so.5
#1  0x7f4b4a1c0cb5 in  () at /usr/lib64/libQt5Core.so.5
#2  0x7f4b421dd4ad in g_main_context_prepare () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f4b421ddd80 in  () at /usr/lib64/libglib-2.0.so.0
#4  0x7f4b421ddf7c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#5  0x7f4b4a1c0d8b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#6  0x7f4b4a167d53 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#7  0x7f4b49f8961a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#8  0x7f4b49f8e32f in  () at /usr/lib64/libQt5Core.so.5
#9  0x7f4b429fb0a4 in start_thread () at /lib64/libpthread.so.0
#10 0x7f4b4968502d in clone () at /lib64/libc.so.6

Thread 19 (Thread 0x7f4a977fe700 (LWP 3802)):
#0  0x7f4b4967cbfd in poll () at /lib64/libc.so.6
#1  0x7f4b421dde64 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f4b421ddf7c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f4b4a1c0d8b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#4  0x7f4b4a167d53 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#5  0x7f4b49f8961a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#6  0x7f4b49f8e32f in  () at /usr/lib64/libQt5Core.so.5
#7  0x7f4b429fb0a4 in start_thread () at /lib64/libpthread.so.0
#8  0x7f4b4968502d in clone () at /lib64/libc.so.6

Thread 18 (Thread 0x7f4a97fff700 (LWP 3801)):
#0  0x7fffda4ddb26 in clock_gettime ()
#1  0x7f4b49691c7d in clock_gettime () at /lib64/libc.so.6
#2  0x7f4b4a03f7d6 in  () at /usr/lib64/libQt5Core.so.5
#3  0x7f4b4a1bf3b9 in QTimerInfoList::updateCurrentTime() () at
/usr/lib64/libQt5Core.so.5
#4  0x7f4b4a1bf945 in QTimerInfoList::timerWait(timespec&) () at
/usr/lib64/libQt5Core.so.5
#5  0x7f4b4a1c0b5e in  () at /usr/lib64/libQt5Core.so.5
#6  0x7f4b421dd4ad in g_main_context_prepare () at
/usr/lib64/libglib-2.0.so.0
#7  

[kontact] [Bug 376584] Action menu missing in addressbook

2017-02-18 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=376584

Laurent Montel  changed:

   What|Removed |Added

 CC||mon...@kde.org

--- Comment #1 from Laurent Montel  ---
could you provide a screenshot as I don't know where is the "send to" menu
entry.

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

[konqueror] [Bug 376637] New: The vertical scrollbar hides the last character of text on a line, see betterallydifferal.com

2017-02-18 Thread Nate Johnson
https://bugs.kde.org/show_bug.cgi?id=376637

Bug ID: 376637
   Summary: The vertical scrollbar hides the last character of
 text on a line, see betterallydifferal.com
   Product: konqueror
   Version: 4.14.1
  Platform: FreeBSD Ports
OS: FreeBSD
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: konq-b...@kde.org
  Reporter: next...@gmail.com
  Target Milestone: ---

The vertical scrollbar hides the last character of  text on a line, see
betterallydifferal.com

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

[digikam] [Bug 376640] New: Changing tag name does not update sidecar metadata

2017-02-18 Thread Bill Goodman
https://bugs.kde.org/show_bug.cgi?id=376640

Bug ID: 376640
   Summary: Changing tag name does not update sidecar metadata
   Product: digikam
   Version: 5.5.0
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Metadata-Editor
  Assignee: digikam-de...@kde.org
  Reporter: bg+k...@cyclos.com
  Target Milestone: ---

When I add a tag to an image, the sidecar file is updated as expected. However,
if I change the name of a tag which has already been applied to an image, the
sidecar file is not updated.

Settings
Use lazy synchronization = OFF
Read from sidecar files = ON
Write to sidecar files = ON (Write to XMP sidecar only)

Select an image in thumbnail view.
Create a new tag "tag1".
Click Apply.
Exit DigiKam.
Verify sidecar file includes "tag1".
Start DigiKam.
Select same image.
Right click "tag1" and choose "Properties".
Change Title to "tag2".
Click Apply. (thumbnail shows tag2)
Exit DigiKam.
Sidecar still contains "tag1".

If you do "Album>Write Metadata to Images", the sidecar will update to include
"tag2" as expected.

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

[konsole] [Bug 353453] Launch Konsole

2017-02-18 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=353453

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Kurt Hindenburg  ---
KDE4 is unmaintained and won't have any new releases.  If you can reproduce on
a recent KF5, please open a new ticket.

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

[frameworks-baloo] [Bug 376651] New: Baloo shows "unknown file size" when searching for files

2017-02-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376651

Bug ID: 376651
   Summary: Baloo shows "unknown file size" when searching for
files
   Product: frameworks-baloo
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: pinak.ah...@gmail.com
  Reporter: hotmusic...@mail.bg
  Target Milestone: ---

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

Hello!

Baloo does not shows the summary file size when the user searched for files and
the results have been returned - at the bottom right corner it states "Unknown
file size" instead something like "4 files,  MB"
(See the screenshot).

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

[kcalc] [Bug 376655] New: Operations on Modulus operator were causing other operators to be erroneous

2017-02-18 Thread Looserof7
https://bugs.kde.org/show_bug.cgi?id=376655

Bug ID: 376655
   Summary: Operations on Modulus operator were causing other
operators to be erroneous
   Product: kcalc
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: critical
  Priority: NOR
 Component: general
  Assignee: ete...@alum.rit.edu
  Reporter: looser...@gmail.com
  Target Milestone: ---

KDE Frameworks 5.31.0
Qt 5.8.0 (built against 5.8.0)
The xcb windowing system

[Input] uname -a
[Output] Linux looserof7 4.4.48-1-MANJARO #1 SMP PREEMPT Thu Feb 9 22:17:50 UTC
2017  x86_64 GNU/Linux

I have noticed that modulus operations weren't accurate,

7%3 = 0.21 (from krunner, considering that modulus operator gives percentage)

steps to reproduce:
open kcalc,
step-1: Now select any mode from settings drop-down menu.
step-2: Type in 13 % 2 and then press =, I get no answer.

step-1: select Numeral System mode.
step-2: type in 100 / 2  this equals 50
step-3: type in 13 % 2 this gives no answer,
step-4: click on AC (Clear all),
step-5: type in 100 / 2 (In my case this equals to 5,000)

repeat steps 3 and 4:
step-5: type in 100 * 2 (I don't get answer)

What I mean to say is using Modulus operator is leading other calculations to
be erroneous.

Please fix this bug.
Thank you.

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

[dolphin] [Bug 376625] Crash when changing tab in dolphin

2017-02-18 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=376625

Christoph Feck  changed:

   What|Removed |Added

Version|unspecified |16.08.3
   Assignee|unassigned-b...@kde.org |dolphin-bugs-n...@kde.org
  Component|general |general
Product|kde |dolphin

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

[plasmashell] [Bug 376643] New: Can't run web address when translation is used

2017-02-18 Thread Alex
https://bugs.kde.org/show_bug.cgi?id=376643

Bug ID: 376643
   Summary: Can't run web address when translation is used
   Product: plasmashell
   Version: 5.8.5
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Application Launcher (Kickoff)
  Assignee: k...@davidedmundson.co.uk
  Reporter: ene...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

I've tried to open web address from launcher, but it gave me such error:
Katalog o nazwie /home/olo/.cache/kioexec/krun/13182_0/ już istnieje.
It means "Folder  already exists.
When I change interface language to english all works ok.

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

[konsole] [Bug 352361] Konsole crashed unexpectedly in background

2017-02-18 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=352361

Kurt Hindenburg  changed:

   What|Removed |Added

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

--- Comment #1 from Kurt Hindenburg  ---
Thanks - there's not really enough info here - please update and let us know if
you still have issues.

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

[konsole] [Bug 350824] Crashes after exit

2017-02-18 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=350824

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Kurt Hindenburg  ---
KDE4 isn't maintained any longer and there's won't be any more releases.  Open
a new ticket if you notice these issues on a recent KF5 release.

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

[konsole] [Bug 375764] After hiding menu bar no way to bring it back

2017-02-18 Thread Roman Gilg
https://bugs.kde.org/show_bug.cgi?id=375764

Roman Gilg  changed:

   What|Removed |Added

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

--- Comment #2 from Roman Gilg  ---
Seems to work here now again aswell. Don't know why the option wasn't there the
last time.

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

[konsole] [Bug 349088] Down arrow (and other arrows) characters display wrong width

2017-02-18 Thread Norman Diamond
https://bugs.kde.org/show_bug.cgi?id=349088

--- Comment #3 from Norman Diamond  ---
Created attachment 104106
  --> https://bugs.kde.org/attachment.cgi?id=104106=edit
Screenshot

Screenshot

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

[frameworks-ktexteditor] [Bug 373093] Search / Find box unreadable when using dark theme

2017-02-18 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=373093

--- Comment #10 from Sven Brauch  ---
To clarify what I meant, setting it in the application still switches "at
runtime", just automatically at each startup, and thus has the same issue in
this case.

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

[frameworks-ktexteditor] [Bug 373093] Search / Find box unreadable when using dark theme

2017-02-18 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=373093

--- Comment #9 from Sven Brauch  ---
Yes, sorry, bad phrasing from my side; still the issue addressed in the linked
RR.

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

[digikam] [Bug 376650] New: Write Meta Data hangs if album is empty

2017-02-18 Thread Bill Goodman
https://bugs.kde.org/show_bug.cgi?id=376650

Bug ID: 376650
   Summary: Write Meta Data hangs if album is empty
   Product: digikam
   Version: 5.5.0
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Metadata
  Assignee: digikam-de...@kde.org
  Reporter: bg+k...@cyclos.com
  Target Milestone: ---

Select an empty album.
Execute Album>Write Metadata to Images menu command.
Processing begins with "Synchronizing image metadata with database" but
progress never advances beyond 0%.

Attempting to execute other metadata write commands is blocked.

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

[calligraflow] [Bug 376653] Font Size not visible in default dock layout

2017-02-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376653

teejaybe...@gmail.com changed:

   What|Removed |Added

 CC||teejaybe...@gmail.com

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

[calligraflow] [Bug 376653] New: Font Size not visible in default dock layout

2017-02-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376653

Bug ID: 376653
   Summary: Font Size not visible in default dock layout
   Product: calligraflow
   Version: 2.9.11
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: usability
  Assignee: yue@mail.com
  Reporter: teejaybe...@gmail.com
  Target Milestone: ---

Created attachment 104108
  --> https://bugs.kde.org/attachment.cgi?id=104108=edit
screenshot of default dock layout

On the default screen, the "Tool Options" dialog is not completely visible, the
right hand side is clipped, meaning that things like that "font size" drop down
is not visible at all.

This would appear to be similar to 324133, which was apparently fixed, but
perhaps only for calligrawords?

Screenshot attached

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

[konsole] [Bug 350569] Konsole Crashes After "exit" Command

2017-02-18 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=350569

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Kurt Hindenburg  ---
KDE4 isn't maintained any longer and there's won't be any more releases.  Open
a new ticket if you notice these issues on a recent KF5 release.

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

[konqueror] [Bug 340873] konqueror PID: 4328 Signal: Segmentation fault

2017-02-18 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=340873

Christoph Feck  changed:

   What|Removed |Added

 CC||lukasz...@gmail.com

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

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

[konqueror] [Bug 376608] Konqueror crashing

2017-02-18 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=376608

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #1 from Christoph Feck  ---
https://bugzilla.opensuse.org/show_bug.cgi?id=901006

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

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

[kwin] [Bug 376658] Customized tabbox does not work and makes kwin stuck and slow

2017-02-18 Thread Xu Zhao
https://bugs.kde.org/show_bug.cgi?id=376658

--- Comment #1 from Xu Zhao  ---
This bug seems nondeterministic. I tried 10 times and can reproduce it 8 times.

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

[frameworks-kio] [Bug 179678] KIO needs PolicyKit-kde integration

2017-02-18 Thread Arthur Țițeică
https://bugs.kde.org/show_bug.cgi?id=179678

Arthur Țițeică  changed:

   What|Removed |Added

 CC||arthur+...@titeica.ro

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

[kwin] [Bug 376505] kwin compile error in Gentoo gcc-6.3.0, glibc-2.25

2017-02-18 Thread Ясен
https://bugs.kde.org/show_bug.cgi?id=376505

--- Comment #3 from Ясен  ---
(In reply to Martin Gräßlin from comment #1)
> Please figure out which header file needs to be included for major and
> include that in logind.cpp. It compiles on my system, thus I cannot help
> there.

Well thank you.

* The inclusion of  by  is deprecated.
  This means that in a future release, the macros “major”, “minor”, and
  “makedev” will only be available from .

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

[kde] [Bug 376660] New: Plasma 5 has unsafe, non-portable behaviour while exiting cleanly

2017-02-18 Thread awilfox
https://bugs.kde.org/show_bug.cgi?id=376660

Bug ID: 376660
   Summary: Plasma 5 has unsafe, non-portable behaviour while
exiting cleanly
   Product: kde
   Version: unspecified
  Platform: unspecified
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: awil...@adelielinux.org
  Target Milestone: ---

Application: kdeinit5 (5.8.4)
 (Compiled from sources)
Qt Version: 5.6.1
Frameworks Version: 5.28.0
Operating System: Linux 4.10.0-rc5-ciall x86_64
Distribution (Platform): Gentoo Packages

-- Information about the crash:
I was attempting to relaunch KWin since it had become very laggy (as it does
after two weeks or so of running).  I used `kshell5 kwin_x11 --replace` which
worked fine, but the exiting KWin (the one that was being replaced) crashed.

There are so many unsafe things occurring during teardown, I don't even know
where to begin...

- It should definitely not be attempting to *create* pixmaps in an object's
destructor.
- Actually, it is very unsafe to make *any* XIO calls without a custom error
handler, because nested exit(3) calls are undefined in POSIX and are known to
cause infinite recursion on some implementations.  And exit(3) is exactly what
is done by the default XIO error handler.
- It looks like a lot of the ridiculous unsafe beahviour is actually
originating in Qt, so I will likely file a further bug there.  If/when I do, I
will update this bug with a link there.

The crash can be reproduced every time.

-- Backtrace:
Application: KWin (kdeinit5), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f49a1383780 (LWP 4423))]

Thread 9 (Thread 0x7f49614c5700 (LWP 4436)):
#0  pthread_cond_wait () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f498f368eaa in QTWTF::TCMalloc_PageHeap::scavengerThread
(this=0x7f498f44b820 ) at
../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:2359
#2  0x7f498f368e26 in QTWTF::TCMalloc_PageHeap::runScavengerThread
(context=0x7f498f4598f4 ) at
../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:1464
#3  0x7f499e259434 in start_thread (arg=0x7f49614c5700) at
pthread_create.c:333
#4  0x7f499f97b8fd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 8 (Thread 0x7f4968d16700 (LWP 4433)):
#0  0x7f499f974503 in select () at ../sysdeps/unix/syscall-template.S:84
#1  0x7f499fec0f74 in qt_safe_select (nfds=18, fdread=0x7f4964000a78,
fdwrite=0x7f4964000d08, fdexcept=0x7f4964000f98, orig_timeout=)
at kernel/qcore_unix.cpp:75
#2  0x7f499fec1b0b in QEventDispatcherUNIXPrivate::doSelect
(this=0x7f49640008e0, flags=..., timeout=0x0) at
kernel/qeventdispatcher_unix.cpp:192
#3  0x7f499fec2b9d in QEventDispatcherUNIX::processEvents
(this=0x7f49640008c0, flags=...) at kernel/qeventdispatcher_unix.cpp:607
#4  0x7f499fe74001 in QEventLoop::processEvents (flags=..., this=) at kernel/qeventloop.cpp:128
#5  QEventLoop::exec (this=0x7f4968d15e50, flags=...) at
kernel/qeventloop.cpp:204
#6  0x7f499fcc95e9 in QThread::exec (this=) at
thread/qthread.cpp:500
#7  0x7f498c179bf6 in QQmlThreadPrivate::run (this=0x29e3050) at
qml/ftw/qqmlthread.cpp:141
#8  0x7f499fcccd24 in QThreadPrivate::start (arg=0x29e3050) at
thread/qthread_unix.cpp:341
#9  0x7f499e259434 in start_thread (arg=0x7f4968d16700) at
pthread_create.c:333
#10 0x7f499f97b8fd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 7 (Thread 0x7f4969517700 (LWP 4432)):
#0  pthread_cond_wait () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f49736c7b8d in cnd_wait (cond=0x26da690, mtx=0x26da668) at
/var/tmp/portage/media-libs/mesa-13.0.0/work/mesa-13.0.0/include/c11/threads_posix.h:159
#2  0x7f49736c80c7 in util_queue_thread_func (input=0x26dc810) at
/var/tmp/portage/media-libs/mesa-13.0.0/work/mesa-13.0.0/src/gallium/auxiliary/util/u_queue.c:76
#3  0x7f49736c8712 in impl_thrd_routine (p=0x26df310) at
/var/tmp/portage/media-libs/mesa-13.0.0/work/mesa-13.0.0/include/c11/threads_posix.h:87
#4  0x7f499e259434 in start_thread (arg=0x7f4969517700) at
pthread_create.c:333
#5  0x7f499f97b8fd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 6 (Thread 0x7f4969d18700 (LWP 4431)):
#0  pthread_cond_wait () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f49736c7b8d in cnd_wait (cond=0x26da690, mtx=0x26da668) at
/var/tmp/portage/media-libs/mesa-13.0.0/work/mesa-13.0.0/include/c11/threads_posix.h:159
#2  0x7f49736c80c7 in util_queue_thread_func (input=0x26df8a0) at
/var/tmp/portage/media-libs/mesa-13.0.0/work/mesa-13.0.0/src/gallium/auxiliary/util/u_queue.c:76
#3  0x7f49736c8712 in impl_thrd_routine 

[krita] [Bug 367842] Smudge Brush Radius could use a better sampling method.

2017-02-18 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=367842

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org

--- Comment #3 from Boudewijn Rempt  ---
If you want to hack on Krita, join #krita on irc.freenode.net. All the
developers hang out there, so you can ask questions if you get stuck somewhere.

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

[plasmashell] [Bug 376498] "Safe remove" should not be available for external drives containing OS install and/or /home folder

2017-02-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376498

--- Comment #3 from wor...@gmail.com ---
Created attachment 104089
  --> https://bugs.kde.org/attachment.cgi?id=104089=edit
output of solid-hardware5

Added the output. Serial numbers of all the devices are replaced to SN1, SN2,
etc. in the output.

Outputs are sorted by devices how they appear in
/org/freedesktop/UDisks2/drives/ list. After each device go its corresponding
root block device and all its partition block devices.

Descriptions of devices from the output:
1. Generic__USB3_2e0_CRW_0_SN1 and Generic__USB3_2e0_CRW_1_SN1 are
actually a single card reader with two slots. First slot is empty, and some SD
card is inserted into the second one. It is displayed as safely removable,
which is expected.
2. Samsung_SSD_840_PRO_Series_SN2 is the subject SSD in the external USB
enclosure.
3. SN3 is an internal NVME drive.
4. HGST_HTE721010A9E630_SN4 is an internal HDD.

What should be hidden from Device Notifier and their short descriptions:
Block.device = '/dev/sdb2' : / partition
Block.device = '/dev/sdb3' : /home partition (LUKS encrypted and mounted at
boot via /etc/crypttab)

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

[dolphin] [Bug 376577] Search crashes when started from root folder

2017-02-18 Thread Alex
https://bugs.kde.org/show_bug.cgi?id=376577

--- Comment #2 from Alex  ---
Created attachment 104090
  --> https://bugs.kde.org/attachment.cgi?id=104090=edit
Log from dolphin search

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

[kate] [Bug 376480] Symbol Viewer Plugin: Add support for Markdown

2017-02-18 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=376480

Dominik Haumann  changed:

   What|Removed |Added

   Severity|minor   |wishlist
Summary|Symbol Viewer Plugin|Symbol Viewer Plugin: Add
   ||support for Markdown

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

[kate] [Bug 376504] Switching to Vi input mode causes a CPU usage spike

2017-02-18 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=376504

Dominik Haumann  changed:

   What|Removed |Added

 CC||kdedevel@etotheipiplusone.c
   ||om, mikisab...@gmail.com

--- Comment #1 from Dominik Haumann  ---
@vi mode developers: maybe you can have a look?

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

[frameworks-ktexteditor] [Bug 375159] emmetToggleComment doesn't work

2017-02-18 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=375159

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||KDE Frameworks 5.32
  Latest Commit||https://commits.kde.org/kte
   ||xteditor/c583cabca9576059cb
   ||f73c5112984ddcdcaff2f5

--- Comment #1 from Dominik Haumann  ---
Git commit c583cabca9576059cbf73c5112984ddcdcaff2f5 by Dominik Haumann.
Committed on 18/02/2017 at 12:08.
Pushed by dhaumann into branch 'master'.

Fix: emmetToggleComment action doesn't work

Thanks to jaro for the patch.
FIXED-IN: KDE Frameworks 5.32

M  +2-2src/script/data/commands/emmet.js

https://commits.kde.org/ktexteditor/c583cabca9576059cbf73c5112984ddcdcaff2f5

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

[frameworks-syntax-highlighting] [Bug 360656] CMake highlighting: OR/AND not highlighted after expr in ()

2017-02-18 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=360656

Dominik Haumann  changed:

   What|Removed |Added

Product|frameworks-ktexteditor  |frameworks-syntax-highlight
   ||ing
  Component|general |general
Version|5.19.0  |unspecified

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

[krita] [Bug 376598] Lag, Crashing, Missing Textures, ect

2017-02-18 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=376598

Boudewijn Rempt  changed:

   What|Removed |Added

   Platform|unspecified |MS Windows
 CC||b...@valdyas.org

--- Comment #1 from Boudewijn Rempt  ---
Hi Emily,

I'm sorry, but this isn't a useful bug report. For crashes, please check
https://docs.krita.org/Dr._Mingw_debugger to get a crash log so we can figure
out what is going. If you experience lag, try to disable opengl, or enable it,
and try to disable instant preview or enable it. I have no idea what you mean
with "missing textures for brush buttons/labels"

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

[konsole] [Bug 372991] Terminal gets stuck on interrupting a program that is outputting, preventing further output from being shown

2017-02-18 Thread Egmont Koblinger
https://bugs.kde.org/show_bug.cgi?id=372991

--- Comment #9 from Egmont Koblinger  ---
Without having looked at the code, I'm wondering how FIONREAD can return 0... I
mean I guess it's preceded by a select() or similar that waits for data to
appear, and the reason for reaching FIONREAD is that it signaled some data
available. But maybe this is where somehow (how?) multithreaded race
condition-y stuff kicks in.

As far as I know, terminal devices don't have the concept of EOF, 0 should mean
"oops someone just grabbed that data before us". (There's a concept of EOF, as
in "stty eof" in the other part, from the keyboard to the kernel driver.)

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

[kmymoney4] [Bug 359874] Most imported transactions not automatically matched with payee matching off

2017-02-18 Thread NSLW
https://bugs.kde.org/show_bug.cgi?id=359874

--- Comment #9 from NSLW  ---
(In reply to lwilson1337 from comment #8)
> You're right, I could do that quite easily.  When importing the attached
> .csv into the attached .kmy, KMyMoney fails to match any of the
> transactions, though they should match 6 of the 7 transactions in the .kmy
> file.  The payee names differ, but the amounts are the same, and all payees
> in the .kmy are set to "No matching."
> 
> I am still running KMyMoney 4.7.2 and tested with that version.

I used git master version with your .kmy and .csv file and took just single
transaction under consideration
in kmy: 9 Feb 2017, Bob's House of cards, payment 15.45
in csv: 11 Feb 2017, BOBSHOUSE EFGHI01, deposit 15.45

1) Why did you disable payee matching? Do you want "BOBSHOUSE EFGHI01"
payee to be created near "Bob's House of cards" after csv import?

2) Values you try to match are opposite i.e. one is payment and one is deposit.
Why should they match?

Anyways, if I change
02/11/2017,15.45,,BOBSHOUSE EFGHI01
to
02/11/2017,-15.45,,BOBSHOUSE EFGHI01

and set payee matching to "match on list below" and on the list there is only
"^BOB*" then this single transaction gets matched.

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

[konqueror] [Bug 376608] New: Konqueror crashing

2017-02-18 Thread Lucas
https://bugs.kde.org/show_bug.cgi?id=376608

Bug ID: 376608
   Summary: Konqueror crashing
   Product: konqueror
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: konq-b...@kde.org
  Reporter: lukasz...@gmail.com
  Target Milestone: ---

Application: konqueror (4.14.25)
KDE Platform Version: 4.14.25
Qt Version: 4.8.6
Operating System: Linux 4.4.46-11-default x86_64
Distribution: "openSUSE Leap 42.2"

-- Information about the crash:
- What I was doing when the application crashed:Everytime Itrying to open
website inside application. It's probably my mistake because I'm just learning
how to use Linux, but I would appreciate any respond. I only tried to open
websites bookmarked in app.

The crash can be reproduced every time.

-- Backtrace:
Application: Konqueror (konqueror), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fd23c684780 (LWP 19791))]

Thread 6 (Thread 0x7fd1c6717700 (LWP 20020)):
#0  0x7fd236d367b9 in g_mutex_lock () from /usr/lib64/libglib-2.0.so.0
#1  0x7fd236cf4390 in g_main_context_acquire () from
/usr/lib64/libglib-2.0.so.0
#2  0x7fd236cf51d5 in ?? () from /usr/lib64/libglib-2.0.so.0
#3  0x7fd236cf564a in g_main_loop_run () from /usr/lib64/libglib-2.0.so.0
#4  0x7fd20f1cf386 in ?? () from /usr/lib64/libgio-2.0.so.0
#5  0x7fd236d199a5 in ?? () from /usr/lib64/libglib-2.0.so.0
#6  0x7fd23af39734 in start_thread () from /lib64/libpthread.so.0
#7  0x7fd239c22d3d in clone () from /lib64/libc.so.6

Thread 5 (Thread 0x7fd1c6f18700 (LWP 20019)):
#0  0x7fd236cf545f in ?? () from /usr/lib64/libglib-2.0.so.0
#1  0x7fd236d199a5 in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x7fd23af39734 in start_thread () from /lib64/libpthread.so.0
#3  0x7fd239c22d3d in clone () from /lib64/libc.so.6

Thread 4 (Thread 0x7fd21e5b8700 (LWP 20018)):
#0  0x7fd239c1a49d in poll () from /lib64/libc.so.6
#1  0x7fd236cf5314 in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x7fd236cf542c in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#3  0x7fd23b300fce in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib64/libQtCore.so.4
#4  0x7fd23b2d2d3f in
QEventLoop::processEvents(QFlags) () from
/usr/lib64/libQtCore.so.4
#5  0x7fd23b2d3035 in
QEventLoop::exec(QFlags) () from
/usr/lib64/libQtCore.so.4
#6  0x7fd23b1d049f in QThread::exec() () from /usr/lib64/libQtCore.so.4
#7  0x7fd23b1d2b7f in ?? () from /usr/lib64/libQtCore.so.4
#8  0x7fd23af39734 in start_thread () from /lib64/libpthread.so.0
#9  0x7fd239c22d3d in clone () from /lib64/libc.so.6

Thread 3 (Thread 0x7fd216548700 (LWP 20017)):
#0  0x7fd23af3e0af in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7fd227305cb6 in WTF::TCMalloc_PageHeap::scavengerThread() () from
/usr/lib64/libQtWebKit.so.4
#2  0x7fd227305ce9 in WTF::TCMalloc_PageHeap::runScavengerThread(void*) ()
from /usr/lib64/libQtWebKit.so.4
#3  0x7fd23af39734 in start_thread () from /lib64/libpthread.so.0
#4  0x7fd239c22d3d in clone () from /lib64/libc.so.6

Thread 2 (Thread 0x7fd217087700 (LWP 19991)):
#0  0x7fd236d367b9 in g_mutex_lock () from /usr/lib64/libglib-2.0.so.0
#1  0x7fd236cf4390 in g_main_context_acquire () from
/usr/lib64/libglib-2.0.so.0
#2  0x7fd236cf51d5 in ?? () from /usr/lib64/libglib-2.0.so.0
#3  0x7fd236cf542c in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#4  0x7fd23b300fce in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib64/libQtCore.so.4
#5  0x7fd23b2d2d3f in
QEventLoop::processEvents(QFlags) () from
/usr/lib64/libQtCore.so.4
#6  0x7fd23b2d3035 in
QEventLoop::exec(QFlags) () from
/usr/lib64/libQtCore.so.4
#7  0x7fd23b1d049f in QThread::exec() () from /usr/lib64/libQtCore.so.4
#8  0x7fd23b2b4643 in ?? () from /usr/lib64/libQtCore.so.4
#9  0x7fd23b1d2b7f in ?? () from /usr/lib64/libQtCore.so.4
#10 0x7fd23af39734 in start_thread () from /lib64/libpthread.so.0
#11 0x7fd239c22d3d in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7fd23c684780 (LWP 19791)):
[KCrash Handler]
#6  IA__gdk_display_open (display_name=) at gdkdisplay-x11.c:173
#7  0x7fd1bf4e95ad in IA__gdk_display_open_default_libgtk_only () at
gdk.c:324
#8  0x7fd1bf8b4644 in IA__gtk_init_check (argc=,
argv=) at gtkmain.c:1006
#9  0x7fd1bf8b4669 in IA__gtk_init (argc=, argv=) at gtkmain.c:1053
#10 0x7fd2267f874b in WebCore::initializeGtk(QLibrary*) () from
/usr/lib64/libQtWebKit.so.4
#11 0x7fd2267f8a2f in WebCore::PluginPackage::load() () from
/usr/lib64/libQtWebKit.so.4
#12 0x7fd2267f8c46 in WebCore::PluginPackage::fetchInfo() () from
/usr/lib64/libQtWebKit.so.4
#13 

[kate] [Bug 368770] Kate uses default Qt File Dialog *not KDE file dialog* which breaks tons of features, including KIO

2017-02-18 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=368770

Dominik Haumann  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |WAITINGFORINFO

--- Comment #16 from Dominik Haumann  ---
I am pretty sure this is not a Kate issue: The KDE dialogs come through the
frameworks-integration framework, meaning that the normal Qt dialogs are
replaced by the KDE dialogs automatically.

If that does not work, this sounds like an installation setup issue.

Therefore, I will just close this, please report to either the distribution, or
the frameworks-integration component...

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

[frameworks-kcoreaddons] [Bug 373054] Lots of crashes at login and logout with this version of KDE and openSUSE Leap 42.2

2017-02-18 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=373054

--- Comment #6 from Dominik Haumann  ---
What's also important to note is that the frameworks version is "old". I am
aware of the fact that it was decided to stay with KDE Frameworks 5.26, but the
thing is that this is a combination that (from a KDE perspective) is rather
untested. Maybe this could lead to this kind of issues? Just a guess..

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

[kate] [Bug 376376] kate does not preserve extended attributes when saving a file

2017-02-18 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=376376

Dominik Haumann  changed:

   What|Removed |Added

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

--- Comment #1 from Dominik Haumann  ---
Known issue: This is due to using to a temporary file first, and in case of
success we move the file. This avoids data loss in case of crashes etc, but of
course leads to this bug. Tracked in bug #333577.

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

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

[kate] [Bug 333577] QSaveFile: kate changes file owner

2017-02-18 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=333577

Dominik Haumann  changed:

   What|Removed |Added

 CC||thomas.mesch...@ilr.tu-berl
   ||in.de

--- Comment #14 from Dominik Haumann  ---
*** Bug 376376 has been marked as a duplicate of this bug. ***

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

[frameworks-ktexteditor] [Bug 368589] JJ: Minimap should jump to position on click

2017-02-18 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=368589

Dominik Haumann  changed:

   What|Removed |Added

Summary|Minimap should jump to  |JJ: Minimap should jump to
   |position on click   |position on click
   Keywords||junior-jobs

--- Comment #5 from Dominik Haumann  ---
I am still convinced that jumping directly to the location makes a lot of
sense, especially since we also have the text preview now...

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

[kdenlive] [Bug 376604] Kdenlive crash when opening video source

2017-02-18 Thread Guillaume Debray
https://bugs.kde.org/show_bug.cgi?id=376604

Guillaume Debray  changed:

   What|Removed |Added

 CC||yog...@wanadoo.fr

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

[palapeli] [Bug 376607] New: Sort List by piece count does not work

2017-02-18 Thread Chris Chittleborough
https://bugs.kde.org/show_bug.cgi?id=376607

Bug ID: 376607
   Summary: Sort List by piece count does not work
   Product: palapeli
   Version: 2.0
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: majew...@gmx.net
  Reporter: cchittleboro...@cluemail.com
CC: kde-games-b...@kde.org
  Target Milestone: ---

The collection view has a drop down menu allowing you to sort the collection
"by title" or "by piece count". Only the first of these works.

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

[dolphin] [Bug 158264] Terminal panel (konsole part) blocks the umount of removable media

2017-02-18 Thread Alexander Zhigalin
https://bugs.kde.org/show_bug.cgi?id=158264

Alexander Zhigalin  changed:

   What|Removed |Added

 CC||alexan...@zhigalin.tk
Version|2.1 |16.12.0
   Version Fixed In|4.7.0   |

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

[frameworks-syntax-highlighting] [Bug 372950] [PATCH] Fortran syntax highlighting: distinguish free format and fixed format

2017-02-18 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=372950

--- Comment #3 from Dominik Haumann  ---
Hi Janus, could you have a look at the review request again? I've added some
comments and thoughts there. Thanks!

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

[frameworks-kcoreaddons] [Bug 373054] Lots of crashes at login and logout with this version of KDE and openSUSE Leap 42.2

2017-02-18 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=373054

Dominik Haumann  changed:

   What|Removed |Added

 CC||lbeltr...@kde.org

--- Comment #5 from Dominik Haumann  ---
@Luca: Could you have a look and comment on this?

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

[kate] [Bug 376094] Syntax highlighting in Kate 16.12.1 does not use bold and italic

2017-02-18 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=376094

Dominik Haumann  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |RESOLVED

--- Comment #4 from Dominik Haumann  ---
This indeed is rather a font issue. We don't do any magic with the font. If the
font doesn't give us "bold" even though we request it, then we cannot do
anything about it.

Do you have this issue with all fonts? Or do you have this issue with the same
font also in other KDE or Qt applications? Can you reproduce this in Qt
Creator? Please try this.

For now, I will close this issue since without further infos we have not really
a concrete clue what to do or whether there really is an issue in Kate.

Please report back here for the results with Qt Creator, though. Thanks!

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

[frameworks-ktexteditor] [Bug 373093] Search / Find box unreadable when using dark theme

2017-02-18 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=373093

--- Comment #3 from Dominik Haumann  ---
It works for me for Breeze Dark, so I cannot reproduce. Which color scheme do
you use exactly? For me, the green and red are very dark, so readability is
very good compared to your example. So from my perspective, this is fixed...?

Please also try again with KDE Frameworks 5.31.

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

[frameworks-ktexteditor] [Bug 372629] [OS X] line height too low issue(s)

2017-02-18 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=372629

--- Comment #19 from Dominik Haumann  ---
So we have not made any decisiton. Rene, any news?

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

[kdenlive] [Bug 376604] New: Kdenlive crash when opening video source

2017-02-18 Thread Guillaume Debray
https://bugs.kde.org/show_bug.cgi?id=376604

Bug ID: 376604
   Summary: Kdenlive crash when opening video source
   Product: kdenlive
   Version: unspecified
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: Video Display & Export
  Assignee: j...@kdenlive.org
  Reporter: yog...@wanadoo.fr
  Target Milestone: ---

When I enter in my video folder to open a mkv file, the window freeze.
gstreamer1.0-libav version 1.8.3-1
Kdenlive 16.12.2 from the kdenlive ppa:kdenlive/kdenlive-stable
Kubuntu 16.10 x64


Here the backtrace:

ERROR: Caught a segmentation fault while loading plugin file:
/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstlibav.so

Please either:
- remove it and restart.
- run with --gst-disable-segtrap --gst-disable-registry-fork and debug.

(kdenlive:19032): GStreamer-WARNING **: 
Trying to join task 0x55b2b0735dd0 from its thread would deadlock.
You cannot change the state of an element from its streaming
thread. Use g_idle_add() or post a GstMessage on the bus to
schedule the state change from the main thread.

KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = kdenlive path = /usr/bin pid = 19032
KCrash: Arguments: /usr/bin/kdenlive 
KCrash: Attempting to start /usr/lib/x86_64-linux-gnu/libexec/drkonqi from
kdeinit
sock_file=/run/user/1000/kdeinit5__0
The X11 connection broke: I/O error (code 1)
XIO:  fatal IO error 88 (Opération de type socket sur un type non socket) on X
server ":0"
  after 36 requests (36 known processed) with 0 events remaining.
QSocketNotifier: Socket notifiers cannot be enabled or disabled from another
thread
QThreadStorage: Thread 0x7f6be4075820 exited after QThreadStorage 15 destroyed

[1]+  Arrêtékdenlive

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

[neon] [Bug 376605] New: no kwin window decoration after upgrade to 5.9 user

2017-02-18 Thread apache
https://bugs.kde.org/show_bug.cgi?id=376605

Bug ID: 376605
   Summary: no kwin window decoration after upgrade to 5.9 user
   Product: neon
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Packages User Edition
  Assignee: neon-b...@kde.org
  Reporter: sabayo...@gmail.com
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org
  Target Milestone: ---

I use user edition. After upgrade to 5.9 kwin window decoration (Breeze)
disappeared. Upgrade to 5.9.2 didn't helped. I deleted .config/kwinrc but no
improvement. What can I do? What more relevant data can I provide?

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

[krusader] [Bug 376606] New: Wish: Make bookmark menu more clear

2017-02-18 Thread Sasha Unspecified
https://bugs.kde.org/show_bug.cgi?id=376606

Bug ID: 376606
   Summary: Wish: Make bookmark menu more clear
   Product: krusader
   Version: 2.4.0-beta3 "Single Step"
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: m...@fork.pl
  Reporter: sasha2...@gmail.com
  Target Milestone: ---

Bookmark menu (invoked by Ctrl+D) is quite useful thing.

It's especially useful because it allows to assign a mnemonic key to a bookmark
by giving it a title like "", "" or "Ente" so that
pressing Ctrl+D, {D,W,R} goes to the specific folder (first Ctrl+D opens the
bookmarks menu, second key activates a specific item within it). Such way is
more handy than assigning explicit shortcut to a bookmark because:
* allows reusing the same Ctrl+D key as initial for shortcut sequence (which is
quite intuitive);
* allows possible bookmarks/shortcuts to appear visually when initial key of
the shortcut sequence is triggered;
* allows assigning shortcuts in one step (just by entering "": instead
of first creating "Desktop" bookmark and then searching for it within
"Configure Shortcuts" dialog.

Still, the problem is that the predefined items of the bookmarks menu (i.e.:
 bin,  Network,  Filesystem, J back,  Jump Back
Point, Bookmark Current, Manage Bookmarks) may conflict with user-assigned
mnemonics, thus reducing set of available mnemonics to more limited range).

I propose one or more of the following:
1. Logically: to make priority of user bookmark mnemonics higher that priority
of predefined bookmark menu items. Technically: if one of user bookmarks uses
 mnemonic, then "J back" should appear as "Jump back". It can be checked
when popping up the menu.
2. To reorganize predefined bookmark menu items by putting (some of) them into
submenus. This will not only allow more mnemonics, but also make menu more
visually clean and provide more visual space for user-defined items. Proposed
structure:
* User bookmark 1
* User bookmark 2
* …
* Predefined places:
**  bin
**  Network
**  Filesystem
* Popular URLs:
** …
* Other:
** Bookmark Current
** Manage Bookmarks
** Set Jump Back Point
** Jump Back
3. Make  bin,  Network,  Filesystem to be predefined
(default) bookmarks themselves, not just items within the bookmark menu. So
that user can remove them, if he don't likes or move them into folder. The
"Manage Bookmarks" dialog may also have a "Reinsert all default bookmarks here"
command (not really necessary).

Thanks!

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

[plasmashell] [Bug 376601] "Leave" overlay does not respect Polkit rule

2017-02-18 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=376601

Kai Uwe Broulik  changed:

   What|Removed |Added

Version|unspecified |5.9.2
  Component|general |Look & Feel package
 CC||k...@privat.broulik.de,
   ||plasma-b...@kde.org
   Assignee|plasma-de...@kde.org|plasma-b...@kde.org
   Target Milestone|--- |1.0
Product|Powerdevil  |plasmashell

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

  1   2   3   >