[kdevelop] [Bug 379219] kdevelop interferes with the correct operation of git

2017-04-27 Thread Wei-Cheng Pan
https://bugs.kde.org/show_bug.cgi?id=379219

Wei-Cheng Pan  changed:

   What|Removed |Added

 CC||legnale...@gmail.com

--- Comment #1 from Wei-Cheng Pan  ---
Maybe we need to rewrite the git plugin to use libgit2, instead of command
line.

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

[dolphin] [Bug 379302] Daemon capability for Dolphin

2017-04-27 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=379302

Rog131  changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #1 from Rog131  ---
Older / same kind of: Bug 214110 - "Preload an instance" option for Dolphin -
https://bugs.kde.org/show_bug.cgi?id=214110

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

[dolphin] [Bug 379302] New: Daemon capability for Dolphin

2017-04-27 Thread Mustaqim
https://bugs.kde.org/show_bug.cgi?id=379302

Bug ID: 379302
   Summary: Daemon capability for Dolphin
   Product: dolphin
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: musta...@protonmail.com
  Target Milestone: ---

Like thunar and emacs, dolphin should be able to be run in daemon mode for
quicker startup.

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

[Breeze] [Bug 375051] New scroll bar width: cofiguration missing and inconsistent with GTK theme

2017-04-27 Thread Hugo Pereira Da Costa
https://bugs.kde.org/show_bug.cgi?id=375051

--- Comment #4 from Hugo Pereira Da Costa  ---
(In reply to Felix Miata from comment #3)
> (In reply to Hugo Pereira Da Costa from comment #1)
> > - the default small width is good
> 
> Where can people find the discussion that reached this reduced
> usability/accessibility conclusion and implementation?

See comment #1
Click the phabricator link

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

[kio-extras] [Bug 376344] cant write to smb shares which has write access

2017-04-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376344

--- Comment #18 from mathoj...@gmail.com ---
(In reply to Christoph Feck from comment #17)
> If it was easy to fix, someone actually (still?) using Samba could
> trace/analyze the code and check where it fails.
> 
> Otherwise we cannot even confirm _where_ the bug is, so no need to change
> the bug status.
> 
> Note that I know of no KDE developer using Samba, so unless someone steps
> in, this will probably not be fixed.

@Christoph Feck

Hello Christoph,

If none of KDE developers are making use of Samba, what network file sharing
protocol are they using ?
NFS ? No, NFS is not implemented an integrated in Plasma at all.

I can't believe that they don't use any NAS or Network Multimedia Drives.

The status is that, if you have a NAS (so you need to copy/paste drag&drop
files into it, from your computer), you should avoid KDE Plasma.

It's a very bad signal !

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

[plasmashell] [Bug 378683] org.kde.plasma.systemtray configKeys not accessible via plasma script api

2017-04-27 Thread Bernard Gray
https://bugs.kde.org/show_bug.cgi?id=378683

--- Comment #5 from Bernard Gray  ---
The config looks as follows after running the script as described above (new
panel, add systemtray widget, write systemtray configs):

=
[Containments][22][General]
extraItems=org.kde.discovernotifier,org.kde.kdeconnect,org.kde.plasma.bluetooth,org.kde.plasma.clipboard,org.kde.plasma.devicenotifier,org.kde.plasma.mediacontroller,org.kde.plasma.networkmanagement,org.kde.plasma.notifications,org.kde.plasma.printmanager,org.kde.plasma.volume,org.kde.ktp-contactlist,org.kde.plasma.battery
hiddenItems=org.kde.plasma.battery,org.kde.plasma.ktp-contactlist
knownItems=org.kde.kdeconnect,org.kde.ktp-contactlist,org.kde.plasma.battery,org.kde.plasma.clipboard,org.kde.plasma.devicenotifier,org.kde.plasma.mediacontroller,org.kde.plasma.networkmanagement,org.kde.plasma.notifications,org.kde.plasma.printmanager,org.kde.plasma.volume
=

Which looks normal, except the widgets which are explicitly listed under the
hiddenItems key are still visible on the newly created panel (battery,
ktp-contactlist).

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

[kwin] [Bug 377901] Window movement breaks after 49 days

2017-04-27 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=377901

--- Comment #9 from Martin Gräßlin  ---
Some additional investigation results: both moving windows and Alt+Tab require
a keyboard/pointer grab. The xTime() is going into those requests and the
documentation says:

"The request fails with status InvalidTime if the specified time is earlier
than the last-pointer-grab time or later than the current server time.
Otherwise, the last-pointer-grab time is set to the specified time, with
CurrentTime replaced by the current server time."

If we don't update the xTime any more due to overflow we are in the situation
that our specified time is "later than current server time". On the other hand
if we pass the new wrapped around number we fall into the condition that
"specified time is earlier than the last-pointer-grab time".

To illustrate: let's assume the last-pointer-grab time is 2^32, Now we
increment by 1 and will have a server time of 0. If we send in 0 it is earlier
than the last-pointer-grab time. On the other hand if we send in our last state
from updating X time we are later than the server time.

To a certain degree this is broken in the X11 specification and if the X-Server
behaves exactly like described in the spec we won't be able to fix it. KWin
cannot use the CurrentTime check as we need to be explicit in the time we
request, or we would run into other bugs. So currently what I see is that we
need to relax our conditions in order to get the grab still working, but window
management will probably still be broken, till some other application requests
a pointer grab with 0.

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

[digikam] [Bug 372047] Switch from DK4 to DK5 fails: collection path contains %2F instead of /

2017-04-27 Thread Arnaud
https://bugs.kde.org/show_bug.cgi?id=372047

Arnaud  changed:

   What|Removed |Added

 CC||aper...@videotron.ca

--- Comment #3 from Arnaud  ---
Hello,
is there a way to modify the path in DK 5.2.0, I get the same bug, since I
upgrade Opensuse from 42.1 to 42.2. May I delete the collection with the %2 and
add a same new one with / ? 
Does the DB will recognise the new path or I will lost some tags, ...
Thank you,
Arnaud

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

[kde] [Bug 379301] New: Starting Plasma desktop failed

2017-04-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=379301

Bug ID: 379301
   Summary: Starting Plasma desktop failed
   Product: kde
   Version: unspecified
  Platform: unspecified
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: a12321a...@gmail.com
  Target Milestone: ---

Application: plasma-desktop (4.11.22)
KDE Platform Version: 4.14.30
Qt Version: 4.8.7
Operating System: Linux 4.4.38 x86_64
Distribution (Platform): Slackware Packages

-- Information about the crash:
My OS is Slackware-current with KDE 4.14.3.

I can not start Plama.

How can I solve the problem?

Thsnks.

The crash can be reproduced every time.

-- Backtrace:
Application: Plasma 桌面 shell (plasma-desktop), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[KCrash Handler]
#6  0x7fe329654ed0 in PyType_IsSubtype () at /usr/lib64/libpython2.7.so.1.0
#7  0x7fe3289ba1b5 in  () at /usr/lib64/python2.7/site-packages/sip.so
#8  0x7fe3289babd5 in  () at /usr/lib64/python2.7/site-packages/sip.so
#9  0x7fe328d694dd in  () at
/usr/lib64/python2.7/site-packages/PyQt4/QtCore.so
#10 0x7fe328c5c9d3 in initQtCore () at
/usr/lib64/python2.7/site-packages/PyQt4/QtCore.so
#11 0x7fe3296bbae7 in _PyImport_LoadDynamicModule () at
/usr/lib64/libpython2.7.so.1.0
#12 0x7fe3296b9428 in  () at /usr/lib64/libpython2.7.so.1.0
#13 0x7fe3296ba32e in PyImport_ImportModuleLevel () at
/usr/lib64/libpython2.7.so.1.0
#14 0x7fe329698f18 in  () at /usr/lib64/libpython2.7.so.1.0
#15 0x7fe3295eb4a3 in PyObject_Call () at /usr/lib64/libpython2.7.so.1.0
#16 0x7fe32969aa17 in PyEval_CallObjectWithKeywords () at
/usr/lib64/libpython2.7.so.1.0
#17 0x7fe32969dfb2 in PyEval_EvalFrameEx () at
/usr/lib64/libpython2.7.so.1.0
#18 0x7fe3296a48ac in PyEval_EvalCodeEx () at
/usr/lib64/libpython2.7.so.1.0
#19 0x7fe3296a49c9 in PyEval_EvalCode () at /usr/lib64/libpython2.7.so.1.0
#20 0x7fe3296b80ac in PyImport_ExecCodeModuleEx () at
/usr/lib64/libpython2.7.so.1.0
#21 0x7fe3296b8410 in  () at /usr/lib64/libpython2.7.so.1.0
#22 0x7fe3296b9428 in  () at /usr/lib64/libpython2.7.so.1.0
#23 0x7fe3296ba278 in PyImport_ImportModuleLevel () at
/usr/lib64/libpython2.7.so.1.0
#24 0x7fe329698f18 in  () at /usr/lib64/libpython2.7.so.1.0
#25 0x7fe3295eb4a3 in PyObject_Call () at /usr/lib64/libpython2.7.so.1.0
#26 0x7fe3295eb5fb in PyObject_CallFunction () at
/usr/lib64/libpython2.7.so.1.0
#27 0x7fe3296bb0a6 in PyImport_Import () at /usr/lib64/libpython2.7.so.1.0
#28 0x7fe3296bb22a in PyImport_ImportModule () at
/usr/lib64/libpython2.7.so.1.0
#29 0x7fe3299fff92 in  () at /usr/lib64/kde4/kpythonpluginfactory.so
#30 0x7fe329a01652 in  () at /usr/lib64/kde4/kpythonpluginfactory.so
#31 0x7fe34b0ee132 in  () at /usr/lib64/libplasma.so.3
#32 0x7fe34b0ee9b6 in Plasma::loadScriptEngine(QString const&,
Plasma::Applet*) () at /usr/lib64/libplasma.so.3
#33 0x7fe34b0306e6 in  () at /usr/lib64/libplasma.so.3
#34 0x7fe34b03577f in Plasma::Applet::Applet(QObject*, QList
const&) () at /usr/lib64/libplasma.so.3
#35 0x7fe34b077acf in Plasma::PluginLoader::loadApplet(QString const&,
unsigned int, QList const&) () at /usr/lib64/libplasma.so.3
#36 0x7fe34b0488a4 in  () at /usr/lib64/libplasma.so.3
#37 0x7fe34b04b8d6 in Plasma::Containment::restoreContents(KConfigGroup&)
() at /usr/lib64/libplasma.so.3
#38 0x7fe34b047984 in Plasma::Containment::restore(KConfigGroup&) () at
/usr/lib64/libplasma.so.3
#39 0x7fe34b0578f5 in  () at /usr/lib64/libplasma.so.3
#40 0x7fe34b058b64 in Plasma::Corona::loadLayout(QString const&) () at
/usr/lib64/libplasma.so.3
#41 0x7fe34b058c44 in Plasma::Corona::initializeLayout(QString const&) ()
at /usr/lib64/libplasma.so.3
#42 0x7fe33ffe5c08 in  () at /usr/lib64/libkdeinit4_plasma-desktop.so
#43 0x7fe33ffe809e in  () at /usr/lib64/libkdeinit4_plasma-desktop.so
#44 0x7fe33ffed445 in  () at /usr/lib64/libkdeinit4_plasma-desktop.so
#45 0x7fe356e3c8b1 in QObject::event(QEvent*) () at
/usr/lib64/qt/lib/libQtCore.so.4
#46 0x7fe355f7c86f in QApplication::event(QEvent*) () at
/usr/lib64/qt/lib/libQtGui.so.4
#47 0x7fe355f7749c in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib64/qt/lib/libQtGui.so.4
#48 0x7fe355f7df6c in QApplication::notify(QObject*, QEvent*) () at
/usr/lib64/qt/lib/libQtGui.so.4
#49 0x7fe357e848aa in KApplication::notify(QObject*, QEvent*) () at
/usr/lib64/libkdeui.so.5
#50 0x7fe356e23bdd in QCoreApplication::notifyInternal(QObject*, QEvent*)
() at /usr/lib64/qt/lib/libQtCore.so.4
#51 0x7fe356e26e3e in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () at /usr/lib64/qt/lib/libQtCore.so.4
#52 0x7fe356e51ece in  () at /usr/l

