[frameworks-baloo] [Bug 379739] New: insane baloo_file (and plasmashell) 256 GB virtual memory size

2017-05-11 Thread skierpage
https://bugs.kde.org/show_bug.cgi?id=379739

Bug ID: 379739
   Summary: insane baloo_file (and plasmashell) 256 GB virtual
memory size
   Product: frameworks-baloo
   Version: 5.33.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Baloo File Daemon
  Assignee: pinak.ah...@gmail.com
  Reporter: skierp...@gmail.com
  Target Milestone: ---

I'm running Fedora 25 KDE spin on an 8GB Thinkpad T460 laptop with SSD. Its fan
got loud, so I ran htop, found Firefox at 99% CPU, and closed it. But I noticed
some insane VIRT(ual memory sizes) for plasmashell and baloo_file, 261G and
256G! The output of `top` is below (.255 terabytes of virtual memory!), you can
see the laptop has plenty of RAM free and isn't even swapping. baloosearch
works fine.

I futzed around in /proc/ and in /proc/1454/smaps I found a
possible smoking gun:

7f615000-7fa15000 r--s  fd:03 133792
/home/spage/.local/share/baloo/index
Size:   268435456 kB
Rss:  667868 kB

That 268 GB size for baloo/index is obviously wrong (it's bigger than my entire
SSD), its actual size is 684468K. The plasmashell process's smaps file has a
similar entry for baloo_index, same huge size. balooctl reports the right size:

% balooctl status
Baloo File Indexer is running
Indexer state: Indexing file content
Indexed 290638 / 290638 files
Current size of index is 668.43 MiB

Bug 378749 seems similar, but doesn't mention the baloo_file process.
Maybe this is related to bug 371878 . It might suggest a bug in the way
baloo_file and plasmashell handle the baloo_index file is handled. Or it could
be a meaningless glitch.  I've never created a .255 terabyte process before :-)

- - - -

`top` output:
Tasks: 205 total,   1 running, 200 sleeping,   3 stopped,   1 zombie
%Cpu(s):  4.3 us,  1.7 sy,  0.6 ni, 92.5 id,  0.2 wa,  0.3 hi,  0.4 si,  0.0 st
KiB Mem :  8038468 total,   443528 free,  2164324 used,  5430616 buff/cache
KiB Swap:  6402044 total,  6402044 free,0 used.  5172720 avail Mem 

  PID USER  PR  NIVIRTRESSHR S  %CPU %MEM TIME+ COMMAND 
 1459 spage 20   0  0.255t 285740 150876 S   5.9  3.6  26:20.73 plasmashell 
 1454 spage 39  19  0.251t 811336 686360 S   0.0 10.1  28:25.88 baloo_file  
 1448 spage 20   0 3375068 116400  68672 S   0.0  1.4  37:56.80 kwin_x11
16487 spage 20   0 3080924 446576 135028 S   0.0  5.6   9:06.60 firefox

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

[kwin] [Bug 378452] Escape key not detected by several games in wayland

2017-05-11 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=378452

Martin Flöser  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED
  Latest Commit||https://commits.kde.org/kwi
   ||n/229be65e4002987e2de0113ef
   ||9b7140492d2d681

--- Comment #21 from Martin Flöser  ---
Git commit 229be65e4002987e2de0113ef9b7140492d2d681 by Martin Flöser, on behalf
of Martin Gräßlin.
Committed on 12/05/2017 at 05:06.
Pushed by graesslin into branch 'Plasma/5.9'.

Improve the escape key handling for breaking constrained pointers

Summary:
So far KWin started to filter out the escape key as soon as it gets
pressed. This was done by unsetting keyboard focus. The idea was to
reset keyboard focus when it is only a short press and that then the
keyboard state is correct for the application. But in practice this
does not work. The only application currently supporting pointer
constraints (Xwayland) does not do anything on a key which is pressed
when gaining keyboard focus. The result is escape not working in
pointer constrained Xwayland windows.

This change addresses this problem by changing the interaction to only
unset keyboard focus when our break constraints condition is met. This
should also result in the application not handling the key release, but
it means it gets the key press. Unfortunately I don't have a good way
to test.

Test Plan: None

Reviewers: #kwin, #plasma

Subscribers: plasma-devel, kwin

Tags: #kwin

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

M  +3-2autotests/integration/pointer_constraints_test.cpp
M  +5-3input.cpp
M  +1-1keyboard_input.cpp

https://commits.kde.org/kwin/229be65e4002987e2de0113ef9b7140492d2d681

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

[kwin] [Bug 379732] Does not build: 'DrmSurfaceBuffer' does not name a type

2017-05-11 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=379732

--- Comment #5 from Martin Flöser  ---
I would expect that openSUSE is building with gbm support. In fact GBM is not
considered optional for Linux distros, but only for BSDs. Maybe I need to
adjust the dependencies there.

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

[kwin] [Bug 379465] kwin_x11 crashes after mpv is set to fullscreen

2017-05-11 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=379465

Martin Flöser  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|BACKTRACE   |WONTFIX

--- Comment #3 from Martin Flöser  ---
Without the backtrace we cannot investigate -> wontfix.

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

[kwin] [Bug 378452] Escape key not detected by several games in wayland

2017-05-11 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=378452

Martin Flöser  changed:

   What|Removed |Added

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

--- Comment #20 from Martin Flöser  ---
Will be fixed with the patch going into repo

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

[Akonadi] [Bug 379548] IMAP resource crashes on configure operation

2017-05-11 Thread Luciano Fuentes
https://bugs.kde.org/show_bug.cgi?id=379548

Luciano Fuentes  changed:

   What|Removed |Added

 CC||lucho.fuen...@gmail.com

--- Comment #6 from Luciano Fuentes  ---
Created attachment 105466
  --> https://bugs.kde.org/attachment.cgi?id=105466=edit
backtrace of journalctl -f

I am on Archlinux , and I have the same issue, I can't add any IMAP account. 
I attach the backtrace of journalctl -f.

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

[plasma-nm] [Bug 379738] New: Unable to set static IP address in connection editor

2017-05-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=379738

Bug ID: 379738
   Summary: Unable to set static IP address in connection editor
   Product: plasma-nm
   Version: 5.9.5
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: editor
  Assignee: jgrul...@redhat.com
  Reporter: logicreasondo...@gmail.com
  Target Milestone: ---

Unable to set a static IP in kde-neon. The connection editor lets me fill out
the address, netmask, and gateway fields but will not let me apply the
settings. If you click 'Ok' and then go back into the editor, the new settings
never saved or have reverted back to Automatic.

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

[kcontrol] [Bug 61287] Numeric Keypad Configuration Failure

2017-05-11 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=61287

--- Comment #6 from Christoph Feck  ---
You are aware that you are adding a comment to a 15 year old bug that has long
been closed? Please create a new ticket for product 'krdc', describing exactly
what steps you do, what you expect to see, and what you get instead.

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

[kwin] [Bug 350159] kwin_wayland needs KWIN_COMPOSE=Q set on platforms that recommend xrender, like QEMU

2017-05-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=350159

bluescreenaven...@gmail.com changed:

   What|Removed |Added

Summary|kwin_wayland doesn't work   |kwin_wayland needs
   |on platforms that recommend |KWIN_COMPOSE=Q set on
   |xrender, like QEMU  |platforms that recommend
   ||xrender, like QEMU

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

[kwin] [Bug 379465] kwin_x11 crashes after mpv is set to fullscreen

2017-05-11 Thread Nicolas Frattaroli
https://bugs.kde.org/show_bug.cgi?id=379465

--- Comment #2 from Nicolas Frattaroli  ---
Then DrKonqi should probably not give this backtrace a 3 out of 3 star rating.

I'm personally not going to try and reproduce this again with debug symbols.
Building Qt with debug symbols is going to take me way too long, and the crash
happens so rarely that it's hard to reproduce in the first place.

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

[kwin] [Bug 379735] kwin_wayland causes high cpu usage and huge memory leak when I use third party window decorations

2017-05-11 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=379735

Dr. Chapatin  changed:

   What|Removed |Added

Summary|lwin_wayland causes high|kwin_wayland causes high
   |cpu usage and huge memory   |cpu usage and huge memory
   |leak when I use third party |leak when I use third party
   |window decorations  |window decorations

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

[valgrind] [Bug 362223] assertion failed when .valgrindrc is a directory instead of a file

2017-05-11 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=362223

--- Comment #15 from Ivo Raisr  ---
Follow up commit SVN r16366.

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

[k3b] [Bug 379448] There is no information

2017-05-11 Thread Leslie Zhai
https://bugs.kde.org/show_bug.cgi?id=379448

--- Comment #15 from Leslie Zhai  ---
Hi Cristian,

cdemu create-blank --writer-id=WRITER-ISO --medium-type=dvd+r 0 ~/virt.iso

then you can burning ArchLinux or Fedora iso to this virtual DVD disc media,

or

cdemu create-blank --writer-id=WRITER-TOC --medium-type=cdr80
--param="writer.write_raw=1" --param="writer.write_subchannel=1" 0 ~/virt.toc

then you can New Data Project to burn some files to this virtual CD disc media
by K3B, click Show Debugging Output button to save the debug.log, and please
Add the log attachment, thanks!

Regards,
Leslie Zhai

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

[valgrind] [Bug 370028] Reduce the number of compiler warnings on MIPS platforms

2017-05-11 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=370028

