[digikam] [Bug 386335] Use a different shortcut for right panel zoom to 100%

2017-10-30 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=386335

--- Comment #5 from Maik Qualmann  ---
Whether the "Sync" button is activated or deactivated depends on whether the
two images have the same orientation and size.

Maik

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

[k3b] [Bug 386105] K3b FFmpeg decode plugin seems to be broken, produces noise

2017-10-30 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=386105

--- Comment #5 from bl...@vivaldi.net ---
> You can test to comment the SWAP code, then rebuild K3B to verify whether or 
> not produce the noise

Did it but with that it's even worse. So it's not the case. I'm worriyng
however about the "if needed" part.

The general idea is that decoding algorythm is broken (see the example usages
of ffmpeg libavcodec). It decodes packets but does nothing to frames.

Also why K3bFFMpegFile::fillOutputBuffer() method is being called recursively?
It's better to use while loop here.

Also it would be reasonable to get rid of all the legacy ffmpeg support code.
The most part of it exists since KDE3 times. No point in having it now.

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

[plasma-nm] [Bug 386342] Hidden wi-fi network is duplicated in kcm

2017-10-30 Thread Jan Grulich
https://bugs.kde.org/show_bug.cgi?id=386342

Jan Grulich  changed:

   What|Removed |Added

 CC||jgrul...@redhat.com

--- Comment #1 from Jan Grulich  ---
Can you please provide information described here:
https://techbase.kde.org/Projects/Solid/Plasma-nm#My_connection_in_the_applet_shows_wrong_information

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

[plasmashell] [Bug 381000] [Regression] High CPU when background is set to slideshow

2017-10-30 Thread Antonio Orefice
https://bugs.kde.org/show_bug.cgi?id=381000

Antonio Orefice  changed:

   What|Removed |Added

 CC|kokok...@gmail.com  |

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

[digikam] [Bug 386335] Use a different shortcut for right panel zoom to 100%

2017-10-30 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=386335

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

   What|Removed |Added

 CC||caulier.gil...@gmail.com

--- Comment #6 from caulier.gil...@gmail.com ---
This is my generic tip about keyboard shortcuts :

The reference for DK must be the most used softwares in photography. Here i
don't talk about Darktable or another Linux tool. As DK is multi-platform, the
reference will be something like an Adobe product as LR. The keyboard shortcuts
for LR are very well documented here :

https://makeawebsitehub.com/adobe-lightroom-keyboard-shortcuts-cheat-sheet/

Users migration to Linux will be simplified following this rules...

Gilles

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

[valgrind] [Bug 386318] valgrind.org/info/tools.html is missing SGCheck

2017-10-30 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=386318

Ivo Raisr  changed:

   What|Removed |Added

 CC||iv...@ivosh.net

--- Comment #1 from Ivo Raisr  ---
These are experimental tools (prefixed with 'exp-').
They have been nearly untouched since their creation.
We can document them in "Experimental Tools" section, though.

http://valgrind.org/downloads/variants.html
would deserve some cleanup and update as well.

Please propose a patch.

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

[digikam] [Bug 386335] Use a different shortcut for right panel zoom to 100%

2017-10-30 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=386335

--- Comment #7 from caulier.gil...@gmail.com ---
If LR do not provide a kind of shortcuts a feature as DK light table, I don't
have any objection to use Ctrl+Period by default. 

After all, this can be configured in settings dialog.

Gilles

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

[kmymoney4] [Bug 386339] Help distinguishing multiple accounts of a payee

2017-10-30 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=386339

--- Comment #2 from Thomas Baumgart  ---
Created attachment 108639
  --> https://bugs.kde.org/attachment.cgi?id=108639&action=edit
Payees view showing external account information with IBAN/BIC

Using IBAN on a more or less daily basis I understand the problem.

It refers to accounts of payees (external to KMyMoney) and making payments
directly from within KMyMoney towards them. (Yes, that is possible using the
HBCI protocol in Germany).

It would be nice to have the name of the institution or some sort of
identification together with IBAN/BIC entry to make it easier to distinguish
between multiple accounts. For those of you who might not have seen this
feature I attach a screenshot of the right pane of the payees view.

I currently cannot make a screenshot of the place in the outbox view where you
enter such a transaction because that is broken in master.

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

[kdevelop] [Bug 386345] New: There is no simple way how to focus/highlight/select currently edited file in the "Projects" toolview

2017-10-30 Thread vbspam
https://bugs.kde.org/show_bug.cgi?id=386345

Bug ID: 386345
   Summary: There is no simple way how to focus/highlight/select
currently edited file in the "Projects" toolview
   Product: kdevelop
   Version: 5.1.2
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: UI: general
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: vbs...@centrum.cz
  Target Milestone: ---

This is feature request, not a bug. I did not find suitable place for feature
request.

Feature request: 
"Focus/highlight/select currently edited file in the project view."

Current state:
There is no simple way how to focus/highlight/select currently* edited file in
the "Projects" toolview"(*or any file opened in the editor tab).

Business requirement:
The user shall be able to quickly find currently opened or edited file in the
"Projects" toolview in order to get context of the file. The immediate action
"Select in projects view" should be accessible:
- from editor context menu, 
- from editor tab context menu, 
- have the possibility to bind to user defined "shortcut".

User story:
- Bob opens large project
- Bob will start build of the project
- There are multiple errors in CMakeList.txt files, which Bob opens by clicking
on the error messages showed in the "Build" toolview.
- Bob finds that there are so many CMakeList.txt files opened in the editor
- Bob wants to identify context of actually opened file
- Bob press "Ctrl+Alt+P" and get the current file highlighted/selected in the
"Projects" toolview.

Notes:
The shortcut "Ctrl+Alt+P" is just example/placeholder for more appropriate
shortcut.

Instead using the shortcut, Bob may want to use particular context menu.

Alternatively if the file is not part of any project, the file may be
highlighted in the Filesystem toolview.

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

[kdevelop] [Bug 386345] There is no simple way how to focus/highlight/select currently edited file in the "Projects" toolview

2017-10-30 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=386345

Kevin Funk  changed:

   What|Removed |Added

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

--- Comment #1 from Kevin Funk  ---
Hmm, isn't that what the "Locates current document ..." action in the projects
toolview's tool bar does?

It also has a default shortcut:
  Ctrl+<

You can search for the action in the shortcut editor dialog:
  Settings -> Configure Shortcuts

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

[kdevelop] [Bug 386345] There is no simple way how to focus/highlight/select currently edited file in the "Projects" toolview

2017-10-30 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=386345

Kevin Funk  changed:

   What|Removed |Added

   Severity|normal  |wishlist

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

[digikam] [Bug 386346] New: Show network drive availability

2017-10-30 Thread Stefan
https://bugs.kde.org/show_bug.cgi?id=386346

Bug ID: 386346
   Summary: Show network drive availability
   Product: digikam
   Version: 5.8.0
  Platform: Mac OS X Disk Images
OS: OS X
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Albums-MainView
  Assignee: digikam-bugs-n...@kde.org
  Reporter: stefan.b...@gmx.ch
  Target Milestone: ---

Wish: Hello. It would be great if you can see in the Album view if the network
drive is available or not for example indicated by a green or red light. Also
if you could show in each photo if the source file is available or not. Thank
you very much.

BR Stefan

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

[digikam] [Bug 386335] Use a different shortcut for right panel zoom to 100%

2017-10-30 Thread Henrik Fehlauer
https://bugs.kde.org/show_bug.cgi?id=386335

--- Comment #8 from Henrik Fehlauer  ---
> Whether the "Sync" button is activated or deactivated depends
> on whether the two images have the same orientation and size.
FWIW, for the second image I used an exact copy of the first, so this should
have been true. However, I still got the behaviour as described above.

> https://makeawebsitehub.com/adobe-lightroom-keyboard-shortcuts-cheat-sheet/
All I could find there was "Toggle between Loupe and 1:1 Zoom preview: Spacebar
or Z", but no distinction between left and right image.

> If [...] I don't have any objection to use Ctrl+Period by default.
That's great news, thanks!

@Nate: Could you provide a patch against digiKam? We also might want to hold
off with a KConfig change until digiKam has had a release containing the
change.

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

[flatpak-platform-plugin] [Bug 386245] dialog gets stuck on error