[frameworks-kio] [Bug 379287] Krunner crashes

2017-04-27 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=379287

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #2 from Christoph Feck  ---
We get many memory related crashes in krunner, and having a valgrind log would
help.

The KUriFilter might be completely unrelated, if the memory corruption already
happened elsewhere.

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

[frameworks-kconfig] [Bug 345100] The menu editor doesn't properly save new icons for submenus

2017-04-27 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=345100

--- Comment #37 from Christoph Feck  ---
Bugzilla is not a tool for users, but for developers. Ticket fields are managed
by the bug triaging team or the developers. They are to be read and interpreted
by developers.

Regarding the status, think this way:

Unconfirmed: needs someone who understands the issue and find the code
responsible
Confirmed: cause is known or even documented, needs someone to create a patch
Assigned: someone (or a team) adopted the ticket and creates a patch

If you understand the difference, then you will see that it will actually harm
if we changed the status to "confirmed" just because a bug is known to occur.

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

[Breeze] [Bug 379010] Dark breeze icons missing (never appear)

2017-04-27 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=379010

Christoph Feck  changed:

   What|Removed |Added

   Severity|critical|normal

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

[Breeze] [Bug 378305] breeze-icons.rcc can't be cross-compiled

2017-04-27 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=378305

Christoph Feck  changed:

   What|Removed |Added

  Component|Icons   |general
   Assignee|visual-des...@kde.org   |plasma-de...@kde.org

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

[Akonadi] [Bug 379300] Gmail IMAP token/code not saved

2017-04-27 Thread tjbp
https://bugs.kde.org/show_bug.cgi?id=379300

--- Comment #1 from tjbp  ---
Created attachment 105232
  --> https://bugs.kde.org/attachment.cgi?id=105232&action=edit
Second pane

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

[Akonadi] [Bug 379300] Gmail IMAP token/code not saved

2017-04-27 Thread tjbp
https://bugs.kde.org/show_bug.cgi?id=379300

--- Comment #2 from tjbp  ---
Created attachment 105233
  --> https://bugs.kde.org/attachment.cgi?id=105233&action=edit
Third pane

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

[Akonadi] [Bug 379300] New: Gmail IMAP token/code not saved

2017-04-27 Thread tjbp
https://bugs.kde.org/show_bug.cgi?id=379300

Bug ID: 379300
   Summary: Gmail IMAP token/code not saved
   Product: Akonadi
   Version: GIT (master)
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Gmail resource
  Assignee: dvra...@kde.org
  Reporter: kde@tjbp.net
CC: kdepim-b...@kde.org
  Target Milestone: ---

Created attachment 105231
  --> https://bugs.kde.org/attachment.cgi?id=105231&action=edit
First pane

When adding a Gmail account as an IMAP resource with KMail, it now loads a
small browser window to authenticate with Google. After successfully allowing
the app permissions, the final pane includes a code that can't be pasted
anywhere into KMail.

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

[korgac] [Bug 379289] Reminders for complete calendar history issued after new install and addition of Google Calendar

2017-04-27 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=379289

Christoph Feck  changed:

   What|Removed |Added

   Severity|normal  |major

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

[konsole] [Bug 364098] In split pane view konsole should respect focus follows mouse but doesn't

2017-04-27 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=364098

--- Comment #6 from Christoph Feck  ---
> I cannot think of a single multipane application that doesn't behave this way

Then please give references. I am objecting, because you did not give any.

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

[Breeze] [Bug 376680] mimetype icons not suitable for dark themes

2017-04-27 Thread Alex L
https://bugs.kde.org/show_bug.cgi?id=376680

Alex L  changed:

   What|Removed |Added

 CC||alexlon...@gmail.com

--- Comment #5 from Alex L  ---
Why using the C icon for .h files would be a bug? It has a different color to
distinguish it from .c icon. Using the C for .h files is intended to stress
they are C headers.

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

[QtCurve] [Bug 363753] crash-at-exit in QtCurve::Style::disconnectDBus

2017-04-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=363753

d...@kaosx.us changed:

   What|Removed |Added

 CC||d...@kaosx.us

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

[Breeze] [Bug 379299] New: visual glitch in GTK file dialog

2017-04-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=379299

Bug ID: 379299
   Summary: visual glitch in GTK file dialog
   Product: Breeze
   Version: 5.9.4
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: gtk theme
  Assignee: scionicspec...@gmail.com
  Reporter: syncookon...@gmail.com
  Target Milestone: ---

Created attachment 105230
  --> https://bugs.kde.org/attachment.cgi?id=105230&action=edit
GTK file dialog with white text on white bg

Steps to reproduce:
1) Launch a program that uses the GTK2 (I think) file dialog, for example
Firefox on Debian Stretch. Or on KDE Neon run: NO_CHROME_KDE_FILE_DIALOG=1
chromium-browser
It should also work with GIMP
2) Press Strg+S to open the file dialog
3) Click somewhere outside the address bar

What do I observe:
Text in the address line turns white on white background. See attached
screenshot

What is expected:
It should always be possible to read what is written in the address line

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

[kate] [Bug 379298] New: Syntax highliting not working properly for perl when using heredoc

2017-04-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=379298

Bug ID: 379298
   Summary: Syntax highliting not working properly for perl when
using heredoc
   Product: kate
   Version: 17.04.0
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: syntax
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: zemmoura.kha...@gmail.com
  Target Milestone: ---

Hi,

Consider this perl code:


$str = << 'EOS';
this is my string
and it's continuation
EOS

$str2 = 'this is the second string';


the syntax highlighting is completely messy for all the code after it

To get it right again i have to get <> at the beggining of the line and
suppress the space in the docstring declaration as follow

$str = << 'EOS';
this is my string
and it's continuation
EOS

Thank's for your efforts

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

[Breeze] [Bug 375051] New scroll bar width: cofiguration missing and inconsistent with GTK theme

2017-04-27 Thread Felix Miata
https://bugs.kde.org/show_bug.cgi?id=375051

Felix Miata  changed:

   What|Removed |Added

 CC||mrma...@earthlink.net