--- Comment #36 from Ivo Raisr  ---
(In reply to Tamara Vlahovic from comment #35)

Committed in Valgrind SVN as r16365.
Nice approach, thank you for the patch.

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

[kwin] [Bug 379735] lwin_wayland causes high cpu usage and huge memory leak when I use third party window decorations

2017-05-11 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=379735

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #1 from Christoph Feck  ---


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

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

[kwin] [Bug 379338] huge memory usage. from 0 to 16Gb in less than 30 seconds

2017-05-11 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=379338

Christoph Feck  changed:

   What|Removed |Added

 CC||yy...@gmx.com

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

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

[kdenlive] [Bug 379717] Kdenlive closed unexpectedly

2017-05-11 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=379717

Christoph Feck  changed:

   What|Removed |Added

   Severity|normal  |crash

--- Comment #2 from Christoph Feck  ---
Could you add a 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.

[kwayland-integration] [Bug 372597] /usr/bin/kaccess crashes when started in a Wayland Session

2017-05-11 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=372597

Christoph Feck  changed:

   What|Removed |Added

 CC||scott.ashf...@gmail.com

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

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

[kde] [Bug 379728] Connections - System Settings Module crash

2017-05-11 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=379728

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #1 from Christoph Feck  ---


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

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

[kwin] [Bug 378452] Escape key not detected by several games in wayland

2017-05-11 Thread Rajdeep Nanua
https://bugs.kde.org/show_bug.cgi?id=378452

Rajdeep Nanua  changed:

   What|Removed |Added

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

--- Comment #19 from Rajdeep Nanua  ---
That works! Thanks a bunch, Martin.

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

[systemsettings] [Bug 379736] systemsettings5 crashes when running as other user with kdesu

2017-05-11 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=379736

--- Comment #1 from David Edmundson  ---
It's printing something to the command line. Can you include it please.

On 11 May 2017 23:48,  wrote:

> Bug ID 379736 
> Summary systemsettings5 crashes when running as other user with kdesu
> Product systemsettings
> Version 5.8.2
> Platform openSUSE RPMs
> OS Linux
> Status UNCONFIRMED
> Keywords drkonqi
> Severity crash
> Priority NOR
> Component general
> Assignee plasma-b...@kde.org
> Reporter kderep...@airmail.cc
> Target Milestone ---
>
> Application: systemsettings5 (5.8.2)
>
> Qt Version: 5.6.1
> Frameworks Version: 5.26.0
> Operating System: Linux 4.4.62-18.6-default x86_64
> Distribution: "openSUSE Leap 42.2"
>
> -- Information about the crash:
> - What I was doing when the application crashed:
>
> -Normaly login as user1
> -Run kdesu -u user2 systemsettings5
> -Click any item. For example "Workspace theme"
> -Thats it
>
> The crash can be reproduced every time.
>
> -- Backtrace:
> Application: System Settings (systemsettings5), signal: Aborted
> Using host libthread_db library "/lib64/libthread_db.so.1".
> [Current thread is 1 (Thread 0x7efd7a430780 (LWP 7671))]
>
> Thread 3 (Thread 0x7efd50d5f700 (LWP 7680)):
> #0  0x7efd71d5a855 in g_main_context_prepare () from
> /usr/lib64/libglib-2.0.so.0
> #1  0x7efd71d5b230 in ?? () from /usr/lib64/libglib-2.0.so.0
> #2  0x7efd71d5b42c in g_main_context_iteration () from
> /usr/lib64/libglib-2.0.so.0
> #3  0x7efd76a5132b in QEventDispatcherGlib::processEvents
> (this=0x7efd4c0008e0, flags=...) at kernel/qeventdispatcher_glib.cpp:419
> #4  0x7efd769fefdb in QEventLoop::exec (this=this@entry=0x7efd50d5ee30,
> flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
> #5  0x7efd76839f1a in QThread::exec (this=) at
> thread/qthread.cpp:500
> #6  0x7efd74ba29c8 in ?? () from /usr/lib64/libQt5Qml.so.5
> #7  0x7efd7683e9e9 in QThreadPrivate::start (arg=0x1ee32d0) at
> thread/qthread_unix.cpp:341
> #8  0x7efd72278744 in start_thread () from /lib64/libpthread.so.0
> #9  0x7efd7614cd3d in clone () from /lib64/libc.so.6
>
> Thread 2 (Thread 0x7efd5d569700 (LWP 7673)):
> #0  0x7efd76159802 in clock_gettime () from /lib64/libc.so.6
> #1  0x7efd768e9826 in qt_clock_gettime (ts=0x7efd5d568bb0, 
> clock= out>) at tools/qelapsedtimer_unix.cpp:105
> #2  do_gettime (frac=, sec=) at
> tools/qelapsedtimer_unix.cpp:156
> #3  qt_gettime () at tools/qelapsedtimer_unix.cpp:165
> #4  0x7efd76a4f989 in QTimerInfoList::updateCurrentTime
> (this=this@entry=0x7efd58002ed0) at kernel/qtimerinfo_unix.cpp:84
> #5  0x7efd76a4ff05 in QTimerInfoList::timerWait (this=0x7efd58002ed0,
> tm=...) at kernel/qtimerinfo_unix.cpp:381
> #6  0x7efd76a510fe in timerSourcePrepareHelper (timeout=0x7efd5d568c64,
> src=) at kernel/qeventdispatcher_glib.cpp:126
> #7  timerSourcePrepare (source=, timeout=0x7efd5d568c64) at
> kernel/qeventdispatcher_glib.cpp:159
> #8  0x7efd71d5a95d in g_main_context_prepare () from
> /usr/lib64/libglib-2.0.so.0
> #9  0x7efd71d5b230 in ?? () from /usr/lib64/libglib-2.0.so.0
> #10 0x7efd71d5b42c in g_main_context_iteration () from
> /usr/lib64/libglib-2.0.so.0
> #11 0x7efd76a5132b in QEventDispatcherGlib::processEvents
> (this=0x7efd580008e0, flags=...) at kernel/qeventdispatcher_glib.cpp:419
> #12 0x7efd769fefdb in QEventLoop::exec (this=this@entry=0x7efd5d568e20,
> flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
> #13 0x7efd76839f1a in QThread::exec (this=) at
> thread/qthread.cpp:500
> #14 0x7efd773541d5 in ?? () from /usr/lib64/libQt5DBus.so.5
> #15 0x7efd7683e9e9 in QThreadPrivate::start (arg=0x7efd775bcce0) at
> thread/qthread_unix.cpp:341
> #16 0x7efd72278744 in start_thread () from /lib64/libpthread.so.0
> #17 0x7efd7614cd3d in clone () from /lib64/libc.so.6
>
> Thread 1 (Thread 0x7efd7a430780 (LWP 7671)):
> [KCrash Handler]
> #4  0x7efd760978d7 in raise () from /lib64/libc.so.6
> #5  0x7efd76098caa in abort () from /lib64/libc.so.6
> #6  0x7efd7682a37e in qt_message_fatal (context=..., message= pointer>) at global/qlogging.cpp:1648
> #7  QMessageLogger::fatal (this=, msg=) at
> global/qlogging.cpp:790
> #8  0x7efd756e0445 in ?? () from /usr/lib64/libQt5QuickWidgets.so.5
> #9  0x7efd756e076a in ?? () from /usr/lib64/libQt5QuickWidgets.so.5
> #10 0x7efd756e0f46 in QQuickWidget::resizeEvent(QResizeEvent*) () from
> /usr/lib64/libQt5QuickWidgets.so.5
> #11 0x7efd785b596f in QWidget::event (this=0x223e5b0, 
> event=0x7ffd771866d0)
> at kernel/qwidget.cpp:8909
> #12 0x7efd78573e3c in QApplicationPrivate::notify_helper (this= out>, receiver=0x223e5b0, e=0x7ffd771866d0) at kernel/qapplication.cpp:3804
> #13 0x7efd7857849a in QApplication::notify (this=0x7ffd771870e0,
> receiver=0x223e5b0, e=0x7ffd771866d0) at kernel/qapplication.cpp:3561
> #14 

[kexi] [Bug 379737] Printing specific report page

2017-05-11 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=379737

Jarosław Staniek  changed:

   What|Removed |Added

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

--- Comment #3 from Jarosław Staniek  ---
Waiting for details.

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

[gwenview] [Bug 202414] allow to hide status bar and toolbar

2017-05-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=202414

--- Comment #19 from andydecle...@gmail.com ---
Can this issue please be kept open until it's resolved?

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

[kexi] [Bug 379694] Parameter queries in reports do not work

2017-05-11 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=379694

Jarosław Staniek  changed:

   What|Removed |Added

   Target Milestone|--- |3.0.2

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

[kexi] [Bug 379694] Parameter queries in reports do not work

2017-05-11 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=379694

Jarosław Staniek  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |ASSIGNED

--- Comment #9 from Jarosław Staniek  ---
Current workaround for you Ian: Once you find the record you want to print,
copy the ID to clipboard, go to the query design, paste the ID in the criteria
box for the ID field. Save the query, then open report based on the query (to
refresh it you can go to design and switch back to data). Result: one record
should be previewed. See
https://bugs.kde.org/attachment.cgi?id=105464=edit

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

[kexi] [Bug 379694] Parameter queries in reports do not work

2017-05-11 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=379694

--- Comment #8 from Jarosław Staniek  ---
Created attachment 105464
  --> https://bugs.kde.org/attachment.cgi?id=105464=edit
Report for query limited to 1 record

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

[kexi] [Bug 379694] Parameter queries in reports do not work

2017-05-11 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=379694

Jarosław Staniek  changed:

   What|Removed |Added

Summary|Selecting record for|Parameter queries in
   |printing|reports do not work

--- Comment #7 from Jarosław Staniek  ---
Example follows:
1. Table persons created:
https://bugs.kde.org/attachment.cgi?id=105461=edit