2017-10-30 Thread Jan Grulich
https://bugs.kde.org/show_bug.cgi?id=386245

Jan Grulich  changed:

   What|Removed |Added

 CC||aleix...@kde.org,
   ||jgrul...@redhat.com

--- Comment #1 from Jan Grulich  ---
I think emitting just that the dialog was rejected in case there is an error
should be enough. Unfortunately I don't think there is a way how to show a
message box. Any other opinion?

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

[flatpak-platform-plugin] [Bug 386245] dialog gets stuck on error

2017-10-30 Thread Jan Grulich
https://bugs.kde.org/show_bug.cgi?id=386245

--- Comment #2 from Jan Grulich  ---
Created attachment 108640
  --> https://bugs.kde.org/attachment.cgi?id=108640&action=edit
Patch to fix this issue

Attaching patch which I think is enough to fix this problem.

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

[kdevelop] [Bug 386345] There is no simple way how to focus/highlight/select currently edited file in the "Projects" toolview

2017-10-30 Thread vbspam
https://bugs.kde.org/show_bug.cgi?id=386345

--- Comment #2 from vbspam  ---
Thank you!

Yes, it is exactly what I was looking for.

My toolview had disabled toolbar so I did not see the icon and did not find it
elsewhere.

Once it is here :-) what do you think about to have it in the context menu?

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

[kdevelop] [Bug 386345] There is no simple way how to focus/highlight/select currently edited file in the "Projects" toolview

2017-10-30 Thread Friedrich W . H . Kossebau
https://bugs.kde.org/show_bug.cgi?id=386345

Friedrich W. H. Kossebau  changed:

   What|Removed |Added

 CC||kosse...@kde.org

--- Comment #3 from Friedrich W. H. Kossebau  ---
You can find the action in the context menu of the tool view itself (RMB click
either on title bar of the tool view or the view tool toggle button at the
window border).

IMHO adding it as well to the context menu shown when invoking that menu inside
the Projects tool view would have disadvantages:
a) clutters that menu some more
b) mixes different contexts

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

[kdevelop] [Bug 386345] There is no simple way how to focus/highlight/select currently edited file in the "Projects" toolview

2017-10-30 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=386345

Kevin Funk  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #4 from Kevin Funk  ---
Yep, I don't think this action needs to be added in more places.

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

[Discover] [Bug 386347] New: Crash installing while searching Softwarecenter

2017-10-30 Thread Robin van Es
https://bugs.kde.org/show_bug.cgi?id=386347

Bug ID: 386347
   Summary: Crash installing while searching Softwarecenter
   Product: Discover
   Version: 5.10.5
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: discover
  Assignee: aleix...@kde.org
  Reporter: rootje1...@hotmail.com
  Target Milestone: ---

Application: plasma-discover (5.10.5)

Qt Version: 5.9.1
Frameworks Version: 5.38.0
Operating System: Linux 4.13.0-16-generic x86_64
Distribution: Ubuntu 17.10

-- Information about the crash:
I was searching for the Chromium browser, when it showed the result I installed
it but it kept on searching. The Chromium browser was installed but on the
background something crashed with it.

-- Backtrace:
Application: Ontdekken (plasma-discover), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f9488f43d40 (LWP 5346))]

Thread 11 (Thread 0x7f943b5d5700 (LWP 5414)):
#0  0x7f947eff5799 in g_main_context_prepare () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x7f947eff609b in  () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f947eff627c in g_main_context_iteration () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f9484fb249b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f9484f57e3a in
QEventLoop::exec(QFlags) () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f9484d773ca in QThread::exec() () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7f9484d7c29d in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7f9480ee77fc in start_thread (arg=0x7f943b5d5700) at
pthread_create.c:465
#8  0x7f948467eb0f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 10 (Thread 0x7f943bdd6700 (LWP 5413)):
#0  0x7f9484672901 in __GI___poll (fds=0x7f94300028f0, nfds=2,
timeout=84810) at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x7f947eff6169 in  () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f947eff627c in g_main_context_iteration () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f9484fb249b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f9484f57e3a in
QEventLoop::exec(QFlags) () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f9484d773ca in QThread::exec() () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7f9484d7c29d in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7f9480ee77fc in start_thread (arg=0x7f943bdd6700) at
pthread_create.c:465
#8  0x7f948467eb0f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 9 (Thread 0x7f9441f06700 (LWP 5359)):
#0  0x7f9484673ea7 in ioctl () at ../sysdeps/unix/syscall-template.S:84
#1  0x7f945f5db32c in  () at /usr/lib/nvidia-384/libnvidia-glcore.so.384.90
#2  0x7f945f5dc307 in  () at /usr/lib/nvidia-384/libnvidia-glcore.so.384.90
#3  0x7f945f5dcca3 in  () at /usr/lib/nvidia-384/libnvidia-glcore.so.384.90
#4  0x7f9464be0392 in  () at /usr/lib/nvidia-384/libGLX_nvidia.so.0
#5  0x7f945f2dfa60 in  () at /usr/lib/nvidia-384/libnvidia-glcore.so.384.90
#6  0x7f945f20528e in  () at /usr/lib/nvidia-384/libnvidia-glcore.so.384.90
#7  0x7f9464bd6eae in  () at /usr/lib/nvidia-384/libGLX_nvidia.so.0
#8  0x7f94757bc7d2 in  () at
/usr/lib/x86_64-linux-gnu/qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so
#9  0x7f9485dd692a in QOpenGLContext::swapBuffers(QSurface*) () at
/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#10 0x7f948827c043 in  () at /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#11 0x7f9488280f08 in  () at /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#12 0x7f9484d7c29d in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#13 0x7f9480ee77fc in start_thread (arg=0x7f9441f06700) at
pthread_create.c:465
#14 0x7f948467eb0f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 8 (Thread 0x7f9442707700 (LWP 5356)):
#0  0x7f947f03b5b9 in g_mutex_lock () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x7f947eff612e in  () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f947eff627c in g_main_context_iteration () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f9484fb249b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f9484f57e3a in
QEventLoop::exec(QFlags) () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f9484d773ca in QThread::exec() () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7f9484d7c29d in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7f9480ee77fc in start_thread (arg=0x7f9442707700) at
pthread_create.c:465
#8  0x7f948467eb0f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 7 (Threa

[krita] [Bug 124052] 'New Object Layer' function not working

2017-10-30 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=124052

--- Comment #3 from Boudewijn Rempt  ---
Hi Carly,

You're replying to a bug report from 2006 -- eleven years ago. If you have a
question or need help, it's better to post on the forum than here, where it's
only by accident that I saw your comment... https://forum.kde.org/krita

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

[kdialog] [Bug 381561] getsavefilename broken due to port to QFileDialog

2017-10-30 Thread Aleksey Kontsevich
https://bugs.kde.org/show_bug.cgi?id=381561

Aleksey Kontsevich  changed:

   What|Removed |Added

 CC||akontsev...@gmail.com

--- Comment #15 from Aleksey Kontsevich  ---
Bug still exists in latest KDE when downloading file in FF or Chromium. Why
you've marked it as resolved?!

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

[kdialog] [Bug 381561] getsavefilename broken due to port to QFileDialog

2017-10-30 Thread Aleksey Kontsevich
https://bugs.kde.org/show_bug.cgi?id=381561

--- Comment #16 from Aleksey Kontsevich  ---
I get .bin extension for all files instead of jpg, mp3, pdf, etc.

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

[plasmashell] [Bug 386327] The panel becomes gray and does not update it's content if I run fullscreen opengl application

2017-10-30 Thread Yan
https://bugs.kde.org/show_bug.cgi?id=386327

--- Comment #1 from Yan  ---
Yes, same applies to dota2

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

[akregator] [Bug 386348] New: XML format not recognized

2017-10-30 Thread Kim Lilliestierna
https://bugs.kde.org/show_bug.cgi?id=386348

Bug ID: 386348
   Summary: XML format not recognized
   Product: akregator
   Version: 5.4.3
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: feed parser
  Assignee: kdepim-b...@kde.org
  Reporter: k...@itr.no
  Target Milestone: ---

The rss feed from webtoons,com does not seem to be recognized as valid
url: http://www.webtoons.com/en/sf/dents/rss?title_no=671

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