--- Comment #3 from Felix Miata  ---
(In reply to Hugo Pereira Da Costa from comment #1)
> - the default small width is good

Where can people find the discussion that reached this reduced
usability/accessibility conclusion and implementation?

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

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

2017-04-27 Thread FabiB
https://bugs.kde.org/show_bug.cgi?id=179678

--- Comment #10 from FabiB  ---
(In reply to lega99 from comment #9)
> @ FabiB
> You say that the program Kate guilty and therefore Dolphin can not work in
> root mode.
No. I say kate developers (but also dolphin developers) have deactivated
root-mode for the apps. wich is a bad idea without providing any good
replacement (like Polkit support in KIO).
> I visited https://kate-editor.org/get-it/ page and on that page
> there is no version 17.04
KDE Apps 17.04 was released April 20, 2017. 
https://www.kde.org/announcements/announce-applications-17.04.0.php
> of open source KDE-Neon developer revised program
I dont talk about the kubuntu neon project. This is a KDE thing, not a distro
specific thing.

Truth is: they now deactivatet root mode for dolphin and Kate, there is no
replacementment, so distros start to patch out this change
https://forums.opensuse.org/showthread.php/524150-Executing-Dolphin-as-root-is-not-possible?p=2820568#post2820568
https://forum.antergos.com/post/42159

But that leads to a off-topic direction. I just wanted to show off that this
feature (polkit support for KIO) would be very important right now.

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

[konqueror] [Bug 379256] regression: can no longer open file passed on the command line

2017-04-27 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=379256

--- Comment #2 from Christoph Feck  ---
I should clarify: Works in Tumbleweed with
KDE:Unstable:{Qt/Frameworks/Applications } repositories, with both KHTML and
WebKit backend. I did not try WebEngine backend (too big :P)

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

[konqueror] [Bug 379256] regression: can no longer open file passed on the command line

2017-04-27 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=379256

--- Comment #1 from Christoph Feck  ---
Works in Tumbleweed.

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

[konqueror] [Bug 379176] Konqueror crashes opening listings of emoji

2017-04-27 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=379176

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #1 from Christoph Feck  ---
openSUSE bug.

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

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

[konqueror] [Bug 376608] Konqueror crashing

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

Christoph Feck  changed:

   What|Removed |Added

 CC||raphly...@gmail.com

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

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

[kompare] [Bug 79535] Allow editing of source and destination files.

2017-04-27 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=79535

--- Comment #13 from Christoph Feck  ---
Feedback #1: This looks great, I love syntax highlighting!

Feedback #2: Discuss your improvements with Kompare maintainers, and suggest
changes to get those improvements upstream.

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

[phonon-backend-vlc] [Bug 335111] vlc crashes phonon by mixing qt4 and qt5

2017-04-27 Thread Glukhov Nikita
https://bugs.kde.org/show_bug.cgi?id=335111

Glukhov Nikita  changed:

   What|Removed |Added

 CC||tikan...@gmail.com

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

[phonon-backend-vlc] [Bug 335111] vlc crashes phonon by mixing qt4 and qt5

2017-04-27 Thread Glukhov Nikita
https://bugs.kde.org/show_bug.cgi?id=335111

Glukhov Nikita  changed:

   What|Removed |Added

 CC|tikan...@gmail.com  |

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

[digikam] [Bug 377719] Cannot rename file with overwrite [patch]

2017-04-27 Thread Simon
https://bugs.kde.org/show_bug.cgi?id=377719

--- Comment #9 from Simon  ---
(In reply to Maik Qualmann from comment #7)
> digikam.database: No location could be retrieved for
> "file:///daten/Bilder/Zugang/2017-03-08/Screenshot-004.jpg"

The offending part for this is:


QString destFile = d->currentInfo.first.toString(QUrl::RemoveFilename) +
d->currentInfo.second;
// refresh thumbnail
ThumbnailLoadThread::deleteThumbnail(destFile);
// clean LoadingCache as well
LoadingCacheInterface::fileChanged(destFile);

This was previously executed before the tests in a separate function, however
it should be at the exact same position regarding real actions. Commenting
these lines out makes the error disappear and has not perceivable downside. Any
idea what these commands are for?

> digikam.general: Video file 
> "file:///daten/Bilder/Zugang/2017-03-08/Screenshot-004.jpg"  does not exist.
> 
> digikam.general: Failed to extract video thumbnail for 
> "file:///daten/Bilder/Zugang/2017-03-08/Screenshot-004.jpg"

I have no idea yet what this Video business is about.

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

[marble] [Bug 379297] New: Plain Map Theme appears blue

2017-04-27 Thread Bernhard Beschow
https://bugs.kde.org/show_bug.cgi?id=379297

Bug ID: 379297
   Summary: Plain Map Theme appears blue
   Product: marble
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: marble-b...@kde.org
  Reporter: shen...@gmail.com
  Target Milestone: ---

Since commit f847505b02940aff9e37a6fa2317a7098c078d97 (Use tile zoom level
consistently) the globe on the plain map theme looks blue only with continents
labelled in red. No cities, borders or continents are shown.

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

[ktorrent] [Bug 379146] KTorrent shouldn't keep stealing focus when adding a torrent

2017-04-27 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=379146

--- Comment #1 from Christoph Feck  ---
There is an option to add torrents automatically.

If you do not want this, you probably want to change something before it
starts.

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

[okular] [Bug 379296] New: Reloading file hides the annotation toolbar

2017-04-27 Thread Oliver Sander
https://bugs.kde.org/show_bug.cgi?id=379296

Bug ID: 379296
   Summary: Reloading file hides the annotation toolbar
   Product: okular
   Version: 1.1.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: PDF backend
  Assignee: okular-de...@kde.org
  Reporter: oliver.san...@tu-dresden.de
  Target Milestone: ---

1) Open any pdf document
2) Press F6 to open the annotation toolbar
3) Press F5 to reload the document

Result: the annotation toolbar disappears again.

This is more annoying than it may seem, because you can also trigger a reload
by saving the file onto itself.  Saving a file onto itself will touch the file;
as a consequence, okular will (erroneously) think that it has changed, and
reload it.  That is unfortunate, because saving while annotating is a frequent
thing to do.

I had a look with the debugger.  Apparently, reloading involves first closing
the document, and then opening it again (as can be seen from the backtrace I
attach below).  Closing the document hides the annotation toolbar (that sounds
reasonable, I guess), but then reopening does not switch it on again.  Any
suggestions on how to fix this?

Here is the backtrace: I placed a breakpoint at pageviewutils.cpp:581, and then
hit F6 & F5.

#0  PageViewToolBar::hideAndDestroy (this=0x55f73a80) at
/home/sander/okular/ui/pageviewutils.cpp:581
#1  0x7fffdc2178c0 in PageViewAnnotator::setEnabled (this=0x561f7ff0,
on=false) at /home/sander/okular/ui/pageviewannotator.cpp:726
#2  0x7fffdc242a3c in PageView::slotToggleAnnotator (this=0x55b77830,
on=false) at /home/sander/okular/ui/pageview.cpp:4982
#3  0x7fffdc250fd8 in QtPrivate::FunctorCall,
QtPrivate::List, void, void (PageView::*)(bool)>::call (f=(void
(PageView::*)(PageView * const, bool)) 0x7fffdc2426e0
, o=0x55b77830, arg=0x7fffce70) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:141
#4  0x7fffdc24fd49 in QtPrivate::FunctionPointer::call, void> (f=(void
(PageView::*)(PageView * const, bool)) 0x7fffdc2426e0
, o=0x55b77830, arg=0x7fffce70) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:160
#5  0x7fffdc24c661 in QtPrivate::QSlotObject, void>::impl (which=1, this_=0x55cc8a90,
r=0x55b77830, a=0x7fffce70, ret=0x0) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject_impl.h:120
#6  0x73fba95e in QMetaObject::activate(QObject*, int, int, void**) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x748f7242 in QAction::toggled(bool) () from
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#8  0x748f9a50 in QAction::setChecked(bool) () from
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#9  0x748f9b8c in QAction::activate(QAction::ActionEvent) () from
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#10 0x7fffdc1b9c07 in QAction::trigger (this=0x55cc7b40) at
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qaction.h:183
#11 0x7fffdc22e6cd in PageView::updateActionState (this=0x55b77830,
haspages=false, documentChanged=true, hasformwidgets=false) at
/home/sander/okular/ui/pageview.cpp:1145
#12 0x7fffdc22e07d in PageView::notifySetup (this=0x55b77830,
pageSet=..., setupFlags=1) at /home/sander/okular/ui/pageview.cpp:1063
#13 0x7fffd7d2571a in Okular::Document::closeDocument (this=0x558c2600)
at /home/sander/okular/core/document.cpp:2614
#14 0x7fffdc1b1efa in Okular::Part::closeUrl (this=0x55939f80,
promptToSave=true) at /home/sander/okular/part.cpp:1660
#15 0x7fffdc1b205c in Okular::Part::closeUrl (this=0x55939f80) at
/home/sander/okular/part.cpp:1681
#16 0x7fffdc1b2872 in Okular::Part::slotDoFileDirty (this=0x55939f80)
at /home/sander/okular/part.cpp:1805
#17 0x7fffdc1b70a9 in Okular::Part::slotReload (this=0x55939f80) at
/home/sander/okular/part.cpp:2725

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

[Breeze] [Bug 376856] Breeze dark missing icons on plasma menu

2017-04-27 Thread Adam Pigg
https://bugs.kde.org/show_bug.cgi?id=376856

Adam Pigg  changed:

   What|Removed |Added

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

--- Comment #2 from Adam Pigg  ---
It is fixed with an update in the last few weeks. (opensuse tumbleweed). thx

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

[Breeze] [Bug 376211] Icon for application/x-awk

2017-04-27 Thread andreas
https://bugs.kde.org/show_bug.cgi?id=376211

--- Comment #1 from andreas  ---
there is already an awk mimetype in the breeze icon set application-x-awk why
this icon wasn't used?

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

[Breeze] [Bug 376856] Breeze dark missing icons on plasma menu