2.  Parameter query created from this table, note that for the Criteria for ID
I entered [Enter Person's ID]

3. Kexi asks for ID when the query is previewed. You enter 1 and record "Ian"
appears.

4. Then create report based on the query. The report should ask for the
parameter for the query then just one record should be displayed in the report.

Current issue: Step 4 does not work. (I changed the bug summary - most
practical)

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

[kexi] [Bug 379694] Selecting record for printing

2017-05-11 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=379694

--- Comment #6 from Jarosław Staniek  ---
So to select a record you can use parameter queries:

http://www.kexi-project.org/pics/1.1.1/parameter_query/parameter_query.html

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

[kexi] [Bug 379694] Selecting record for printing

2017-05-11 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=379694

--- Comment #4 from Jarosław Staniek  ---
Created attachment 105462
  --> https://bugs.kde.org/attachment.cgi?id=105462=edit
Parameter query

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

[kexi] [Bug 379694] Selecting record for printing

2017-05-11 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=379694

--- Comment #5 from Jarosław Staniek  ---
Created attachment 105463
  --> https://bugs.kde.org/attachment.cgi?id=105463=edit
Parameter query in report

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

[kexi] [Bug 379694] Selecting record for printing

2017-05-11 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=379694

--- Comment #3 from Jarosław Staniek  ---
Created attachment 105461
  --> https://bugs.kde.org/attachment.cgi?id=105461=edit
Sample table

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

[ark] [Bug 379711] Ark doesn't use default video player

2017-05-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=379711

--- Comment #4 from lnx...@westlot.net ---
(In reply to Elvis Angelaccio from comment #3)
> (In reply to lnxusr from comment #2)
> > Yes, the video is played in VLC when I use Open from either the button or
> > the menu.  Dragon player, although has it's own buggs, plays the video fine
> > when used with the 'Open With' menu option, but the embedded player for ark
> > has a large black square in the upper left corner of the video.  If this is
> > indeed Dragon player, let me know and I'll open a bug report over there. 
> 
> You can check which is the preferred application for embedding at: System
> Settings -> Applications -> File Associations (look for the video file type,
> then check the Embedding tab).
> 
> > Is it really necessary to use an embedded an player here?  I don't often 
> > play
> > videos from within Ark, but when I do, I'd rather them play with my chosen
> > player.  I use VLC for the simple reason that Dragon Player has been buggy
> > since it's inception.  Perhaps an option to use the embedded or system
> > player.
> 
> In the same place I mentioned above, you can disable the embedded player for
> videos, if you wish.
> 

I have VLC set as default for video/mp4 already, and tried both 'Show file in
separate viewer' and 'Use settings for 'video' group' with no effect.  It seems
Ark want's to use the embedded viewer no matter what, but I don't know if this
is in Ark or a bug somewhere else in KDE.  Either option in the 'Left Click
Action' box for the file type has no affect in Konqueror file manager.  Other
than Ark, which is opened when I click the archive in both Konqueror and
Dolphin.

> > 
> > Thank you for the quick reply, Elvis.  If this is a problem with Dragon
> > Player, can this issue be closed?
> 
> Sure :)

Maybe hold off on closing this until it's determined this is not actually Ark
causing the embedded editor to open.  Should I report this as a bug somewhere
else?  I don't know how to look into this further.  The only other graphical
file manager I use is Krusader, and that opens VLC from within archives.

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

[kexi] [Bug 379694] Selecting record for printing

2017-05-11 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=379694

--- Comment #2 from Jarosław Staniek  ---
Ian,
Changed the summary to "Selecting record for printing".

The other problem is addressed at https://bugs.kde.org/show_bug.cgi?id=379737

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

[kexi] [Bug 379694] Selecting record for printing

2017-05-11 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=379694

Jarosław Staniek  changed:

   What|Removed |Added

Summary|Report selecting and|Selecting record for
   |printing|printing
 CC||stan...@kde.org

--- Comment #1 from Jarosław Staniek  ---
Answering for #1. 

I am copying the Problem #2 to another bug entry. Next time please use one
entry per issue, OK?

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

[kexi] [Bug 379737] Printing specific report page

2017-05-11 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=379737

--- Comment #2 from Jarosław Staniek  ---
Created attachment 105460
  --> https://bugs.kde.org/attachment.cgi?id=105460=edit
Report and its export

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

[kexi] [Bug 379737] Printing specific report page

2017-05-11 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=379737

--- Comment #1 from Jarosław Staniek  ---
I've changed the topic to "Printing specific report page" (printing or
exporting, the same here).

Question: do you request printing the displayed page of the current report?

What is the "FIRST Report in the Group" in your description?

On the screenshot I am attaching below I was able to open two reports and the
second is current. I exported it to PDF as you can see there.

Current Kexi always exports all the pages to file. You can control what
page/pages to print (either from Kexi or from a PDF viewer if you print the
exported PDF) in the print dialog (Print range option). Print All is the
default.

What's your request precisely?

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

[kexi] [Bug 379737] New: Report selecting and printing

2017-05-11 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=379737

Bug ID: 379737
   Summary: Report selecting and printing
   Product: kexi
   Version: 3.1 Alpha
  Platform: Appimage
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: Reports and Printouts
  Assignee: kexi-b...@kde.org
  Reporter: stan...@kde.org
CC: a...@piggz.co.uk, in...@fables.co.za,
kexi-b...@kde.org, whitfi...@telkomsa.net
  Target Milestone: ---

+++ This bug was initially created as a clone of Bug #379694 +++

I have a Members Database and from this, with a Query, I select a Group of the
Members.
I then created a Report to print out or email a Report for each of these
selected Members.

Problem 2: Once I have the Report I want on screen I select "Report > Export as
> PDF"
BUT it prints out the FIRST Report in the Group and NOT the one on-screen.

To do a lot of these it would be better if you could trigger the Report for the
current Record on-screen from the Form. Is this possible??

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

[kexi] [Bug 379737] Printing specific report page

2017-05-11 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=379737

Jarosław Staniek  changed:

   What|Removed |Added

Summary|Report selecting and|Printing specific report
   |printing|page

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

[Akonadi] [Bug 379733] akonadi_imap_resource crashes when configuring accounts

2017-05-11 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=379733

--- Comment #2 from Antonio Rojas  ---
https://phabricator.kde.org/D5819

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

[kexi] [Bug 379308] Page size difference

2017-05-11 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=379308

--- Comment #8 from Jarosław Staniek  ---
(PS: I understand that there's no AppImage for 3.0.2 so the solution is to
resize section using drag or do it in Kexi 2.9 or wait for a fix in 3.1 Alpha
AppImage)

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

[kexi] [Bug 379308] Page size difference

2017-05-11 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=379308

Jarosław Staniek  changed:

   What|Removed |Added

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

--- Comment #7 from Jarosław Staniek  ---
Waiting for opinion.

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

[kexi] [Bug 379308] Page size difference

2017-05-11 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=379308

--- Comment #6 from Jarosław Staniek  ---
Created attachment 105459
  --> https://bugs.kde.org/attachment.cgi?id=105459=edit
Exported PDF report with small 4mm margins and 2 labels in the corners

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

[kexi] [Bug 379308] Page size difference

2017-05-11 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=379308

--- Comment #5 from Jarosław Staniek  ---
Created attachment 105458
  --> https://bugs.kde.org/attachment.cgi?id=105458=edit
Report preview - label on the bottom

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

[kexi] [Bug 379308] Page size difference

2017-05-11 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=379308

--- Comment #4 from Jarosław Staniek  ---
Created attachment 105457
  --> https://bugs.kde.org/attachment.cgi?id=105457=edit
Report design - page properties

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

[kexi] [Bug 379308] Page size difference

2017-05-11 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=379308

--- Comment #3 from Jarosław Staniek  ---
Created attachment 105456
  --> https://bugs.kde.org/attachment.cgi?id=105456=edit
Report design

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

[kexi] [Bug 379308] Page size difference

2017-05-11 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=379308

Jarosław Staniek  changed:

   What|Removed |Added

 CC||stan...@kde.org

--- Comment #2 from Jarosław Staniek  ---
Ian,
Thanks for the report.

> There seems to me no way to make use of this area.

It's possible by setting 1. page size 2. margins. Please see my attachments.

Click on the select entire area box (left top corner of report) then change
page size and/or margins. Unit can be changed too to your preference.

Then resize the details section using dragging the bottom handle. This needs 
improvement in Kexi. You can resize easier if you resize Kexi window more
(beyond of screen size maybe) temporarily. 
Alternatively if you click the report Detail section there is the Height
property. Change it e.g. to 27cm for A4 portrait page to have 1cm margins. But
it's in wrong unit in current Kexi 3.1 Alpha (it's OK in 3.0.2). 
Even in 3.0.2 entering the value into Height is broken a bit, for 100% accuracy
it's easier to enter it in a text editor and copy-paste it to the property's
box.

On the report you see on the screen shot I inserted one label on top-left and
second on bottom-right corner of the report to show they are displaying OK.

Once you set up the margins and Detail section size, you would get one Detail
section per printed page. And fine control over report elements close to page
borders. Of course your printer capabilities are the limit regarding printing
on margins, Kexi won't detect that fully.

I am also attaching PDF exported from the screen shoted report, A4 with 4mm
margins and these two labels.

Summing up, there are issues but maybe different than you described. Also lack
of full documentation makes it hard to discover.

Thanks again.

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

[kwin] [Bug 379732] Does not build: 'DrmSurfaceBuffer' does not name a type

2017-05-11 Thread Roman Gilg
https://bugs.kde.org/show_bug.cgi?id=379732

Roman Gilg  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/kwi
   ||n/9334d0ac48239156d7e6d2e08
   ||c626852fca8b164

--- Comment #4 from Roman Gilg  ---
Git commit 9334d0ac48239156d7e6d2e08c626852fca8b164 by Roman Gilg.
Committed on 11/05/2017 at 21:53.
Pushed by romangilg into branch 'Plasma/5.10'.

[DRM plugin] No forward declare of DrmSurfaceBuffer without GBM

This fixes a compilation error introduced with efe905c3e49, which
forward declared the DrmSurfaceBuffer class also on builds without GBM.

M  +2-3plugins/platforms/drm/drm_backend.cpp
M  +2-0plugins/platforms/drm/drm_backend.h

https://commits.kde.org/kwin/9334d0ac48239156d7e6d2e08c626852fca8b164

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

[konsole] [Bug 371687] Unicode characters appear cut off and mess up text height for rest of line

2017-05-11 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=371687

Christoph Feck  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kon
   ||sole/7e2f9d839f5af447a0fc7f
   ||d178dd5d8f58e489bb
 Resolution|--- |FIXED
   Version Fixed In||17.04
 Status|CONFIRMED   |RESOLVED

--- Comment #22 from Christoph Feck  ---
There was no feedback to comment #9, closing.

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

[systemsettings] [Bug 379736] New: systemsettings5 crashes when running as other user with kdesu

2017-05-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=379736

Bug ID: 379736
   Summary: systemsettings5 crashes when running as other user
with kdesu
   Product: systemsettings
   Version: 5.8.2
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: kderep...@airmail.cc
  Target Milestone: ---

Application: systemsettings5 (5.8.2)

Qt Version: 5.6.1
Frameworks Version: 5.26.0
Operating System: Linux 4.4.62-18.6-default x86_64
Distribution: "openSUSE Leap 42.2"

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

-Normaly login as user1
-Run kdesu -u user2 systemsettings5
-Click any item. For example "Workspace theme"
-Thats it

The crash can be reproduced every time.

-- Backtrace:
Application: System Settings (systemsettings5), signal: Aborted
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7efd7a430780 (LWP 7671))]