[akregator] [Bug 386349] New: Akregator

2017-10-30 Thread Redhawk
https://bugs.kde.org/show_bug.cgi?id=386349

Bug ID: 386349
   Summary: Akregator
   Product: akregator
   Version: 5.5.3
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: redhawkcyberwiz...@gmail.com
  Target Milestone: ---

Application: akregator (5.5.3)

Qt Version: 5.9.1
Frameworks Version: 5.38.0
Operating System: Linux 4.13.0-16-generic x86_64
Distribution: Ubuntu 17.10

-- Information about the crash:
- What I was doing when the application crashed: I had just logged in to the
computer.  My system monitor was open as usual and Akregator was the first
program I started.

-- Backtrace:
Application: Akregator (akregator), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f9d54fc3b80 (LWP 2577))]

Thread 23 (Thread 0x7f9cbb68e700 (LWP 2709)):
#0  0x7f9d4b186072 in futex_wait_cancelable (private=,
expected=0, futex_word=0x7f9d3e3ebfb8) at
../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x7f9d3e3ebf68,
cond=0x7f9d3e3ebf90) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x7f9d3e3ebf90, mutex=0x7f9d3e3ebf68) at
pthread_cond_wait.c:655
#3  0x7f9d3e0f7bd4 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5Script.so.5
#4  0x7f9d3e0f7c19 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5Script.so.5
#5  0x7f9d4b17f7fc in start_thread (arg=0x7f9cbb68e700) at
pthread_create.c:465
#6  0x7f9d50e39b0f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 22 (Thread 0x7f9cbc9fc700 (LWP 2614)):
#0  0x7f9d4b186072 in futex_wait_cancelable (private=,
expected=0, futex_word=0x55c7a00b528c) at
../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x55c7a00b5238,
cond=0x55c7a00b5260) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x55c7a00b5260, mutex=0x55c7a00b5238) at
pthread_cond_wait.c:655
#3  0x7f9d40ea4e75 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5
#4  0x7f9d40ea5357 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5
#5  0x7f9d40ea60f1 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5
#6  0x7f9d40ea27bb in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5
#7  0x7f9d4b17f7fc in start_thread (arg=0x7f9cbc9fc700) at
pthread_create.c:465
#8  0x7f9d50e39b0f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 21 (Thread 0x7f9cd57fa700 (LWP 2613)):
#0  0x7f9d50e2d901 in __GI___poll (fds=0x7f9ce80049e0, nfds=1,
timeout=8122) at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x7f9d4938a169 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f9d4938a27c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f9d5176d49b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f9d51712e3a in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f9d515323ca in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7f9d5153729d in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7f9d4b17f7fc in start_thread (arg=0x7f9cd57fa700) at
pthread_create.c:465
#8  0x7f9d50e39b0f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 20 (Thread 0x7f9cd5ffb700 (LWP 2612)):
#0  0x7f9d50e2d901 in __GI___poll (fds=0x7f9ce0008580, nfds=3, timeout=-1)
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x7f9d3816b451 in ?? () from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#2  0x7f9d3815ce10 in pa_mainloop_poll () from
/usr/lib/x86_64-linux-gnu/libpulse.so.0
#3  0x7f9d3815d4a0 in pa_mainloop_iterate () from
/usr/lib/x86_64-linux-gnu/libpulse.so.0
#4  0x7f9d3815d530 in pa_mainloop_run () from
/usr/lib/x86_64-linux-gnu/libpulse.so.0
#5  0x7f9d3816b399 in ?? () from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#6  0x7f9d2f5b5ed8 in ?? () from
/usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-10.0.so
#7  0x7f9d4b17f7fc in start_thread (arg=0x7f9cd5ffb700) at
pthread_create.c:465
#8  0x7f9d50e39b0f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 19 (Thread 0x7f9cd67fc700 (LWP 2611)):
#0  0x7f9d4b18664b in futex_reltimed_wait_cancelable (private=, reltime=0x7f9cd67fb5e0, expected=0, futex_word=0x7f9cd67fb768) at
../sysdeps/unix/sysv/linux/futex-internal.h:142
#1  __pthread_cond_wait_common (abstime=0x7f9cd67fb680, mutex=0x7f9cd67fb718,
cond=0x7f9cd67fb740) at pthread_cond_wait.c:533
#2  __pthread_cond_timedwait (cond=0x7f9cd67fb740, mutex=0x7f9cd67fb718,
abstime=0x7f9cd67fb680) at pthread_cond_wait.c:667
#3  0x7f9d40ed38c2 in ?? () from
/usr/lib/x86_64-linux-gnu/

[plasma-pa] [Bug 386337] Precise volume control with keyboard (cursor left/right)

2017-10-30 Thread Gregor Mi
https://bugs.kde.org/show_bug.cgi?id=386337

--- Comment #2 from Gregor Mi  ---
"Tab" does not work for me. It switches only between 1) the Pin icon, 2) the
settings icon, 3) some invisible element.

Normally, the user would click with the mouse on a slider to give it the
keyboard focus.

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

[plasma-pa] [Bug 386337] Precise volume control with keyboard (cursor left/right)

2017-10-30 Thread David Rosca
https://bugs.kde.org/show_bug.cgi?id=386337

--- Comment #3 from David Rosca  ---
> "Tab" does not work for me. It switches only between 1) the Pin icon, 2) the 
> settings icon, 3) some invisible element.

It appears to work only sometimes ... 

> Normally, the user would click with the mouse on a slider to give it the 
> keyboard focus.

Well, that's not how QML works unfortunately.


In any case, this would probably need fixing in more places as keyboard focus
is a problem in general with QML.

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

[yakuake] [Bug 386350] New: Focus jumps between splits on open/close

2017-10-30 Thread Michael Zanetti
https://bugs.kde.org/show_bug.cgi?id=386350

Bug ID: 386350
   Summary: Focus jumps between splits on open/close
   Product: yakuake
   Version: 3.0.4
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: h...@kde.org
  Reporter: mzane...@kde.org
  Target Milestone: ---

Steps to reproduce:
* Open yakuake with a split for 2 (or more) sessions
* input focus is in one of them
* hide yakuake
* show yakuake again

=> expected outcome:
focus should still be in the same split as before

=> actual outcome:
focus has moved to the next split

This hasn't happened with earlier versions of yakuake, but I don't know which
version introduced it as I have been using the KDE-4 version of yakuake until
recently. It was working fine there and in version before.

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

[yakuake] [Bug 386350] Focus jumps between splits on open/close

2017-10-30 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=386350

Eike Hein  changed:

   What|Removed |Added

 CC||d.misdani...@gmail.com

--- Comment #1 from Eike Hein  ---
*** Bug 356853 has been marked as a duplicate of this bug. ***

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

[yakuake] [Bug 356853] Wrong split is focused when showing/hiding the terminal.

2017-10-30 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=356853

Eike Hein  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #45 from Eike Hein  ---


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

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

[plasmashell] [Bug 386280] Plasmashell on wayland randomly crashes when trying closing the application menu

2017-10-30 Thread Marco Cilloni
https://bugs.kde.org/show_bug.cgi?id=386280

Marco Cilloni  changed:

   What|Removed |Added

   Keywords||wayland

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

[plasmashell] [Bug 381630] Crash in wl_proxy_create_wrapper in QtWayland after window destruction

2017-10-30 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=381630

David Edmundson  changed:

   What|Removed |Added

 CC||goetzchr...@gmail.com
 CC||mccill...@gmail.com

--- Comment #41 from David Edmundson  ---
*** Bug 386303 has been marked as a duplicate of this bug. ***

--- Comment #42 from David Edmundson  ---
*** Bug 386280 has been marked as a duplicate of this bug. ***

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

[systemsettings] [Bug 386303] SystemSettigns crash when closing

2017-10-30 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=386303

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||k...@davidedmundson.co.uk

--- Comment #1 from David Edmundson  ---


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

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

[plasmashell] [Bug 381630] Crash in wl_proxy_create_wrapper in QtWayland after window destruction

2017-10-30 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=381630

David Edmundson  changed:

   What|Removed |Added

 CC||m...@mgoodwin.net
 CC||goetzchr...@gmail.com

--- Comment #40 from David Edmundson  ---
*** Bug 386259 has been marked as a duplicate of this bug. ***