2017-04-27 Thread andreas
https://bugs.kde.org/show_bug.cgi?id=376856

--- Comment #1 from andreas  ---
I can't reproduce this bug. can you commit your OS and the framework release.

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

[Breeze] [Bug 376856] Breeze dark missing icons on plasma menu

2017-04-27 Thread andreas
https://bugs.kde.org/show_bug.cgi?id=376856

andreas  changed:

   What|Removed |Added

 CC||notm...@gmail.com

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

[kio-extras] [Bug 376344] cant write to smb shares which has write access

2017-04-27 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=376344

--- Comment #17 from Christoph Feck  ---
If it was easy to fix, someone actually (still?) using Samba could
trace/analyze the code and check where it fails.

Otherwise we cannot even confirm _where_ the bug is, so no need to change the
bug status.

Note that I know of no KDE developer using Samba, so unless someone steps in,
this will probably not be fixed.

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

[Breeze] [Bug 377380] Better version control system icons

2017-04-27 Thread andreas
https://bugs.kde.org/show_bug.cgi?id=377380

andreas  changed:

   What|Removed |Added

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

--- Comment #1 from andreas  ---
https://commits.kde.org/breeze-icons/d88682a46f23ac5bcafd79d2b8556043255c4ab5

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

[kdenlive] [Bug 379283] kdenlive render bug

2017-04-27 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=379283

Christoph Feck  changed:

   What|Removed |Added

  Alias|kroogy  |

--- Comment #1 from Christoph Feck  ---
Please do not abuse the alias field for your private searches. They are used by
developers.

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

[kdenlive] [Bug 379224] The latest kdenlive appimage (17.04) crashes on adding clips (any videos I have)

2017-04-27 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=379224

--- Comment #2 from Christoph Feck  ---
Could be a version mismatch with FFmpeg libraries. Not sure if the AppImage
includes those, or relies on distro packages.

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

[ksysguard] [Bug 218796] There are no graphics in "CPU History" and "Network History". (due to corruption of SystemLoad2.sgrd)

2017-04-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=218796

--- Comment #16 from sk.griffi...@gmail.com ---
Resolved on replacing with default Systemload2.sgrd

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

[kdenlive] [Bug 379056] Crash on record start

2017-04-27 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=379056

Christoph Feck  changed:

   What|Removed |Added

   Severity|grave   |crash

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

[kdenlive] [Bug 379056] Crash on record start

2017-04-27 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=379056

Christoph Feck  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |BACKTRACE

--- Comment #1 from Christoph Feck  ---
I cannot reproduce, so the crash is specific to your system. To diagnose it,
please add the backtrace for the crash.

For more information, please see
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports

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

[marble] [Bug 379253] Marble 2.2.0 Windows x64 - Missing 4 .dll files

2017-04-27 Thread Dennis Nienhüser
https://bugs.kde.org/show_bug.cgi?id=379253

Dennis Nienhüser  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

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

[ksysguard] [Bug 218796] There are no graphics in "CPU History" and "Network History". (due to corruption of SystemLoad2.sgrd)

2017-04-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=218796

--- Comment #15 from sk.griffi...@gmail.com ---
Created attachment 105229
  --> https://bugs.kde.org/attachment.cgi?id=105229&action=edit
Screenshot of absent network and cpu usage. Also memory displayed is wrong
(1.2GiB instead of 8 GiB)

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

[Breeze] [Bug 376780] plasmate icon missing

2017-04-27 Thread andreas
https://bugs.kde.org/show_bug.cgi?id=376780

andreas  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/bre
   ||eze-icons/06c942e4026b31f2c
   ||feeaa68af9376c8ecd33fb8

--- Comment #4 from andreas  ---
Git commit 06c942e4026b31f2cfeeaa68af9376c8ecd33fb8 by andreas kainz.
Committed on 27/04/2017 at 20:46.
Pushed by andreask into branch 'master'.

BUG 376780 add plasmate icon

A  +1-0icons-dark/preferences/32/plasmagik.svg
A  +1-0icons/preferences/32/plasmagik.svg

https://commits.kde.org/breeze-icons/06c942e4026b31f2cfeeaa68af9376c8ecd33fb8

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

[ksysguard] [Bug 218796] There are no graphics in "CPU History" and "Network History". (due to corruption of SystemLoad2.sgrd)

2017-04-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=218796

--- Comment #14 from sk.griffi...@gmail.com ---
Also in kde 5.9.4 in arch. Cpu and network usage not showing in ksysgaurd only.
working fine elsewhere as in widgets

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

[qaccessibilityclient] [Bug 379295] System error bell should be wired up to a more pleasant sound by default

2017-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=379295

--- Comment #1 from Nate Graham  ---
Created attachment 105228
  --> https://bugs.kde.org/attachment.cgi?id=105228&action=edit
Screenshot showing Accessibility: system bell is on, but not changed to a nice
sound

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

[Breeze] [Bug 377012] Update microphone-sensitivity icons

2017-04-27 Thread andreas
https://bugs.kde.org/show_bug.cgi?id=377012

andreas  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/bre
   ||eze-icons/3574280c9381af45b
   ||18430e797957ff4e628db93

--- Comment #2 from andreas  ---
Git commit 3574280c9381af45b18430e797957ff4e628db93 by andreas kainz.
Committed on 27/04/2017 at 20:41.
Pushed by andreask into branch 'master'.

BUG 377012 update microphone-sensitivity icons

M  +4-5icons-dark/status/22/mic-off.svg
M  +8-15   icons-dark/status/22/mic-on.svg
M  +8-16   icons-dark/status/22/mic-ready.svg
M  +8-10   icons-dark/status/22/microphone-sensitivity-high.svg
M  +8-10   icons-dark/status/22/microphone-sensitivity-low.svg
M  +8-15   icons-dark/status/22/microphone-sensitivity-medium.svg
M  +7-60   icons/status/16/mic-on.svg
M  +9-63   icons/status/16/microphone-sensitivity-high.svg
M  +9-63   icons/status/16/microphone-sensitivity-low.svg
M  +11   -68   icons/status/16/microphone-sensitivity-medium.svg
M  +4-5icons/status/22/mic-off.svg
M  +8-15   icons/status/22/mic-on.svg
M  +8-16   icons/status/22/mic-ready.svg
M  +8-10   icons/status/22/microphone-sensitivity-high.svg
M  +8-10   icons/status/22/microphone-sensitivity-low.svg
M  +8-15   icons/status/22/microphone-sensitivity-medium.svg

https://commits.kde.org/breeze-icons/3574280c9381af45b18430e797957ff4e628db93

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

[ksysguard] [Bug 218796] There are no graphics in "CPU History" and "Network History". (due to corruption of SystemLoad2.sgrd)

2017-04-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=218796

sk.griffi...@gmail.com changed:

   What|Removed |Added

 CC||sk.griffi...@gmail.com

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

[qaccessibilityclient] [Bug 379295] System error bell should be wired up to a more pleasant sound by default

2017-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=379295

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com

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

[marble] [Bug 379253] Marble 2.2.0 Windows x64 - Missing 4 .dll files

2017-04-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=379253

--- Comment #3 from ins...@outlook.com ---
This version fixes the missing .dll's issue.  Installs, and the
executable opens correctly as expected.

Thank you for the rapid response!


On 04/27/2017 3:54 PM, Dennis Nienhüser wrote:
> https://bugs.kde.org/show_bug.cgi?id=379253
>
> --- Comment #2 from Dennis Nienhüser  ---
> Can you please give
> https://files.kde.org/marble/downloads/windows/Marble-setup_2.2.0-1_x64.exe a
> try?
>

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

[qaccessibilityclient] [Bug 379295] New: System error bell should be wired up to a more pleasant sound by default

2017-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=379295

Bug ID: 379295
   Summary: System error bell should be wired up to a more
pleasant sound by default
   Product: qaccessibilityclient
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: gladh...@kde.org
  Reporter: pointedst...@zoho.com
  Target Milestone: ---

Linux distro: openSUSE Tumbleweed
Plasma version: 5.9.4


Summary:
KDE Plasma doesn't use a pleasant sound for the system error bell.


Steps to reproduce
1. Install KDE Plasma on openSUSE, Arch, Manjaro, or probably any other distro
2. Open a GTK program that has single-line text fields (pidgin, lollypop, etc)
3. Click in the text field
4. Hit the backspace key


Expected result:
Silence, or a KDE-provided alert/notification sound


Actual result:
A horrible jarring beep


Regression:
Only happens with KDE Plasma, irrespective of distro
Does not happen with most GNOME-based DEs, irrespective of distro