Thread 3 (Thread 0x7efd50d5f700 (LWP 7680)):
#0  0x7efd71d5a855 in g_main_context_prepare () from
/usr/lib64/libglib-2.0.so.0
#1  0x7efd71d5b230 in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x7efd71d5b42c in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#3  0x7efd76a5132b in QEventDispatcherGlib::processEvents
(this=0x7efd4c0008e0, flags=...) at kernel/qeventdispatcher_glib.cpp:419
#4  0x7efd769fefdb in QEventLoop::exec (this=this@entry=0x7efd50d5ee30,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
#5  0x7efd76839f1a in QThread::exec (this=) at
thread/qthread.cpp:500
#6  0x7efd74ba29c8 in ?? () from /usr/lib64/libQt5Qml.so.5
#7  0x7efd7683e9e9 in QThreadPrivate::start (arg=0x1ee32d0) at
thread/qthread_unix.cpp:341
#8  0x7efd72278744 in start_thread () from /lib64/libpthread.so.0
#9  0x7efd7614cd3d in clone () from /lib64/libc.so.6

Thread 2 (Thread 0x7efd5d569700 (LWP 7673)):
#0  0x7efd76159802 in clock_gettime () from /lib64/libc.so.6
#1  0x7efd768e9826 in qt_clock_gettime (ts=0x7efd5d568bb0, clock=) at tools/qelapsedtimer_unix.cpp:105
#2  do_gettime (frac=, sec=) at
tools/qelapsedtimer_unix.cpp:156
#3  qt_gettime () at tools/qelapsedtimer_unix.cpp:165
#4  0x7efd76a4f989 in QTimerInfoList::updateCurrentTime
(this=this@entry=0x7efd58002ed0) at kernel/qtimerinfo_unix.cpp:84
#5  0x7efd76a4ff05 in QTimerInfoList::timerWait (this=0x7efd58002ed0,
tm=...) at kernel/qtimerinfo_unix.cpp:381
#6  0x7efd76a510fe in timerSourcePrepareHelper (timeout=0x7efd5d568c64,
src=) at kernel/qeventdispatcher_glib.cpp:126
#7  timerSourcePrepare (source=, timeout=0x7efd5d568c64) at
kernel/qeventdispatcher_glib.cpp:159
#8  0x7efd71d5a95d in g_main_context_prepare () from
/usr/lib64/libglib-2.0.so.0
#9  0x7efd71d5b230 in ?? () from /usr/lib64/libglib-2.0.so.0
#10 0x7efd71d5b42c in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#11 0x7efd76a5132b in QEventDispatcherGlib::processEvents
(this=0x7efd580008e0, flags=...) at kernel/qeventdispatcher_glib.cpp:419
#12 0x7efd769fefdb in QEventLoop::exec (this=this@entry=0x7efd5d568e20,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
#13 0x7efd76839f1a in QThread::exec (this=) at
thread/qthread.cpp:500
#14 0x7efd773541d5 in ?? () from /usr/lib64/libQt5DBus.so.5
#15 0x7efd7683e9e9 in QThreadPrivate::start (arg=0x7efd775bcce0) at
thread/qthread_unix.cpp:341
#16 0x7efd72278744 in start_thread () from /lib64/libpthread.so.0
#17 0x7efd7614cd3d in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7efd7a430780 (LWP 7671)):
[KCrash Handler]
#4  0x7efd760978d7 in raise () from /lib64/libc.so.6
#5  0x7efd76098caa in abort () from /lib64/libc.so.6
#6  0x7efd7682a37e in qt_message_fatal (context=..., message=) at global/qlogging.cpp:1648
#7  QMessageLogger::fatal (this=, msg=) at
global/qlogging.cpp:790
#8  0x7efd756e0445 in ?? () from /usr/lib64/libQt5QuickWidgets.so.5
#9  0x7efd756e076a in ?? () from /usr/lib64/libQt5QuickWidgets.so.5
#10 0x7efd756e0f46 in QQuickWidget::resizeEvent(QResizeEvent*) () from
/usr/lib64/libQt5QuickWidgets.so.5
#11 0x7efd785b596f in QWidget::event (this=0x223e5b0, event=0x7ffd771866d0)
at kernel/qwidget.cpp:8909
#12 0x7efd78573e3c in QApplicationPrivate::notify_helper (this=, receiver=0x223e5b0, e=0x7ffd771866d0) at kernel/qapplication.cpp:3804
#13 0x7efd7857849a in QApplication::notify (this=0x7ffd771870e0,
receiver=0x223e5b0, e=0x7ffd771866d0) at kernel/qapplication.cpp:3561
#14 0x7efd76a00fc5 in QCoreApplication::notifyInternal2
(receiver=receiver@entry=0x223e5b0, event=event@entry=0x7ffd771866d0) at
kernel/qcoreapplication.cpp:1015
#15 0x7efd785aeb32 in QCoreApplication::sendEvent (event=0x7ffd771866d0,
receiver=0x223e5b0) at 

[Akonadi] [Bug 379733] akonadi_imap_resource crashes when configuring accounts

2017-05-11 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=379733

--- Comment #1 from Antonio Rojas  ---
Bisected to
https://cgit.kde.org/kdepim-runtime.git/commit/?h=Applications/17.04=b5890530c0f81ecf4955d3fe98983704b16f513f

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

[kwin] [Bug 379735] New: lwin_wayland causes high cpu usage and huge memory leak when I use third party window decorations

2017-05-11 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=379735

Bug ID: 379735
   Summary: lwin_wayland causes high cpu usage and huge memory
leak when I use third party window decorations
   Product: kwin
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: yy...@gmx.com
  Target Milestone: ---

Hi, I'm running Wayland session on neon dev, my machine is a laptop with intel
hd 4000.
I installed some third party window decorations (arc, ghosts-deco, breeze-osx)
from kde store, when I enable some of them, kwin_wayland process causes high
cpu usage and huge memory leak. Memory usage increases quickly until my entire
machine stops.

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

[digikam] [Bug 369354] Wrong translation for german when you search for faces

2017-05-11 Thread Eugen Albiker
https://bugs.kde.org/show_bug.cgi?id=369354

Eugen Albiker  changed:

   What|Removed |Added

Version|5.5.0   |5.2.0

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

[digikam] [Bug 369354] Wrong translation for german when you search for faces

2017-05-11 Thread Eugen Albiker
https://bugs.kde.org/show_bug.cgi?id=369354

Eugen Albiker  changed:

   What|Removed |Added

  Component|de  |Usability
Product|i18n|digikam
Version|unspecified |5.5.0

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

[krita] [Bug 379734] New: Unable to access brushes

2017-05-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=379734

Bug ID: 379734
   Summary: Unable to access brushes
   Product: krita
   Version: 3.1.3
  Platform: Other
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Dockers
  Assignee: krita-bugs-n...@kde.org
  Reporter: thelibragam...@gmail.com
  Target Milestone: ---

Unable to access brushes on dockers menu

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

[neon] [Bug 379721] neon only dependency bug: phonon4qt5-backend-vlc and -gstreamer.

2017-05-11 Thread vinnywright
https://bugs.kde.org/show_bug.cgi?id=379721

vinnywright  changed:

   What|Removed |Added

 CC||charles.v.wri...@gmail.com

--- Comment #2 from vinnywright  ---
confirming @hear

vinny@vinny-Bonobo-Extreme:~$ lsb_release -a
No LSB modules are available.
Distributor ID: neon
Description:KDE neon LTS User Edition 5.8
Release:16.04
Codename:   xenial

vinny@vinny-Bonobo-Extreme:~$ sudo apt-get -s remove --purge vlc


The following additional packages will be installed:
  gstreamer1.0-pulseaudio libutempter0 phonon-backend-gstreamer
phonon-backend-gstreamer-common xterm
Suggested packages:
  gstreamer1.0-plugins-ugly phonon4qt5-backend-gstreamer xfonts-cyrillic
The following packages will be REMOVED:
  bluedevil* dolphin* frameworkintegration* gwenview* kaccounts-providers*
kde-cli-tools* kde-config-gtk-style* kde-config-screenlocker*
  kde-spectacle* kdeconnect* kdialog* kgamma5* khotkeys* kinfocenter* kio*
kio-extras* kmenuedit* konsole* konsole-kpart* krusader* kscreen*
  ksshaskpass* ksysguard* kwalletmanager* kwin* kwin-addons* kwin-common*
kwin-data* kwin-x11* kwrited* libkf5kdelibs4support5*
  libkf5kdelibs4support5-bin* libkf5khtml-bin* libkf5khtml5* libkf5newstuff5*
libkf5newstuffcore5* libkf5notifications5* libkf5notifyconfig5*
  libkf5plasma5* libkf5plasmaquick5* libkf5purpose5* libkf5purposewidgets5*
libkf5runner5* libkf5wallet-bin* libkf5wallet5* libkscreenlocker5*
  libkwalletbackend5-5* libkwin4-effect-builtins1* libokular5core7*
libpowerdevilcore2* libweather-ion7* milou* muon-notifier* muon-updater*
  neon-desktop* okular* phonon-backend-vlc* phonon4qt5* phonon4qt5-backend-vlc*
plasma-dataengines-addons* plasma-desktop* plasma-discover*
  plasma-discover-private* plasma-discover-updater* plasma-framework*
plasma-integration* plasma-nm* plasma-pa* plasma-runners-addons*
  plasma-wallpapers-addons* plasma-widgets-addons* plasma-workspace*
powerdevil* print-manager* qml-module-org-kde-kirigami*
  qml-module-org-kde-newstuff* qml-module-org-kde-purpose*
qml-module-org-kde-runnermodel* sddm-theme-breeze* systemsettings*
user-manager* vlc*
The following NEW packages will be installed:
  gstreamer1.0-pulseaudio libutempter0 phonon-backend-gstreamer
phonon-backend-gstreamer-common xterm
0 upgraded, 5 newly installed, 82 to remove and 0 not upgraded.



it seams as though apt will add the missing  phonon-backend-gstreamer 
But still removes your desktop .

VINNY

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

[k3b] [Bug 379448] There is no information

2017-05-11 Thread Cristian Aravena Romero
https://bugs.kde.org/show_bug.cgi?id=379448

--- Comment #14 from Cristian Aravena Romero  ---
Created attachment 105455
  --> https://bugs.kde.org/attachment.cgi?id=105455=edit