--- Comment #41 from David Edmundson  ---
*** Bug 386303 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 381630] Crash in wl_proxy_create_wrapper in QtWayland after window destruction

2017-10-30 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=381630

David Edmundson  changed:

   What|Removed |Added

 CC||m...@mgoodwin.net

--- Comment #40 from David Edmundson  ---
*** Bug 386259 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 386259] Plasma crashes in wayland when mousing-over application menu

2017-10-30 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=386259

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---


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

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

[plasmashell] [Bug 386280] Plasmashell on wayland randomly crashes when trying closing the application menu

2017-10-30 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=386280

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---


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

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

[plasmashell] [Bug 384806] Digital clock shows wrong time after time zone change

2017-10-30 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=384806

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UPSTREAM

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

[plasmashell] [Bug 381000] [Regression] High CPU when background is set to slideshow

2017-10-30 Thread TOM Harrison
https://bugs.kde.org/show_bug.cgi?id=381000

--- Comment #140 from TOM Harrison  ---
(In reply to sparhawk from comment #139)
> (In reply to sparhawk from comment #135)
> > (In reply to Vova Mshanetskiy from comment #124)
> > > It looks like i was able to found a workaround for this issue.
> > 
> > I can confirm that this fixes the bug for me. Plasmashell CPU usage drops to
> > 6%!
> 
> This fix no longer seems to work in Plasma 5.11.2. CPU usage drops, but the
> wallpaper is blank.

I am still using this patch. It fix for me, wallpaper is not black.

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

[KScreen] [Bug 386321] KDE 5 seems to forget the settings for second displays.

2017-10-30 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=386321

David Edmundson  changed:

   What|Removed |Added

  Component|Multi-screen support|common
Product|plasmashell |KScreen
   Assignee|aleix...@kde.org|se...@kde.org
 CC||k...@davidedmundson.co.uk

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

[systemsettings] [Bug 386270] Can not change printer settings via KDE systemsettings5

2017-10-30 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=386270

David Edmundson  changed:

   What|Removed |Added

   Severity|critical|normal
 CC||k...@davidedmundson.co.uk

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

[print-manager] [Bug 386270] Can not change printer settings via KDE systemsettings5

2017-10-30 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=386270

David Edmundson  changed:

   What|Removed |Added

Version|5.11.2  |unspecified
Product|systemsettings  |print-manager
   Assignee|plasma-b...@kde.org |dantt...@gmail.com
  Component|general |general

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

[systemsettings] [Bug 385921] Plasma Wayland: Window contents don't update when switching modules (when subwindow is used)

2017-10-30 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=385921

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|UNCONFIRMED |CONFIRMED
   Keywords||wayland
 Ever confirmed|0   |1
Summary|Plasma Wayland: Window  |Plasma Wayland: Window
   |contents don't update when  |contents don't update when
   |switching modules   |switching modules (when
   ||subwindow is used)

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

[systemsettings] [Bug 386190] Excessive redraws in system settings

2017-10-30 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=386190

David Edmundson  changed:

   What|Removed |Added

   Assignee|sourtooth+ssb...@gmail.com  |notm...@gmail.com
  Component|treeview|sidebarview
 CC||k...@davidedmundson.co.uk

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

[plasmashell] [Bug 385666] Crash

2017-10-30 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=385666

David Edmundson  changed:

   What|Removed |Added

   Assignee|k...@davidedmundson.co.uk|plasma-b...@kde.org
  Component|general |generic-crash

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

[kmymoney4] [Bug 381813] Update 'Whats new' page in stable documentation

2017-10-30 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=381813
Bug 381813 depends on bug 381861, which changed state.

Bug 381861 Summary: Possible 4.8.1 related bugs do not have a value for 
"version fixed in"
https://bugs.kde.org/show_bug.cgi?id=381861

   What|Removed |Added

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

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

[kmymoney4] [Bug 381861] Possible 4.8.1 related bugs do not have a value for "version fixed in"

2017-10-30 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=381861

Ralf Habacker  changed:

   What|Removed |Added

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

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

[plasmashell] [Bug 383828] Crash in QV4::QObjectWrapper::getProperty

2017-10-30 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=383828

David Edmundson  changed:

   What|Removed |Added

Summary|Plasma shell crashes when   |Crash in
   |exiting System Tray |QV4::QObjectWrapper::getPro
   |Settings|perty

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

[plasmashell] [Bug 385632] System tray crash

2017-10-30 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=385632

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---


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

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

[plasmashell] [Bug 383828] Crash in QV4::QObjectWrapper::getProperty

2017-10-30 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=383828

David Edmundson  changed:

   What|Removed |Added

 CC||adam...@techie.com

--- Comment #5 from David Edmundson  ---
*** Bug 385632 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 381480] Crash in in QQuickAnimatorProxyJob::sceneGraphInitialized

2017-10-30 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=381480

David Edmundson  changed:

   What|Removed |Added

Summary|Adding second folderview|Crash in in
   |widget in any desktop   |QQuickAnimatorProxyJob::sce
   |containment crashes |neGraphInitialized
   |plasmashell after latest|
   |updates in KDE Neon |

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

[kmymoney4] [Bug 242220] KMyMoney OFX plugin gets "access to restricted port in post denied"

2017-10-30 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=242220

Ralf Habacker  changed:

   What|Removed |Added

 CC||ralf.habac...@freenet.de
   Version Fixed In||4.5.0

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

[plasmashell] [Bug 385991] Plasma-Crash

2017-10-30 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=385991

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DOWNSTREAM

--- Comment #1 from David Edmundson  ---
This crash is in your graphic driver. 
Try upgrading/downgrading it. There is nothing we can do. Sorry.

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

[plasmashell] [Bug 360021] Plasma freeze: 0x00007f17f97c5bea in QSGBatchRenderer::Renderer::renderBatches() (this=this@entry=0x556e14b71160) at /usr/src/debug/qtdeclarative-opensource-src-5.5.1/src/q

2017-10-30 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=360021

David Edmundson  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DOWNSTREAM

--- Comment #4 from David Edmundson  ---
This crash is in your graphic driver. 
Try upgrading/downgrading it. There is nothing we can do. Sorry.

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

[plasmashell] [Bug 359167] Plasmashell freezes / deadlocks on r600g mesa driver after screen lock

2017-10-30 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=359167

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |DOWNSTREAM
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from David Edmundson  ---
This crash is in your graphic driver and is really old. 
There is nothing we can do. Sorry.

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

[plasmashell] [Bug 385666] Crash

2017-10-30 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=385666

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |DOWNSTREAM
 Status|UNCONFIRMED |RESOLVED
 CC||k...@davidedmundson.co.uk

--- Comment #1 from David Edmundson  ---
This crash is in your graphic driver. 
Try upgrading/downgrading it. There is nothing we can do. Sorry.

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

[kmymoney4] [Bug 357724] qif import defaults to UTF-8, need an option to choose other charsets

2017-10-30 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=357724

Ralf Habacker  changed:

   What|Removed |Added

 CC||ralf.habac...@freenet.de

--- Comment #8 from Ralf Habacker  ---
How was this bug resolved and in which version ?
https://kmymoney.org/faq.php does not have any related entry, git log of
kmymoney source repo does not show any commit refering this bug and svn
translation repo too.

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

[KScreen] [Bug 386321] configuration not remembered for secondary outputs

2017-10-30 Thread Sebastian Kügler
https://bugs.kde.org/show_bug.cgi?id=386321

Sebastian Kügler  changed:

   What|Removed |Added

Summary|KDE 5 seems to forget the   |configuration not
   |settings for second |remembered for secondary
   |displays.   |outputs

--- Comment #1 from Sebastian Kügler  ---
Thanks for the bugreport!

Could you collect the config files and log file as outlined in
https://community.kde.org/Solid/Projects/ScreenManagement so I can see what's
happening on your system?

Thanks!

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

[plasmashell] [Bug 381442] SVG starter icons not displayed in application menus/launchers

2017-10-30 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=381442

David Edmundson  changed:

   What|Removed |Added

  Component|general |Application Launcher
   ||(Kickoff)

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

[kmymoney4] [Bug 359341] Kmymoney crashes when i try to reconfigure aqbanking

2017-10-30 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=359341

Ralf Habacker  changed:

   What|Removed |Added

 CC||ralf.habac...@freenet.de
 Resolution|FIXED   |DOWNSTREAM

--- Comment #6 from Ralf Habacker  ---
set resolution to "downstream" because it looks to be a distribution issue.

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

[kmymoney4] [Bug 379747] Stable documentation is not up to date

2017-10-30 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=379747
Bug 379747 depends on bug 381813, which changed state.

Bug 381813 Summary: Update 'Whats new' page in stable documentation
https://bugs.kde.org/show_bug.cgi?id=381813

   What|Removed |Added

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

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

[kmymoney4] [Bug 381813] Update 'Whats new' page in stable documentation

2017-10-30 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=381813

Ralf Habacker  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/kmy
   ||money/06eec27a6885535f5ef37
   ||82232f564cff32672bf
   Version Fixed In||4.8.1

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

[flatpak-platform-plugin] [Bug 386245] dialog gets stuck on error

2017-10-30 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=386245

--- Comment #3 from Aleix Pol  ---
If you want review for patches, please use phabricator...

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

[flatpak-platform-plugin] [Bug 386245] dialog gets stuck on error

2017-10-30 Thread Jan Grulich
https://bugs.kde.org/show_bug.cgi?id=386245

--- Comment #4 from Jan Grulich  ---
Ooook, sorry: https://phabricator.kde.org/D8552

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

[korganizer] [Bug 344679] Korganizer no alerts no reminders

2017-10-30 Thread Andrzej
https://bugs.kde.org/show_bug.cgi?id=344679

Andrzej  changed:

   What|Removed |Added

 CC||andrzejekkornaszewski@googl
   ||email.com

--- Comment #4 from Andrzej  ---
I get a following error when trying to start korgac in terminal:

"\"CalendarsLastChecked\" - conversion of \"0,0,0,-1,-1,-1\" to QDateTime
failed"

korgac seems to work(appears in system tray), but there are no notifications or
alarms for any events.

korgac 5.5.3
Kubuntu 17.10 brand new install

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

[korganizer] [Bug 344679] Korganizer no alerts no reminders

2017-10-30 Thread Andrzej
https://bugs.kde.org/show_bug.cgi?id=344679

--- Comment #5 from Andrzej  ---
Enable Reminders is checked.

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

[kdevelop] [Bug 257378] [Feature Request] Add option to change tooltip colours in code browser

2017-10-30 Thread Kanedias
https://bugs.kde.org/show_bug.cgi?id=257378

--- Comment #15 from Kanedias  ---
I may sound naive, but why do we even accept arbitrary HTML as documentation
source? Can't we use e.g. gumbo to strip all non-text tags? Qch doesn't use
many anyways.

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

[kdevelop] [Bug 257378] [Feature Request] Add option to change tooltip colours in code browser

2017-10-30 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=257378

--- Comment #16 from Sven Brauch  ---
Quite probably, yes. But the colours we use ourselves are not
background-independent either (I think they are fixed, e.g. the green for the
types etc). It's certainly not an undoable or even super difficult task, it's
just that somebody would have to do it.

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

[digikam] [Bug 386335] Use a different shortcut for right panel zoom to 100%

2017-10-30 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=386335

Maik Qualmann  changed:

   What|Removed |Added

   Version Fixed In||5.8.0
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/dig
   ||ikam/27fa27ee481ee174cd5532
   ||16f58ccef5147cf425
 Resolution|--- |FIXED

--- Comment #9 from Maik Qualmann  ---
Git commit 27fa27ee481ee174cd553216f58ccef5147cf425 by Maik Qualmann.
Committed on 30/10/2017 at 11:23.
Pushed by mqualmann into branch 'master'.

change the shortcut key for zoom 100% to (Shift) + Ctrl + Period
FIXED-IN: 5.8.0

M  +2-1NEWS
M  +1-1app/main/digikamapp.cpp
M  +1-1utilities/imageeditor/editor/editorwindow.cpp
M  +2-2utilities/lighttable/lighttablewindow.cpp

https://commits.kde.org/digikam/27fa27ee481ee174cd553216f58ccef5147cf425

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

[kdevelop] [Bug 257378] [Feature Request] Add option to change tooltip colours in code browser

2017-10-30 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=257378

--- Comment #17 from Sven Brauch  ---
For the record, I don't see value in HTML-formatted docstrings in tooltips at
all. Text is just fine, for everything else you want to use the documentation
browser anyways.

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

[frameworks-qqc2-desktop-style] [Bug 386289] QQC2 Causes QtQuickControls 2.2 Slider to fail to load QML with component version error

2017-10-30 Thread Mike
https://bugs.kde.org/show_bug.cgi?id=386289

--- Comment #1 from Mike  ---
Example of a plasmoid that fails to load with QQC2 installed on 5.39:

https://store.kde.org/p/1194975/

Install, add to a panel or desktop.  If QQC2 is installed, it won't load. 
Uninstall QQC2 and it will load.

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

[plasmashell] [Bug 381630] Crash in wl_proxy_create_wrapper in QtWayland after window destruction

2017-10-30 Thread Lukasz
https://bugs.kde.org/show_bug.cgi?id=381630

Lukasz  changed:

   What|Removed |Added

 CC|dolo...@outlook.com |

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

[digikam] [Bug 386335] Use a different shortcut for right panel zoom to 100%

2017-10-30 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=386335

--- Comment #10 from Maik Qualmann  ---
Git commit 81c4ea2b0c0c23ce58e617c1f897344733477be6 by Maik Qualmann.
Committed on 30/10/2017 at 11:36.
Pushed by mqualmann into branch 'master'.

add new shortcut key for zoom 100% to the import tool

M  +1-1utilities/importui/main/importui.cpp

https://commits.kde.org/digikam/81c4ea2b0c0c23ce58e617c1f897344733477be6

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

[trojita] [Bug 386351] New: Trojita crashes at start on Haiku

2017-10-30 Thread miqlas
https://bugs.kde.org/show_bug.cgi?id=386351

Bug ID: 386351
   Summary: Trojita crashes at start on Haiku
   Product: trojita
   Version: git
  Platform: Other
OS: other
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Desktop GUI
  Assignee: trojita-b...@kde.org
  Reporter: zmiz...@extrowerk.com
  Target Milestone: ---

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

Trojita latest git rev crashing hard on Haiku. See the attached debug log.

Interestingly if i comment theese lines, it work ok:
https://github.com/jktjkt/trojita/blob/master/src/Gui/main.cpp#L60-L65

Current Trojita recipe:
https://github.com/haikuports/haikuports/pull/1758

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

[KScreen] [Bug 386321] configuration not remembered for secondary outputs

2017-10-30 Thread firewalker
https://bugs.kde.org/show_bug.cgi?id=386321

--- Comment #2 from firewalker  ---
Ok! I will do it and, report back.

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

[trojita] [Bug 386351] Trojita crashes at start on Haiku

2017-10-30 Thread miqlas
https://bugs.kde.org/show_bug.cgi?id=386351

miqlas  changed:

   What|Removed |Added

 CC||zmiz...@extrowerk.com

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

[flatpak-platform-plugin] [Bug 386245] dialog gets stuck on error

2017-10-30 Thread Jan Grulich
https://bugs.kde.org/show_bug.cgi?id=386245

--- Comment #5 from Jan Grulich  ---
Git commit a2ab3c860f3327773897746a3e7870ee37a14fe9 by Jan Grulich.
Committed on 30/10/2017 at 12:41.
Pushed by jgrulich into branch 'master'.

Exit when we fail to open file dialog

Summary:
When we fail to send a dbus call to open a file dialog, we just show an
error, but problem is that at the end we start a loop and wait until
user confirms the dialog and we get response back, which we never get
if we fail to open the dialog.

Reviewers: apol, sitter

Reviewed By: apol, sitter

Subscribers: sitter

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

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

[flatpak-platform-plugin] [Bug 386245] dialog gets stuck on error

2017-10-30 Thread Jan Grulich
https://bugs.kde.org/show_bug.cgi?id=386245

Jan Grulich  changed:

   What|Removed |Added

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

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

[plasmashell] [Bug 381000] [Regression] High CPU when background is set to slideshow

2017-10-30 Thread Vova Mshanetskiy
https://bugs.kde.org/show_bug.cgi?id=381000

--- Comment #141 from Vova Mshanetskiy  ---
I have found two other ways to trigger the bug. If you want to test them, you
must have my workaround from comment 124 applied before you begin (it still
works for me on Plasma 5.11.2, Qt 5.9.2). I also suggest enabling screen redraw
highlighting effect in system settings for better visibility.

I have edited
/usr/share/plasma/wallpapers/org.kde.slideshow/contents/ui/main.qml again and
added the following code before the final closing curly brace:

MouseArea {
anchors.fill: parent
onClicked: action_next()
}

Essentially this lets you trigger the "Next image" popup menu action by just
clicking anywhere on the desktop. Now, when i click the desktop once, the
wallpaper cross-fades into a new wallpaper normally. However, if i click
multiple times before the cross-fade animation finishes, screen redraws (and
CPU usage) do not stop after the animation finishes. This can be fixed only by
restarting Plasma Shell.

In the last paragraph of my comment 124 i mentioned the startup glitch which, i
thought, could be related. Now i am even more convinced that it is. My further
tests showed, that actually Plasma Shell starts and stops the cross-fade
animation much more than once during startup. It probably interrupts it in the
middle at least once, which triggers the bug, just like me clicking the desktop
multiple times in a row.

The second way i have just found accidentally is not in Plasma Shell, but in
the System Settings application. I just have to open it and move the mouse up
and down a little above the new sidebar on the left. After several hint popups
appear, the whole screen starts to constantly redraw, just like with Plasma and
slideshow wallpaper. And systemsettings5 is at the top of CPU usage table.
Fixed by minimizing or closing System Setting.

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

[ksudoku] [Bug 386352] New: Support GL ES

2017-10-30 Thread Jonathan Riddell
https://bugs.kde.org/show_bug.cgi?id=386352

Bug ID: 386352
   Summary: Support GL ES
   Product: ksudoku
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: iandw...@gmail.com
  Reporter: j...@jriddell.org
CC: kde-games-b...@kde.org
  Target Milestone: ---

ksudoku uses GL code in places.  This can't be compiled on ARM architectures
which typically use openGLES instead.  Ideally it should support both APIs.

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

[Discover] [Bug 385704] "All categories missing"

2017-10-30 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=385704

--- Comment #3 from Aleix Pol  ---
Check if you have /etc/xdg/cgcicon.knsrc.

Apt doesn't clean up files in /etc so you will have to remove it by hand.

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

[frameworks-kio] [Bug 386325] KCookieAdvice::adviceToStr and KCookieAdvice::strToAdvice disagree about KCookieAdvice::AcceptForSession

2017-10-30 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=386325

Wolfgang Bauer  changed:

   What|Removed |Added

 CC||wba...@tmo.at

--- Comment #1 from Wolfgang Bauer  ---
Seems to be the cause of bug#374931.

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

[trojita] [Bug 386353] New: Crash on startup, related to Util::Css::warningBorder

2017-10-30 Thread Caspar Schutijser
https://bugs.kde.org/show_bug.cgi?id=386353

Bug ID: 386353
   Summary: Crash on startup, related to Util::Css::warningBorder
   Product: trojita
   Version: git
  Platform: Compiled Sources
OS: OpenBSD
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Desktop GUI
  Assignee: trojita-b...@kde.org
  Reporter: cas...@schutijser.com
  Target Milestone: ---

Trojita currently crashes on startup on my machine (OpenBSD current on amd64,
clang 5.0.0). The back trace:

$ egdb _build/trojita
GNU gdb (GDB) 7.12.1
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-openbsd6.2".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from _build/trojita...done.
(gdb) r
Starting program: /home/caspar/src/trojita/_build/trojita 

Program received signal SIGSEGV, Segmentation fault.
0x1f50a730a262 in std::__1::__atomic_base::load (this=0x0,
__m=std::__1::memory_order_relaxed) at /usr/include/c++/v1/atomic:894
894 {return __c11_atomic_load(&__a_, __m);}
(gdb) bt full
#0  0x1f50a730a262 in std::__1::__atomic_base::load (this=0x0,
__m=std::__1::memory_order_relaxed) at /usr/include/c++/v1/atomic:894
No locals.
#1  QAtomicOps::load (_q_value=...) at
/usr/local/include/X11/qt5/QtCore/qatomic_cxx11.h:227
No locals.
#2  0x1f50a730a1e5 in QBasicAtomicInteger::load (this=0x0) at
/usr/local/include/X11/qt5/QtCore/qbasicatomic.h:102
No locals.
#3  0x1f50a730a549 in QtPrivate::RefCount::ref (this=0x0) at
/usr/local/include/X11/qt5/QtCore/qrefcount.h:55
count = 8016
#4  0x1f50a7309f22 in QString::QString (this=0x1f50a7b7ff40
, other=...) at
/usr/local/include/X11/qt5/QtCore/qstring.h:907
No locals.
#5  0x1f50a7358a6e in QStringBuilder::operator QString
(this=0x7f7da648) at /usr/local/include/X11/qt5/QtCore/qstringbuilder.h:147
r = {static null = {}, d = 0x0}
#6  0x1f50a7401f00 in __cxx_global_var_init () at
/home/caspar/src/trojita/src/Gui/SettingsDialog.cpp:67
No locals.
#7  0x1f50a7412ed9 in _GLOBAL__sub_I_SettingsDialog.cpp () at
/usr/local/include/X11/qt5/QtWidgets/qwidget.h:790
Gui::SettingsDialog::warningStyleSheet = {static null = {}, d = 0x0}
#8  0x1f50a7307662 in ?? ()
No symbol table info available.
#9  0x1f50a7300399 in __init ()
No symbol table info available.
#10 0x7f7da6e0 in ?? ()
No symbol table info available.
#11 0x1f50a73075a6 in _start ()
No symbol table info available.
(gdb)