Explanation:
According to GTK/GNOME developer Matthias Clasen
(https://bugzilla.gnome.org/show_bug.cgi?id=781727), most GNOME-based DEs
automatically wire the system error bell up to a more pleasant sound, like
their standard system alert/notification sound.

KDE Plasma does not, by default. There is an option to do so in Accessibility,
but by default, it's not used. As a result, programs that generate an error
bell will cause the system to produce a horribly jarring sound instead of a
much more pleasant notification (e.g. KDE-Sys-App-Message.ogg, or some other
KDE-provided sound).

This is reproducible across many Linux distros that ship KDE Plasma.


I've attached a screenshot of the default state of the Accessibility control
panel, showing how it has the system error bell active by default, but does not
connect it to a more pleasant sound.

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

[ksmserver] [Bug 379254] ksmserver errors after updating to Plasma 5.9.5

2017-04-27 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=379254

--- Comment #14 from Lubos Lunak  ---
Given comments above, I find it rather clear that the actual problem is with
the broken .desktop files (in one distro, possibly, kdeconnectd doesn't have
such a problem on openSUSE). So it could be argued that there indeed should be
a dialog about the error (although I'm not strictly opposed to reverting it in
the branches).

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


[konsole] [Bug 379294] New: Implement OSC 8 hyperlink support

2017-04-27 Thread Egmont Koblinger
https://bugs.kde.org/show_bug.cgi?id=379294

Bug ID: 379294
   Summary: Implement OSC 8 hyperlink support
   Product: konsole
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: emulation
  Assignee: konsole-de...@kde.org
  Reporter: egm...@gmail.com
  Target Milestone: ---

GNOME Terminal (VTE) and iTerm2 have just implemented a brand new and hopefully
really cool feature: hyperlinks (that is, HTML-like anchors).

This is different from the autodetection of URLs that appear onscreen. This
time the text that appears does not have to look like a URL, it can be
anything, and the target URL is specified explicitly by the utility along with
the displayed text, using the OSC 8 escape sequence.

We'd like to get some wider support for this feature, and it would be great if
konsole joined the game!

For further information on this feature, see

- A dedicated page with all the details:
https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda

- GNOME Terminal bugreport (way too long and probably not that interesting at
this point, although might contain some useful tips):
https://bugzilla.gnome.org/show_bug.cgi?id=779734

- iTerm2 bugreport: https://gitlab.com/gnachman/iterm2/issues/5158

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

[Breeze] [Bug 378305] breeze-icons.rcc can't be cross-compiled

2017-04-27 Thread andreas
https://bugs.kde.org/show_bug.cgi?id=378305

--- Comment #1 from andreas  ---
The component Icons is for icon design stuff. what you wrote is something devel
specific I didn't understood anything.

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

[ksmserver] [Bug 366156] ksmserver crashes when switching from nvidia to intel profile/GPU on laptop with hybrid graphics

2017-04-27 Thread marco martinez
https://bugs.kde.org/show_bug.cgi?id=366156

marco martinez  changed:

   What|Removed |Added

 CC||mak...@gmail.com

--- Comment #9 from marco martinez  ---
same problem here, not only ksmserver-logout-greeter crashes, but also does
konsole, apport and most of the kdeapps. As a temporary fix, I am currently
using bumblebee for gpu offloading

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

[digikam] [Bug 377719] Cannot rename file with overwrite [patch]

2017-04-27 Thread Simon
https://bugs.kde.org/show_bug.cgi?id=377719

Simon  changed:

   What|Removed |Added

 Attachment #104795|0   |1
is obsolete||

--- Comment #8 from Simon  ---
Created attachment 105227
  --> https://bugs.kde.org/attachment.cgi?id=105227&action=edit
Add option to overwrite existing files in advance rename dialog (V3)

Is there an option to make compilation fail on warnings? I can only find a
switch to make it carry on, but it already does that.

Regarding the ok button, I cannot reproduce the problem, it activates and
disables correctly here.

I will look into these weird errors (location is at least related, but video
thumbnails on jpgs and raws???).

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

[ksmserver] [Bug 379254] ksmserver errors after updating to Plasma 5.9.5

2017-04-27 Thread Simon Andric
https://bugs.kde.org/show_bug.cgi?id=379254

Simon Andric  changed:

   What|Removed |Added

 CC||simonandr...@gmail.com

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

[plasmashell] [Bug 379213] Global Menu suggestion

2017-04-27 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=379213

Christoph Feck  changed:

   What|Removed |Added

   Target Milestone|--- |1.0
 CC||plasma-b...@kde.org
Version|unspecified |5.9.4
  Component|general |Global Menu
   Assignee|unassigned-b...@kde.org |k...@privat.broulik.de
Product|kde |plasmashell

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

[kate] [Bug 378426] Empty gray Kate screen

2017-04-27 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=378426

--- Comment #7 from Christoph Feck  ---
Yes, please report crashes separately. Install debug symbols to make the
backtrace useful.

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

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

2017-04-27 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=368770

Christoph Feck  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED

--- Comment #18 from Christoph Feck  ---
This is long fixed in newer versions. Please ask in a forum of your
distribution how to get newer versions of KDE software.

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

[marble] [Bug 379253] Marble 2.2.0 Windows x64 - Missing 4 .dll files

2017-04-27 Thread Dennis Nienhüser
https://bugs.kde.org/show_bug.cgi?id=379253

--- Comment #2 from Dennis Nienhüser  ---
Can you please give
https://files.kde.org/marble/downloads/windows/Marble-setup_2.2.0-1_x64.exe a
try?

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

[kio-extras] [Bug 376344] cant write to smb shares which has write access

2017-04-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376344

maxp...@gmail.com changed:

   What|Removed |Added

 CC||maxp...@gmail.com

--- Comment #16 from maxp...@gmail.com ---
openSUSE 42.2 here and can confirm I also have this bug.

I have literally wasted hours messing around with smb.conf and trying various
permission states.

I am disappointed to see this as "unconfirmed" but glad to see others have the
same issue as me and its not just something I was doing wrong.

I have an opensuse server, a windows desktop and an opensuse laptop.

Windows desktop seems to be able to access the server and read/write just fine.

Opensuse laptop with KDE has issues and cannot write to the root level dirctory
as others have mentioned.

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

[minuet] [Bug 379054] Various UI bugs with HiDPI - no menu bar, text alignment is wrong etc

2017-04-27 Thread Dmitry Pisklov
https://bugs.kde.org/show_bug.cgi?id=379054

--- Comment #1 from Dmitry Pisklov  ---
Just upgraded to 17.04.0 - same issue

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

[neon] [Bug 371722] Let crash handler install debug packages

2017-04-27 Thread Pascal d'Hermilly
https://bugs.kde.org/show_bug.cgi?id=371722

--- Comment #4 from Pascal d'Hermilly  ---
Especially since KDE Neon is supposed to give this quick feedback loop to the
developers.

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

[neon] [Bug 371722] Let crash handler install debug packages

2017-04-27 Thread Pascal d'Hermilly
https://bugs.kde.org/show_bug.cgi?id=371722

--- Comment #3 from Pascal d'Hermilly  ---
Using crash-happy Kdenlive - it's quite frustrating that my many crash reports
are denied by crash handler because there are no debug packages.

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

[QtCurve] [Bug 363753] crash-at-exit in QtCurve::Style::disconnectDBus

2017-04-27 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=363753

--- Comment #53 from RJVB  ---
(In reply to Yichao Yu from comment #52)
> Yes the latest version looks fine though I'd like to test it for some time.

By all means :)

> It's more complicated than that. IIRC the segfault happens when the qdbus
> connection walks some internal data structures for dispatch, which touches
> some unmapped memory (vtables and alike).

It would be useful to know which signal(s) is/are concerned?


> Hmmm. That's interesting because I've never seen anything being unloaded
> before 5.8 (or 5.7?).

I think plugins were unloaded in 5.4 and earlier, and then in 5.5 they dropped
unloading of at least certain plugins which started to cause trouble. That may
even have been related to DBus, I can't remember and am not too keen on digging
out the exchange with Thiago to see if my memory is correct :)

> > But: it'd be a severe bug if Qt somehow unloaded or even dlclosed a plugin 
> > before having destroyed all class instances created through it.
> 
> It's clearly doing the dlclose before they destructed the Style*

Erm, yes, I forgot about that. This however should be just before the
application exits, you've had a lot of chance that you have been able to get
DBus signals to arrive in that interval :)

> It almost feels like that Qt should delete all QObjects before deleting the
> style plugin but that also seems like a terrible idea

I notice that that Qt's Fusion style uses an undocumented QCommonStyle ctor,
accepting an argument.
I should have a look if QStylePlugin::Create() couldn't do `new Style(this)`
and benefit from automatic Style instance deletion when the plugin is unloaded.

> Right, my confusing is just that why it sometimes (well, previously) unmmap
> and sometimes not

What can also be the case is that enough other things have changed that
whatever access is made to deallocated memory no longer causes a SEGV. You
know, like a proper Heisenbug.
Or you simply had some other kind of stability going on at the time. How
reproducible was that bug over time, after a reboot etc?

> This I'm acutally not worrying too much. I still have a faith that the
> plugin destructor will be closed before dlclose (confirmed in the debugger)
> so using it as the last resort should still be ok.

Yes, of course. The library destructor idea is only for debugging to know
exactly when unloading is going to take place (possible set a breakpoint) etc.
I never planned to use it for deallocating memory; that seems like a bad idea.

> > I have never seen a backtrace of the kind of crash you are seeing, but I 
> > think that with my current implementation you should no longer be seeing it.

Sure, but the other backtrace is interesting too. :)

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

[digikam] [Bug 377719] Cannot rename file with overwrite [patch]

2017-04-27 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=377719

--- Comment #7 from Maik Qualmann  ---
I have now strange error messages in the console:

digikam.database: No location could be retrieved for
"file:///daten/Bilder/Zugang/2017-03-08/Screenshot-004.jpg"

digikam.general: Video file 
"file:///daten/Bilder/Zugang/2017-03-08/Screenshot-004.jpg"  does not exist.

digikam.general: Failed to extract video thumbnail for 
"file:///daten/Bilder/Zugang/2017-03-08/Screenshot-004.jpg"

These messages I have without the patch is not. Same files renamed.
Another thing is the OK button is not activated properly when a conflict has
been detected and now the checkbox is activated to move images in the trash.