.cdemu-daemon.log (DVD)

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

[gwenview] [Bug 379615] Data loss when importing pictures

2017-05-11 Thread Luigi Toscano
https://bugs.kde.org/show_bug.cgi?id=379615

Luigi Toscano  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/gwe
   ||nview/6ce5d2f8d82f83c5a3d72
   ||6ee5807ebaf7a6e3c6c
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Luigi Toscano  ---
Git commit 6ce5d2f8d82f83c5a3d726ee5807ebaf7a6e3c6c by Luigi Toscano, on behalf
of Henrik Fehlauer.
Committed on 11/05/2017 at 20:43.
Pushed by ltoscano into branch 'Applications/17.04'.

Avoid data loss when importing pictures

Summary:
Fix porting regressions, which left users of Gwenview Importer with:
- failed import (import destination still empty)
- additionally (when choosing "Delete" instead of "Keep" after import):
  pictures also removed from import source, with no way to recover

Correct additional problems remaining after fixing the import failure:
- hang on duplicate filenames
- identically named files with different content are never imported
- error dialog when deleting pictures from import source

In detail:

1st problem (introduced in 017b4fe5dc7f4b6e876cfd7b108dcebbf609ae94):

  Initially, pictures are copied to a temporary folder
  (e.g. "foo/.gwenview_importer-IcQqvo/"), before being moved/renamed
  to the final destination (e.g. "foo/"), which is determined by
  calling "cd .." on the temporary folder.

  However, mistakenly this path contains a superfluous '/'
  (e.g. "foo/.gwenview_importer-IcQqvo//"), resulting in the final
  destination reading "foo/.gwenview_importer-IcQqvo/" instead of
  "foo/". On cleanup, the temporary folder is removed, simultaneously
  deleting all new pictures.

  Fix: Omit '/' where appropriate.

2nd problem (broken by a3262e9b197ee97323ef8bf3a9dca1e13f61a74c):

  When trying to find a unique filename, the while loop "stat"ing the
  file repeats forever.

  Fix: Call "KIO::stat" and "KJobWidgets::setWindow"
   also inside the loop.

3rd problem (introduced in 017b4fe5dc7f4b6e876cfd7b108dcebbf609ae94):

  If the destination directory already contains an identically named
  file, we try to find a different name by appending a number. For
  this, we need to strip the old filename from the full path.
  Unfortunately, only calling "path()" is incorrect, giving
  "foo/pict0001.jpg/pict0001_1.jpg", rather than "foo/pict0001_1.jpg".

  Fix: Use "adjusted(QUrl::RemoveFilename)".

4th problem (broken by a3262e9b197ee97323ef8bf3a9dca1e13f61a74c):

  Although deletion works, we show a warning dialog stating failure.

  Fix: Invert the logic of "job->exec()", as the error handling should
   be skipped by "break"ing out of the while loop.

Test Plan:
Steps to reproduce (see https://bugs.kde.org/show_bug.cgi?id=379615) no longer
result in data loss.

Autotests for importer (separate review request in D5750) pass. Hopefully, this
helps catching any future porting regressions.

Reviewers: ltoscano, sandsmark, gateau

Reviewed By: ltoscano

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

M  +4-1importer/fileutils.cpp
M  +1-1importer/importdialog.cpp
M  +2-2importer/importer.cpp

https://commits.kde.org/gwenview/6ce5d2f8d82f83c5a3d726ee5807ebaf7a6e3c6c

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

[konsole] [Bug 377252] Modifying font style will save in profile but will not be remembered

2017-05-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377252

iamp...@mailinator.com changed:

   What|Removed |Added

 CC||iamp...@mailinator.com

--- Comment #1 from iamp...@mailinator.com ---
Can confirm same issue with arch linux, the font selection is saved to the
configuration file (it has ',bold' on the end) but opening a new konsole
ignores the bold setting and puts it back to normal. Seems related to
https://bugs.kde.org/show_bug.cgi?id=357721

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

[Akonadi] [Bug 379733] New: akonadi_imap_resource crashes when configuring accounts

2017-05-11 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=379733

Bug ID: 379733
   Summary: akonadi_imap_resource crashes when configuring
accounts
   Product: Akonadi
   Version: 5.5.1
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: IMAP resource
  Assignee: chrig...@fastmail.fm
  Reporter: aro...@archlinux.org
CC: kdepim-b...@kde.org, vkra...@kde.org
  Target Milestone: ---

With kdepim-runtime 17.04.1, akonadi_imap_resource always crashes when trying
to configure an IMAP account from kmail settings -> accounts. Downgrading to
kdepim-runtime 17.04.0 fixes the problem.

Backtrace:
(gdb) bt
#0  MailTransport::ServerTest::normalProtocols (this=0x0) at
/build/kmailtransport/src/kmailtransport-17.04.1/src/kmailtransport/servertest.cpp:593
#1  0x00427766 in ?? ()
#2  0x7fbc943e2cdb in QMetaObject::activate(QObject*, int, int, void**) ()
from /usr/lib/libQt5Core.so.5
#3  0x7fbc955732d2 in QLineEdit::textChanged(QString const&) () from
/usr/lib/libQt5Widgets.so.5
#4  0x7fbc95579909 in ?? () from /usr/lib/libQt5Widgets.so.5
#5  0x7fbc943e2977 in QMetaObject::activate(QObject*, int, int, void**) ()
from /usr/lib/libQt5Core.so.5
#6  0x7fbc955f2d55 in QWidgetLineControl::textChanged(QString const&) ()
from /usr/lib/libQt5Widgets.so.5
#7  0x7fbc955f628e in QWidgetLineControl::finishChange(int, bool, bool) ()
from /usr/lib/libQt5Widgets.so.5
#8  0x7fbc955f6567 in QWidgetLineControl::internalSetText(QString const&,
int, bool) () from /usr/lib/libQt5Widgets.so.5
#9  0x7fbc95574fa2 in QLineEdit::setText(QString const&) () from
/usr/lib/libQt5Widgets.so.5
#10 0x004263d2 in ?? ()
#11 0x0042979e in ?? ()
#12 0x0042092d in ?? ()
#13 0x0043520d in ?? ()
#14 0x7fbc97982a25 in Akonadi__ControlAdaptor::qt_metacall (this=0x1c24700,
_c=QMetaObject::InvokeMetaMethod, _id=4, _a=0x7fff37dcb480)
at /build/akonadi/src/build/src/agentbase/controladaptor.moc:172
#15 0x7fbc960576b0 in ?? () from /usr/lib/libQt5DBus.so.5
#16 0x7fbc9605bf3d in ?? () from /usr/lib/libQt5DBus.so.5
#17 0x7fbc9605c7e4 in ?? () from /usr/lib/libQt5DBus.so.5
#18 0x7fbc9605f0ce in ?? () from /usr/lib/libQt5DBus.so.5
#19 0x7fbc943e3999 in QObject::event(QEvent*) () from
/usr/lib/libQt5Core.so.5
#20 0x7fbc95443a3c in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /usr/lib/libQt5Widgets.so.5
#21 0x7fbc9544b321 in QApplication::notify(QObject*, QEvent*) () from
/usr/lib/libQt5Widgets.so.5
#22 0x7fbc943b6050 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /usr/lib/libQt5Core.so.5
#23 0x7fbc943b8b1d in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () from /usr/lib/libQt5Core.so.5
#24 0x7fbc9440ba33 in ?? () from /usr/lib/libQt5Core.so.5
#25 0x7fbc8d7d77b7 in g_main_context_dispatch () from
/usr/lib/libglib-2.0.so.0
#26 0x7fbc8d7d7a20 in ?? () from /usr/lib/libglib-2.0.so.0
#27 0x7fbc8d7d7acc in g_main_context_iteration () from
/usr/lib/libglib-2.0.so.0
#28 0x7fbc9440be3f in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/libQt5Core.so.5
#29 0x7fbc943b46ba in
QEventLoop::exec(QFlags) () from
/usr/lib/libQt5Core.so.5
#30 0x7fbc943bcfa4 in QCoreApplication::exec() () from
/usr/lib/libQt5Core.so.5
#31 0x7fbc97969a8e in Akonadi::ResourceBase::init (r=0x1c16920) at
/build/akonadi/src/akonadi-17.04.1/src/agentbase/resourcebase.cpp:607
#32 0x00420465 in ?? ()
#33 0x7fbc9380c511 in __libc_start_main () from /usr/lib/libc.so.6
#34 0x0042030a in _start ()

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

[digikam] [Bug 377197] Customize grouping behaviour [patch]

2017-05-11 Thread Simon
https://bugs.kde.org/show_bug.cgi?id=377197

--- Comment #56 from Simon  ---
Created attachment 105454
  --> https://bugs.kde.org/attachment.cgi?id=105454=edit
Customize grouping behavior patch version 12

These changes somehow went missing patch 11, 12 should compile again (doesn't
contain anything new of notice yet).

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

[digikam] [Bug 377197] Customize grouping behaviour [patch]

2017-05-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377197

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

   What|Removed |Added

 Attachment #105446|0   |1
is obsolete||

--- Comment #55 from caulier.gil...@gmail.com ---
Created attachment 105453
  --> https://bugs.kde.org/attachment.cgi?id=105453=edit
Customize grouping behavior patch version 12

This one must compile fine...

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

[kwin] [Bug 379732] Does not build: 'DrmSurfaceBuffer' does not name a type

2017-05-11 Thread Roman Gilg
https://bugs.kde.org/show_bug.cgi?id=379732

Roman Gilg  changed:

   What|Removed |Added

   Assignee|kwin-bugs-n...@kde.org  |subd...@gmail.com

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

[kwin] [Bug 379732] Does not build: 'DrmSurfaceBuffer' does not name a type

2017-05-11 Thread Roman Gilg
https://bugs.kde.org/show_bug.cgi?id=379732

--- Comment #3 from Roman Gilg  ---
Ok, got it. Thanks for the report.

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

[digikam] [Bug 377197] Customize grouping behaviour [patch]

2017-05-11 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=377197

--- Comment #54 from Maik Qualmann  ---
Gilles,

The patch can not compile, the imagecategorizedview.h is not patched.

maik@linux-tpgn:~ gcc --version
gcc (SUSE Linux) 6.3.1 20170202 [gcc-6-branch revision 245119]

Maik

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