Using git bisect, I identified the commit that introduced the problem: commit
f70690899d2a6c69495d225214a7279ba8c1ff73,
https://cgit.kde.org/trojita.git/commit/?id=f70690899d2a6c69495d225214a7279ba8c1ff73
Right now I'm using the patch at the bottom as a workaround. That's obviously
not a proper fix but it demonstrates that the way Util::Css::warningBorder is
used causes the problem. How can we fix this properly?

https://bugs.kde.org/show_bug.cgi?id=386351 is probably the same problem as the
diff below works for miqlas as well.

diff --git a/src/Gui/SettingsDialog.cpp b/src/Gui/SettingsDialog.cpp
index 6535caff..d9c4c44d 100644
--- a/src/Gui/SettingsDialog.cpp
+++ b/src/Gui/SettingsDialog.cpp
@@ -63,7 +63,8 @@
 namespace Gui
 {

-QString SettingsDialog::warningStyleSheet = Util::Css::warningBorder +
QStringLiteral("font-weight: bold;");
+QString SettingsDialog::warningStyleSheet = QStringLiteral("font-weight:
bold;");

 /** @short Check a text field for being non empty. If it's empty, show an
error to the user. */
 template

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

[kdevelop] [Bug 257378] [Feature Request] Add option to change tooltip colours in code browser

2017-10-30 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=257378

--- Comment #18 from Kevin Funk  ---
I think having (simple) HTML there makes sense in a few cases.

Think of doxygen-style @code/@endcode sections, which libclang turns into
-style text sections. Or doxygen lists turned into HTML listings. This
would look odd when loosing the HTML-formatting in the tool tip browser.

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

[plasmashell] [Bug 381000] [Regression] High CPU when background is set to slideshow

2017-10-30 Thread Vova Mshanetskiy
https://bugs.kde.org/show_bug.cgi?id=381000

--- Comment #142 from Vova Mshanetskiy  ---
Created attachment 108642
  --> https://bugs.kde.org/attachment.cgi?id=108642&action=edit
Bug demonstration using qmlscene

I have attached a .qml file, which can trigger the same bug when started using
qmlscene (i.e. qmlscene bug.qml). I have tried to repeat, what Plasma's
slideshow wallpaper does. When you run it, a small window with red content will
appear. If you click it, it will cross fade into blue. If you click it again,
it will cross-fade into red and so forth. However, if you interrupt it in the
middle of animation by clicking again, the constant redraw / CPU usage bug
manifests itself. After closing the qmlscene window, everything is back to
normal.

I have tried to kill both plasmashell and kwin_x11 to make sure they do not
interfere with the experiment, but that did not change anything.

Can someone else test this? If it triggers constant redraws for you to, then it
is probably a Qt bug.

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

[KScreen] [Bug 385553] Cannot unify outputs

2017-10-30 Thread Sebastian Kügler
https://bugs.kde.org/show_bug.cgi?id=385553

--- Comment #3 from Sebastian Kügler  ---
https://phabricator.kde.org/D8391 and 
https://phabricator.kde.org/D8390 should fix this.

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

[digikam] [Bug 381625] Copying/Moving photograph files between albums does not give Overwrite/Rename/Cancel options if file with same name exists in the destination album.

2017-10-30 Thread Kris
https://bugs.kde.org/show_bug.cgi?id=381625

--- Comment #14 from Kris  ---
(In reply to Elle Stone from comment #13)

> 2. The thumbnail does immediately - but only temporarily! - disappear from
> the album currently being viewed!!! This is not a good thing!!! It looks
> like the image was actually moved, but it wasn't, and eventually the "moved"
> item shows back up in the original album. 

This happens to me, too, in most, if not all the iterations I checked. I have
to Refresh" which does not just refresh the folder I'm in, but instead the
whole database. But this does fix the 'missing thumbnail after unsuccessful
move' issue if I happen to see the notice that the file was not moved.

(In reply to Simon from comment #8)
>>(In reply to Kris from comment #7)
>> Does this mean my best course of action(for right now) would be to use ver
>> 4.14 or lower?

> A big fat no. Removing huge stability and performance benefits (and other
> features) just for being able to replace files on moving is nothing that I
> will advice. Using a file manager to work around this whenever it comes up
> seems like the far better option.

I understand the performance hit I would take, I have used less than version
5.0 before, but using a file manager is not an option here I believe. I am
using Digikam after trying out Shotwell, Darktable, Gthumb, and Gwenview. I
have tried using many different file managers before I ever posted to this
fourum: Dolphin, Nemo, Midnight Commander, Krusader, Konqueror, Double
Commander, muCommander, XnView MP and FreeCommander (Windows Only). I am
resorting to using XnView MP because it is closest to the interface of Digikam
that works in Linux. It is a poor substitute to Digikam even for sorting
photos. If FreeCommander worked in Linux or if Ext2fs was more stable at
writing to a Linux partition, I would not be here. FreeCommander is solidly
windows based and I wish to maintain my files on a Linux drive (Read:Not NTFS
or FAT based). I like using digikam and if I have to use 4.14 to be able to
move files effectively, then that is what I will do. Considering the amount of
effort I have put in trying to find a stable substitute, at this point severely
downgrading seems like my only choice. Especially considering :

> (In reply to caulier.gilles from comment #10)
> 2/ Older DK version provide a dialog in case of renaming. This one come from
> KIO widgets collection, and depend of KIO protocol which is not portable 
> due to run-time dysfunction and puzzle. So please no KIO back...

If I'm understanding this correctly the functionality isn't broken, but rather
does not exist because the KInputOutput protocol can't be utilized or is
somehow incompatible with Digigkam 5 and above. This was responsible for the
pop-up dialog. So this may not be fixed for sometime, correct?

I love this program and I very much understand what it means to be
open-source/community driven. I have alot of respect for you programmers and
the amount of work and code you have to do to keep up a program this advanced.
This is by no means a complaint. Any advice you can give either by suggesting a
comparable file manager or photo program other than the ones I listed above,
I'm all ears. When I've managed to sort my +500,000 photos into a more
manageable hierarchy I will certainly be back to using digikam.

These are the thing I need in a replacement File Manager/DAM:

1/ Custom file naming (shotwell does not do this. You are locked into a
chronological file tree)

2/ Has a preview window (many file managers don't do this).

3/ Has a thumbnail view and a film roll view like in digikam and can be switch
easily (surprisingly hard to find)

4/ Can handle previewing and thumbnailing NEF,JPG,PNG,GIF,TIFF files. 

5/ Has a Database file as this seems to be the only way to handle this many
files quickly.

6/ (Not a deal breaker but would be nice) A move to folder dialog similar to
digikams

Thank you for your time and knowledge.

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

[akregator] [Bug 386348] XML format not recognized

2017-10-30 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=386348

Allen Winter  changed:

   What|Removed |Added

 CC||win...@kde.org

--- Comment #1 from Allen Winter  ---
there is no such url

-- 
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-10-30 Thread Mike H . Bermel
https://bugs.kde.org/show_bug.cgi?id=366156

Mike H. Bermel  changed:

   What|Removed |Added

 CC||bermelm...@gmail.com

-- 
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-10-30 Thread Thomas Alexander Ewald
https://bugs.kde.org/show_bug.cgi?id=366156

Thomas Alexander Ewald  changed:

   What|Removed |Added

 CC||tew...@gmail.com

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

[digikam] [Bug 386335] Use a different shortcut for right panel zoom to 100%

2017-10-30 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=386335

--- Comment #11 from Nate Graham  ---
Thank you so much!

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

[krita] [Bug 124052] 'New Object Layer' function not working

2017-10-30 Thread Carly Rose Streker
https://bugs.kde.org/show_bug.cgi?id=124052

--- Comment #4 from Carly Rose Streker  ---
I fixed the bug and I sent that yesterday so your just fine. 

Sent from my iPhone

> On Oct 30, 2017, at 3:21 AM, Boudewijn Rempt  wrote:
> 
> https://bugs.kde.org/show_bug.cgi?id=124052
> 
> --- Comment #3 from Boudewijn Rempt  ---
> Hi Carly,
> 
> You're replying to a bug report from 2006 -- eleven years ago. If you have a
> question or need help, it's better to post on the forum than here, where it's
> only by accident that I saw your comment... https://forum.kde.org/krita
> 
> -- 
> You are receiving this mail because:
> You are on the CC list for the bug.

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

[plasmashell] [Bug 386234] Plasma crashes when I click "Copy inner HTML" in Firefox DevTools Inspector

2017-10-30 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=386234

David Edmundson  changed:

   What|Removed |Added

  Component|general |generic-crash
   Assignee|k...@davidedmundson.co.uk|plasma-b...@kde.org

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

[systemsettings] [Bug 386354] New: Can change keyboard settings without authentication

2017-10-30 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=386354

Bug ID: 386354
   Summary: Can change keyboard settings without authentication
   Product: systemsettings
   Version: 5.11.2
  Platform: Manjaro
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: kcm_keyboard_layout
  Assignee: unassigned-b...@kde.org
  Reporter: jokubas.lekevic...@gmail.com
  Target Milestone: ---

How to reproduce:
System Setting -> Keyboard Settings
Choose any wanted layout or setting and click "Apply".
Keyboard layout or other settings are now changed!
You can click "Cancel" in the Authentication window, because the settings have
already changed

Expected behavior:
Keyboard locale not changed until user entered authentication information.

What happens:
Keyboard locale changed

I tried this in an older version of Manjaro and it was still like this. About a
month old one, if that helps.

Currently on
System Settings version: 5.11.2
KDE Plasma version: 5.11.2
KDE Frameworks version: 5.39.0
QT version: 5.9.2
Kernel version: 4.9.58-1-MANJARO
64bit

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

[digikam] [Bug 381625] Copying/Moving photograph files between albums does not give Overwrite/Rename/Cancel options if file with same name exists in the destination album.

2017-10-30 Thread Simon
https://bugs.kde.org/show_bug.cgi?id=381625

--- Comment #15 from Simon  ---
About my recommendation to not downgrade: This is a personal recommendation, so
obviously your needs/view may differ. I know that my proposed work-around is
far from optimal (it's a work-around).

(In reply to Kris from comment #14)
> > (In reply to caulier.gilles from comment #10)
> > 2/ Older DK version provide a dialog in case of renaming. This one come from
> > KIO widgets collection, and depend of KIO protocol which is not portable 
> > due to run-time dysfunction and puzzle. So please no KIO back...
> 
> If I'm understanding this correctly the functionality isn't broken, but
> rather does not exist because the KInputOutput protocol can't be utilized or
> is somehow incompatible with Digigkam 5 and above. This was responsible for
> the pop-up dialog. So this may not be fixed for sometime, correct?

To my understanding this is partially correct: It has been removed due to
problems with KIO, however it I don't think KIO is necessary for such a dialog,
it could absolutely be done "internally". The assessment that it may require
some time to get done is potentially correct, as someone needs to invest some
time in it and the amount of work to be done on digikam is huge compared to the
available dev time - Gilles and Maik are doing a lot of work on it, yet there
is always more to do.

In my opinion the use case of such a dialog is apparent and backed up by user
reports, and the current state is definitely not ideal (e.g. the disappearing
items while they weren't actually moved). Either diving into the code yourself
(help would be gladly provided) or subscribing to this issue and hoping for the
bests are your options with digikam at this time regarding this.

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

[trojita] [Bug 386351] Trojita crashes at start on Haiku

2017-10-30 Thread Jan Kundrát
https://bugs.kde.org/show_bug.cgi?id=386351

Jan Kundrát  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DOWNSTREAM

--- Comment #1 from Jan Kundrát  ---
Sorry, we cannot help with platform-specific issues. If I were you, I would
start with writing a simple Qt app which exercises the QApplication/QTranslator
combination. If that doesn't work, then you will know that it is a Qt bug, and
that you should bring this to the Haiku/Qt maintainers.

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

[frameworks-ktexteditor] [Bug 385413] working around #384404 (in the scripts or by disabling the QML JIT compiler for evaluating them)

2017-10-30 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=385413

RJVB  changed:

   What|Removed |Added

URL||https://phabricator.kde.org
   ||/D8544

--- Comment #27 from RJVB  ---
Done: https://phabricator.kde.org/D8544

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

[systemsettings] [Bug 386355] New: No default Delay and Rate values in Keyboard Settings

2017-10-30 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=386355

Bug ID: 386355
   Summary: No default Delay and Rate values in Keyboard Settings
   Product: systemsettings
   Version: 5.11.2
  Platform: Manjaro
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: kcm_keyboard
  Assignee: unassigned-b...@kde.org
  Reporter: jokubas.lekevic...@gmail.com
  Target Milestone: ---

How to reproduce: Go to System Settings > Keyboard Settings. Choose custom
Delay and Rate values, apply. Click Defaults.
Expected behavior: Values jump back to some system defaults
What happens: Nothing.

Now move the values again to some other value, click "Defaults".
It jumps back to previous values, same as clicking "Reset".

Bug present on
System Settings version: 5.11.2
KDE Plasma version: 5.11.2
KDE Frameworks version: 5.39.0
QT version: 5.9.2
Kernel version: 4.9.58-1-MANJARO
64bit

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

[plasmashell] [Bug 386356] New: Memory usage widget crashes plasmashell process.

2017-10-30 Thread R2Y
https://bugs.kde.org/show_bug.cgi?id=386356

Bug ID: 386356
   Summary: Memory usage widget crashes plasmashell process.
   Product: plasmashell
   Version: master
  Platform: ROSA RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: System Monitor
  Assignee: notm...@gmail.com
  Reporter: adne...@live.com
  Target Milestone: 1.0

I have the "segmentation fault" error on my laptop when i changing settings in
memory usage widget.
My hardware configuration:
https://linux-hardware.org/index.php?probe=dc9faf110a
also u can see the video with this problem: vk.com/video248019601_456239046
I think this is very important bug in plasmashell because I have same errors
with weather widget, network monitor widget and some widgets with russian
names(I don't know english names of them).

Technical information:
Application: Plasma (plasmashell), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fd069948600 (LWP 5440))]

Thread 7 (Thread 0x7fd051eb6700 (LWP 5453)):
#0  0x7fd063205eed in poll () at /lib64/libc.so.6
#1  0x7fd068023540 in  () at /usr/lib64/libxcb.so.1
#2  0x7fd0680252a7 in xcb_wait_for_event () at /usr/lib64/libxcb.so.1
#3  0x7fd053d3b4c9 in  () at /usr/lib64/libQt5XcbQpa.so.5
#4  0x7fd0638e9fb8 in  () at /usr/lib64/libQt5Core.so.5
#5  0x7fd0627af55a in start_thread () at /lib64/libpthread.so.0
#6  0x7fd063211e3f in clone () at /lib64/libc.so.6

Thread 6 (Thread 0x7fd04bfff700 (LWP 6003)):
#0  0x7fd05e067504 in g_mutex_unlock () at /lib64/libglib-2.0.so.0
#1  0x7fd05e02289e in  () at /lib64/libglib-2.0.so.0
#2  0x7fd05e0229ec in g_main_context_iteration () at
/lib64/libglib-2.0.so.0
#3  0x7fd063acbbeb in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#4  0x7fd063a7e0da in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#5  0x7fd0638e5fdc in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#6  0x7fd063ee75c5 in  () at /usr/lib64/libQt5DBus.so.5
#7  0x7fd0638e9fb8 in  () at /usr/lib64/libQt5Core.so.5
#8  0x7fd0627af55a in start_thread () at /lib64/libpthread.so.0
#9  0x7fd063211e3f in clone () at /lib64/libc.so.6

Thread 5 (Thread 0x7fd04a7c3700 (LWP 6022)):
#0  0x7fd05e02225f in g_main_context_check () at /lib64/libglib-2.0.so.0
#1  0x7fd05e022888 in  () at /lib64/libglib-2.0.so.0
#2  0x7fd05e0229ec in g_main_context_iteration () at
/lib64/libglib-2.0.so.0
#3  0x7fd063acbbeb in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#4  0x7fd063a7e0da in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#5  0x7fd0638e5fdc in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#6  0x7fd0668994d5 in  () at /usr/lib64/libQt5Qml.so.5
#7  0x7fd0638e9fb8 in  () at /usr/lib64/libQt5Core.so.5
#8  0x7fd0627af55a in start_thread () at /lib64/libpthread.so.0
#9  0x7fd063211e3f in clone () at /lib64/libc.so.6

Thread 4 (Thread 0x7fd048966700 (LWP 6032)):
#0  0x7fd063205eed in poll () at /lib64/libc.so.6
#1  0x7fd05e0228e4 in  () at /lib64/libglib-2.0.so.0
#2  0x7fd05e0229ec in g_main_context_iteration () at
/lib64/libglib-2.0.so.0
#3  0x7fd063acbbeb in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#4  0x7fd063a7e0da in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#5  0x7fd0638e5fdc in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#6  0x7fd0668994d5 in  () at /usr/lib64/libQt5Qml.so.5
#7  0x7fd0638e9fb8 in  () at /usr/lib64/libQt5Core.so.5
#8  0x7fd0627af55a in start_thread () at /lib64/libpthread.so.0
#9  0x7fd063211e3f in clone () at /lib64/libc.so.6

Thread 3 (Thread 0x7fd03a592700 (LWP 6033)):
#0  0x7fd0627b4b60 in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fd0690c03b4 in  () at /usr/lib64/libQt5Script.so.5
#2  0x7fd0690c03f9 in  () at /usr/lib64/libQt5Script.so.5
#3  0x7fd0627af55a in start_thread () at /lib64/libpthread.so.0
#4  0x7fd063211e3f in clone () at /lib64/libc.so.6

Thread 2 (Thread 0x7fcfafd9b700 (LWP 6039)):
#0  0x7fd063201aed in read () at /lib64/libc.so.6
#1  0x7fd05e066220 in  () at /lib64/libglib-2.0.so.0
#2  0x7fd05e0223ee in g_main_context_check () at /lib64/libglib-2.0.so.0
#3  0x7fd05e022888 in  () at /lib64/libglib-2.0.so.0
#4  0x7fd05e0229ec in g_main_context_iteration () at
/lib64/libglib-2.0.so.0
#5  0x7fd063acbbeb in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#6  0x7fd063a7e0da in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#7  0x7fd0638e5fdc in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#8  0x7fd06742d722 in  () at /usr/lib64/libQt5Quick.so.5
#9  0x7fd0638e9fb8 in  () at /usr/lib64/libQt5Core.

[plasma-nm] [Bug 386343] When a wi-fi connection is created, kcm sets encrypted password despite I select non-encrypted

2017-10-30 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=386343

--- Comment #2 from Dr. Chapatin  ---
I just noticed that the problem described here happens only when kwallet is
disabled.

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

  1   2   3   >