Maik

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

[digikam] [Bug 377719] Cannot rename file with overwrite [patch]

2017-04-27 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=377719

--- Comment #6 from Maik Qualmann  ---
I have compiler warnings here:


/home/maik/Devel/digikam-software-compilation/core/utilities/advancedrename/advancedrenameprocessdialog.cpp:
In member function ‘void Digikam::AdvancedRenameProcessDialog::slotCancel(int,
const QList&)’:
/home/maik/Devel/digikam-software-compilation/core/utilities/advancedrename/advancedrenameprocessdialog.cpp:166:50:
warning: unused parameter ‘operation’ [-Wunused-parameter]
 void AdvancedRenameProcessDialog::slotCancel(int operation, const QList&
srcFiles)

/home/maik/Devel/digikam-software-compilation/core/utilities/advancedrename/advancedrenameprocessdialog.cpp:166:80:
warning: unused parameter ‘srcFiles’ [-Wunused-parameter]
 void AdvancedRenameProcessDialog::slotCancel(int operation, const QList&
srcFiles)

/home/maik/Devel/digikam-software-compilation/core/utilities/advancedrename/advancedrenameprocessdialog.cpp:
In member function ‘void
Digikam::AdvancedRenameProcessDialog::slotRenameFailed(int, const
QList&)’:
/home/maik/Devel/digikam-software-compilation/core/utilities/advancedrename/advancedrenameprocessdialog.cpp:208:56:
warning: unused parameter ‘operation’ [-Wunused-parameter]
 void AdvancedRenameProcessDialog::slotRenameFailed(int operation, const
QList& srcFiles)

/home/maik/Devel/digikam-software-compilation/core/utilities/advancedrename/advancedrenameprocessdialog.cpp:208:86:
warning: unused parameter ‘srcFiles’ [-Wunused-parameter]
 void AdvancedRenameProcessDialog::slotRenameFailed(int operation, const
QList& srcFiles)

Maik

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

[marble] [Bug 379284] Marble 2.2 (KDE Apps 17.*) doesn't find any of its maps, routers, plugins

2017-04-27 Thread Dennis Nienhüser
https://bugs.kde.org/show_bug.cgi?id=379284

Dennis Nienhüser  changed:

   What|Removed |Added

 CC||nienhue...@kde.org

--- Comment #1 from Dennis Nienhüser  ---
This is most likely an openSuSE packaging issue. Did you report it with them?
If not, please do. https://en.opensuse.org/openSUSE:Bugreport_KDE seems to be
the right place to start that.

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

[marble] [Bug 379290] Failed to open KMZ File

2017-04-27 Thread Dennis Nienhüser
https://bugs.kde.org/show_bug.cgi?id=379290

Dennis Nienhüser  changed:

   What|Removed |Added

 CC||nienhue...@kde.org
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

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

[marble] [Bug 379253] Marble 2.2.0 Windows x64 - Missing 4 .dll files

2017-04-27 Thread Dennis Nienhüser
https://bugs.kde.org/show_bug.cgi?id=379253

Dennis Nienhüser  changed:

   What|Removed |Added

 CC||nienhue...@kde.org
 Status|UNCONFIRMED |ASSIGNED
 Ever confirmed|0   |1

--- Comment #1 from Dennis Nienhüser  ---
Thanks for reporting. Stupid me did a Debug build for the 64 bit version. I'll
redo it now.

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

[Heaptrack] [Bug 379082] Unit tests are failing in Debian Stretch (9)

2017-04-27 Thread Anton Gladky
https://bugs.kde.org/show_bug.cgi?id=379082

Anton Gladky  changed:

   What|Removed |Added

URL||https://buildd.debian.org/s
   ||tatus/fetch.php?pkg=heaptra
   ||ck&arch=amd64&ver=1.0.0-4&s
   ||tamp=1492868783&raw=0

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

[QtCurve] [Bug 363753] crash-at-exit in QtCurve::Style::disconnectDBus

2017-04-27 Thread Yichao Yu
https://bugs.kde.org/show_bug.cgi?id=363753

--- Comment #52 from Yichao Yu  ---
Yes the latest version looks fine though I'd like to test it for some time.

> but if I understand the DBus protocol well enough they'd have to send exactly 
> the "right" signals (one of those QtCurve subscribes to) and exactly at the 
> "right" moment. That seems a bit far-fetched.

It's more complicated than that. IIRC the segfault happens when the qdbus
connection walks some internal data structures for dispatch, which touches some
unmapped memory (vtables and alike).

> the overall complexity of KDE and Qt is becoming so big that it's not always 
> possible to do certain things like proper clean up because of race conditions.

I hope that's not the case but maybe it is

> That's probably why Qt no longer unloads (all) plugins explicitly. Except 
> apparently the style plugin, or that too is handled by some automagic 
> mechanism.

Hmmm. That's interesting because I've never seen anything being unloaded before
5.8 (or 5.7?).

> Presuming that each dlopen adds to a counter that prevents unmapping and each 
> dlcose decreases that counter you could do it in the Style ctor and dtor.

Yes. If I can find the right function...

> But are you sure the unmapping was performed by Qt? I've never looked into 
> this aspect of the code but I would expect them at most to dlclose libraries 
> and plugins. That should of course also invalidate the image of the library 
> to some degree but not necessarily unload everything.

What Qt does is of course `dlclose`, the unmmap I've seen happens in the
dlclose call.

> Maybe your kernel is configured to do very strict cleanup, or RAM is so tight 
> that it tends to unload resources that are no longer needed immediately?

I was hopping this to be a glibc thing but those low level detail is beyong me.

> But: it'd be a severe bug if Qt somehow unloaded or even dlclosed a plugin 
> before having destroyed all class instances created through it.

It's clearly doing the dlclose before they destructed the Style*

> I've never seen an example showing that code must delete Style instances 
> itself, so I think the application instance takes ownership.

It almost feels like that Qt should delete all QObjects before deleting the
style plugin but that also seems like a terrible idea

> If that also means that the file is completely removed from memory will 
> probably depend on circumstances, but should be a moot question.

Right, my confusing is just that why it sometimes (well, previously) unmmap and
sometimes not

>>   __attribute__((destructor))  function  attributes.   See the gcc info 
>> pages for information on these.  Con‐

This I'm acutally not worrying too much. I still have a faith that the plugin
destructor will be closed before dlclose (confirmed in the debugger) so using
it as the last resort should still be ok.

> You could add some trace output to stderr (better not via Qt code ;)) in the 
> library destructor and see if that confirms your hypothesis (let it print the 
> number of plugin and style instances that are still open, for instance).

I have confirmed in the debugger that the single dlopen on qtcurve have been
dlclosed. I might get a glibc with debug simple and check internal logic
later...

> Other things to do (as soon as you can reproduce the crash) would be to

Let's hope I don't and the patch just work.

> I have never seen a backtrace of the kind of crash you are seeing, but I 
> think that with my current implementation you should no longer be seeing it.

I actually mean the stack trace in this bug report, not mine. For that I agree
that adding a safe guard that's called earlier (i.e. abouttoquit) should work.

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

[umbrello] [Bug 379293] New: Building Umbrello 2.21.90.89e79b8 with optional LLVM fails

2017-04-27 Thread Steven Zalek
https://bugs.kde.org/show_bug.cgi?id=379293

Bug ID: 379293
   Summary: Building Umbrello 2.21.90.89e79b8 with optional LLVM
fails
   Product: umbrello
   Version: Git
  Platform: Debian testing
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: umbrello-de...@kde.org
  Reporter: zalek.ste...@gmail.com
  Target Milestone: ---

Compiling this build with the optional inclusion of LLVM/Clang fails. The CMake
build files indicate that LLVM and Clang are found, but the build fails at
about 94% completion due to errors linking with Clang.

I successfully built Umbrello without the optional LLVM/Clang. How does
including LLVM/Clang benefit the application?

Thanks,
SZ

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

[ksmserver] [Bug 379254] ksmserver errors after updating to Plasma 5.9.5

2017-04-27 Thread Rik Mills
https://bugs.kde.org/show_bug.cgi?id=379254

Rik Mills  changed:

   What|Removed |Added

 CC||rikmi...@kubuntu.org