[kwin] [Bug 379732] Does not build: 'DrmSurfaceBuffer' does not name a type

2017-05-11 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=379732

Christophe Giboudeaux  changed:

   What|Removed |Added

 CC||christo...@krop.fr

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

[kwin] [Bug 379732] Does not build: 'DrmSurfaceBuffer' does not name a type

2017-05-11 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=379732

--- Comment #2 from Christophe Giboudeaux  ---
(In reply to Roman Gilg from comment #1)
> Do you have the file
> https://cgit.kde.org/kwin.git/tree/plugins/platforms/drm/drm_buffer_gbm.h ?

Yes but HAVE_GBM is false so it doesn't get included. (gbm is an optional
dependency in kwin)

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

[kwin] [Bug 379732] Does not build: 'DrmSurfaceBuffer' does not name a type

2017-05-11 Thread Roman Gilg
https://bugs.kde.org/show_bug.cgi?id=379732

--- Comment #1 from Roman Gilg  ---
Do you have the file
https://cgit.kde.org/kwin.git/tree/plugins/platforms/drm/drm_buffer_gbm.h ?

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

[konsole] [Bug 373232] Horizontal lines with fractional HiDPI scaling

2017-05-11 Thread CnZhx
https://bugs.kde.org/show_bug.cgi?id=373232

CnZhx  changed:

   What|Removed |Added

 CC||z...@cnzhx.net

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

[konsole] [Bug 350651] Konsole has scrolling artifacts if HiDPI screen with scaling in Qt

2017-05-11 Thread CnZhx
https://bugs.kde.org/show_bug.cgi?id=350651

CnZhx  changed:

   What|Removed |Added

 CC|z...@cnzhx.net   |

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

[konsole] [Bug 350651] Konsole has scrolling artifacts if HiDPI screen with scaling in Qt

2017-05-11 Thread CnZhx
https://bugs.kde.org/show_bug.cgi?id=350651

CnZhx  changed:

   What|Removed |Added

 CC||z...@cnzhx.net

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

[k3b] [Bug 379448] There is no information

2017-05-11 Thread Cristian Aravena Romero
https://bugs.kde.org/show_bug.cgi?id=379448

--- Comment #12 from Cristian Aravena Romero  ---
Created attachment 105451
  --> https://bugs.kde.org/attachment.cgi?id=105451=edit
cdemu_enum-parsers.txt

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

[kwin] [Bug 379732] Does not build: 'DrmSurfaceBuffer' does not name a type

2017-05-11 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=379732

Christoph Feck  changed:

   What|Removed |Added

 CC||subd...@gmail.com

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

[k3b] [Bug 379448] There is no information

2017-05-11 Thread Cristian Aravena Romero
https://bugs.kde.org/show_bug.cgi?id=379448

--- Comment #13 from Cristian Aravena Romero  ---
Created attachment 105452
  --> https://bugs.kde.org/attachment.cgi?id=105452=edit
cdemu_enum-writers.txt

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

[k3b] [Bug 379448] There is no information

2017-05-11 Thread Cristian Aravena Romero
https://bugs.kde.org/show_bug.cgi?id=379448

--- Comment #11 from Cristian Aravena Romero  ---
Created attachment 105450
  --> https://bugs.kde.org/attachment.cgi?id=105450=edit
cdemu_enum-library-debug-masks.txt

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

[k3b] [Bug 379448] There is no information

2017-05-11 Thread Cristian Aravena Romero
https://bugs.kde.org/show_bug.cgi?id=379448

--- Comment #10 from Cristian Aravena Romero  ---
Created attachment 105449
  --> https://bugs.kde.org/attachment.cgi?id=105449=edit
cdemu_enum-filter-streams.txt

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

[k3b] [Bug 379448] There is no information

2017-05-11 Thread Cristian Aravena Romero
https://bugs.kde.org/show_bug.cgi?id=379448

--- Comment #9 from Cristian Aravena Romero  ---
Created attachment 105448
  --> https://bugs.kde.org/attachment.cgi?id=105448=edit
cdemu_enum-daemon-debug-masks.txt

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

[digikam] [Bug 377197] Customize grouping behaviour [patch]

2017-05-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377197

--- Comment #53 from caulier.gil...@gmail.com ---
This error can be generated by a different GC version than one, and of course
by different compilation options passed by KDE::ECM modules. Here we don't
manage anything.

The best way to hack is to check compilation trace with "export VERBOSE=1"

Mine :

[gilles@localhost core]$ gcc --version
gcc (GCC) 5.4.0

[ 85%] Building CXX object
core/app/CMakeFiles/digikamgui_src.dir/items/imagecategorizedview.cpp.o
cd /home/gilles/Devel/5.x/build/core/app && /bin/c++   -DLIBPGF_DISABLE_OPENMP
-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII
-DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING
-DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_QSTRINGBUILDER
-DTRANSLATION_DOMAIN=\"digikam\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-I/home/gilles/Devel/5.x/build/core/app -I/home/gilles/Devel/5.x/core/app
-I/home/gilles/Devel/5.x/core/app/date
-I/home/gilles/Devel/5.x/core/app/dragdrop
-I/home/gilles/Devel/5.x/core/app/filters
-I/home/gilles/Devel/5.x/core/app/items
-I/home/gilles/Devel/5.x/core/app/items/overlays
-I/home/gilles/Devel/5.x/core/app/main -I/home/gilles/Devel/5.x/core/app/utils
-I/home/gilles/Devel/5.x/core/app/views
-I/home/gilles/Devel/5.x/core/app/views/tableview
-I/home/gilles/Devel/5.x/core/libs/album
-I/home/gilles/Devel/5.x/core/libs/database/collection
-I/home/gilles/Devel/5.x/core/libs/database/coredb
-I/home/gilles/Devel/5.x/core/libs/database/dbjobs
-I/home/gilles/Devel/5.x/core/libs/database/engine
-I/home/gilles/Devel/5.x/core/libs/database/haar
-I/home/gilles/Devel/5.x/core/libs/database/imagehistory
-I/home/gilles/Devel/5.x/core/libs/database/imgqsort
-I/home/gilles/Devel/5.x/core/libs/database/item
-I/home/gilles/Devel/5.x/core/libs/database/server
-I/home/gilles/Devel/5.x/core/libs/database/tags
-I/home/gilles/Devel/5.x/core/libs/database/thumbsdb
-I/home/gilles/Devel/5.x/core/libs/database/utils
-I/home/gilles/Devel/5.x/core/libs/dialogs
-I/home/gilles/Devel/5.x/core/libs/dimg
-I/home/gilles/Devel/5.x/core/libs/dimg/dklcms
-I/home/gilles/Devel/5.x/core/libs/dimg/filters/auto
-I/home/gilles/Devel/5.x/core/libs/dimg/filters/bcg
-I/home/gilles/Devel/5.x/core/libs/dimg/filters/bw
-I/home/gilles/Devel/5.x/core/libs/dimg/filters/cb
-I/home/gilles/Devel/5.x/core/libs/dimg/filters/curves
-I/home/gilles/Devel/5.x/core/libs/dimg/filters/decorate
-I/home/gilles/Devel/5.x/core/libs/dimg/filters
-I/home/gilles/Devel/5.x/core/libs/dimg/filters/film
-I/home/gilles/Devel/5.x/core/libs/dimg/filters/fx
-I/home/gilles/Devel/5.x/core/libs/dimg/filters/greycstoration/cimg
-I/home/gilles/Devel/5.x/core/libs/dimg/filters/greycstoration
-I/home/gilles/Devel/5.x/core/libs/dimg/filters/hsl
-I/home/gilles/Devel/5.x/core/libs/dimg/filters/icc
-I/home/gilles/Devel/5.x/core/libs/dimg/filters/lc
-I/home/gilles/Devel/5.x/core/libs/dimg/filters/lens
-I/home/gilles/Devel/5.x/core/libs/dimg/filters/levels
-I/home/gilles/Devel/5.x/core/libs/dimg/filters/nr
-I/home/gilles/Devel/5.x/core/libs/dimg/filters/redeye
-I/home/gilles/Devel/5.x/core/libs/dimg/filters/sharp
-I/home/gilles/Devel/5.x/core/libs/dimg/filters/transform
-I/home/gilles/Devel/5.x/core/libs/dimg/filters/wb
-I/home/gilles/Devel/5.x/core/libs/dimg/imagehistory
-I/home/gilles/Devel/5.x/core/libs/dimg/loaders
-I/home/gilles/Devel/5.x/core/libs/dmetadata
-I/home/gilles/Devel/5.x/core/libs/dngwriter
-I/home/gilles/Devel/5.x/core/libs/dngwriter/extra/dng_sdk
-I/home/gilles/Devel/5.x/core/libs/dngwriter/extra/md5
-I/home/gilles/Devel/5.x/core/libs/dngwriter/extra/xmp_sdk/include
-I/home/gilles/Devel/5.x/core/libs/dtrash
-I/home/gilles/Devel/5.x/core/libs/facesengine/alignment-congealing
-I/home/gilles/Devel/5.x/core/libs/facesengine/alignment-flandmark
-I/home/gilles/Devel/5.x/core/libs/facesengine
-I/home/gilles/Devel/5.x/core/libs/facesengine/detection
-I/home/gilles/Devel/5.x/core/libs/facesengine/facedb
-I/home/gilles/Devel/5.x/core/libs/facesengine/preprocessing-tantriggs
-I/home/gilles/Devel/5.x/core/libs/facesengine/recognition-opencv-lbph
-I/home/gilles/Devel/5.x/core/libs/facesengine/shape-predictor
-I/home/gilles/Devel/5.x/core/libs/fileactionmanager
-I/home/gilles/Devel/5.x/core/libs/filters
-I/home/gilles/Devel/5.x/core/libs/imageproperties
-I/home/gilles/Devel/5.x/core/libs/iojobs
-I/home/gilles/Devel/5.x/core/libs/jpegutils
-I/home/gilles/Devel/5.x/core/libs/kmemoryinfo
-I/home/gilles/Devel/5.x/core/libs/models
-I/home/gilles/Devel/5.x/core/libs/notificationmanager
-I/home/gilles/Devel/5.x/core/libs/pgfutils
-I/home/gilles/Devel/5.x/core/libs/progressmanager
-I/home/gilles/Devel/5.x/core/libs/rawengine
-I/home/gilles/Devel/5.x/core/libs/rawengine/libraw/internal
-I/home/gilles/Devel/5.x/core/libs/rawengine/libraw/libraw
-I/home/gilles/Devel/5.x/core/libs/settings
-I/home/gilles/Devel/5.x/core/libs/tags
-I/home/gilles/Devel/5.x/core/libs/tags/tagsmanager/models
-I/home/gilles/Devel/5.x/core/libs/tags/tagsmanager

[print-manager] [Bug 378446] Moving print job to another printer fails

2017-05-11 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=378446

Christoph Feck  changed:

   What|Removed |Added

   Version Fixed In||17.04.2
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/pri
   ||nt-manager/7776714c332e4794
   ||f5cdcd53ccbc5eb767e89d0e

--- Comment #3 from Christoph Feck  ---
Git commit 7776714c332e4794f5cdcd53ccbc5eb767e89d0e by Christoph Feck, on
behalf of Michael Weghorn.
Committed on 11/05/2017 at 19:35.
Pushed by cfeck into branch 'Applications/17.04'.

Fix moving print job to another printer
FIXED-IN: 17.04.2

REVIEW: 130063

M  +3-1libkcups/KCupsRequest.cpp

https://commits.kde.org/print-manager/7776714c332e4794f5cdcd53ccbc5eb767e89d0e

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

[kwin] [Bug 379732] New: Does not build: 'DrmSurfaceBuffer' does not name a type

2017-05-11 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=379732

Bug ID: 379732
   Summary: Does not build: 'DrmSurfaceBuffer' does not name a
type
   Product: kwin
   Version: 5.9.95
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: critical
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: fab...@ritter-vogt.de
  Target Milestone: ---

When building without wayland and mesa gbm:

[  498s] In file included from
/home/abuild/rpmbuild/BUILD/kwin-5.9.95/plugins/platforms/drm/drm_backend.cpp:20:0:
[  498s]
/home/abuild/rpmbuild/BUILD/kwin-5.9.95/plugins/platforms/drm/drm_backend.h:81:5:
error: 'DrmSurfaceBuffer' does not name a type
[  498s]  DrmSurfaceBuffer *createBuffer(gbm_surface *surface);

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

[plasma-nm] [Bug 355079] [RFE] Fortigate VPN plugin

2017-05-11 Thread kavra
https://bugs.kde.org/show_bug.cgi?id=355079

kavra  changed:

   What|Removed |Added

 CC||kavra.ka...@gmail.com

--- Comment #1 from kavra  ---
Any news for this issue?

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

[tellico] [Bug 379607] tellico crashes with segfault on start

2017-05-11 Thread ghichtin
https://bugs.kde.org/show_bug.cgi?id=379607

--- Comment #6 from ghichtin  ---
(In reply to Christoph Feck from comment #4)
> Does 'bt' really only display a single line? We need the full backtrace.
> Please also install qt5 debug symbols, if possible.

So I've tried to install these:

Development package (headers): qtbase5-dev
Debugging symbols: qtbase5-dbg

but the latest one was not found, so I followed this guide:

https://askubuntu.com/questions/904451/what-happened-to-the-qtbase5-dbg-package-in-zesty

Then:

:~$ gdb tellico
GNU gdb (Ubuntu 7.12.50.20170314-0ubuntu1) 7.12.50.20170314-git
[...]
Reading symbols from tellico...done.

(gdb) run

Starting program: /usr/bin/tellico 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffdd43c700 (LWP 29398)]
[New Thread 0x7fffd2122700 (LWP 29399)]
[New Thread 0x7fffd1921700 (LWP 29400)]
[New Thread 0x7fffcbfff700 (LWP 29401)]
[New Thread 0x7fffc90ef700 (LWP 29403)]

Thread 1 "tellico" received signal SIGSEGV, Segmentation fault.
QSortFilterProxyModelPrivate::proxy_to_source (this=0x5611c5e0, 
proxy_index=...) at itemmodels/qsortfilterproxymodel.cpp:384
384 itemmodels/qsortfilterproxymodel.cpp: File o directory non esistente.

(gdb) bt

#0  0x7fffefa99788 in
QSortFilterProxyModelPrivate::proxy_to_source(QModelIndex const&) const
(this=0x5611c5e0, proxy_index=...)
at itemmodels/qsortfilterproxymodel.cpp:384
#1  0x7fffefa99a34 in QSortFilterProxyModel::mapToSource(QModelIndex
const&) const (proxyIndex=..., this=)
at itemmodels/qsortfilterproxymodel.cpp:2758
#2  0x7fffefa99a34 in QSortFilterProxyModel::data(QModelIndex const&, int)
const (this=, index=..., role=0)
at itemmodels/qsortfilterproxymodel.cpp:1972

That's all.

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

[kmail2] [Bug 378189] kmail often stuck in "Retrieving Folder Contents"

2017-05-11 Thread Matt Whitlock
https://bugs.kde.org/show_bug.cgi?id=378189