--- Comment #13 from Rik Mills  ---
(In reply to David Edmundson from comment #10)
> Differential Revision: https://phabricator.kde.org/D5618
> 
> M  +14   -3ksmserver/startup.cpp
> 
> https://commits.kde.org/plasma-workspace/
> ea3f87c5df0251838da71c473fd7b790c932d8b0

Seems that 5.9.5 needs more than just that one commit reverting to fix. 

Now fails to build in Neon, KDE and Kubuntu CI with.

[ 41%] Building CXX object
ksmserver/logout-greeter/CMakeFiles/ksmserver-logout-greeter.dir/main.cpp.o
cd
/<>/plasma-workspace-5.9.5+p17.10+git20170427.1658/obj-x86_64-linux-gnu/ksmserver/logout-greeter
&& /usr/bin/c++   -DKCOREADDONS_LIB -DKGUIADDONS_LIB -DQT_CORE_LIB
-DQT_DBUS_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB
-DQT_NO_DEBUG -DQT_NO_URL_CAST_FROM_STRING -DQT_PRINTSUPPORT_LIB -DQT_QML_LIB
-DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_XML_LIB
-DTRANSLATION_DOMAIN=\"ksmserver\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-I/<>/plasma-workspace-5.9.5+p17.10+git20170427.1658/obj-x86_64-linux-gnu/ksmserver/logout-greeter
-I/<>/plasma-workspace-5.9.5+p17.10+git20170427.1658/ksmserver/logout-greeter
-I/<>/plasma-workspace-5.9.5+p17.10+git20170427.1658/obj-x86_64-linux-gnu
-I/<>/plasma-workspace-5.9.5+p17.10+git20170427.1658/obj-x86_64-linux-gnu/ksmserver
-I/<>/plasma-workspace-5.9.5+p17.10+git20170427.1658/libkworkspace
-I/<>/plasma-workspace-5.9.5+p17.10+git20170427.1658/obj-x86_64-linux-gnu/libkworkspace
-I/usr/include/phonon4qt5 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem
/usr/include/x86_64-linux-gnu/qt5/QtCore -isystem
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -isystem
/usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem
/usr/include/x86_64-linux-gnu/qt5/QtGui -isystem
/usr/include/x86_64-linux-gnu/qt5/QtQuick -isystem
/usr/include/x86_64-linux-gnu/qt5/QtQml -isystem
/usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem
/usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem
/usr/include/KF5/KDeclarative -isystem /usr/include/KF5 -isystem
/usr/include/KF5/KConfigCore -isystem /usr/include/KF5/KPackage -isystem
/usr/include/KF5/KCoreAddons -isystem /usr/include/KF5/KIconThemes -isystem
/usr/include/KF5/KI18n -isystem /usr/include/KF5/KDELibs4Support -isystem
/usr/include/KF5/KDELibs4Support/KDE -isystem
/usr/include/x86_64-linux-gnu/qt5/QtDBus -isystem
/usr/include/x86_64-linux-gnu/qt5/QtPrintSupport -isystem
/usr/include/KF5/KCrash -isystem /usr/include/KF5/KWidgetsAddons -isystem
/usr/include/KF5/KConfigWidgets -isystem /usr/include/KF5/KCodecs -isystem
/usr/include/KF5/KConfigGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml
-isystem /usr/include/KF5/KAuth -isystem /usr/include/KF5/KIOCore -isystem
/usr/include/KF5/KService -isystem /usr/include/KF5/KIOFileWidgets -isystem
/usr/include/KF5/KIOWidgets -isystem /usr/include/KF5/KJobWidgets -isystem
/usr/include/KF5/KCompletion -isystem /usr/include/KF5/KBookmarks -isystem
/usr/include/KF5/KItemViews -isystem /usr/include/KF5/KXmlGui -isystem
/usr/include/KF5/Solid -isystem /usr/include/KF5/KNotifications -isystem
/usr/include/KF5/KWindowSystem -isystem /usr/include/KF5/KGuiAddons -isystem
/usr/include/KF5/KUnitConversion -isystem /usr/include/KF5/KTextWidgets
-isystem /usr/include/KF5/SonnetUi -isystem /usr/include/KF5/KParts -isystem
/usr/include/KF5/KWayland/Client  -g -O2
-fdebug-prefix-map=/<>/plasma-workspace-5.9.5+p17.10+git20170427.1658=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++0x
-fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align
-Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef
-Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time
-fvisibility=hidden -fvisibility-inlines-hidden   -fPIC -std=gnu++11 -o
CMakeFiles/ksmserver-logout-greeter.dir/main.cpp.o -c
/<>/plasma-workspace-5.9.5+p17.10+git20170427.1658/ksmserver/logout-greeter/main.cpp
/<>/plasma-workspace-5.9.5+p17.10+git20170427.1658/ksmserver/startup.cpp:
In member function ‘void KSMServer::slotAutoStart()’:
/<>/plasma-workspace-5.9.5+p17.10+git20170427.1658/ksmserver/startup.cpp:682:26:
error: ‘DesktopExecParser’ is not a member of ‘KIO’
 auto arguments = KIO::DesktopExecParser(service,
QList()).resultingArguments();

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

[kdenlive] [Bug 379224] The latest kdenlive appimage (17.04) crashes on adding clips (any videos I have)

2017-04-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=379224

jeanpaul.th...@gmail.com changed:

   What|Removed |Added

 CC||jeanpaul.th...@gmail.com

--- Comment #1 from jeanpaul.th...@gmail.com ---
I have the same issue :

1) When I add a clip, kdenlive-latest-x86_64-17.04.AppImage crashs.

2) When I use Kdenlive-16.12.1-2-x86_64.AppImage  and add a clip, all is OK.

3) When I use Kdenlive 17.04 installed by the package on Ubuntu 16.04 : all is
OK.

Thanks

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

[kactivitymanagerd] [Bug 348012] Opening files arbitrarily switches to other Activities

2017-04-27 Thread Norman
https://bugs.kde.org/show_bug.cgi?id=348012

Norman  changed:

   What|Removed |Added

 CC||e.n.stet...@gmail.com

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

[kio-gdrive] [Bug 379292] New: Doesn't work after installation

2017-04-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=379292

Bug ID: 379292
   Summary: Doesn't work after installation
   Product: kio-gdrive
   Version: 1.1.1
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: critical
  Priority: NOR
 Component: general
  Assignee: elvis.angelac...@kde.org
  Reporter: w...@polarkingxx.ml
  Target Milestone: ---

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

"The process for the gdrive protocol died unexpectedly." when I try to open it
from Network Place. Fresh Neon UE installation
neon-useredition-20170427-1018-amd64.iso

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

[Oxygen] [Bug 343753] Oxygen-qt5 is much more spacious than Oxygen-qt4

2017-04-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=343753

--- Comment #10 from matheus4...@hotmail.com ---
This looks better, will try in my system.

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

[libkgapi] [Bug 377977] Google calendar synchronization not working for timezones > UTC

2017-04-27 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=377977

Daniel Vrátil  changed:

   What|Removed |Added

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

--- Comment #1 from Daniel Vrátil  ---
Hi,

this should be fixed in current release which was in Applications/17.04 (5.5.0)

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

[kmymoney] [Bug 343029] Share * Prices/share is incorrectly rounded when adding investment transactions

2017-04-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=343029

k...@jason-wong.org changed:

   What|Removed |Added

 CC||k...@jason-wong.org

--- Comment #9 from k...@jason-wong.org ---
I have the same problem as the OP (Version 4.7.2 Using KDE Development Platform
4.14.18). My original problem started when one time my broker bought/sold
shares at slightly different times resulting in an average share price that was
probably an irrational number. My "fix" for this was to change the precision
settings to 10 digits which allowed me to enter a more "precise" figure for the
share price. This enabled me to get the result I wanted.

However later on some entries triggered this bug. So far using allan's
workaround in comment 1 has fixed this problem. Is this bug caused by using
floats instead of BCDs?

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

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

2017-04-27 Thread lega99
https://bugs.kde.org/show_bug.cgi?id=179678

--- Comment #9 from lega99  ---
@ FabiB
You say that the program Kate guilty and therefore Dolphin can not work in root
mode. I visited https://kate-editor.org/get-it/ page and on that page there is
no version 17.04 I conclude that it is in line with the philosophy of open
source KDE-Neon developer revised program, the problem is pushed under the
carpet.

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

[valgrind] [Bug 369459] valgrind on arm64 violates the ARMv8 spec (ldxr/stxr)

2017-04-27 Thread Paul Osmialowski
https://bugs.kde.org/show_bug.cgi?id=369459

Paul Osmialowski  changed:

   What|Removed |Added

 CC||pawel.osmialow...@foss.arm.
   ||com

--- Comment #19 from Paul Osmialowski  ---
Hi Guys,

I tested the fix on our dual-CPU (2x48 ThunderX cores) Linux machine and I can
confirm that it worked.

To make my life easier, I've tested it with following change:

diff --git a/coregrind/m_translate.c b/coregrind/m_translate.c
index f763a947b..cec8af4aa 100644
--- a/coregrind/m_translate.c
+++ b/coregrind/m_translate.c
@@ -1706,8 +1706,7 @@ Bool VG_(translate) ( ThreadId tid,
 #  endif

 #  if defined(VGP_arm64_linux)
-   vex_abiinfo.guest__use_fallback_LLSC
-  = SimHintiS(SimHint_fallback_llsc, VG_(clo_sim_hints));
+   vex_abiinfo.guest__use_fallback_LLSC = True;
 #  endif

/* Set up closure args. */

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

[kdeconnect] [Bug 337685] SFTP: Filesystem expose doesn't work

2017-04-27 Thread Nicholas Killewald
https://bugs.kde.org/show_bug.cgi?id=337685

--- Comment #20 from Nicholas Killewald  ---
Created attachment 105225
  --> https://bugs.kde.org/attachment.cgi?id=105225&action=edit
Patch to make KDE Connect ignore rmnet-related network interfaces on Android
devices

After further research, it looks like anything rmnet-related is safe to ignore,
as that has to do with cellular communication and/or USB tethering.  Since that
seems to be causing Sergey's original problem (and my problem, and presumably
others'), I made this quick patch that should take care of it.

I hope I formatted the patch correctly.

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

[partitionmanager] [Bug 379205] luks::mapperName sometimes picks incorrectly

2017-04-27 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=379205

--- Comment #12 from Andrius Štikonas  ---
Well, we still check expected parent. After all we supply deviceNode to lsblk.
So I think it would work.

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

[dolphin] [Bug 379291] New: keep your position when resizing the window

2017-04-27 Thread FabiB
https://bugs.kde.org/show_bug.cgi?id=379291

Bug ID: 379291
   Summary: keep your position when resizing the window
   Product: dolphin
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: view-engine: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: plusf...@gmail.com
  Target Milestone: ---

When you open the integrated konsole(ikonsole) in dolphin, the fileview above
got slimmed down. this results to a jumpy behavior.

When I mark a file, i want to edit, and now open the ikonsole, this marked file
will most likely now out of my field of view, I need to scroll again to find
this file.

Dolphin should keep showing the files I was at, when re-sizing the window or
open the iKonsole.

extrem example:

open dolphin
go to /usr/lib/
scroll to libkdeinit5_dolphin.so and mark/highlight this file
press F4 to open ikonsole

you now have to search this file again, wich is a very unproductive and bad
behavior

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

[plasma-nm] [Bug 379279] NetworkManager "Ask For Password" Popup Focus

2017-04-27 Thread Nick Cross
https://bugs.kde.org/show_bug.cgi?id=379279

--- Comment #3 from Nick Cross  ---
Running kdialog -password foo (which does pop up a window with the correct
focus) gives xwininfo of

xwininfo: Please select the window about which you
  would like information by clicking the
  mouse in that window.

xwininfo: Window id: 0x5200012 "KDialog"

  Root window id: 0xd7 (the root window) (has no name)
  Parent window id: 0x26af28f (has no name)
 0 children.

  Absolute upper-left X:  2430
  Absolute upper-left Y:  439
  Relative upper-left X:  0
  Relative upper-left Y:  0
  Width: 420
  Height: 196
  Depth: 24
  Visual: 0x20
  Visual Class: TrueColor
  Border width: 0
  Class: InputOutput
  Colormap: 0x22 (installed)
  Bit Gravity State: NorthWestGravity
  Window Gravity State: NorthWestGravity
  Backing Store State: NotUseful
  Save Under State: no
  Map State: IsViewable
  Override Redirect State: no
  Corners:  +2430+439  -750+439  -750-445  +2430-445
  -geometry 420x196+2426+410

  Bit gravity: NorthWestGravity
  Window gravity: NorthWestGravity
  Backing-store hint: NotUseful
  Backing-planes to be preserved: 0x
  Backing pixel: 0
  Save-unders: No

  Someone wants these events:
  KeyPress
  KeyRelease
  ButtonPress
  ButtonRelease
  EnterWindow
  LeaveWindow
  PointerMotion
  ButtonMotion
  KeymapState
  Exposure
  StructureNotify
  FocusChange
  PropertyChange
  ColormapChange
  Do not propagate these events:
  Override redirection?: No

  Window manager hints:
  Client accepts input or input focus: Yes
  Initial state is Normal State
  Displayed on desktop 0
  Window type:
  Dialog
  Normal
  Window state:
  Modal
  Process id: 9831 on host atlantis
  Frame extents: 4, 4, 29, 4

  Normal window size hints:
  Program supplied minimum size: 420 by 196
  Program supplied window gravity: NorthWestGravity
  No zoom window size hints defined

  No window shape defined
  No border shape defined




The only difference appears to be in the window state?

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

[kontact] [Bug 379238] Can't open pdf attachment from Kmail in Kontact

2017-04-27 Thread Martin van Es
https://bugs.kde.org/show_bug.cgi?id=379238

Martin van Es  changed:

   What|Removed |Added

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

--- Comment #1 from Martin van Es  ---
Closing since this problem problem has magically disappeared and can't
reproduce anymore.

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

[partitionmanager] [Bug 379205] luks::mapperName sometimes picks incorrectly

2017-04-27 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=379205

--- Comment #11 from Andrius Štikonas  ---
(In reply to kaguru from comment #10)
> I and others can confirm that this patch fixed the problem:
> https://github.com/calamares/calamares/issues/697
> 
> I could see a potential edge case where someone's creating a luks volume in
> a luks volume, in which case checking for the expected parent volume would
> be better, but for the non-hypothetical, things are in good shape.
> 
> Any chance we could get a patch version bump, in hopes that we can get it
> into package managers sooner?

Unlikely before June. I can try to do it then...

luks inside luks is not supported even now. A lot of other luks code was not
designed with this in mind. In any case luks inside luks doesn't make sense.
Well, luks->lvm->luks is supported though, so will have to test it later. Well,
that's why I said I wouldn't have time for release soon.

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

[plasma-nm] [Bug 379279] NetworkManager "Ask For Password" Popup Focus

2017-04-27 Thread Nick Cross
https://bugs.kde.org/show_bug.cgi?id=379279

--- Comment #2 from Nick Cross  ---
I ran xwininfo on the popup and got:

xwininfo: Please select the window about which you
  would like information by clicking the
  mouse in that window.

xwininfo: Window id: 0x800019 "VPN secrets (openvpn) — KDE Daemon"

  Root window id: 0xd7 (the root window) (has no name)
  Parent window id: 0x26ad73f (has no name)
 0 children.

  Absolute upper-left X:  2523
  Absolute upper-left Y:  434
  Relative upper-left X:  0
  Relative upper-left Y:  0
  Width: 214
  Height: 102
  Depth: 24
  Visual: 0xb4
  Visual Class: TrueColor
  Border width: 0
  Class: InputOutput
  Colormap: 0x800018 (not installed)
  Bit Gravity State: NorthWestGravity
  Window Gravity State: NorthWestGravity
  Backing Store State: NotUseful
  Save Under State: no
  Map State: IsViewable
  Override Redirect State: no
  Corners:  +2523+434  -863+434  -863-544  +2523-544
  -geometry 214x102+2523+434

  Bit gravity: NorthWestGravity
  Window gravity: NorthWestGravity
  Backing-store hint: NotUseful
  Backing-planes to be preserved: 0x
  Backing pixel: 0
  Save-unders: No

  Someone wants these events:
  KeyPress
  KeyRelease
  ButtonPress
  ButtonRelease
  EnterWindow
  LeaveWindow
  PointerMotion
  ButtonMotion
  Exposure
  StructureNotify
  FocusChange
  PropertyChange
  ColormapChange
  Do not propagate these events:
  Override redirection?: No

  Window manager hints:
  Client accepts input or input focus: Yes
  Initial state is Normal State
  Displayed on desktop 0
  Window type:
  Dialog
  Normal
  Window state:
  Above
  Stays On Top
  Process id: 1877
  Frame extents: 4, 4, 29, 4

  Normal window size hints:
  User supplied location: 2523, 434
  User supplied size: 214 by 102
  Program supplied minimum size: 194 by 102
  Program supplied window gravity: StaticGravity
  No zoom window size hints defined

  No window shape defined
  No border shape defined

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

[partitionmanager] [Bug 379205] luks::mapperName sometimes picks incorrectly

2017-04-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=379205

--- Comment #10 from kag...@gmail.com ---
I and others can confirm that this patch fixed the problem:
https://github.com/calamares/calamares/issues/697

I could see a potential edge case where someone's creating a luks volume in a
luks volume, in which case checking for the expected parent volume would be
better, but for the non-hypothetical, things are in good shape.

Any chance we could get a patch version bump, in hopes that we can get it into
package managers sooner?

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

[ksmserver] [Bug 379254] ksmserver errors after updating to Plasma 5.9.5

2017-04-27 Thread Alex Sidorenko
https://bugs.kde.org/show_bug.cgi?id=379254

--- Comment #12 from Alex Sidorenko  ---
> 
> For other packages, e.g. kdeconnectd, /etc/xdg/autostart/kdeconnectd.desktop
> is there. But it specifies
> 
> 
> Exec=lib/x86_64-linux-gnu/libexec/kdeconnectd
> 
> (the exact location is /usr/lib/x86_64-linux-gnu/libexec/kdeconnectd)
> 
> Maybe path lookup is not done properly?

I have remove 'mpd', after that there was only one error - about 'kdeconnectd'.
Then I edited /etc/xdg/autostart/kdeconnectd.desktop and specified the full
path,

Exec=/usr/lib/x86_64-linux-gnu/libexec/kdeconnectd

After that login works fine, without any delays and error popups. So it seems
that the new ksmserver does not process
Exec=lib/x86_64-linux-gnu/libexec/kdeconnectd properly (I am not sure how it
should work - trying to prepend '/' and '/usr/' to Exec line?).

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

[marble] [Bug 379290] Failed to open KMZ File

2017-04-27 Thread Tobias
https://bugs.kde.org/show_bug.cgi?id=379290

--- Comment #1 from Tobias  ---
Created attachment 105224
  --> https://bugs.kde.org/attachment.cgi?id=105224&action=edit
kmz File

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

[marble] [Bug 379290] New: Failed to open KMZ File

2017-04-27 Thread Tobias
https://bugs.kde.org/show_bug.cgi?id=379290

Bug ID: 379290
   Summary: Failed to open KMZ File
   Product: marble
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: marble-b...@kde.org
  Reporter: tobias.jak...@gmail.com
  Target Milestone: ---

Created attachment 105223
  --> https://bugs.kde.org/attachment.cgi?id=105223&action=edit
Screenshot of the error massage

If I try to open this kmz file[1] with File->Open... I get the error massage:

"Failed to extract kmz file content to ..."

I'm able to extract this file with 7zip and Google Earth opens the file without
problems.

[1] https://github.com/downloads/brazzy/nikki/example.kmz

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

[kwin] [Bug 377901] Window movement breaks after 49 days

2017-04-27 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=377901

Martin Gräßlin  changed:

   What|Removed |Added

   Severity|normal  |critical
   Priority|NOR |HI
  Component|platform-x11-standalone |core

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

  1   2   3   >