--- Comment #14 from Matt Whitlock  ---
(In reply to Matt Whitlock from comment #13)
> I have the Akonadi Console open with the Job Tracker enabled now, to try to
> see if any jobs hang in Akonadi.

Nope. KMail has gone out to lunch again, but Akonadi Console shows all jobs
have "Ended" or "Failed."

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

[digikam] [Bug 378855] Crashes on startup

2017-05-11 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=378855

Maik Qualmann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/dig
   ||ikam/9be70b9dbc6e0fa9e507a4
   ||a7cff5af402c34113e
   Version Fixed In||5.6.0
 Resolution|--- |FIXED

--- Comment #11 from Maik Qualmann  ---
Git commit 9be70b9dbc6e0fa9e507a4a7cff5af402c34113e by Maik Qualmann.
Committed on 11/05/2017 at 18:59.
Pushed by mqualmann into branch 'master'.

fix possible crash in ImageQueryBuilder
FIXED-IN: 5.6.0

M  +2-1NEWS
M  +8-1libs/database/item/imagequerybuilder.cpp

https://commits.kde.org/digikam/9be70b9dbc6e0fa9e507a4a7cff5af402c34113e

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

[krita] [Bug 379731] New: Touch screen

2017-05-11 Thread Allie White
https://bugs.kde.org/show_bug.cgi?id=379731

Bug ID: 379731
   Summary: Touch screen
   Product: krita
   Version: 3.0.1
  Platform: Other
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Brush engine
  Assignee: krita-bugs-n...@kde.org
  Reporter: dragonwhite...@gmail.com
  Target Milestone: ---

Whenever I go to use my touch screen it will not paint.  The old version used
to work on my touch screen I would like to know how to fix this if it can be
fixed.

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

[krita] [Bug 379730] New: Krita is leaking username into exported .png files

2017-05-11 Thread Kjartan F . Kvamme
https://bugs.kde.org/show_bug.cgi?id=379730

Bug ID: 379730
   Summary: Krita is leaking username into exported .png files
   Product: krita
   Version: 3.1.3
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: krita-bugs-n...@kde.org
  Reporter: forb...@gmail.com
  Target Milestone: ---

When opening some .png files in a program called TweakPNG to view the chunk
data for unrelated reasons, I discovered that Krita is secretly leaking my name
(presumably from the Windows user account) into the exported files in the form
of a zTXt chunk.

Digging around in the Krita preferences and menus, I found that it's possible
to change "Active Author Profile" to Anonymous, however that only seems to
affect newly created documents. Opening an existing .kra file and exporting a
.png from it will still include the username even with Anonymous author profile
selected.

This is in my opinion a very bad default setting, as it is effectively secretly
leaking personally identifiable information into every file exported without
the user ever being made aware of it.

It should probably default to the Anonymous author profile, or at least require
the user to explicitly enter and confirm the name in the Default Author
Profile.

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

[digikam] [Bug 378855] Crashes on startup

2017-05-11 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=378855

--- Comment #10 from Maik Qualmann  ---
Crash is fully reproducible, my digiKam does not start anymore. I'll fix it.

Maik

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

[digikam] [Bug 377197] Customize grouping behaviour [patch]

2017-05-11 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=377197

--- Comment #52 from Maik Qualmann  ---
I have a compiler error here, but will check again, since Gilles has already
tested it already.

Maik

/home/maik/Devel/digikam-software-compilation/core/app/items/digikamimageview.cpp:
In member function ‘void
Digikam::DigikamImageView::deleteSelected(Digikam::ImageViewUtilities::DeleteMode)’:
/home/maik/Devel/digikam-software-compilation/core/app/items/digikamimageview.cpp:384:58:
error: no matching function for call to
‘Digikam::DigikamImageView::selectedImageInfos(bool)’
 ImageInfoList imageInfoList = selectedImageInfos(true);
  ^
In file included from
/home/maik/Devel/digikam-software-compilation/core/app/items/digikamimageview.h:30:0,
 from
/home/maik/Devel/digikam-software-compilation/core/app/items/digikamimageview_p.h:36,
 from
/home/maik/Devel/digikam-software-compilation/core/app/items/digikamimageview.cpp:28:
/home/maik/Devel/digikam-software-compilation/core/app/items/imagecategorizedview.h:79:28:
note: candidate: Digikam::ImageInfoList
Digikam::ImageCategorizedView::selectedImageInfos() const
 ImageInfoList  selectedImageInfos() const;
^~
/home/maik/Devel/digikam-software-compilation/core/app/items/imagecategorizedview.h:79:28:
note:   candidate expects 0 arguments, 1 provided
/home/maik/Devel/digikam-software-compilation/core/app/items/digikamimageview.cpp:
In member function ‘void
Digikam::DigikamImageView::deleteSelectedDirectly(Digikam::ImageViewUtilities::DeleteMode)’:
/home/maik/Devel/digikam-software-compilation/core/app/items/digikamimageview.cpp:394:58:
error: no matching function for call to
‘Digikam::DigikamImageView::selectedImageInfos(bool)’
 ImageInfoList imageInfoList = selectedImageInfos(true);
  ^
In file included from
/home/maik/Devel/digikam-software-compilation/core/app/items/digikamimageview.h:30:0,
 from
/home/maik/Devel/digikam-software-compilation/core/app/items/digikamimageview_p.h:36,
 from
/home/maik/Devel/digikam-software-compilation/core/app/items/digikamimageview.cpp:28:
/home/maik/Devel/digikam-software-compilation/core/app/items/imagecategorizedview.h:79:28:
note: candidate: Digikam::ImageInfoList
Digikam::ImageCategorizedView::selectedImageInfos() const
 ImageInfoList  selectedImageInfos() const;
^~
/home/maik/Devel/digikam-software-compilation/core/app/items/imagecategorizedview.h:79:28:
note:   candidate expects 0 arguments, 1 provided
/home/maik/Devel/digikam-software-compilation/core/app/items/digikamimageview.cpp:
In member function ‘void Digikam::DigikamImageView::rename()’:
/home/maik/Devel/digikam-software-compilation/core/app/items/digikamimageview.cpp:431:67:
error: ‘needGroupResolving’ was not declared in this scope
 bool grouping = needGroupResolving(ApplicationSettings::Rename);
   ^
/home/maik/Devel/digikam-software-compilation/core/app/items/digikamimageview.cpp:432:46:
error: no matching function for call to
‘Digikam::DigikamImageView::selectedUrls(bool&)’
 QList  urls = selectedUrls(grouping);
  ^
In file included from
/home/maik/Devel/digikam-software-compilation/core/app/items/digikamimageview.h:30:0,
 from
/home/maik/Devel/digikam-software-compilation/core/app/items/digikamimageview_p.h:36,
 from
/home/maik/Devel/digikam-software-compilation/core/app/items/digikamimageview.cpp:28:
/home/maik/Devel/digikam-software-compilation/core/app/items/imagecategorizedview.h:81:28:
note: candidate: QList Digikam::ImageCategorizedView::selectedUrls()
const
 QListselectedUrls()   const;
^~~~
/home/maik/Devel/digikam-software-compilation/core/app/items/imagecategorizedview.h:81:28:
note:   candidate expects 0 arguments, 1 provided
/home/maik/Devel/digikam-software-compilation/core/app/items/digikamimageview.cpp:444:63:
error: no matching function for call to
‘Digikam::DigikamImageView::selectedImageInfos(bool&)’
 QUrl nextUrl =
nextInOrder(selectedImageInfos(grouping).last(),1).fileUrl();
   ^
In file included from
/home/maik/Devel/digikam-software-compilation/core/app/items/digikamimageview.h:30:0,
 from
/home/maik/Devel/digikam-software-compilation/core/app/items/digikamimageview_p.h:36,
 from
/home/maik/Devel/digikam-software-compilation/core/app/items/digikamimageview.cpp:28:
/home/maik/Devel/digikam-software-compilation/core/app/items/imagecategorizedview.h:79:28:
note: candidate: Digikam::ImageInfoList

[digikam] [Bug 378855] Crashes on startup

2017-05-11 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=378855

--- Comment #9 from Maik Qualmann  ---
There are still more problems in sequence...

Maik

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

[digikam] [Bug 378855] Crashes on startup

2017-05-11 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=378855

--- Comment #8 from Maik Qualmann  ---
Yes, in any case. After the debug message, the function must be exited. I will
try to reproduce the error. I am compiling currently Simons Patch11...

Maik

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

[kdenlive] [Bug 358173] Audio/Video/Folder icons in Project Bin are not the same size. Makes layout look cluttered and not uniform or polished

2017-05-11 Thread Jesse
https://bugs.kde.org/show_bug.cgi?id=358173

Jesse  changed:

   What|Removed |Added

Summary|git master -|Audio/Video/Folder icons in
   |Audio/Video/Folder icons in |Project Bin are not the
   |Project Bin are not the |same size. Makes layout
   |same size. Makes layout |look cluttered and not
   |look cluttered and not  |uniform or polished
   |uniform or polished..   |

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

[kwallet-pam] [Bug 376573] kwallet-pam does not work with sddm

2017-05-11 Thread Rex Dieter
https://bugs.kde.org/show_bug.cgi?id=376573

Rex Dieter  changed:

   What|Removed |Added

 CC||rdie...@math.unl.edu

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

[krita] [Bug 379667] doesnt show cursor

2017-05-11 Thread miguel
https://bugs.kde.org/show_bug.cgi?id=379667

--- Comment #5 from miguel  ---
no

Sent from Mail for Windows 10

From: Boudewijn Rempt
Sent: 11 May 2017 17:27
To: mikyag...@gmail.com
Subject: [krita] [Bug 379667] doesnt show cursor

https://bugs.kde.org/show_bug.cgi?id=379667

--- Comment #4 from Boudewijn Rempt  ---
Does it work if you disable opengl in krita?

--
You are receiving this mail because:
You reported the bug.



---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

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

[kdenlive] [Bug 364830] Behavior improvements to the Library widget

2017-05-11 Thread Jesse
https://bugs.kde.org/show_bug.cgi?id=364830

Jesse  changed:

   What|Removed |Added

Summary|git master - Improvements   |Behavior improvements to
   |to the Library widget   |the Library widget
   Platform|Mint (Ubuntu based) |Ubuntu Packages

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

[ark] [Bug 379711] Ark doesn't use default video player

2017-05-11 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=379711

Elvis Angelaccio  changed:

   What|Removed |Added

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

--- Comment #3 from Elvis Angelaccio  ---
(In reply to lnxusr from comment #2)
> Yes, the video is played in VLC when I use Open from either the button or
> the menu.  Dragon player, although has it's own buggs, plays the video fine
> when used with the 'Open With' menu option, but the embedded player for ark
> has a large black square in the upper left corner of the video.  If this is
> indeed Dragon player, let me know and I'll open a bug report over there. 

You can check which is the preferred application for embedding at: System
Settings -> Applications -> File Associations (look for the video file type,
then check the Embedding tab).

> Is it really necessary to use an embedded an player here?  I don't often play
> videos from within Ark, but when I do, I'd rather them play with my chosen
> player.  I use VLC for the simple reason that Dragon Player has been buggy
> since it's inception.  Perhaps an option to use the embedded or system
> player.

In the same place I mentioned above, you can disable the embedded player for
videos, if you wish.

> 
> Thank you for the quick reply, Elvis.  If this is a problem with Dragon
> Player, can this issue be closed?

Sure :)

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

[kmail2] [Bug 378189] kmail often stuck in "Retrieving Folder Contents"

2017-05-11 Thread Matt Whitlock
https://bugs.kde.org/show_bug.cgi?id=378189

Matt Whitlock  changed:

   What|Removed |Added

 CC||k...@mattwhitlock.name

--- Comment #13 from Matt Whitlock  ---
(In reply to Martin Koller from comment #4)
> Git commit 63ce354bbee698e3daa5d193e0b8c0e1725af9ab by Martin Koller.
> Committed on 19/04/2017 at 05:00.
> Pushed by mkoller into branch 'Applications/17.04'.
> 
> On error, still send answer via DBUS, avoiding clients waiting forever

This patch didn't solve the problem for me. I'm on Akonadi 17.04.0 (with this
patch) and KMail 17.04.0 (5.5.0).

Several times a day I find that KMail has stopped retrieving messages from my
Gmail IMAP account, and there is an empty progress bar stuck at the bottom of
the window. This only started happening fairly recently. (I upgraded from
Akonadi 16.12.3 on 21 April, so I may try going back to that version.)

I have the Akonadi Console open with the Job Tracker enabled now, to try to see
if any jobs hang in Akonadi. Is there anything else I should look for to
diagnose this issue?

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

[digikam] [Bug 378855] Crashes on startup

2017-05-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=378855

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

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #7 from caulier.gil...@gmail.com ---
Maik, 

Do you arrive to the same conclusion than mine ?

Gilles

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

[digikam] [Bug 378855] Crashes on startup

2017-05-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=378855

--- Comment #6 from caulier.gil...@gmail.com ---
I see the problem. In 5.5.0 version the imagequerybuilder.cpp line 1142 is this
one :

else if (name == QLatin1String("videoaudiobitrate"))
{
//fieldQuery.addIntField("VideoMetadata.audioBitRate");
QList values = reader.valueToIntList();

if (values.size() != 2)
{
qCWarning(DIGIKAM_DATABASE_LOG) << "Relation Interval requires a
list of two values";
}

sql += QString::fromUtf8(" ( CAST(VideoMetadata.audioBitRate AS
INTEGER)");
ImageQueryBuilder::addSqlRelation(sql,
  relation == SearchXml::Interval ?
SearchXml::GreaterThanOrEqual : SearchXml::GreaterThan);
sql += QString::fromUtf8(" ? AND CAST(VideoMetadata.audioBitRate AS
INTEGER)");
ImageQueryBuilder::addSqlRelation(sql,
  relation == SearchXml::Interval ?
SearchXml::LessThanOrEqual : SearchXml::LessThan);
sql += QString::fromUtf8(" ?) ");

*boundValues << values.first() << values.last(); << << v.first() << v.last()
operation. if v list is empty, due to the queries to encapsulate to XML, Qt
generate an exception and application crash.

So everywhere in this code, when this kind of operation is done, we need a
check to see if v list is empty or not.

Gilles Caulier

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

[ark] [Bug 379711] Ark doesn't use default video player

2017-05-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=379711

--- Comment #2 from lnx...@westlot.net ---
Yes, the video is played in VLC when I use Open from either the button or the
menu.  Dragon player, although has it's own buggs, plays the video fine when
used with the 'Open With' menu option, but the embedded player for ark has a
large black square in the upper left corner of the video.  If this is indeed
Dragon player, let me know and I'll open a bug report over there.  Is it really
necessary to use an embedded an player here?  I don't often play videos from
within Ark, but when I do, I'd rather them play with my chosen player.  I use
VLC for the simple reason that Dragon Player has been buggy since it's
inception.  Perhaps an option to use the embedded or system player.

Thank you for the quick reply, Elvis.  If this is a problem with Dragon Player,
can this issue be closed?

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

[kdenlive] [Bug 371683] git master - Volume button in monitor doesn't always accurately reflect volume

2017-05-11 Thread Jesse
https://bugs.kde.org/show_bug.cgi?id=371683

Jesse  changed:

   What|Removed |Added

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

--- Comment #1 from Jesse  ---
This bug doesn't seem to appear in Kdenlive 17.07.70. Marking as
resolved/fixed.

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

[krita] [Bug 379667] doesnt show cursor

2017-05-11 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=379667

--- Comment #4 from Boudewijn Rempt  ---
Does it work if you disable opengl in krita?

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

  1   2   3   >